diff --git a/components/ably/actions/publish-message/publish-message.mjs b/components/ably/actions/publish-message/publish-message.mjs index 36388ed0883e4..f2f1acbe2b729 100644 --- a/components/ably/actions/publish-message/publish-message.mjs +++ b/components/ably/actions/publish-message/publish-message.mjs @@ -2,7 +2,7 @@ import ably from "../../ably.app.mjs"; export default { name: "Publish Message", - version: "0.0.1", + version: "0.0.2", key: "ably-publish-message", description: "Publish a message in a channel. [See docs here](https://ably.com/docs/realtime/messages#message-publish)", type: "action", diff --git a/components/ably/actions/publish-push-notification/publish-push-notification.mjs b/components/ably/actions/publish-push-notification/publish-push-notification.mjs index 2a22bba7d0505..19c4427ba2207 100644 --- a/components/ably/actions/publish-push-notification/publish-push-notification.mjs +++ b/components/ably/actions/publish-push-notification/publish-push-notification.mjs @@ -2,7 +2,7 @@ import ably from "../../ably.app.mjs"; export default { name: "Publish Push Notification", - version: "0.0.1", + version: "0.0.2", key: "ably-publish-push-notification", description: "Publish a push notification for a channel. [See docs here](https://ably.com/docs/general/push/publish#channel-broadcast-example)", type: "action", diff --git a/components/ably/package.json b/components/ably/package.json index 579081292684b..15b65af0c9ca3 100644 --- a/components/ably/package.json +++ b/components/ably/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ably", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Ably Components", "main": "ably.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/ably", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/abuselpdb/package.json b/components/abuselpdb/package.json index 3d2a77b0f4755..9e4833e1007c5 100644 --- a/components/abuselpdb/package.json +++ b/components/abuselpdb/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/abuselpdb", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream AbuselPDB Components", "main": "dist/app/abuselpdb.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/abuselpdb", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/action_builder/package.json b/components/action_builder/package.json index 4541135664624..475fcbdacd988 100644 --- a/components/action_builder/package.json +++ b/components/action_builder/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/action_builder", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Action Builder Components", "main": "dist/app/action_builder.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/action_builder", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/action_network/package.json b/components/action_network/package.json index 90d3f8e03b422..08245321c0ca5 100644 --- a/components/action_network/package.json +++ b/components/action_network/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/action_network", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Action Network Components", "main": "dist/app/action_network.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/action_network", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/activecampaign/actions/add-contact-to-automation/add-contact-to-automation.mjs b/components/activecampaign/actions/add-contact-to-automation/add-contact-to-automation.mjs index 1de6e1387baec..d99481905b5fb 100644 --- a/components/activecampaign/actions/add-contact-to-automation/add-contact-to-automation.mjs +++ b/components/activecampaign/actions/add-contact-to-automation/add-contact-to-automation.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-add-contact-to-automation", name: "Add Contact to Automation", description: "Adds an existing contact to an existing automation. See the docs [here](https://developers.activecampaign.com/reference/create-new-contactautomation).", - version: "0.2.0", + version: "0.2.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/create-account/create-account.mjs b/components/activecampaign/actions/create-account/create-account.mjs index 49df95ec8c79f..589a7811dab70 100644 --- a/components/activecampaign/actions/create-account/create-account.mjs +++ b/components/activecampaign/actions/create-account/create-account.mjs @@ -5,7 +5,7 @@ export default { name: "Create Account", description: "Create a new account. See the docs [here](https://developers.activecampaign.com/reference#create-an-account-new).", type: "action", - version: "0.0.3", + version: "0.0.4", props: { activecampaign, name: { diff --git a/components/activecampaign/actions/create-contact/create-contact.mjs b/components/activecampaign/actions/create-contact/create-contact.mjs index b38cef1552a86..231cb884675f5 100644 --- a/components/activecampaign/actions/create-contact/create-contact.mjs +++ b/components/activecampaign/actions/create-contact/create-contact.mjs @@ -6,7 +6,7 @@ export default { name: "Create Contact", description: "Create a new contact. See the docs [here](https://developers.activecampaign.com/reference#create-a-contact-new).", type: "action", - version: "0.0.4", + version: "0.0.5", async run({ $ }) { const response = await this.activecampaign.createContact({ diff --git a/components/activecampaign/actions/create-deal/create-deal.mjs b/components/activecampaign/actions/create-deal/create-deal.mjs index c9b3a17a70c11..98bce5386cf27 100644 --- a/components/activecampaign/actions/create-deal/create-deal.mjs +++ b/components/activecampaign/actions/create-deal/create-deal.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-create-deal", name: "Create Deal", description: "Creates a new deal. See the docs [here](https://developers.activecampaign.com/reference/create-a-deal-new).", - version: "0.2.0", + version: "0.2.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/create-note/create-note.mjs b/components/activecampaign/actions/create-note/create-note.mjs index f97cd4f43993a..c72cc7f2df61d 100644 --- a/components/activecampaign/actions/create-note/create-note.mjs +++ b/components/activecampaign/actions/create-note/create-note.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-create-note", name: "Create Note", description: "Adds a note, arbitrary information to a contact, deal, or other Active Campaign objects. See the docs [here](https://developers.activecampaign.com/reference/create-a-note).", - version: "0.2.0", + version: "0.2.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/create-or-update-contact/create-or-update-contact.mjs b/components/activecampaign/actions/create-or-update-contact/create-or-update-contact.mjs index 656da3043bab3..d7a2cc4f1f9d0 100644 --- a/components/activecampaign/actions/create-or-update-contact/create-or-update-contact.mjs +++ b/components/activecampaign/actions/create-or-update-contact/create-or-update-contact.mjs @@ -5,7 +5,7 @@ export default { key: "activecampaign-create-or-update-contact", name: "Create or Update Contact", description: "Creates a new contact or updates an existing contact. See the docs [here](https://developers.activecampaign.com/reference/sync-a-contacts-data).", - version: "0.2.4", + version: "0.2.5", type: "action", props: { ...common.props, diff --git a/components/activecampaign/actions/create-tracked-event/create-tracked-event.mjs b/components/activecampaign/actions/create-tracked-event/create-tracked-event.mjs index 3df36ab61620d..ea502d03e9f68 100644 --- a/components/activecampaign/actions/create-tracked-event/create-tracked-event.mjs +++ b/components/activecampaign/actions/create-tracked-event/create-tracked-event.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-create-tracked-event", name: "Create Tracked Event", description: "Tracks an event using event tracking. See the docs [here](https://developers.activecampaign.com/reference/track-event).", - version: "0.2.0", + version: "0.2.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/find-contact/find-contact.mjs b/components/activecampaign/actions/find-contact/find-contact.mjs index 79fab76b915e8..16be323ab5130 100644 --- a/components/activecampaign/actions/find-contact/find-contact.mjs +++ b/components/activecampaign/actions/find-contact/find-contact.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-find-contact", name: "Find Contact", description: "Finds a contact. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).", - version: "0.2.0", + version: "0.2.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/find-deal/find-deal.mjs b/components/activecampaign/actions/find-deal/find-deal.mjs index ebd90a0d84bdf..f4c7b5cc12d7b 100644 --- a/components/activecampaign/actions/find-deal/find-deal.mjs +++ b/components/activecampaign/actions/find-deal/find-deal.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-find-deal", name: "Find Deal", description: "Finds an existing deal by search field. See the docs [here](https://developers.activecampaign.com/reference/list-all-deals)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/get-all-lists/get-all-lists.mjs b/components/activecampaign/actions/get-all-lists/get-all-lists.mjs index d7c59ac22cb5b..34f1c7095c2a3 100644 --- a/components/activecampaign/actions/get-all-lists/get-all-lists.mjs +++ b/components/activecampaign/actions/get-all-lists/get-all-lists.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-get-all-lists", name: "Get All Lists", description: "Retrieves all lists. See the docs [here](https://developers.activecampaign.com/reference/retrieve-all-lists)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/get-contact-by-email/get-contact-by-email.mjs b/components/activecampaign/actions/get-contact-by-email/get-contact-by-email.mjs index 24983730897a3..26ab92904745a 100644 --- a/components/activecampaign/actions/get-contact-by-email/get-contact-by-email.mjs +++ b/components/activecampaign/actions/get-contact-by-email/get-contact-by-email.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-get-contact-by-email", name: "Get contact by email", description: "Retrieves contact data from the ActiveCampaign CRM by email address. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).", - version: "0.3.1", + version: "0.3.2", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/get-contact/get-contact.mjs b/components/activecampaign/actions/get-contact/get-contact.mjs index 1c71884279bb7..a9bd229ff7ff9 100644 --- a/components/activecampaign/actions/get-contact/get-contact.mjs +++ b/components/activecampaign/actions/get-contact/get-contact.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-get-contact", name: "Get Contact", description: "Retrieves an existing contact. See the docs [here](https://developers.activecampaign.com/reference/get-contact).", - version: "0.2.0", + version: "0.2.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/get-deal/get-deal.mjs b/components/activecampaign/actions/get-deal/get-deal.mjs index 5cc717345a689..8a21f90f68802 100644 --- a/components/activecampaign/actions/get-deal/get-deal.mjs +++ b/components/activecampaign/actions/get-deal/get-deal.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-get-deal", name: "Get Deal", description: "Retrieves an existing deal. See the docs [here](https://developers.activecampaign.com/reference/retrieve-a-deal)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/get-tags-for-contact/get-tags-for-contact.mjs b/components/activecampaign/actions/get-tags-for-contact/get-tags-for-contact.mjs index b782ac9b92bfa..d32c27de8062a 100644 --- a/components/activecampaign/actions/get-tags-for-contact/get-tags-for-contact.mjs +++ b/components/activecampaign/actions/get-tags-for-contact/get-tags-for-contact.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-get-tags-for-contact", name: "Get Contact Tags", description: "Get Contact Tags.", - version: "0.3.0", + version: "0.3.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/list-all-contacts/list-all-contacts.mjs b/components/activecampaign/actions/list-all-contacts/list-all-contacts.mjs index 6d10c892fe423..bf279a726a6dc 100644 --- a/components/activecampaign/actions/list-all-contacts/list-all-contacts.mjs +++ b/components/activecampaign/actions/list-all-contacts/list-all-contacts.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-list-all-contacts", name: "List All Contacts", description: "Retrieve all existing contacts. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).", - version: "0.2.0", + version: "0.2.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/list-campaigns/list-campaigns.mjs b/components/activecampaign/actions/list-campaigns/list-campaigns.mjs index ab848e5074a5f..f0a368cf5418d 100644 --- a/components/activecampaign/actions/list-campaigns/list-campaigns.mjs +++ b/components/activecampaign/actions/list-campaigns/list-campaigns.mjs @@ -5,7 +5,7 @@ export default { name: "List Campaigns", description: "List Campaigns. See the docs [here](https://developers.activecampaign.com/reference#list-all-campaigns).", type: "action", - version: "0.0.3", + version: "0.0.4", props: { activecampaign, }, diff --git a/components/activecampaign/actions/remove-tag-from-contact/remove-tag-from-contact.mjs b/components/activecampaign/actions/remove-tag-from-contact/remove-tag-from-contact.mjs index 08823092d4723..b73f67cdd896b 100644 --- a/components/activecampaign/actions/remove-tag-from-contact/remove-tag-from-contact.mjs +++ b/components/activecampaign/actions/remove-tag-from-contact/remove-tag-from-contact.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-remove-tag-from-contact", name: "Remove Contact Tag", description: "Removes a tag from a contact. See the docs [here](https://developers.activecampaign.com/reference/remove-a-contacts-tag)", - version: "0.5.0", + version: "0.5.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/tag-contact/tag-contact.mjs b/components/activecampaign/actions/tag-contact/tag-contact.mjs index 2cc4b781f7463..531d7567ff8b4 100644 --- a/components/activecampaign/actions/tag-contact/tag-contact.mjs +++ b/components/activecampaign/actions/tag-contact/tag-contact.mjs @@ -4,7 +4,7 @@ export default { key: "activecampaign-tag-contact", name: "Tag Contact", description: "Tags a contact. See the docs [here](https://developers.activecampaign.com/reference/create-contact-tag).", - version: "0.3.0", + version: "0.3.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/update-deal/update-deal.mjs b/components/activecampaign/actions/update-deal/update-deal.mjs index 98293987cedb4..4b1a35e06e471 100644 --- a/components/activecampaign/actions/update-deal/update-deal.mjs +++ b/components/activecampaign/actions/update-deal/update-deal.mjs @@ -5,7 +5,7 @@ export default { key: "activecampaign-update-deal", name: "Update Deal", description: "Updates an existing deal. See the docs [here](https://developers.activecampaign.com/reference/update-a-deal-new).", - version: "0.2.0", + version: "0.2.1", type: "action", props: { activecampaign, diff --git a/components/activecampaign/package.json b/components/activecampaign/package.json index a08f41957db02..622c924893519 100644 --- a/components/activecampaign/package.json +++ b/components/activecampaign/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/activecampaign", - "version": "0.4.2", + "version": "0.4.3", "description": "Pipedream Activecampaing Components", "main": "activecampaign.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/activecampaign", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/activecampaign/sources/campaign-bounce/campaign-bounce.mjs b/components/activecampaign/sources/campaign-bounce/campaign-bounce.mjs index d5aafeaff0baf..b0bdc2f374b29 100644 --- a/components/activecampaign/sources/campaign-bounce/campaign-bounce.mjs +++ b/components/activecampaign/sources/campaign-bounce/campaign-bounce.mjs @@ -6,7 +6,7 @@ export default { key: "activecampaign-campaign-bounce", description: "Emit new event when a contact email address bounces from a sent campaign.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", methods: { diff --git a/components/activecampaign/sources/campaign-link-clicked/campaign-link-clicked.mjs b/components/activecampaign/sources/campaign-link-clicked/campaign-link-clicked.mjs index 23bf67518ea4d..f310d8feaf751 100644 --- a/components/activecampaign/sources/campaign-link-clicked/campaign-link-clicked.mjs +++ b/components/activecampaign/sources/campaign-link-clicked/campaign-link-clicked.mjs @@ -6,7 +6,7 @@ export default { key: "activecampaign-campaign-link-clicked", description: "Emit new event when a link from a campaign is clicked (will only run once for each unique link).", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", methods: { diff --git a/components/activecampaign/sources/campaign-opened/campaign-opened.mjs b/components/activecampaign/sources/campaign-opened/campaign-opened.mjs index fea73016a6852..f8984b4c4cf92 100644 --- a/components/activecampaign/sources/campaign-opened/campaign-opened.mjs +++ b/components/activecampaign/sources/campaign-opened/campaign-opened.mjs @@ -6,7 +6,7 @@ export default { key: "activecampaign-campaign-opened", description: "Emit new event when a contact opens a campaign (will trigger once per contact per campaign).", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", methods: { diff --git a/components/activecampaign/sources/campaign-starts-sending/campaign-starts-sending.mjs b/components/activecampaign/sources/campaign-starts-sending/campaign-starts-sending.mjs index b73ddae4742fc..96a2539b02ac6 100644 --- a/components/activecampaign/sources/campaign-starts-sending/campaign-starts-sending.mjs +++ b/components/activecampaign/sources/campaign-starts-sending/campaign-starts-sending.mjs @@ -5,7 +5,7 @@ export default { name: "New Campaign Starts Sending (Instant)", key: "activecampaign-campaign-starts-sending", description: "Emit new event each time a campaign starts sending.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", methods: { diff --git a/components/activecampaign/sources/contact-added-to-list/contact-added-to-list.mjs b/components/activecampaign/sources/contact-added-to-list/contact-added-to-list.mjs index 90ae1480dd2e8..5e8ac4a6fde00 100644 --- a/components/activecampaign/sources/contact-added-to-list/contact-added-to-list.mjs +++ b/components/activecampaign/sources/contact-added-to-list/contact-added-to-list.mjs @@ -7,7 +7,7 @@ export default { name: "New Contact Added to List (Instant)", key: "activecampaign-contact-added-to-list", description: "Emit new event each time a new contact is added to a list.", - version: "0.0.6", + version: "0.0.7", type: "source", dedupe: "unique", props: { diff --git a/components/activecampaign/sources/new-automation-webhook/new-automation-webhook.mjs b/components/activecampaign/sources/new-automation-webhook/new-automation-webhook.mjs index f420e67e38eba..94f7553b635db 100644 --- a/components/activecampaign/sources/new-automation-webhook/new-automation-webhook.mjs +++ b/components/activecampaign/sources/new-automation-webhook/new-automation-webhook.mjs @@ -7,7 +7,7 @@ export default { name: "New Automation Webhook", key: "activecampaign-new-automation-webhook", description: "Emit new event each time an automation sends out webhook data.", - version: "0.0.6", + version: "0.0.7", type: "source", dedupe: "unique", props: { diff --git a/components/activecampaign/sources/new-campaign-unsubscribe/new-campaign-unsubscribe.mjs b/components/activecampaign/sources/new-campaign-unsubscribe/new-campaign-unsubscribe.mjs index 1ea96c283956d..3a3134a5fd906 100644 --- a/components/activecampaign/sources/new-campaign-unsubscribe/new-campaign-unsubscribe.mjs +++ b/components/activecampaign/sources/new-campaign-unsubscribe/new-campaign-unsubscribe.mjs @@ -6,7 +6,7 @@ export default { key: "activecampaign-new-campaign-unsubscribe", description: "Emit new event when a contact unsubscribes as a result of a campaign email sent to them.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", methods: { diff --git a/components/activecampaign/sources/new-contact-note/new-contact-note.mjs b/components/activecampaign/sources/new-contact-note/new-contact-note.mjs index 205a4cc2a251e..289361644a07e 100644 --- a/components/activecampaign/sources/new-contact-note/new-contact-note.mjs +++ b/components/activecampaign/sources/new-contact-note/new-contact-note.mjs @@ -6,7 +6,7 @@ export default { name: "New Contact Note (Instant)", key: "activecampaign-new-contact-note", description: "Emit new event each time a new note is added to a contact.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", props: { diff --git a/components/activecampaign/sources/new-contact-task/new-contact-task.mjs b/components/activecampaign/sources/new-contact-task/new-contact-task.mjs index 42ea022b48693..7ee91f76879d9 100644 --- a/components/activecampaign/sources/new-contact-task/new-contact-task.mjs +++ b/components/activecampaign/sources/new-contact-task/new-contact-task.mjs @@ -6,7 +6,7 @@ export default { name: "New Contact Task", key: "activecampaign-new-contact-task", description: "Emit new event each time a new contact task is created.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", props: { diff --git a/components/activecampaign/sources/new-deal-note/new-deal-note.mjs b/components/activecampaign/sources/new-deal-note/new-deal-note.mjs index ac5ba21d862b4..cc4633bfed903 100644 --- a/components/activecampaign/sources/new-deal-note/new-deal-note.mjs +++ b/components/activecampaign/sources/new-deal-note/new-deal-note.mjs @@ -6,7 +6,7 @@ export default { name: "New Deal Note (Instant)", key: "activecampaign-new-deal-note", description: "Emit new event each time a new note is added to a deal.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", props: { diff --git a/components/activecampaign/sources/new-deal-task/new-deal-task.mjs b/components/activecampaign/sources/new-deal-task/new-deal-task.mjs index e3b5b2f30d294..a00ed382218a3 100644 --- a/components/activecampaign/sources/new-deal-task/new-deal-task.mjs +++ b/components/activecampaign/sources/new-deal-task/new-deal-task.mjs @@ -6,7 +6,7 @@ export default { name: "New Deal Task (Instant)", key: "activecampaign-new-deal-task", description: "Emit new event each time a new task is added to a deal.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", props: { diff --git a/components/activecampaign/sources/new-event/new-event.mjs b/components/activecampaign/sources/new-event/new-event.mjs index f48ee913b9b76..27828ec3984ba 100644 --- a/components/activecampaign/sources/new-event/new-event.mjs +++ b/components/activecampaign/sources/new-event/new-event.mjs @@ -7,7 +7,7 @@ export default { key: "activecampaign-new-event", description: "Emit new event for the specified event type from ActiveCampaign.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", props: { diff --git a/components/activecampaign/sources/new-or-updated-account/new-or-updated-account.mjs b/components/activecampaign/sources/new-or-updated-account/new-or-updated-account.mjs index 7dbe7dcd6d813..2ebf63c336a68 100644 --- a/components/activecampaign/sources/new-or-updated-account/new-or-updated-account.mjs +++ b/components/activecampaign/sources/new-or-updated-account/new-or-updated-account.mjs @@ -7,7 +7,7 @@ export default { name: "New or Updated Account", key: "activecampaign-new-or-updated-account", description: "Emit new event each time an account is added or updated.", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "greatest", props: { diff --git a/components/activecampaign/sources/new-or-updated-calendar-feed/new-or-updated-calendar-feed.mjs b/components/activecampaign/sources/new-or-updated-calendar-feed/new-or-updated-calendar-feed.mjs index 44cbb73302c26..a99e8af03187e 100644 --- a/components/activecampaign/sources/new-or-updated-calendar-feed/new-or-updated-calendar-feed.mjs +++ b/components/activecampaign/sources/new-or-updated-calendar-feed/new-or-updated-calendar-feed.mjs @@ -7,7 +7,7 @@ export default { name: "New or Updated Calendar Feed", key: "activecampaign-new-or-updated-calendar-feed", description: "Emit new event each time a calendar feed is added or updated.", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "greatest", props: { diff --git a/components/activecampaign/sources/new-or-updated-contact/new-or-updated-contact.mjs b/components/activecampaign/sources/new-or-updated-contact/new-or-updated-contact.mjs index 3fdd5979b3903..ec0629505662c 100644 --- a/components/activecampaign/sources/new-or-updated-contact/new-or-updated-contact.mjs +++ b/components/activecampaign/sources/new-or-updated-contact/new-or-updated-contact.mjs @@ -5,7 +5,7 @@ export default { name: "New or Updated Contact (Instant)", key: "activecampaign-new-or-updated-contact", description: "Emit new event each time a contact is added or updated.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", methods: { diff --git a/components/activecampaign/sources/new-or-updated-deal/new-or-updated-deal.mjs b/components/activecampaign/sources/new-or-updated-deal/new-or-updated-deal.mjs index 78b4241caed4e..51c4a237f418a 100644 --- a/components/activecampaign/sources/new-or-updated-deal/new-or-updated-deal.mjs +++ b/components/activecampaign/sources/new-or-updated-deal/new-or-updated-deal.mjs @@ -5,7 +5,7 @@ export default { name: "New Deal Added or Updated (Instant)", key: "activecampaign-new-or-updated-deal", description: "Emit new event each time a deal is added or updated.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", methods: { diff --git a/components/activecampaign/sources/updated-contact/updated-contact.mjs b/components/activecampaign/sources/updated-contact/updated-contact.mjs index f09cbaac187bf..c598361d98539 100644 --- a/components/activecampaign/sources/updated-contact/updated-contact.mjs +++ b/components/activecampaign/sources/updated-contact/updated-contact.mjs @@ -5,7 +5,7 @@ export default { name: "New Updated Contact (Instant)", key: "activecampaign-updated-contact", description: "Emit new event each time a contact is updated.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", methods: { diff --git a/components/acumbamail/package.json b/components/acumbamail/package.json index b1bfa7ce0f63b..5b8e624a748a9 100644 --- a/components/acumbamail/package.json +++ b/components/acumbamail/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/acumbamail", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Acumbamail Components", "main": "dist/app/acumbamail.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/acumbamail", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/adafruit_io/package.json b/components/adafruit_io/package.json index 9679383339754..f4ce1f5899d73 100644 --- a/components/adafruit_io/package.json +++ b/components/adafruit_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/adafruit_io", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Adafruit IO Components", "main": "dist/app/adafruit_io.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/adafruit_io", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/adalo/actions/create-record/create-record.mjs b/components/adalo/actions/create-record/create-record.mjs index f6787c6ebde84..188ecaaf56576 100644 --- a/components/adalo/actions/create-record/create-record.mjs +++ b/components/adalo/actions/create-record/create-record.mjs @@ -5,7 +5,7 @@ export default { key: "adalo-create-record", name: "Create Record", description: "Create a new record. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...base.props, diff --git a/components/adalo/actions/get-records/get-records.mjs b/components/adalo/actions/get-records/get-records.mjs index 5b95edaacaed5..35fada5f5bbc3 100644 --- a/components/adalo/actions/get-records/get-records.mjs +++ b/components/adalo/actions/get-records/get-records.mjs @@ -5,7 +5,7 @@ export default { key: "adalo-get-records", name: "Get Records", description: "Get all records from a collection. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections)", - version: "0.0.2", + version: "0.0.3", type: "action", async run({ $ }) { let resources = []; diff --git a/components/adalo/actions/update-record/update-record.mjs b/components/adalo/actions/update-record/update-record.mjs index a8f4f83ddd930..942a3162c13c1 100644 --- a/components/adalo/actions/update-record/update-record.mjs +++ b/components/adalo/actions/update-record/update-record.mjs @@ -5,7 +5,7 @@ export default { key: "adalo-update-record", name: "Update Record", description: "Update a record. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...base.props, diff --git a/components/adalo/package.json b/components/adalo/package.json index 0a6a43484c08f..20f84341bf0d9 100644 --- a/components/adalo/package.json +++ b/components/adalo/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/adalo", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream Adalo Components", "main": "adalo.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/adalo", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/adalo/sources/new-record/new-record.mjs b/components/adalo/sources/new-record/new-record.mjs index ee8810b2bc033..0adda95bae316 100644 --- a/components/adalo/sources/new-record/new-record.mjs +++ b/components/adalo/sources/new-record/new-record.mjs @@ -5,7 +5,7 @@ export default { key: "adalo-new-record", name: "New Record", description: "Emit new event when is created a record.", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/agendor/package.json b/components/agendor/package.json index 06acfb494aa73..00eccb90809de 100644 --- a/components/agendor/package.json +++ b/components/agendor/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/agendor", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Agendor Components", "main": "dist/app/agendor.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/agendor", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/agile_crm/actions/create-contact/create-contact.mjs b/components/agile_crm/actions/create-contact/create-contact.mjs index 46fe99fb0871d..4d5ecc72035ef 100644 --- a/components/agile_crm/actions/create-contact/create-contact.mjs +++ b/components/agile_crm/actions/create-contact/create-contact.mjs @@ -5,7 +5,7 @@ export default { key: "agile_crm-create-contact", name: "Create Contact", description: "Create a new contact in Agile CRM. [See the docs here](https://github.com/agilecrm/rest-api#13-creating-a-contact)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/create-task/create-task.mjs b/components/agile_crm/actions/create-task/create-task.mjs index fdd2f958a23ca..5b568c7c7653f 100644 --- a/components/agile_crm/actions/create-task/create-task.mjs +++ b/components/agile_crm/actions/create-task/create-task.mjs @@ -4,7 +4,7 @@ export default { key: "agile_crm-create-task", name: "Create Task", description: "Create a new task in Agile CRM. [See the docs here](https://github.com/agilecrm/rest-api#54-create-a-task)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/create-ticket/create-ticket.mjs b/components/agile_crm/actions/create-ticket/create-ticket.mjs index bd27b33a23e0a..802dbcde56aac 100644 --- a/components/agile_crm/actions/create-ticket/create-ticket.mjs +++ b/components/agile_crm/actions/create-ticket/create-ticket.mjs @@ -4,7 +4,7 @@ export default { key: "agile_crm-create-ticket", name: "Create Ticket", description: "Create a new ticket in Agile CRM. [See the docs here](https://github.com/agilecrm/rest-api#102-create-a-ticket)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/update-contact/update-contact.mjs b/components/agile_crm/actions/update-contact/update-contact.mjs index dd1327d2ea3c8..361c9473de32b 100644 --- a/components/agile_crm/actions/update-contact/update-contact.mjs +++ b/components/agile_crm/actions/update-contact/update-contact.mjs @@ -5,7 +5,7 @@ export default { key: "agile_crm-update-contact", name: "Update Contact", description: "Update an existing contact in Agile CRM. [See the docs here](https://github.com/agilecrm/rest-api#14-update-properties-of-a-contact-by-id-partial-update)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { agileCrm, diff --git a/components/agile_crm/package.json b/components/agile_crm/package.json index 91bf7341599f9..1a6dc9349a2f8 100644 --- a/components/agile_crm/package.json +++ b/components/agile_crm/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/agile_crm", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream Agile CRM Components", "main": "agile_crm.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/agile_crm", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/agile_crm/sources/new-contact/new-contact.mjs b/components/agile_crm/sources/new-contact/new-contact.mjs index 6ce9a3a340014..f14adf72f164c 100644 --- a/components/agile_crm/sources/new-contact/new-contact.mjs +++ b/components/agile_crm/sources/new-contact/new-contact.mjs @@ -5,7 +5,7 @@ export default { key: "agile_crm-new-contact", name: "New Contact", description: "Emit new event when a new contact is created", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/agile_crm/sources/new-task/new-task.mjs b/components/agile_crm/sources/new-task/new-task.mjs index 898abbadaccaf..93663e5d6a998 100644 --- a/components/agile_crm/sources/new-task/new-task.mjs +++ b/components/agile_crm/sources/new-task/new-task.mjs @@ -5,7 +5,7 @@ export default { key: "agile_crm-new-task", name: "New Task", description: "Emit new event when a new task is created", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/agile_crm/sources/new-ticket/new-ticket.mjs b/components/agile_crm/sources/new-ticket/new-ticket.mjs index 057861f42a802..a1ee812856a46 100644 --- a/components/agile_crm/sources/new-ticket/new-ticket.mjs +++ b/components/agile_crm/sources/new-ticket/new-ticket.mjs @@ -5,7 +5,7 @@ export default { key: "agile_crm-new-ticket", name: "New Ticket", description: "Emit new event when a new ticket is created", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", props: { diff --git a/components/ahrefs/actions/get-backlinks-one-per-domain/get-backlinks-one-per-domain.js b/components/ahrefs/actions/get-backlinks-one-per-domain/get-backlinks-one-per-domain.js index 8042fdf94e651..8a5b72a58c0d3 100644 --- a/components/ahrefs/actions/get-backlinks-one-per-domain/get-backlinks-one-per-domain.js +++ b/components/ahrefs/actions/get-backlinks-one-per-domain/get-backlinks-one-per-domain.js @@ -5,7 +5,7 @@ module.exports = { name: "Get Backlinks One Per Domain", key: "ahrefs-get-backlinks-one-per-domain", description: "Get one backlink with the highest `ahrefs_rank` per referring domain for a target URL or domain (with details for the referring pages including anchor and page title).", - version: "0.0.5", + version: "0.0.6", type: "action", props: { ahrefs, diff --git a/components/ahrefs/actions/get-backlinks/get-backlinks.js b/components/ahrefs/actions/get-backlinks/get-backlinks.js index 3a532b95225d7..fa2102f9dacd6 100644 --- a/components/ahrefs/actions/get-backlinks/get-backlinks.js +++ b/components/ahrefs/actions/get-backlinks/get-backlinks.js @@ -5,7 +5,7 @@ module.exports = { name: "Get Backlinks", key: "ahrefs-get-backlinks", description: "Get the backlinks for a domain or URL with details for the referring pages (e.g., anchor and page title).", - version: "0.0.9", + version: "0.0.10", type: "action", props: { ahrefs, diff --git a/components/ahrefs/actions/get-referring-domains/get-referring-domains.js b/components/ahrefs/actions/get-referring-domains/get-referring-domains.js index 27243197d07d7..f890c255f8079 100644 --- a/components/ahrefs/actions/get-referring-domains/get-referring-domains.js +++ b/components/ahrefs/actions/get-referring-domains/get-referring-domains.js @@ -5,7 +5,7 @@ module.exports = { name: "Get Referring Domains", description: "Get the referring domains that contain backlinks to the target URL or domain.", key: "ahrefs-get-referring-domains", - version: "0.0.17", + version: "0.0.18", type: "action", props: { ahrefs, diff --git a/components/ahrefs/package.json b/components/ahrefs/package.json index 080100e1f1835..b86a50b48f80d 100644 --- a/components/ahrefs/package.json +++ b/components/ahrefs/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ahrefs", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Ahrefs Components", "main": "ahrefs.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/ahrefs", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": {}, "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { diff --git a/components/aimtell/package.json b/components/aimtell/package.json index 6621459091eab..3fa58bd07dac9 100644 --- a/components/aimtell/package.json +++ b/components/aimtell/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/aimtell", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Aimtell Components", "main": "dist/app/aimtell.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/aimtell", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/airbrake/package.json b/components/airbrake/package.json index ad6442969181c..eccc837e07892 100644 --- a/components/airbrake/package.json +++ b/components/airbrake/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/airbrake", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Airbrake Components", "main": "airbrake.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/airbrake", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/airbrake/sources/new-error-occurred/new-error-occurred.mjs b/components/airbrake/sources/new-error-occurred/new-error-occurred.mjs index 7341d66b1a64b..5259f451748b3 100644 --- a/components/airbrake/sources/new-error-occurred/new-error-occurred.mjs +++ b/components/airbrake/sources/new-error-occurred/new-error-occurred.mjs @@ -3,7 +3,7 @@ import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; export default { name: "New Error Occurred", - version: "0.0.3", + version: "0.0.4", key: "airbrake-new-error-occurred", description: "Emit new event for each error occurred. [See docs here](https://docs.airbrake.io/docs/devops-tools/api/#list-notices-v4)", type: "source", diff --git a/components/aircall/actions/get-call/get-call.mjs b/components/aircall/actions/get-call/get-call.mjs index 681168d972c04..f1c8b37e2db0f 100644 --- a/components/aircall/actions/get-call/get-call.mjs +++ b/components/aircall/actions/get-call/get-call.mjs @@ -4,7 +4,7 @@ export default { name: "Get Call", description: "Retrieves details about a call. [See the docs here](https://developer.aircall.io/api-references/#retrieve-a-call)", key: "aircall-get-call", - version: "0.0.1", + version: "0.0.2", type: "action", props: { aircall, diff --git a/components/aircall/package.json b/components/aircall/package.json index ae8402d62ca06..f0ba018b6494e 100644 --- a/components/aircall/package.json +++ b/components/aircall/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/aircall", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Aircall Components", "main": "aircall.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/aircall", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/aircall/sources/new-call-ended/new-call-ended.mjs b/components/aircall/sources/new-call-ended/new-call-ended.mjs index 699f52dc7022b..8b5a9f90ef3e4 100644 --- a/components/aircall/sources/new-call-ended/new-call-ended.mjs +++ b/components/aircall/sources/new-call-ended/new-call-ended.mjs @@ -5,7 +5,7 @@ export default { key: "aircall-new-call-ended", name: "New Call Ended", description: "Emit new event when a call ends", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/aircall/sources/new-note-added/new-note-added.mjs b/components/aircall/sources/new-note-added/new-note-added.mjs index db11f1bd53c19..231d467e49328 100644 --- a/components/aircall/sources/new-note-added/new-note-added.mjs +++ b/components/aircall/sources/new-note-added/new-note-added.mjs @@ -5,7 +5,7 @@ export default { key: "aircall-new-note-added", name: "New Note Added", description: "Emit new event when a new note is added to a call", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/aircall/sources/new-tag-added/new-tag-added.mjs b/components/aircall/sources/new-tag-added/new-tag-added.mjs index 6bcde6c596e7c..28256ac88f803 100644 --- a/components/aircall/sources/new-tag-added/new-tag-added.mjs +++ b/components/aircall/sources/new-tag-added/new-tag-added.mjs @@ -5,7 +5,7 @@ export default { key: "aircall-new-tag-added", name: "New Tag Added", description: "Emit new event when a tag is added to a call", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/airnow/package.json b/components/airnow/package.json index 4b98d0ffb0c66..d65e0614c63db 100644 --- a/components/airnow/package.json +++ b/components/airnow/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/airnow", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream AirNow Components", "main": "dist/app/airnow.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/airnow", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/airtable/actions/create-multiple-records/create-multiple-records.mjs b/components/airtable/actions/create-multiple-records/create-multiple-records.mjs index 86abc5eab372a..d4bbe46ec5509 100644 --- a/components/airtable/actions/create-multiple-records/create-multiple-records.mjs +++ b/components/airtable/actions/create-multiple-records/create-multiple-records.mjs @@ -8,7 +8,7 @@ export default { key: "airtable-create-multiple-records", name: "Create Multiple Records", description: "Create one or more records in a table by passing an array of objects containing field names and values as key/value pairs.", - version: "0.2.0", + version: "0.2.1", type: "action", props: { ...common.props, diff --git a/components/airtable/actions/create-or-update-record/create-or-update-record.mjs b/components/airtable/actions/create-single-record-or-update/create-single-record-or-update.mjs similarity index 98% rename from components/airtable/actions/create-or-update-record/create-or-update-record.mjs rename to components/airtable/actions/create-single-record-or-update/create-single-record-or-update.mjs index 5341aa5ee9606..9674e0f12a4ad 100644 --- a/components/airtable/actions/create-or-update-record/create-or-update-record.mjs +++ b/components/airtable/actions/create-single-record-or-update/create-single-record-or-update.mjs @@ -6,7 +6,7 @@ export default { key: "airtable-create-single-record-or-update", name: "Create single record or update", description: "Updates a record if `recordId` is provided or adds a record to a table.", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/airtable/actions/create-single-record/create-single-record.mjs b/components/airtable/actions/create-single-record/create-single-record.mjs index 6bdab693c954c..6087f9df273f7 100644 --- a/components/airtable/actions/create-single-record/create-single-record.mjs +++ b/components/airtable/actions/create-single-record/create-single-record.mjs @@ -6,7 +6,7 @@ export default { key: "airtable-create-single-record", name: "Create single record", description: "Adds a record to a table.", - version: "1.0.3", + version: "1.0.4", type: "action", props: { ...common.props, diff --git a/components/airtable/actions/delete-record/delete-record.mjs b/components/airtable/actions/delete-record/delete-record.mjs index 9721baa43b41d..86d9119d337d1 100644 --- a/components/airtable/actions/delete-record/delete-record.mjs +++ b/components/airtable/actions/delete-record/delete-record.mjs @@ -5,7 +5,7 @@ export default { key: "airtable-delete-record", name: "Delete Record", description: "Delete a record from a table by record ID.", - version: "0.2.0", + version: "0.2.1", type: "action", props: { ...common.props, diff --git a/components/airtable/actions/get-record-or-create/get-record-or-create.mjs b/components/airtable/actions/get-record-or-create/get-record-or-create.mjs index 24bae47e18d02..dff0d4e6815ca 100644 --- a/components/airtable/actions/get-record-or-create/get-record-or-create.mjs +++ b/components/airtable/actions/get-record-or-create/get-record-or-create.mjs @@ -6,7 +6,7 @@ export default { key: "airtable-get-record-or-create", name: "Get Record or Create", description: "Get a record from a table by record ID or create a new register.", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/airtable/actions/get-record/get-record.mjs b/components/airtable/actions/get-record/get-record.mjs index bb675d8b5ef9a..d5ca9aac2c62b 100644 --- a/components/airtable/actions/get-record/get-record.mjs +++ b/components/airtable/actions/get-record/get-record.mjs @@ -6,7 +6,7 @@ export default { key: "airtable-get-record", name: "Get Record", description: "Get a record from a table by record ID.", - version: "0.2.2", + version: "0.2.3", type: "action", props: { ...common.props, diff --git a/components/airtable/actions/list-records-in-view/list-records-in-view.mjs b/components/airtable/actions/list-records-in-view/list-records-in-view.mjs index 75a72b57fb54b..aabc7972ee6f3 100644 --- a/components/airtable/actions/list-records-in-view/list-records-in-view.mjs +++ b/components/airtable/actions/list-records-in-view/list-records-in-view.mjs @@ -6,7 +6,7 @@ export default { name: "List Records in View", description: "Retrieve records in a view with automatic pagination. Optionally sort and filter results.", type: "action", - version: "0.2.0", + version: "0.2.1", ...commonList, props: { ...common.props, diff --git a/components/airtable/actions/list-records/list-records.mjs b/components/airtable/actions/list-records/list-records.mjs index b88ee2f7a5e89..87142814f6801 100644 --- a/components/airtable/actions/list-records/list-records.mjs +++ b/components/airtable/actions/list-records/list-records.mjs @@ -6,7 +6,7 @@ export default { name: "List Records", description: "Retrieve records from a table with automatic pagination. Optionally sort and filter results.", type: "action", - version: "0.2.0", + version: "0.2.1", ...commonList, props: { ...common.props, diff --git a/components/airtable/actions/update-record/update-record.mjs b/components/airtable/actions/update-record/update-record.mjs index 9363cf86d8676..35a5d5184b2f0 100644 --- a/components/airtable/actions/update-record/update-record.mjs +++ b/components/airtable/actions/update-record/update-record.mjs @@ -6,7 +6,7 @@ export default { key: "airtable-update-record", name: "Update record", description: "Update a single record in a table by Record ID.", - version: "1.0.2", + version: "1.0.3", type: "action", props: { ...common.props, diff --git a/components/airtable/package.json b/components/airtable/package.json index 4dc93c66c81a0..2f0ff04e133a9 100644 --- a/components/airtable/package.json +++ b/components/airtable/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/airtable", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Airtable Components", "main": "airtable.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/airtable", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/airtable/sources/new-modified-or-deleted-records/new-modified-or-deleted-records.mjs b/components/airtable/sources/new-modified-or-deleted-records/new-modified-or-deleted-records.mjs index 41f4c3b2e4f0f..03a35086f922c 100644 --- a/components/airtable/sources/new-modified-or-deleted-records/new-modified-or-deleted-records.mjs +++ b/components/airtable/sources/new-modified-or-deleted-records/new-modified-or-deleted-records.mjs @@ -13,7 +13,7 @@ export default { ...common, name: "New, Modified or Deleted Records", key: "airtable-new-modified-or-deleted-records", - version: "0.1.1", + version: "0.1.2", type: "source", description: "Emits an event each time a record is added, updated, or deleted in an Airtable table. Supports tables up to 10,000 records", diff --git a/components/airtable/sources/new-or-modified-records-in-view/new-or-modified-records-in-view.mjs b/components/airtable/sources/new-or-modified-records-in-view/new-or-modified-records-in-view.mjs index 12f00e260b400..b8a46262892ac 100644 --- a/components/airtable/sources/new-or-modified-records-in-view/new-or-modified-records-in-view.mjs +++ b/components/airtable/sources/new-or-modified-records-in-view/new-or-modified-records-in-view.mjs @@ -8,7 +8,7 @@ export default { name: "New or Modified Records in View", description: "Emit an event for each new or modified record in a view", key: "airtable-new-or-modified-records-in-view", - version: "0.1.1", + version: "0.1.2", type: "source", props: { ...common.props, diff --git a/components/airtable/sources/new-or-modified-records/new-or-modified-records.mjs b/components/airtable/sources/new-or-modified-records/new-or-modified-records.mjs index 015c6e6b01f29..abe237f9530c5 100644 --- a/components/airtable/sources/new-or-modified-records/new-or-modified-records.mjs +++ b/components/airtable/sources/new-or-modified-records/new-or-modified-records.mjs @@ -8,7 +8,7 @@ export default { name: "New or Modified Records", key: "airtable-new-or-modified-records", description: "Emit an event for each new or modified record in a table", - version: "0.1.1", + version: "0.1.2", type: "source", props: { ...common.props, diff --git a/components/airtable/sources/new-records-in-view/new-records-in-view.mjs b/components/airtable/sources/new-records-in-view/new-records-in-view.mjs index 27ef7bbd7aa8d..0005ac4e5cf8f 100644 --- a/components/airtable/sources/new-records-in-view/new-records-in-view.mjs +++ b/components/airtable/sources/new-records-in-view/new-records-in-view.mjs @@ -8,7 +8,7 @@ export default { name: "New Records in View", description: "Emit an event for each new record in a view", key: "airtable-new-records-in-view", - version: "0.1.1", + version: "0.1.2", type: "source", props: { ...common.props, diff --git a/components/airtable/sources/new-records/new-records.mjs b/components/airtable/sources/new-records/new-records.mjs index 1e8baefcd7409..47e94f6dfdf18 100644 --- a/components/airtable/sources/new-records/new-records.mjs +++ b/components/airtable/sources/new-records/new-records.mjs @@ -8,7 +8,7 @@ export default { name: "New Records", description: "Emit an event for each new record in a table", key: "airtable-new-records", - version: "0.1.1", + version: "0.1.2", type: "source", props: { ...common.props, diff --git a/components/alchemy/package.json b/components/alchemy/package.json index 4013bc63a5212..d85cd23208478 100644 --- a/components/alchemy/package.json +++ b/components/alchemy/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/alchemy", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Alchemy Components", "main": "dist/app/alchemy.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/alchemy", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/algolia/actions/create-objects/create-objects.mjs b/components/algolia/actions/create-objects/create-objects.mjs index cfc90e7dea5dd..384a14efb4979 100644 --- a/components/algolia/actions/create-objects/create-objects.mjs +++ b/components/algolia/actions/create-objects/create-objects.mjs @@ -4,7 +4,7 @@ export default { key: "algolia-create-objects", name: "Create Objects", description: "Adds an array of JavaScript objects to the given index. [See docs here](https://www.algolia.com/doc/api-reference/api-methods/save-objects/)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { algolia, diff --git a/components/algolia/actions/delete-objects/delete-objects.mjs b/components/algolia/actions/delete-objects/delete-objects.mjs index bd5142f1c3c9f..75d96c7ae756a 100644 --- a/components/algolia/actions/delete-objects/delete-objects.mjs +++ b/components/algolia/actions/delete-objects/delete-objects.mjs @@ -4,7 +4,7 @@ export default { key: "algolia-delete-objects", name: "Delete Objects", description: "Delete objects from the given index. [See docs here](https://www.algolia.com/doc/api-reference/api-methods/delete-objects/)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { algolia, diff --git a/components/algolia/package.json b/components/algolia/package.json index a6f88b2a06aa2..c3288b9cc7289 100644 --- a/components/algolia/package.json +++ b/components/algolia/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/algolia", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Algolia Components", "main": "algolia.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/algolia", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/alpaca/actions/cancel-all-orders/cancel-all-orders.mjs b/components/alpaca/actions/cancel-all-orders/cancel-all-orders.mjs index 6315c8ac97313..d3ee66dd3ff1f 100644 --- a/components/alpaca/actions/cancel-all-orders/cancel-all-orders.mjs +++ b/components/alpaca/actions/cancel-all-orders/cancel-all-orders.mjs @@ -3,7 +3,7 @@ import app from "../../alpaca.app.mjs"; export default { type: "action", key: "alpaca-cancel-all-orders", - version: "0.0.1", + version: "0.0.2", name: "Cancel All Orders", description: "Attempts to cancel all open orders. A response will be provided for each order that is attempted to be cancelled. If an order is no longer cancelable, the server reject the request, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#cancel-all-orders)", props: { diff --git a/components/alpaca/actions/cancel-order/cancel-order.mjs b/components/alpaca/actions/cancel-order/cancel-order.mjs index 105da53cd5802..abb691631e3df 100644 --- a/components/alpaca/actions/cancel-order/cancel-order.mjs +++ b/components/alpaca/actions/cancel-order/cancel-order.mjs @@ -3,7 +3,7 @@ import app from "../../alpaca.app.mjs"; export default { type: "action", key: "alpaca-cancel-order", - version: "0.0.1", + version: "0.0.2", name: "Cancel Order", description: "Attempts to cancel an open order. If the order is no longer cancelable (example: status=`filled`), the server will reject the request, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#cancel-an-order)", props: { diff --git a/components/alpaca/actions/close-all-positions/close-all-positions.mjs b/components/alpaca/actions/close-all-positions/close-all-positions.mjs index 1568f7ae8bcbb..9d79ac94d11de 100644 --- a/components/alpaca/actions/close-all-positions/close-all-positions.mjs +++ b/components/alpaca/actions/close-all-positions/close-all-positions.mjs @@ -3,7 +3,7 @@ import app from "../../alpaca.app.mjs"; export default { type: "action", key: "alpaca-close-all-positions", - version: "0.0.1", + version: "0.0.2", name: "Close All Positions", description: "Closes (liquidates) all of the account’s open long and short positions. A response will be provided for each order that is attempted to be cancelled. If an order is no longer cancelable, the server will reject the request, [See the docs](https://alpaca.markets/docs/api-references/trading-api/positions/#close-all-positions)", props: { diff --git a/components/alpaca/actions/close-position/close-position.mjs b/components/alpaca/actions/close-position/close-position.mjs index a2a0f9c76b59e..fc42884381ef5 100644 --- a/components/alpaca/actions/close-position/close-position.mjs +++ b/components/alpaca/actions/close-position/close-position.mjs @@ -3,7 +3,7 @@ import app from "../../alpaca.app.mjs"; export default { type: "action", key: "alpaca-close-position", - version: "0.0.1", + version: "0.0.2", name: "Close Position", description: "Closes (liquidates) the account’s open position. Works for both long and short positions, [See the docs](https://alpaca.markets/docs/api-references/trading-api/positions/#close-a-position)", props: { 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 f4f51d9127af2..9866bd2972dd1 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.1", + version: "0.0.2", name: "Get Account Info", description: "Returns the account info, [See the docs](https://alpaca.markets/docs/api-references/trading-api/account/)", props: { diff --git a/components/alpaca/actions/list-orders/list-orders.mjs b/components/alpaca/actions/list-orders/list-orders.mjs index f6142cd8b39bc..099c27415b595 100644 --- a/components/alpaca/actions/list-orders/list-orders.mjs +++ b/components/alpaca/actions/list-orders/list-orders.mjs @@ -4,7 +4,7 @@ import { ConfigurationError } from "@pipedream/platform"; export default { type: "action", key: "alpaca-list-orders", - version: "0.0.1", + version: "0.0.2", name: "List Orders", description: "Retrieves a list of orders for the account, filtered by the supplied query parameters, if no filter given all will be returned, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#get-a-list-of-orders)", props: { diff --git a/components/alpaca/actions/list-positions/list-positions.mjs b/components/alpaca/actions/list-positions/list-positions.mjs index 48738c4599710..749093e32fc9a 100644 --- a/components/alpaca/actions/list-positions/list-positions.mjs +++ b/components/alpaca/actions/list-positions/list-positions.mjs @@ -3,7 +3,7 @@ import app from "../../alpaca.app.mjs"; export default { type: "action", key: "alpaca-list-positions", - version: "0.0.1", + version: "0.0.2", name: "List Positions", description: "Retrieves a list of the account’s open positions, [See the docs](https://alpaca.markets/docs/api-references/trading-api/positions/#get-open-positions)", props: { diff --git a/components/alpaca/actions/place-order/place-order.mjs b/components/alpaca/actions/place-order/place-order.mjs index b96f9e4bb01ab..ba227acf8428d 100644 --- a/components/alpaca/actions/place-order/place-order.mjs +++ b/components/alpaca/actions/place-order/place-order.mjs @@ -4,7 +4,7 @@ import { ConfigurationError } from "@pipedream/platform"; export default { type: "action", key: "alpaca-place-order", - version: "0.0.1", + version: "0.0.2", name: "Place Order", description: "Places a new order for the given account. An order request may be rejected if the account is not authorized for trading, or if the tradable balance is insufficient to fill the order, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#request-a-new-order)", props: { diff --git a/components/alpaca/package.json b/components/alpaca/package.json index bbe599e98c3ff..9ce4752a2f68f 100644 --- a/components/alpaca/package.json +++ b/components/alpaca/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/alpaca", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Alpaca Components", "main": "alpaca.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/alpaca", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.1.1" }, diff --git a/components/amara/actions/add-new-subtitles/add-new-subtitles.mjs b/components/amara/actions/add-new-subtitles/add-new-subtitles.mjs index dea9c7275ad6d..b0d90fb01b208 100644 --- a/components/amara/actions/add-new-subtitles/add-new-subtitles.mjs +++ b/components/amara/actions/add-new-subtitles/add-new-subtitles.mjs @@ -5,7 +5,7 @@ export default { name: "Add New Subtitles", description: "Add new subtitles. [See the docs here](https://apidocs.amara.org/#add-new-subtitles)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, team: { diff --git a/components/amara/actions/add-video/add-video.mjs b/components/amara/actions/add-video/add-video.mjs index 916c50bd2fb91..74f5085dafa87 100644 --- a/components/amara/actions/add-video/add-video.mjs +++ b/components/amara/actions/add-video/add-video.mjs @@ -6,7 +6,7 @@ export default { name: "Add Video", description: "Add a video. [See the docs here](https://apidocs.amara.org/#add-a-video)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, videoUrl: { diff --git a/components/amara/actions/create-subtitle-language/create-subtitle-language.mjs b/components/amara/actions/create-subtitle-language/create-subtitle-language.mjs index 82bef12201cab..758aacd0cc536 100644 --- a/components/amara/actions/create-subtitle-language/create-subtitle-language.mjs +++ b/components/amara/actions/create-subtitle-language/create-subtitle-language.mjs @@ -5,7 +5,7 @@ export default { name: "Create Subtitle Language", description: "Create a subtitle language. [See the docs here](https://apidocs.amara.org/#create-a-subtitle-language)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, team: { diff --git a/components/amara/actions/delete-subtitles/delete-subtitles.mjs b/components/amara/actions/delete-subtitles/delete-subtitles.mjs index a8770fd77e810..2432f174ce340 100644 --- a/components/amara/actions/delete-subtitles/delete-subtitles.mjs +++ b/components/amara/actions/delete-subtitles/delete-subtitles.mjs @@ -6,7 +6,7 @@ export default { name: "Delete Subtitles", description: "Delete all subtitle versions for a language. [See the docs here](https://apidocs.amara.org/#delete-subtitles)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, team: { diff --git a/components/amara/actions/delete-video/delete-video.mjs b/components/amara/actions/delete-video/delete-video.mjs index 5892a56eb23c4..3ae69cfe0fd6e 100644 --- a/components/amara/actions/delete-video/delete-video.mjs +++ b/components/amara/actions/delete-video/delete-video.mjs @@ -5,7 +5,7 @@ export default { name: "Delete Video", description: "Delete a video. In order to delete a video, it must be part of a team that you're an admin of. [See the docs here](https://apidocs.amara.org/#delete-a-video)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, team: { diff --git a/components/amara/actions/fetch-raw-subtitles/fetch-raw-subtitles.mjs b/components/amara/actions/fetch-raw-subtitles/fetch-raw-subtitles.mjs index f8c6a8ca08415..f7c774a4ad2d1 100644 --- a/components/amara/actions/fetch-raw-subtitles/fetch-raw-subtitles.mjs +++ b/components/amara/actions/fetch-raw-subtitles/fetch-raw-subtitles.mjs @@ -7,7 +7,7 @@ export default { name: "Fetch Raw Subtitles", description: "Fetch raw subtitles. [See the docs here](https://apidocs.amara.org/#fetch-raw-subtitles)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, team: { diff --git a/components/amara/actions/fetch-subtitles-data/fetch-subtitles-data.mjs b/components/amara/actions/fetch-subtitles-data/fetch-subtitles-data.mjs index 96319df9cc7e5..b5c060755020b 100644 --- a/components/amara/actions/fetch-subtitles-data/fetch-subtitles-data.mjs +++ b/components/amara/actions/fetch-subtitles-data/fetch-subtitles-data.mjs @@ -6,7 +6,7 @@ export default { name: "Fetch Subtitles Data", description: "Fetch subtitles data. [See the docs here](https://apidocs.amara.org/#fetch-subtitles-data)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, team: { diff --git a/components/amara/actions/get-subtitle-language-details/get-subtitle-language-details.mjs b/components/amara/actions/get-subtitle-language-details/get-subtitle-language-details.mjs index 728d6501b51c3..216a6d07db9b6 100644 --- a/components/amara/actions/get-subtitle-language-details/get-subtitle-language-details.mjs +++ b/components/amara/actions/get-subtitle-language-details/get-subtitle-language-details.mjs @@ -5,7 +5,7 @@ export default { name: "Get Subtitle Language Details", description: "Get details on a single subtitle language. [See the docs here](https://apidocs.amara.org/#get-details-on-a-single-subtitle-language)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, team: { diff --git a/components/amara/actions/get-team-details/get-team-details.mjs b/components/amara/actions/get-team-details/get-team-details.mjs index 21293594605a7..8ef6a0877157f 100644 --- a/components/amara/actions/get-team-details/get-team-details.mjs +++ b/components/amara/actions/get-team-details/get-team-details.mjs @@ -5,7 +5,7 @@ export default { name: "Get Team Details", description: "Get details on a team. [See the docs here](https://apidocs.amara.org/#get-details-on-a-team)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, teamId: { diff --git a/components/amara/actions/get-video-details/get-video-details.mjs b/components/amara/actions/get-video-details/get-video-details.mjs index a80c095168b82..5b5ef30d4fa3a 100644 --- a/components/amara/actions/get-video-details/get-video-details.mjs +++ b/components/amara/actions/get-video-details/get-video-details.mjs @@ -6,7 +6,7 @@ export default { name: "Get Video Details", description: "Get video details. [See the docs here](https://apidocs.amara.org/#view-video-details)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, team: { diff --git a/components/amara/actions/list-teams/list-teams.mjs b/components/amara/actions/list-teams/list-teams.mjs index 3e2eef2bebaab..4d1e267d6c594 100644 --- a/components/amara/actions/list-teams/list-teams.mjs +++ b/components/amara/actions/list-teams/list-teams.mjs @@ -6,7 +6,7 @@ export default { name: "List Teams", description: "List teams. [See the docs here](https://apidocs.amara.org/#list-teams)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, max: { diff --git a/components/amara/actions/list-video-subtitle-languages/list-video-subtitle-languages.mjs b/components/amara/actions/list-video-subtitle-languages/list-video-subtitle-languages.mjs index dca60daf6deed..174e01b40ff33 100644 --- a/components/amara/actions/list-video-subtitle-languages/list-video-subtitle-languages.mjs +++ b/components/amara/actions/list-video-subtitle-languages/list-video-subtitle-languages.mjs @@ -6,7 +6,7 @@ export default { name: "List Video Subtitle Languages", description: "Get a list of subtitle languages for a video. [See the docs here](https://apidocs.amara.org/#list-subtitle-languages-for-a-video)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, team: { diff --git a/components/amara/actions/list-videos/list-videos.mjs b/components/amara/actions/list-videos/list-videos.mjs index bbc426787d9b1..2480a45bedf7d 100644 --- a/components/amara/actions/list-videos/list-videos.mjs +++ b/components/amara/actions/list-videos/list-videos.mjs @@ -7,7 +7,7 @@ export default { name: "List Videos", description: "List videos. [See the docs here](https://apidocs.amara.org/#list-videos)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, videoUrl: { diff --git a/components/amara/actions/perform-action/perform-action.mjs b/components/amara/actions/perform-action/perform-action.mjs index 4f8f4e6b114c4..e72bd927f28ae 100644 --- a/components/amara/actions/perform-action/perform-action.mjs +++ b/components/amara/actions/perform-action/perform-action.mjs @@ -5,7 +5,7 @@ export default { name: "Perform Action", description: "Perform an action on the subtitles. This is equivalent to opening the editor, not changing the subtitles, and clicking an actions button. [See the docs here](https://apidocs.amara.org/#perform-actions)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, team: { diff --git a/components/amara/actions/update-subtitle-language/update-subtitle-language.mjs b/components/amara/actions/update-subtitle-language/update-subtitle-language.mjs index d8166ec38669c..d7ccf8118e3f4 100644 --- a/components/amara/actions/update-subtitle-language/update-subtitle-language.mjs +++ b/components/amara/actions/update-subtitle-language/update-subtitle-language.mjs @@ -5,7 +5,7 @@ export default { name: "Update Subtitle Language", description: "Update a subtitle language. [See the docs here](https://apidocs.amara.org/#update-a-subtitle-language)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { amara, team: { diff --git a/components/amara/package.json b/components/amara/package.json index 240dc9ccf9cce..9a124238339db 100644 --- a/components/amara/package.json +++ b/components/amara/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/amara", - "version": "1.0.3", + "version": "1.0.4", "description": "Pipedream Amara Components", "main": "amara.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/amara", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/amara/sources/subtitles-published/subtitles-published.mjs b/components/amara/sources/subtitles-published/subtitles-published.mjs index d0a4f1e0b58ed..d77e9556a7e47 100644 --- a/components/amara/sources/subtitles-published/subtitles-published.mjs +++ b/components/amara/sources/subtitles-published/subtitles-published.mjs @@ -7,7 +7,7 @@ export default { name: "Subtitles Published", description: "Emit new event when subtitles have been published. [See the docs here](https://apidocs.amara.org/#video-notifications)", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...common.methods, diff --git a/components/amara/sources/subtitles-unpublished/subtitles-unpublished.mjs b/components/amara/sources/subtitles-unpublished/subtitles-unpublished.mjs index 1b567665cae47..248b7d1cafb25 100644 --- a/components/amara/sources/subtitles-unpublished/subtitles-unpublished.mjs +++ b/components/amara/sources/subtitles-unpublished/subtitles-unpublished.mjs @@ -7,7 +7,7 @@ export default { name: "Subtitles Unpublished", description: "Emit new event when subtitles have been unpublished. [See the docs here](https://apidocs.amara.org/#video-notifications)", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...common.methods, diff --git a/components/amara/sources/video-added/video-added.mjs b/components/amara/sources/video-added/video-added.mjs index e224050428845..a4ff2a2d643d0 100644 --- a/components/amara/sources/video-added/video-added.mjs +++ b/components/amara/sources/video-added/video-added.mjs @@ -7,7 +7,7 @@ export default { name: "Video Added", description: "Emit new event when a video is added. [See the docs here](https://apidocs.amara.org/#team-activity)", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...common.methods, diff --git a/components/amara/sources/video-deleted/video-deleted.mjs b/components/amara/sources/video-deleted/video-deleted.mjs index 276046242c4ea..0a5b2dd981d57 100644 --- a/components/amara/sources/video-deleted/video-deleted.mjs +++ b/components/amara/sources/video-deleted/video-deleted.mjs @@ -7,7 +7,7 @@ export default { name: "Video Deleted", description: "Emit new event when a video is deleted. [See the docs here](https://apidocs.amara.org/#team-activity)", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...common.methods, diff --git a/components/amara/sources/video-made-primary/video-made-primary.mjs b/components/amara/sources/video-made-primary/video-made-primary.mjs index a1791cdb47a7a..ce0b8b61ddf57 100644 --- a/components/amara/sources/video-made-primary/video-made-primary.mjs +++ b/components/amara/sources/video-made-primary/video-made-primary.mjs @@ -7,7 +7,7 @@ export default { name: "Video Made Primary", description: "Emit new event when a video has been made primary. [See the docs here](https://apidocs.amara.org/#video-notifications)", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...common.methods, diff --git a/components/amara/sources/video-moved-project/video-moved-project.mjs b/components/amara/sources/video-moved-project/video-moved-project.mjs index ccfdf7275b5a0..41e84b572d9eb 100644 --- a/components/amara/sources/video-moved-project/video-moved-project.mjs +++ b/components/amara/sources/video-moved-project/video-moved-project.mjs @@ -7,7 +7,7 @@ export default { name: "Video Moved Project", description: "Emit new event when a video has been moved from project. [See the docs here](https://apidocs.amara.org/#video-notifications)", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...common.methods, diff --git a/components/amazon_ses/actions/create-email-template/create-email-template.mjs b/components/amazon_ses/actions/create-email-template/create-email-template.mjs index 8793daef611bd..f2b9d401c4de0 100644 --- a/components/amazon_ses/actions/create-email-template/create-email-template.mjs +++ b/components/amazon_ses/actions/create-email-template/create-email-template.mjs @@ -5,7 +5,7 @@ export default { key: "amazon_ses-create-email-template", name: "Create Email Template", description: "Create a HTML or a plain text email template. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createemailtemplatecommand.html)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...base.props, diff --git a/components/amazon_ses/actions/get-email-template/get-email-template.mjs b/components/amazon_ses/actions/get-email-template/get-email-template.mjs index 9f0758fd102b8..a03ffec50a5d3 100644 --- a/components/amazon_ses/actions/get-email-template/get-email-template.mjs +++ b/components/amazon_ses/actions/get-email-template/get-email-template.mjs @@ -4,7 +4,7 @@ export default { key: "amazon_ses-get-email-template", name: "Get Email Template", description: "Get an email template. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getemailtemplatecommand.html)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...base.props, diff --git a/components/amazon_ses/actions/send-email/send-email.mjs b/components/amazon_ses/actions/send-email/send-email.mjs index 70c4717bf7474..d9e57a1fefe7c 100644 --- a/components/amazon_ses/actions/send-email/send-email.mjs +++ b/components/amazon_ses/actions/send-email/send-email.mjs @@ -5,7 +5,7 @@ export default { key: "amazon_ses-send-email", name: "Send Email", description: "Send an email using Amazon SES. Supports simple email messaging. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/sendemailcommand.html)", - version: "0.9.0", + version: "0.9.1", type: "action", props: { ...base.props, diff --git a/components/amazon_ses/actions/send-templated-email/send-templated-email.mjs b/components/amazon_ses/actions/send-templated-email/send-templated-email.mjs index 3f3b8befc5bcf..3edd09826c222 100644 --- a/components/amazon_ses/actions/send-templated-email/send-templated-email.mjs +++ b/components/amazon_ses/actions/send-templated-email/send-templated-email.mjs @@ -4,7 +4,7 @@ export default { key: "amazon_ses-send-templated-email", name: "Send Templated Email", description: "Send an email replacing the template tags with values using Amazon SES. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/sendtemplatedemailcommand.html)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...base.props, diff --git a/components/amazon_ses/actions/update-email-template/update-email-template.mjs b/components/amazon_ses/actions/update-email-template/update-email-template.mjs index e3ce31cec699f..5c8e7d1d379ac 100644 --- a/components/amazon_ses/actions/update-email-template/update-email-template.mjs +++ b/components/amazon_ses/actions/update-email-template/update-email-template.mjs @@ -4,7 +4,7 @@ export default { key: "amazon_ses-update-email-template", name: "Update Email Template", description: "Update an email template. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/updateemailtemplatecommand.html)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...base.props, diff --git a/components/amazon_ses/package.json b/components/amazon_ses/package.json index 98bc69a194dec..91efbc991c676 100644 --- a/components/amazon_ses/package.json +++ b/components/amazon_ses/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/amazon_ses", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Amazon SES Components", "main": "amazon_ses.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/amazon_ses", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@aws-sdk/client-ec2": "^3.89.0", "@aws-sdk/client-ses": "^3.95.0", diff --git a/components/ambient_weather/package.json b/components/ambient_weather/package.json index b6d2446d6dc6e..2b65f1601bc55 100644 --- a/components/ambient_weather/package.json +++ b/components/ambient_weather/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ambient_weather", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Ambient Weather Components", "main": "dist/app/ambient_weather.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/ambient_weather", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/amcards/package.json b/components/amcards/package.json index e51da062cad21..38798298f548a 100644 --- a/components/amcards/package.json +++ b/components/amcards/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/amcards", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream AMcards Components", "main": "dist/app/amcards.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/amcards", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/amentum_aerospace/package.json b/components/amentum_aerospace/package.json index 5560fce6dfb11..8407ac4a24fd1 100644 --- a/components/amentum_aerospace/package.json +++ b/components/amentum_aerospace/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/amentum_aerospace", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Amentum Aerospace Components", "main": "dist/app/amentum_aerospace.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/amentum_aerospace", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/amilia/actions/get-account/get-account.mjs b/components/amilia/actions/get-account/get-account.mjs index cc9b6d1c47a32..26ed5bc915430 100644 --- a/components/amilia/actions/get-account/get-account.mjs +++ b/components/amilia/actions/get-account/get-account.mjs @@ -4,7 +4,7 @@ export default { key: "amilia-get-account", name: "Get Account", description: "Get an (client) account in your organization. [See the docs here](https://www.amilia.com/ApiDocs/v3org#GetAnAccount)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { amilia, diff --git a/components/amilia/actions/list-accounts/list-accounts.mjs b/components/amilia/actions/list-accounts/list-accounts.mjs index 539d9b8ea4824..c0ebec34bddee 100644 --- a/components/amilia/actions/list-accounts/list-accounts.mjs +++ b/components/amilia/actions/list-accounts/list-accounts.mjs @@ -4,7 +4,7 @@ export default { key: "amilia-list-accounts", name: "List Accounts", description: "List all (client) accounts in an organization. [See the docs here](https://www.amilia.com/ApiDocs/v3org#GetAccounts)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { amilia, diff --git a/components/amilia/package.json b/components/amilia/package.json index 217041ca71d66..574a640dce401 100644 --- a/components/amilia/package.json +++ b/components/amilia/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/amilia", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Amilia Components", "main": "amilia.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/amilia", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/amilia/sources/new-account/new-account.mjs b/components/amilia/sources/new-account/new-account.mjs index eef5a3e55f742..95569f8cd8f46 100644 --- a/components/amilia/sources/new-account/new-account.mjs +++ b/components/amilia/sources/new-account/new-account.mjs @@ -7,7 +7,7 @@ export default { name: "New Account", description: "Emit new event for every created (client) account in the organization", type: "source", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", hooks: { ...base.hooks, diff --git a/components/amilia/sources/new-activity/new-activity.mjs b/components/amilia/sources/new-activity/new-activity.mjs index 92f0739763272..35225753ce163 100644 --- a/components/amilia/sources/new-activity/new-activity.mjs +++ b/components/amilia/sources/new-activity/new-activity.mjs @@ -7,7 +7,7 @@ export default { name: "New Activity", description: "Emit new event for every new activity in the organization", type: "source", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", hooks: { ...base.hooks, diff --git a/components/amilia/sources/updated-account/updated-account.mjs b/components/amilia/sources/updated-account/updated-account.mjs index 227870dea50e6..679fe1e6ee176 100644 --- a/components/amilia/sources/updated-account/updated-account.mjs +++ b/components/amilia/sources/updated-account/updated-account.mjs @@ -7,7 +7,7 @@ export default { name: "Updated Account", description: "Emit new event for every updated (client) account in the organization", type: "source", - version: "0.0.1", + version: "0.0.2", hooks: { ...base.hooks, deploy() { diff --git a/components/amilia/sources/updated-activity/updated-activity.mjs b/components/amilia/sources/updated-activity/updated-activity.mjs index 845d26ac139f7..5d03c988ce9fe 100644 --- a/components/amilia/sources/updated-activity/updated-activity.mjs +++ b/components/amilia/sources/updated-activity/updated-activity.mjs @@ -7,7 +7,7 @@ export default { name: "Updated Activity", description: "Emit new event for every updated activity in the organization", type: "source", - version: "0.0.1", + version: "0.0.2", hooks: { ...base.hooks, deploy() { diff --git a/components/amplenote/actions/create-note/create-note.ts b/components/amplenote/actions/create-note/create-note.ts index 74655132d9488..e188d0472728c 100644 --- a/components/amplenote/actions/create-note/create-note.ts +++ b/components/amplenote/actions/create-note/create-note.ts @@ -4,7 +4,7 @@ import { ConfigurationError } from "@pipedream/platform"; export default defineAction({ name: "Create Note", - version: "0.0.1", + version: "0.0.2", key: "amplenote-create-note", description: "Creates a new note. [See docs here](https://www.amplenote.com/api_documentation#post-/notes)", type: "action", diff --git a/components/amplenote/actions/create-task/create-task.ts b/components/amplenote/actions/create-task/create-task.ts index 9862c695fc31c..4f742e994c592 100644 --- a/components/amplenote/actions/create-task/create-task.ts +++ b/components/amplenote/actions/create-task/create-task.ts @@ -4,7 +4,7 @@ import { ConfigurationError } from "@pipedream/platform"; export default defineAction({ name: "Create Task", - version: "0.0.1", + version: "0.0.2", key: "amplenote-create-task", description: "Creates a new task. [See docs here](https://www.amplenote.com/api_documentation#post-/notes/-uuid-/actions)", type: "action", diff --git a/components/amplenote/package.json b/components/amplenote/package.json index 7133f19f02535..cc0111d0dbe1b 100644 --- a/components/amplenote/package.json +++ b/components/amplenote/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/amplenote", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Amplenote Components", "main": "dist/app/amplenote.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/amplenote", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/amqp/actions/send-message/send-message.mjs b/components/amqp/actions/send-message/send-message.mjs index 03d26c87e2aa7..90bc7c0159f18 100644 --- a/components/amqp/actions/send-message/send-message.mjs +++ b/components/amqp/actions/send-message/send-message.mjs @@ -5,7 +5,7 @@ export default { key: "amqp-send-message", name: "Send a Message", description: "Send a new message to an [AMQP 1.0](https://www.amqp.org/sites/amqp.org/files/amqp.pdf) queue. [See the library example here](https://github.com/amqp/rhea-promise#sending-a-message-via-awaitablesender).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { amqp, diff --git a/components/amqp/package.json b/components/amqp/package.json index c213a72bc6a3a..0e5dbacbec71f 100644 --- a/components/amqp/package.json +++ b/components/amqp/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/amqp", - "version": "0.3.6", + "version": "0.3.7", "description": "Pipedream AMQP Components", "main": "amqp.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/amqp", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0", "rhea-promise": "^2.1.0", diff --git a/components/amqp/sources/receive-message/receive-message.mjs b/components/amqp/sources/receive-message/receive-message.mjs index 5c2d183fbf2b4..ff657c4296e7b 100644 --- a/components/amqp/sources/receive-message/receive-message.mjs +++ b/components/amqp/sources/receive-message/receive-message.mjs @@ -6,7 +6,7 @@ export default { name: "New Message", description: "Emit new event for each new message in an [AMQP 1.0](https://www.amqp.org/sites/amqp.org/files/amqp.pdf) queue. [See the library example here](https://github.com/amqp/rhea-promise#receiving-a-message).", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", props: { amqp, diff --git a/components/apex_27/package.json b/components/apex_27/package.json index aaa8837c1e4d0..e85783e1c7c85 100644 --- a/components/apex_27/package.json +++ b/components/apex_27/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/apex_27", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Apex 27 Components", "main": "dist/app/apex_27.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/apex_27", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/api2pdf/package.json b/components/api2pdf/package.json index ca6e9faf2fc0c..cace5d53b1890 100644 --- a/components/api2pdf/package.json +++ b/components/api2pdf/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/api2pdf", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Api2pdf Components", "main": "dist/app/api2pdf.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/api2pdf", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/api_void/package.json b/components/api_void/package.json index 9aaa6d7afae98..aa946c03f7e89 100644 --- a/components/api_void/package.json +++ b/components/api_void/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/api_void", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Api Void Components", "main": "dist/app/api_void.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/api_void", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/apilio/package.json b/components/apilio/package.json index 2b73e2b9efd51..431c40216ae32 100644 --- a/components/apilio/package.json +++ b/components/apilio/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/apilio", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Apilio Components", "main": "dist/app/apilio.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/apilio", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/apitemplate_io/actions/account-information/account-information.ts b/components/apitemplate_io/actions/account-information/account-information.ts index 4563f6706e2f2..5674d4aa60453 100644 --- a/components/apitemplate_io/actions/account-information/account-information.ts +++ b/components/apitemplate_io/actions/account-information/account-information.ts @@ -5,7 +5,7 @@ export default defineAction({ name: "Account Information", description: "Retrieves information about your account. [See the docs](https://apitemplate.io/apiv2/) for more information", key: "apitemplate_io-account-information", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/apitemplate_io/actions/create-image/create-image.ts b/components/apitemplate_io/actions/create-image/create-image.ts index abc855eb29e50..f03a022021ed0 100644 --- a/components/apitemplate_io/actions/create-image/create-image.ts +++ b/components/apitemplate_io/actions/create-image/create-image.ts @@ -6,7 +6,7 @@ export default defineAction({ name: "Create an Image", description: "Create a JPEG file(along with PNG) with JSON data and your template. [See the docs](https://apitemplate.io/apiv2/#tag/API-Integration/operation/create-image) for more information", key: "apitemplate_io-create-image", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/apitemplate_io/actions/create-pdf/create-pdf.ts b/components/apitemplate_io/actions/create-pdf/create-pdf.ts index dcd365c245883..e18ca68257748 100644 --- a/components/apitemplate_io/actions/create-pdf/create-pdf.ts +++ b/components/apitemplate_io/actions/create-pdf/create-pdf.ts @@ -5,7 +5,7 @@ export default defineAction({ name: "Create a PDF", description: "Create a PDF file with JSON data and your template. [See the docs](https://apitemplate.io/apiv2/#tag/API-Integration/operation/create-pdf) for more information", key: "apitemplate_io-create-pdf", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/apitemplate_io/actions/delete-object/delete-object.ts b/components/apitemplate_io/actions/delete-object/delete-object.ts index ffcbc5aebeebf..442b516db3736 100644 --- a/components/apitemplate_io/actions/delete-object/delete-object.ts +++ b/components/apitemplate_io/actions/delete-object/delete-object.ts @@ -5,7 +5,7 @@ export default defineAction({ name: "Delete an Object", description: "Delete a PDF or an image from CDN and mark the transaction as deleted. [See the docs](https://apitemplate.io/apiv2/#tag/API-Integration/operation/delete-object) for more information", key: "apitemplate_io-delete-object", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/apitemplate_io/actions/list-objects/list-objects.ts b/components/apitemplate_io/actions/list-objects/list-objects.ts index 16d6cb545c643..de6978559fdce 100644 --- a/components/apitemplate_io/actions/list-objects/list-objects.ts +++ b/components/apitemplate_io/actions/list-objects/list-objects.ts @@ -5,7 +5,7 @@ export default defineAction({ name: "List Generated Objects", description: "Retrieves all the generated PDFs and images. [See the docs](https://apitemplate.io/apiv2/#tag/API-Integration/operation/list-objects) for more information", key: "apitemplate_io-list-objects", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/apitemplate_io/package.json b/components/apitemplate_io/package.json index 0042963c6dbd4..b77eef3edab16 100644 --- a/components/apitemplate_io/package.json +++ b/components/apitemplate_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/apitemplate_io", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream APITemplate.io Components", "main": "dist/app/apitemplate_io.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/apitemplate_io", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/appcues/package.json b/components/appcues/package.json index d01ab52209c6d..98692cc499977 100644 --- a/components/appcues/package.json +++ b/components/appcues/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/appcues", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Appcues Components", "main": "dist/app/appcues.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/appcues", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/asana/actions/add-task-to-section/add-task-to-section.mjs b/components/asana/actions/add-task-to-section/add-task-to-section.mjs index e1326fb099163..6d6e27fbad314 100644 --- a/components/asana/actions/add-task-to-section/add-task-to-section.mjs +++ b/components/asana/actions/add-task-to-section/add-task-to-section.mjs @@ -5,7 +5,7 @@ export default { name: "Add Task To Section", description: "Add a task to a specific, existing section. This will remove the task from other sections of the project. [See the docs here](https://developers.asana.com/docs/add-task-to-section)", key: "asana-add-task-to-section", - version: "0.2.1", + version: "0.2.2", type: "action", props: { ...common.props, diff --git a/components/asana/actions/create-project/create-project.mjs b/components/asana/actions/create-project/create-project.mjs index f0300fe75412d..a6b2c2b52d4f2 100644 --- a/components/asana/actions/create-project/create-project.mjs +++ b/components/asana/actions/create-project/create-project.mjs @@ -5,7 +5,7 @@ export default { key: "asana-create-project", name: "Create Project", description: "Create a new project in a workspace or team. [See the docs here](https://developers.asana.com/docs/create-a-project)", - version: "0.9.1", + version: "0.9.2", type: "action", props: { asana, diff --git a/components/asana/actions/create-subtask/create-subtask.mjs b/components/asana/actions/create-subtask/create-subtask.mjs index 7207638fad00f..0a9c84ce9fd23 100644 --- a/components/asana/actions/create-subtask/create-subtask.mjs +++ b/components/asana/actions/create-subtask/create-subtask.mjs @@ -5,7 +5,7 @@ export default { key: "asana-create-subtask", name: "Create Subtask", description: "Creates a new subtask and adds it to the parent task. [See the docs here](https://developers.asana.com/docs/create-a-subtask)", - version: "0.3.1", + version: "0.3.2", type: "action", props: { ...common.props, diff --git a/components/asana/actions/create-task-comment/create-task-comment.mjs b/components/asana/actions/create-task-comment/create-task-comment.mjs index 0c6d57e4cc8bc..efd30f4a3f60f 100644 --- a/components/asana/actions/create-task-comment/create-task-comment.mjs +++ b/components/asana/actions/create-task-comment/create-task-comment.mjs @@ -5,7 +5,7 @@ export default { key: "asana-create-task-comment", name: "Create Task Comment", description: "Adds a comment to a task. [See the docs here](https://developers.asana.com/docs/create-a-story-on-a-task)", - version: "0.2.1", + version: "0.2.2", type: "action", props: { ...common.props, diff --git a/components/asana/actions/create-task/create-task.mjs b/components/asana/actions/create-task/create-task.mjs index 43339339b426d..7d64769f9bed0 100644 --- a/components/asana/actions/create-task/create-task.mjs +++ b/components/asana/actions/create-task/create-task.mjs @@ -5,7 +5,7 @@ export default { key: "asana-create-task", name: "Create Task", description: "Creates a new task. [See the docs here](https://developers.asana.com/docs/create-a-task)", - version: "0.3.1", + version: "0.3.2", type: "action", props: { ...common.props, diff --git a/components/asana/actions/delete-task/delete-task.mjs b/components/asana/actions/delete-task/delete-task.mjs index e8c10392e8232..1c891de3e2081 100644 --- a/components/asana/actions/delete-task/delete-task.mjs +++ b/components/asana/actions/delete-task/delete-task.mjs @@ -5,7 +5,7 @@ export default { key: "asana-delete-task", name: "Delete Task", description: "Deletes a specific and existing task. [See the docs here](https://developers.asana.com/docs/delete-a-task)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/asana/actions/find-task-by-id/find-task-by-id.mjs b/components/asana/actions/find-task-by-id/find-task-by-id.mjs index 3b98c973e1d8e..3b191a6123895 100644 --- a/components/asana/actions/find-task-by-id/find-task-by-id.mjs +++ b/components/asana/actions/find-task-by-id/find-task-by-id.mjs @@ -5,7 +5,7 @@ export default { key: "asana-find-task-by-id", name: "Find Task by ID", description: "Searches for a task by id. Returns the complete task record for a single task. [See the docs here](https://developers.asana.com/docs/get-a-task)", - version: "0.2.1", + version: "0.2.2", type: "action", props: { ...common.props, diff --git a/components/asana/actions/search-projects/search-projects.mjs b/components/asana/actions/search-projects/search-projects.mjs index 3ea79885ac308..d3de02fcea220 100644 --- a/components/asana/actions/search-projects/search-projects.mjs +++ b/components/asana/actions/search-projects/search-projects.mjs @@ -3,7 +3,7 @@ import asana from "../../asana.app.mjs"; export default { type: "action", key: "asana-search-projects", - version: "0.2.1", + version: "0.2.2", name: "Search Projects", description: "Finds an existing project. [See the docs here](https://developers.asana.com/docs/get-multiple-projects)", props: { diff --git a/components/asana/actions/search-sections/search-sections.mjs b/components/asana/actions/search-sections/search-sections.mjs index 6c56f786662f4..eb0fc60819300 100644 --- a/components/asana/actions/search-sections/search-sections.mjs +++ b/components/asana/actions/search-sections/search-sections.mjs @@ -4,7 +4,7 @@ export default { key: "asana-search-sections", name: "Search Sections", description: "Searches for a section by name within a particular project. [See the docs here](https://developers.asana.com/docs/get-sections-in-a-project)", - version: "0.2.1", + version: "0.2.2", type: "action", props: { ...common.props, diff --git a/components/asana/actions/search-tasks/search-tasks.mjs b/components/asana/actions/search-tasks/search-tasks.mjs index 588211c02271d..993db237ad53d 100644 --- a/components/asana/actions/search-tasks/search-tasks.mjs +++ b/components/asana/actions/search-tasks/search-tasks.mjs @@ -5,7 +5,7 @@ export default { key: "asana-search-tasks", name: "Search Tasks", description: "Searches for a Task by name within a Project. [See the docs here](https://developers.asana.com/docs/get-multiple-tasks)", - version: "0.2.1", + version: "0.2.2", type: "action", props: { ...common.props, diff --git a/components/asana/actions/search-user-projects/search-user-projects.mjs b/components/asana/actions/search-user-projects/search-user-projects.mjs index 7b207e2205f17..ca652619ac217 100644 --- a/components/asana/actions/search-user-projects/search-user-projects.mjs +++ b/components/asana/actions/search-user-projects/search-user-projects.mjs @@ -5,7 +5,7 @@ export default { key: "asana-search-user-projects", name: "Get list of user projects", description: "Return list of projects given the user and workspace gid. [See the docs here](https://developers.asana.com/docs/get-multiple-projects)", - version: "0.4.1", + version: "0.4.2", type: "action", props: { asana, diff --git a/components/asana/actions/update-task/update-task.mjs b/components/asana/actions/update-task/update-task.mjs index 65956634c8a51..a32ff98b5f7a5 100644 --- a/components/asana/actions/update-task/update-task.mjs +++ b/components/asana/actions/update-task/update-task.mjs @@ -5,7 +5,7 @@ export default { key: "asana-update-task", name: "Update Task", description: "Updates a specific and existing task. [See the docs here](https://developers.asana.com/docs/update-a-task)", - version: "0.3.1", + version: "0.3.2", type: "action", props: { ...common.props, diff --git a/components/asana/package.json b/components/asana/package.json index 9208ac1488713..768e94dbb0b71 100644 --- a/components/asana/package.json +++ b/components/asana/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/asana", - "version": "0.3.7", + "version": "0.3.8", "description": "Pipedream Asana Components", "main": "asana.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/asana", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0", "axios": "^0.21.1" diff --git a/components/asana/sources/new-completed-task/new-completed-task.mjs b/components/asana/sources/new-completed-task/new-completed-task.mjs index 76aab3e9f432f..85eb1041a0afb 100644 --- a/components/asana/sources/new-completed-task/new-completed-task.mjs +++ b/components/asana/sources/new-completed-task/new-completed-task.mjs @@ -7,7 +7,7 @@ export default { type: "source", name: "New Completed Task (Instant)", description: "Emit new event for each task completed in a project.", - version: "0.1.1", + version: "0.1.2", dedupe: "unique", props: { ...common.props, diff --git a/components/asana/sources/new-project/new-project.mjs b/components/asana/sources/new-project/new-project.mjs index 9dbfb2f632f19..7bb1e9cd78e4c 100644 --- a/components/asana/sources/new-project/new-project.mjs +++ b/components/asana/sources/new-project/new-project.mjs @@ -6,7 +6,7 @@ export default { key: "asana-new-project", name: "New Project Added To Workspace (Instant)", description: "Emit new event for each new project added to a workspace.", - version: "0.1.1", + version: "0.1.2", dedupe: "unique", props: { ...common.props, diff --git a/components/asana/sources/new-story/new-story.mjs b/components/asana/sources/new-story/new-story.mjs index 0472d648d11a2..866bf687e8a16 100644 --- a/components/asana/sources/new-story/new-story.mjs +++ b/components/asana/sources/new-story/new-story.mjs @@ -7,7 +7,7 @@ export default { type: "source", name: "New Story Added To Project (Instant)", description: "Emit new event for each story added to a project.", - version: "0.1.1", + version: "0.1.2", dedupe: "unique", props: { ...common.props, diff --git a/components/asana/sources/new-subtask/new-subtask.mjs b/components/asana/sources/new-subtask/new-subtask.mjs index 3fe407c28b22e..f2629f8fc18f0 100644 --- a/components/asana/sources/new-subtask/new-subtask.mjs +++ b/components/asana/sources/new-subtask/new-subtask.mjs @@ -7,7 +7,7 @@ export default { type: "source", name: "New Subtask (Instant)", description: "Emit new event for each subtask added to a project.", - version: "1.0.1", + version: "1.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/asana/sources/new-tag/new-tag.mjs b/components/asana/sources/new-tag/new-tag.mjs index d444990f6e0a7..8747c3e767d78 100644 --- a/components/asana/sources/new-tag/new-tag.mjs +++ b/components/asana/sources/new-tag/new-tag.mjs @@ -6,7 +6,7 @@ export default { type: "source", name: "New Tag", description: "Emit new event for each tag created in a workspace.", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", props: { asana, diff --git a/components/asana/sources/new-task/new-task.mjs b/components/asana/sources/new-task/new-task.mjs index 67f5a6b86ffb1..2f29c77ca377e 100644 --- a/components/asana/sources/new-task/new-task.mjs +++ b/components/asana/sources/new-task/new-task.mjs @@ -7,7 +7,7 @@ export default { type: "source", name: "New Task (Instant)", description: "Emit new event for each task added to a project. [See docs here](https://developers.asana.com/docs/establish-a-webhook)", - version: "0.1.1", + version: "0.1.2", dedupe: "unique", props: { ...common.props, diff --git a/components/asana/sources/new-team/new-team.mjs b/components/asana/sources/new-team/new-team.mjs index 07457af80fb38..f28bf8d76c0bc 100644 --- a/components/asana/sources/new-team/new-team.mjs +++ b/components/asana/sources/new-team/new-team.mjs @@ -6,7 +6,7 @@ export default { type: "source", name: "New Team", description: "Emit new event for each task added to an organization.", - version: "0.1.2", + version: "0.1.3", dedupe: "unique", props: { asana, diff --git a/components/asana/sources/new-user/new-user.mjs b/components/asana/sources/new-user/new-user.mjs index 85dd6ee7701ba..5f4971e9f6368 100644 --- a/components/asana/sources/new-user/new-user.mjs +++ b/components/asana/sources/new-user/new-user.mjs @@ -6,7 +6,7 @@ export default { type: "source", name: "New User (Instant)", description: "Emit new event for each user added to a workspace.", - version: "0.1.1", + version: "0.1.2", dedupe: "unique", props: { ...common.props, diff --git a/components/asana/sources/new-workspace/new-workspace.mjs b/components/asana/sources/new-workspace/new-workspace.mjs index a1ac54c774d19..4d419ebeca679 100644 --- a/components/asana/sources/new-workspace/new-workspace.mjs +++ b/components/asana/sources/new-workspace/new-workspace.mjs @@ -6,7 +6,7 @@ export default { key: "asana-new-workspace", name: "New Workspace Added", description: "Emit new event each time you add a new workspace/organization.", - version: "0.1.2", + version: "0.1.3", dedupe: "unique", props: { asana, diff --git a/components/asana/sources/tag-added-to-task/tag-added-to-task.mjs b/components/asana/sources/tag-added-to-task/tag-added-to-task.mjs index 3f43b0d71b4b6..c4c8f0515b8b7 100644 --- a/components/asana/sources/tag-added-to-task/tag-added-to-task.mjs +++ b/components/asana/sources/tag-added-to-task/tag-added-to-task.mjs @@ -7,7 +7,7 @@ export default { type: "source", name: "New Tag Added To Task (Instant)", description: "Emit new event for each new tag added to a task.", - version: "0.1.1", + version: "0.1.2", dedupe: "unique", props: { ...common.props, diff --git a/components/asana/sources/task-updated-in-project/task-updated-in-project.mjs b/components/asana/sources/task-updated-in-project/task-updated-in-project.mjs index b28b1fd8380f5..93ad85416d56c 100644 --- a/components/asana/sources/task-updated-in-project/task-updated-in-project.mjs +++ b/components/asana/sources/task-updated-in-project/task-updated-in-project.mjs @@ -7,7 +7,7 @@ export default { type: "source", name: "Task Updated In Project (Instant)", description: "Emit new event for each update to a task.", - version: "1.0.1", + version: "1.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/autoklose/package.json b/components/autoklose/package.json index fe1e2af901dc5..1888db854f73a 100644 --- a/components/autoklose/package.json +++ b/components/autoklose/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/autoklose", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Autoklose Components", "main": "dist/app/autoklose.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/autoklose", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/avochato/package.json b/components/avochato/package.json index 6850f26b367e2..f14dcfbc3bda8 100644 --- a/components/avochato/package.json +++ b/components/avochato/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/avochato", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Avochato Components", "main": "dist/app/avochato.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/avochato", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/aweber/actions/add-subscriber/add-subscriber.mjs b/components/aweber/actions/add-subscriber/add-subscriber.mjs index 131267114cb78..db37e72de95f2 100644 --- a/components/aweber/actions/add-subscriber/add-subscriber.mjs +++ b/components/aweber/actions/add-subscriber/add-subscriber.mjs @@ -6,7 +6,7 @@ export default { name: "Add Subscriber", description: "Add subscribers to the specified account and list. [See the docs here](https://api.aweber.com/#tag/Subscribers/paths/~1accounts~1{accountId}~1lists~1{listId}~1subscribers/post).", type: "action", - version: "0.0.1", + version: "0.0.2", props: { aweberApp, accountId: { diff --git a/components/aweber/actions/get-accounts/get-accounts.mjs b/components/aweber/actions/get-accounts/get-accounts.mjs index 450eeea55ef4d..ff282bb006ce8 100644 --- a/components/aweber/actions/get-accounts/get-accounts.mjs +++ b/components/aweber/actions/get-accounts/get-accounts.mjs @@ -7,7 +7,7 @@ export default { name: "Get Accounts", description: "Get a paginated collection of accounts. [See the docs here](https://api.aweber.com/#tag/Accounts/paths/~1accounts/get).", type: "action", - version: "0.0.1", + version: "0.0.2", props: { aweberApp, start: { diff --git a/components/aweber/actions/get-lists/get-lists.mjs b/components/aweber/actions/get-lists/get-lists.mjs index bfd56812898b8..ceccb50cc9761 100644 --- a/components/aweber/actions/get-lists/get-lists.mjs +++ b/components/aweber/actions/get-lists/get-lists.mjs @@ -7,7 +7,7 @@ export default { name: "Get Lists", description: "Get a paginated collection of subscriber lists. [See the docs here](https://api.aweber.com/#tag/Lists/paths/~1accounts~1{accountId}~1lists/get).", type: "action", - version: "0.0.1", + version: "0.0.2", props: { aweberApp, accountId: { diff --git a/components/aweber/actions/get-subscribers/get-subscribers.mjs b/components/aweber/actions/get-subscribers/get-subscribers.mjs index c6cfda307a78c..e6f88eb30afe7 100644 --- a/components/aweber/actions/get-subscribers/get-subscribers.mjs +++ b/components/aweber/actions/get-subscribers/get-subscribers.mjs @@ -7,7 +7,7 @@ export default { name: "Get Subscribers", description: "Get a paginated collection of subscribers under the specified account and list. [See the docs here](https://api.aweber.com/#tag/Subscribers/paths/~1accounts~1{accountId}~1lists~1{listId}~1subscribers/get).", type: "action", - version: "0.0.1", + version: "0.0.2", props: { aweberApp, accountId: { diff --git a/components/aweber/package.json b/components/aweber/package.json index 0a24f9c088760..0d88c15530213 100644 --- a/components/aweber/package.json +++ b/components/aweber/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/aweber", - "version": "0.3.6", + "version": "0.3.7", "description": "Pipedream Aweber Components", "main": "aweber.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/aweber", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0", "@pipedreamhq/platform": "^0.8.1" diff --git a/components/aweber/sources/subscriber-added/subscriber-added.mjs b/components/aweber/sources/subscriber-added/subscriber-added.mjs index 4a5d13e53ca93..59456643db7b4 100644 --- a/components/aweber/sources/subscriber-added/subscriber-added.mjs +++ b/components/aweber/sources/subscriber-added/subscriber-added.mjs @@ -7,7 +7,7 @@ export default { name: "Subscriber Added", description: "Emit new event when a subscriber in a list is added. [See the docs here](https://api.aweber.com/#tag/Subscribers/paths/~1accounts~1{accountId}~1lists~1{listId}~1subscribers/get)", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/awork/actions/create-client/create-client.mjs b/components/awork/actions/create-client/create-client.mjs index c988b63fc379f..7e83c7af6ad68 100644 --- a/components/awork/actions/create-client/create-client.mjs +++ b/components/awork/actions/create-client/create-client.mjs @@ -2,7 +2,7 @@ import awork from "../../awork.app.mjs"; export default { name: "Create Client", - version: "0.0.1", + version: "0.0.2", key: "awork-create-client", description: "Creates a client. [See docs here](https://openapi.awork.io/#/Companies/post_companies)", type: "action", diff --git a/components/awork/actions/create-project/create-project.mjs b/components/awork/actions/create-project/create-project.mjs index f4591346abc84..b01fc7e9b4ca3 100644 --- a/components/awork/actions/create-project/create-project.mjs +++ b/components/awork/actions/create-project/create-project.mjs @@ -2,7 +2,7 @@ import awork from "../../awork.app.mjs"; export default { name: "Create Project", - version: "0.0.1", + version: "0.0.2", key: "awork-create-project", description: "Creates a project. [See docs here](https://openapi.awork.io/#/Projects/post_projects)", type: "action", diff --git a/components/awork/actions/find-users-by-email/find-users-by-email.mjs b/components/awork/actions/find-users-by-email/find-users-by-email.mjs index 0d761c2ac469a..869cf3d65a80c 100644 --- a/components/awork/actions/find-users-by-email/find-users-by-email.mjs +++ b/components/awork/actions/find-users-by-email/find-users-by-email.mjs @@ -2,7 +2,7 @@ import awork from "../../awork.app.mjs"; export default { name: "Find Users By Email", - version: "0.0.1", + version: "0.0.2", key: "awork-find-users-by-email", description: "Finds a user by email. [See docs here](https://openapi.awork.io/#/Users/get_users)", type: "action", diff --git a/components/awork/package.json b/components/awork/package.json index 0eac569c35fa4..fa24aba97caa0 100644 --- a/components/awork/package.json +++ b/components/awork/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/awork", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Awork Components", "main": "awork.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/awork", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/awork/sources/new-task/new-task.mjs b/components/awork/sources/new-task/new-task.mjs index 26422b6bbdd55..79a706302dbee 100644 --- a/components/awork/sources/new-task/new-task.mjs +++ b/components/awork/sources/new-task/new-task.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Task (Instant)", - version: "0.0.1", + version: "0.0.2", key: "awork-new-task", description: "Emit new event on each created task.", type: "source", diff --git a/components/awork/sources/new-time-entry/new-time-entry.mjs b/components/awork/sources/new-time-entry/new-time-entry.mjs index 77973a2527803..c7c2f007b82cc 100644 --- a/components/awork/sources/new-time-entry/new-time-entry.mjs +++ b/components/awork/sources/new-time-entry/new-time-entry.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Time Entry (Instant)", - version: "0.0.1", + version: "0.0.2", key: "awork-new-time-entry", description: "Emit new event on each created time entry.", type: "source", diff --git a/components/awork/sources/new-updated-time-entry/new-updated-time-entry.mjs b/components/awork/sources/new-updated-time-entry/new-updated-time-entry.mjs index 13f53ac5c5e5b..f861a2d692074 100644 --- a/components/awork/sources/new-updated-time-entry/new-updated-time-entry.mjs +++ b/components/awork/sources/new-updated-time-entry/new-updated-time-entry.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Updated Time Entry (Instant)", - version: "0.0.1", + version: "0.0.2", key: "awork-new-updated-time-entry", description: "Emit new event on each updated time entry.", type: "source", diff --git a/components/aws/actions/cloudwatch-logs-put-log-event/cloudwatch-logs-put-log-event.mjs b/components/aws/actions/cloudwatch-logs-put-log-event/cloudwatch-logs-put-log-event.mjs index ec84663490867..b4eb98bf4eccf 100644 --- a/components/aws/actions/cloudwatch-logs-put-log-event/cloudwatch-logs-put-log-event.mjs +++ b/components/aws/actions/cloudwatch-logs-put-log-event/cloudwatch-logs-put-log-event.mjs @@ -9,7 +9,7 @@ export default { Uploads a log event to the specified log stream. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudwatch-logs/classes/putlogeventscommand.html) `), - version: "0.1.0", + version: "0.1.1", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/dynamodb-create-table/dynamodb-create-table.mjs b/components/aws/actions/dynamodb-create-table/dynamodb-create-table.mjs index 1ea8572dfc203..634c17d76cbc3 100644 --- a/components/aws/actions/dynamodb-create-table/dynamodb-create-table.mjs +++ b/components/aws/actions/dynamodb-create-table/dynamodb-create-table.mjs @@ -10,7 +10,7 @@ export default { Creates a new table to your account. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/createtablecommand.html) `), - version: "0.2.0", + version: "0.2.1", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/dynamodb-execute-statement/dynamodb-execute-statement.mjs b/components/aws/actions/dynamodb-execute-statement/dynamodb-execute-statement.mjs index d07696b652e00..03a21175b12d9 100644 --- a/components/aws/actions/dynamodb-execute-statement/dynamodb-execute-statement.mjs +++ b/components/aws/actions/dynamodb-execute-statement/dynamodb-execute-statement.mjs @@ -9,7 +9,7 @@ export default { This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/executestatementcommand.html) `), - version: "0.2.0", + version: "0.2.1", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/dynamodb-get-item/dynamodb-get-item.mjs b/components/aws/actions/dynamodb-get-item/dynamodb-get-item.mjs index d5dc8014014aa..93d6b4400e92b 100644 --- a/components/aws/actions/dynamodb-get-item/dynamodb-get-item.mjs +++ b/components/aws/actions/dynamodb-get-item/dynamodb-get-item.mjs @@ -10,7 +10,7 @@ export default { If there is no matching item, Get Item does not return any data and there will be no Item element in the response. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/getitemcommand.html) `), - version: "0.2.0", + version: "0.2.1", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/dynamodb-put-item/dynamodb-put-item.mjs b/components/aws/actions/dynamodb-put-item/dynamodb-put-item.mjs index 46cd0bf2fb8b1..5d29f035cd39c 100644 --- a/components/aws/actions/dynamodb-put-item/dynamodb-put-item.mjs +++ b/components/aws/actions/dynamodb-put-item/dynamodb-put-item.mjs @@ -15,7 +15,7 @@ export default { the new item completely replaces the existing item. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/putitemcommand.html) `), - version: "0.2.0", + version: "0.2.1", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/dynamodb-query/dynamodb-query.mjs b/components/aws/actions/dynamodb-query/dynamodb-query.mjs index 577073890442d..e6cc828ee9cd6 100644 --- a/components/aws/actions/dynamodb-query/dynamodb-query.mjs +++ b/components/aws/actions/dynamodb-query/dynamodb-query.mjs @@ -12,7 +12,7 @@ export default { The query operation finds items based on primary key values. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/querycommand.html) `), - version: "0.5.0", + version: "0.5.1", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/dynamodb-scan/dynamodb-scan.mjs b/components/aws/actions/dynamodb-scan/dynamodb-scan.mjs index 7a05493c21991..cf4e75d1df28f 100644 --- a/components/aws/actions/dynamodb-scan/dynamodb-scan.mjs +++ b/components/aws/actions/dynamodb-scan/dynamodb-scan.mjs @@ -12,7 +12,7 @@ export default { The Scan operation returns one or more items and item attributes by accessing every item in a table. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/scancommand.html) `), - version: "0.2.0", + version: "0.2.1", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/dynamodb-update-item/dynamodb-update-item.mjs b/components/aws/actions/dynamodb-update-item/dynamodb-update-item.mjs index 966237133a730..19ee5b5c07156 100644 --- a/components/aws/actions/dynamodb-update-item/dynamodb-update-item.mjs +++ b/components/aws/actions/dynamodb-update-item/dynamodb-update-item.mjs @@ -13,7 +13,7 @@ export default { Updates an existing item's attributes, or adds a new item to the table if it does not already exist. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/updateitemcommand.html) `), - version: "0.2.0", + version: "0.2.1", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/dynamodb-update-table/dynamodb-update-table.mjs b/components/aws/actions/dynamodb-update-table/dynamodb-update-table.mjs index 3a45d0723271f..42ccc003c6f78 100644 --- a/components/aws/actions/dynamodb-update-table/dynamodb-update-table.mjs +++ b/components/aws/actions/dynamodb-update-table/dynamodb-update-table.mjs @@ -10,7 +10,7 @@ export default { Modifies the settings for a given table. Only one type of modification is permitted per request. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/updatetablecommand.html) `), - version: "0.2.0", + version: "0.2.1", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/eventbridge-send-event/eventbridge-send-event.mjs b/components/aws/actions/eventbridge-send-event/eventbridge-send-event.mjs index 7e57036726d6e..754657f96dc86 100644 --- a/components/aws/actions/eventbridge-send-event/eventbridge-send-event.mjs +++ b/components/aws/actions/eventbridge-send-event/eventbridge-send-event.mjs @@ -10,7 +10,7 @@ export default { Sends an event to an EventBridge event bus. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/puteventscommand.html) `), - version: "0.4.0", + version: "0.4.1", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/lambda-create-function/lambda-create-function.mjs b/components/aws/actions/lambda-create-function/lambda-create-function.mjs index d6e916c7fbefb..5823ac287f026 100644 --- a/components/aws/actions/lambda-create-function/lambda-create-function.mjs +++ b/components/aws/actions/lambda-create-function/lambda-create-function.mjs @@ -11,7 +11,7 @@ export default { Create a Lambda function from source code. This action creates a zip file and deploys it to AWS Lambda. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lambda/classes/createfunctioncommand.html) `), - version: "0.0.1", + version: "0.0.2", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/lambda-invoke-function/lambda-invoke-function.mjs b/components/aws/actions/lambda-invoke-function/lambda-invoke-function.mjs index 90b59581b72d7..464205e1aee81 100644 --- a/components/aws/actions/lambda-invoke-function/lambda-invoke-function.mjs +++ b/components/aws/actions/lambda-invoke-function/lambda-invoke-function.mjs @@ -9,7 +9,7 @@ export default { Invoke a Lambda function using the AWS API. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lambda/index.html) `), - version: "0.2.0", + version: "0.2.1", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/s3-stream-file/s3-stream-file.mjs b/components/aws/actions/s3-stream-file/s3-stream-file.mjs index a10dff7fd0ed2..3dfc0dbd14459 100644 --- a/components/aws/actions/s3-stream-file/s3-stream-file.mjs +++ b/components/aws/actions/s3-stream-file/s3-stream-file.mjs @@ -10,7 +10,7 @@ export default { Accepts a file URL, and streams the file to the provided S3 bucket/key. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html) `), - version: "0.3.1", + version: "0.3.2", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/s3-upload-file-tmp/s3-upload-file-tmp.mjs b/components/aws/actions/s3-upload-file-tmp/s3-upload-file-tmp.mjs index 3ec046c4024c2..5dd3995084065 100644 --- a/components/aws/actions/s3-upload-file-tmp/s3-upload-file-tmp.mjs +++ b/components/aws/actions/s3-upload-file-tmp/s3-upload-file-tmp.mjs @@ -10,7 +10,7 @@ export default { Accepts a file path starting from /tmp, then uploads as a file to S3. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html) `), - version: "0.0.1", + version: "0.0.2", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/s3-upload-file-url/s3-upload-file-url.mjs b/components/aws/actions/s3-upload-file-url/s3-upload-file-url.mjs index 5a2c2888d0d15..a7bd13313bc98 100644 --- a/components/aws/actions/s3-upload-file-url/s3-upload-file-url.mjs +++ b/components/aws/actions/s3-upload-file-url/s3-upload-file-url.mjs @@ -14,7 +14,7 @@ export default { Accepts a download link and a filename, downloads it, then uploads to S3. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html) `), - version: "0.0.1", + version: "0.0.2", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/s3-upload-file/s3-upload-file.mjs b/components/aws/actions/s3-upload-file/s3-upload-file.mjs index 6d8fbf6395dd3..943de253313a0 100644 --- a/components/aws/actions/s3-upload-file/s3-upload-file.mjs +++ b/components/aws/actions/s3-upload-file/s3-upload-file.mjs @@ -9,7 +9,7 @@ export default { Accepts a base64-encoded string and a filename, then uploads as a file to S3. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html) `), - version: "0.2.1", + version: "0.2.2", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/sns-send-message/sns-send-message.mjs b/components/aws/actions/sns-send-message/sns-send-message.mjs index 98a37756fe06b..841dd0d6f91cd 100644 --- a/components/aws/actions/sns-send-message/sns-send-message.mjs +++ b/components/aws/actions/sns-send-message/sns-send-message.mjs @@ -9,7 +9,7 @@ export default { Sends a message to a SNS Topic. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/publishcommand.html) `), - version: "0.0.1", + version: "0.0.2", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/actions/sqs-send-message/sqs-send-message.mjs b/components/aws/actions/sqs-send-message/sqs-send-message.mjs index 6ac3da949165f..2cc60e9ed49eb 100644 --- a/components/aws/actions/sqs-send-message/sqs-send-message.mjs +++ b/components/aws/actions/sqs-send-message/sqs-send-message.mjs @@ -10,7 +10,7 @@ export default { Sends a message to an SQS queue. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/classes/sendmessagecommand.html) `), - version: "0.2.0", + version: "0.2.1", type: "action", props: { aws: common.props.aws, diff --git a/components/aws/package.json b/components/aws/package.json index 906f7e0373684..2d7692ec51b92 100644 --- a/components/aws/package.json +++ b/components/aws/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/aws", - "version": "0.3.8", + "version": "0.3.9", "description": "Pipedream Aws Components", "main": "aws.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/aws", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.58.0", "@aws-sdk/client-dynamodb": "^3.58.0", diff --git a/components/aws/sources/new-dynamodb-stream-event/new-dynamodb-stream-event.mjs b/components/aws/sources/new-dynamodb-stream-event/new-dynamodb-stream-event.mjs index 4c486f7c12942..bf66e08e447d7 100644 --- a/components/aws/sources/new-dynamodb-stream-event/new-dynamodb-stream-event.mjs +++ b/components/aws/sources/new-dynamodb-stream-event/new-dynamodb-stream-event.mjs @@ -6,7 +6,7 @@ export default { name: "New DynamoDB Stream Event", description: "Emit new event when a DynamoDB stream receives new events. [See the docs here](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_streams_GetRecords.html)", type: "source", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/aws/sources/new-emails-sent-to-ses-catch-all-domain/new-emails-sent-to-ses-catch-all-domain.mjs b/components/aws/sources/new-emails-sent-to-ses-catch-all-domain/new-emails-sent-to-ses-catch-all-domain.mjs index 2ed8bcc3ff757..744c6e2d8fc82 100644 --- a/components/aws/sources/new-emails-sent-to-ses-catch-all-domain/new-emails-sent-to-ses-catch-all-domain.mjs +++ b/components/aws/sources/new-emails-sent-to-ses-catch-all-domain/new-emails-sent-to-ses-catch-all-domain.mjs @@ -16,7 +16,7 @@ export default { These events can trigger a Pipedream workflow and can be consumed via SSE or REST API. `), type: "source", - version: "1.1.1", + version: "1.1.2", props: { ...base.props, domain: { diff --git a/components/aws/sources/new-records-returned-by-cloudwatch-logs-insights-query/new-records-returned-by-cloudwatch-logs-insights-query.mjs b/components/aws/sources/new-records-returned-by-cloudwatch-logs-insights-query/new-records-returned-by-cloudwatch-logs-insights-query.mjs index dc55110dd541a..adfb530097f81 100644 --- a/components/aws/sources/new-records-returned-by-cloudwatch-logs-insights-query/new-records-returned-by-cloudwatch-logs-insights-query.mjs +++ b/components/aws/sources/new-records-returned-by-cloudwatch-logs-insights-query/new-records-returned-by-cloudwatch-logs-insights-query.mjs @@ -7,7 +7,7 @@ export default { name: "New Records Returned by CloudWatch Logs Insights Query", // eslint-disable-next-line pipedream/source-description description: "Executes a CloudWatch Logs Insights query on a schedule, and emits the records as invidual events (default) or in batch", - version: "0.2.1", + version: "0.2.2", type: "source", props: { aws: common.props.aws, diff --git a/components/azure_devops/package.json b/components/azure_devops/package.json index 14e65534cedb2..f483925311f95 100644 --- a/components/azure_devops/package.json +++ b/components/azure_devops/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/azure_devops", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Azure DevOps Components", "main": "azure_devops.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/azure_devops", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/azure_devops/sources/new-event/new-event.mjs b/components/azure_devops/sources/new-event/new-event.mjs index 55246b4db91db..0cea4c6143aad 100644 --- a/components/azure_devops/sources/new-event/new-event.mjs +++ b/components/azure_devops/sources/new-event/new-event.mjs @@ -2,7 +2,7 @@ import azureDevops from "../../azure_devops.app.mjs"; export default { name: "New Event (Instant)", - version: "0.0.1", + version: "0.0.2", key: "azure_devops-new-event", description: "Emit new event for the specified event type.", type: "source", diff --git a/components/bandwidth/actions/send-sms/send-sms.js b/components/bandwidth/actions/send-sms/send-sms.js index 093235b12e9a3..9a46f1d870739 100644 --- a/components/bandwidth/actions/send-sms/send-sms.js +++ b/components/bandwidth/actions/send-sms/send-sms.js @@ -5,7 +5,7 @@ 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", props: { bandwidth, messageTo: { diff --git a/components/bandwidth/package.json b/components/bandwidth/package.json index 41b8cdec0ccef..4df437aa2edda 100644 --- a/components/bandwidth/package.json +++ b/components/bandwidth/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bandwidth", - "version": "1.0.2", + "version": "1.0.3", "description": "Pipedream Bandwidth Components", "main": "index.js", "keywords": [ @@ -11,7 +11,6 @@ "access": "public" }, "author": "Bandwidth", - "license": "MIT", "dependencies": { "@bandwidth/messaging": "^4.0.0" } 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/bannerbear/actions/approve-video/approve-video.mjs b/components/bannerbear/actions/approve-video/approve-video.mjs index e03cb42d7de1e..e43ba1cc07b91 100644 --- a/components/bannerbear/actions/approve-video/approve-video.mjs +++ b/components/bannerbear/actions/approve-video/approve-video.mjs @@ -5,7 +5,7 @@ export default { name: "Approve Video", description: "Approve a video to proceed with rendering. [See the docs here](https://developers.bannerbear.com/#patch-v2-videos).", type: "action", - version: "0.0.1", + version: "0.0.2", props: { bannerbear, uid: { diff --git a/components/bannerbear/actions/create-animated-gif/create-animated-gif.mjs b/components/bannerbear/actions/create-animated-gif/create-animated-gif.mjs index ba250d28267a9..3bfef05e43c61 100644 --- a/components/bannerbear/actions/create-animated-gif/create-animated-gif.mjs +++ b/components/bannerbear/actions/create-animated-gif/create-animated-gif.mjs @@ -6,7 +6,7 @@ export default { name: "Create Animated Gif", description: "Creates an Animated Gif. [See the docs here](https://developers.bannerbear.com/#post-v2-animated_gifs).", type: "action", - version: "0.0.1", + version: "0.0.2", props: { bannerbear, template: { diff --git a/components/bannerbear/actions/create-collection/create-collection.mjs b/components/bannerbear/actions/create-collection/create-collection.mjs index 7a25ba497a30e..fac48c8ffdf80 100644 --- a/components/bannerbear/actions/create-collection/create-collection.mjs +++ b/components/bannerbear/actions/create-collection/create-collection.mjs @@ -6,7 +6,7 @@ export default { name: "Create Collection", description: "Generates multiple Images based on a Template Set. [See the docs here](https://developers.bannerbear.com/#post-v2-collections).", type: "action", - version: "0.0.1", + version: "0.0.2", props: { bannerbear, templateSet: { diff --git a/components/bannerbear/actions/create-image/create-image.mjs b/components/bannerbear/actions/create-image/create-image.mjs index de2d26f665404..6944c6455828d 100644 --- a/components/bannerbear/actions/create-image/create-image.mjs +++ b/components/bannerbear/actions/create-image/create-image.mjs @@ -5,7 +5,7 @@ export default { key: "bannerbear-create-image", name: "Create an Image", description: "Create an image using template and modifications. [See the docs](https://developers.bannerbear.com/#post-v2-images)", - version: "0.0.3", + version: "0.0.4", type: "action", props: { bannerbear, diff --git a/components/bannerbear/actions/create-video/create-video.mjs b/components/bannerbear/actions/create-video/create-video.mjs index d2895c89284d9..5c0bd658456d6 100644 --- a/components/bannerbear/actions/create-video/create-video.mjs +++ b/components/bannerbear/actions/create-video/create-video.mjs @@ -6,7 +6,7 @@ export default { name: "Create Video", description: "Creates a Video. [See the docs here](https://developers.bannerbear.com/#post-v2-videos).", type: "action", - version: "0.0.1", + version: "0.0.2", props: { bannerbear, videoTemplate: { diff --git a/components/bannerbear/actions/edit-video/edit-video.mjs b/components/bannerbear/actions/edit-video/edit-video.mjs index aa978a6efa027..8cd3bc8cc9ed5 100644 --- a/components/bannerbear/actions/edit-video/edit-video.mjs +++ b/components/bannerbear/actions/edit-video/edit-video.mjs @@ -6,7 +6,7 @@ export default { name: "Edit Video", description: "Update a video auto-transcription. [See the docs here](https://developers.bannerbear.com/#patch-v2-videos).", type: "action", - version: "0.0.1", + version: "0.0.2", props: { bannerbear, uid: { diff --git a/components/bannerbear/package.json b/components/bannerbear/package.json index e5c3421fbeb50..8c73c28f5f382 100644 --- a/components/bannerbear/package.json +++ b/components/bannerbear/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bannerbear", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Bannerbear Components", "main": "bannerbear.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/bannerbear", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.10.0" }, diff --git a/components/bart/package.json b/components/bart/package.json index dee348cc258db..1af540706d52a 100644 --- a/components/bart/package.json +++ b/components/bart/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bart", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream BART Components", "main": "dist/app/bart.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/bart", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/baserow/actions/create-row/create-row.ts b/components/baserow/actions/create-row/create-row.ts index 941ceddada61c..a4ae950ee2ced 100644 --- a/components/baserow/actions/create-row/create-row.ts +++ b/components/baserow/actions/create-row/create-row.ts @@ -11,7 +11,7 @@ export default defineAction({ name: "Create Row", description: `Create a row [See docs here](${DOCS_LINK})`, key: "baserow-create-row", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/baserow/actions/delete-row/delete-row.ts b/components/baserow/actions/delete-row/delete-row.ts index c20b949695ef8..5ccfe68a284d9 100644 --- a/components/baserow/actions/delete-row/delete-row.ts +++ b/components/baserow/actions/delete-row/delete-row.ts @@ -10,7 +10,7 @@ export default defineAction({ description: `Delete a row [See docs here](${DOCS_LINK})`, key: "baserow-delete-row", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/baserow/actions/get-row/get-row.ts b/components/baserow/actions/get-row/get-row.ts index 28c06c19c67f4..2677fd1308ebf 100644 --- a/components/baserow/actions/get-row/get-row.ts +++ b/components/baserow/actions/get-row/get-row.ts @@ -12,7 +12,7 @@ export default defineAction({ description: `Get a single row [See docs here](${DOCS_LINK})`, key: "baserow-get-row", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/baserow/actions/list-rows/list-rows.ts b/components/baserow/actions/list-rows/list-rows.ts index b4947b28572ca..9f4b984a5b695 100644 --- a/components/baserow/actions/list-rows/list-rows.ts +++ b/components/baserow/actions/list-rows/list-rows.ts @@ -11,7 +11,7 @@ export default defineAction({ description: `List a table's rows [See docs here](${DOCS_LINK})`, key: "baserow-list-rows", - version: "0.0.1", + version: "0.0.2", type: "action", async run({ $ }) { const { tableId } = this; diff --git a/components/baserow/actions/update-row/update-row.ts b/components/baserow/actions/update-row/update-row.ts index b0c9834aa1a0e..23e524909cb20 100644 --- a/components/baserow/actions/update-row/update-row.ts +++ b/components/baserow/actions/update-row/update-row.ts @@ -11,7 +11,7 @@ export default defineAction({ name: "Update Row", description: `Update a row [See docs here](${DOCS_LINK})`, key: "baserow-update-row", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/baserow/package.json b/components/baserow/package.json index 5b3fc8c9ac0cc..019d33fdba008 100644 --- a/components/baserow/package.json +++ b/components/baserow/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/baserow", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Baserow Components", "main": "dist/app/baserow.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/baserow", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/basin/package.json b/components/basin/package.json index 60211c955152b..59545f9cb84ce 100644 --- a/components/basin/package.json +++ b/components/basin/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/basin", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Basin Components", "main": "basin.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/basin", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/basin/sources/new-submission-received/new-submission-received.mjs b/components/basin/sources/new-submission-received/new-submission-received.mjs index 29ab440691793..f3a5d70d0a9af 100644 --- a/components/basin/sources/new-submission-received/new-submission-received.mjs +++ b/components/basin/sources/new-submission-received/new-submission-received.mjs @@ -3,7 +3,7 @@ import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; export default { name: "New Submission Received", - version: "0.0.1", + version: "0.0.2", key: "basin-new-submission-received", description: "Emit new event on each new form submission received.", type: "source", diff --git a/components/bc_gov_news/package.json b/components/bc_gov_news/package.json index c88ebe5e0d11a..e1011981ff494 100644 --- a/components/bc_gov_news/package.json +++ b/components/bc_gov_news/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bc_gov_news", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream BC Gov News Components", "main": "dist/app/bc_gov_news.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/bc_gov_news", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/beaconstac/package.json b/components/beaconstac/package.json index a56c5d63286fa..d1a94a1cbb43f 100644 --- a/components/beaconstac/package.json +++ b/components/beaconstac/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/beaconstac", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Beaconstac Components", "main": "dist/app/beaconstac.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/beaconstac", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/beehiiv/actions/create-subscriber/create-subscriber.ts b/components/beehiiv/actions/create-subscriber/create-subscriber.ts index 390b57d81665a..c1b9448469264 100644 --- a/components/beehiiv/actions/create-subscriber/create-subscriber.ts +++ b/components/beehiiv/actions/create-subscriber/create-subscriber.ts @@ -5,7 +5,7 @@ export default defineAction({ name: "Create Subscriber", description: "Create a new subscriber. [See docs](https://www.beehiiv.com/developers/docs)", key: "beehiiv-create-subscriber", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/beehiiv/actions/list-all-publications/list-all-publications.ts b/components/beehiiv/actions/list-all-publications/list-all-publications.ts index 4a3d02542b099..77328ac8cdafb 100644 --- a/components/beehiiv/actions/list-all-publications/list-all-publications.ts +++ b/components/beehiiv/actions/list-all-publications/list-all-publications.ts @@ -5,7 +5,7 @@ export default defineAction({ name: "List All Publications", description: "Get a list of all your publications. [See docs](https://www.beehiiv.com/developers/docs)", key: "beehiiv-list-all-publications", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/beehiiv/package.json b/components/beehiiv/package.json index b7ffb7ada86e3..50949c519a8eb 100644 --- a/components/beehiiv/package.json +++ b/components/beehiiv/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/beehiiv", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Beehiiv Components", "main": "dist/app/beehiiv.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/beehiiv", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/big_cartel/package.json b/components/big_cartel/package.json index d7647ab4fcd17..f18bfed245898 100644 --- a/components/big_cartel/package.json +++ b/components/big_cartel/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/big_cartel", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Big Cartel Components", "main": "big_cartel.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ ], "homepage": "https://pipedream.com/apps/big-cartel", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.1.0" }, diff --git a/components/big_cartel/sources/new-order/new-order.mjs b/components/big_cartel/sources/new-order/new-order.mjs index 3859c7a35f766..45dbe1838507d 100644 --- a/components/big_cartel/sources/new-order/new-order.mjs +++ b/components/big_cartel/sources/new-order/new-order.mjs @@ -4,7 +4,7 @@ export default { key: "big_cartel-new-order", name: "New Order Event", description: "Emit new events when a new order is created. [See the docs here](https://developers.bigcartel.com/api/v1#get-all-orders)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", ...common, diff --git a/components/big_cartel/sources/new-product/new-product.mjs b/components/big_cartel/sources/new-product/new-product.mjs index 2fb732b25db6e..df16906f44157 100644 --- a/components/big_cartel/sources/new-product/new-product.mjs +++ b/components/big_cartel/sources/new-product/new-product.mjs @@ -4,7 +4,7 @@ export default { key: "big_cartel-new-product", name: "New Product Event", description: "Emit new events when a new product is created. [See the docs here](https://developers.bigcartel.com/api/v1#get-all-products)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", ...common, diff --git a/components/bill/package.json b/components/bill/package.json index b303cf22493da..03d072156e350 100644 --- a/components/bill/package.json +++ b/components/bill/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bill", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream BILL Components", "main": "dist/app/bill.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/bill", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/bingx/actions/account-get-balance/account-get-balance.mjs b/components/bingx/actions/account-get-balance/account-get-balance.mjs index da43002eedeb4..733827a9b59d0 100644 --- a/components/bingx/actions/account-get-balance/account-get-balance.mjs +++ b/components/bingx/actions/account-get-balance/account-get-balance.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Account Get Balance", - version: "0.0.4", + version: "0.0.5", key: "bingx-account-get-balance", description: "Get Perpetual Swap Account Asset Information [reference](https://bingx-api.github.io/docs/swap/account-api.html#_1-get-perpetual-swap-account-asset-information).", props: { diff --git a/components/bingx/actions/account-get-positions/account-get-positions.mjs b/components/bingx/actions/account-get-positions/account-get-positions.mjs index b7ea15fa29a5e..b3b6e41e6f308 100644 --- a/components/bingx/actions/account-get-positions/account-get-positions.mjs +++ b/components/bingx/actions/account-get-positions/account-get-positions.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Account Get Positions", - version: "0.0.3", + version: "0.0.4", key: "bingx-account-get-positions", description: "Perpetual Swap Positions [reference](https://bingx-api.github.io/docs/swap/account-api.html#_2-perpetual-swap-positions).", props: { diff --git a/components/bingx/actions/custom-bracket-order/custom-bracket-order.mjs b/components/bingx/actions/custom-bracket-order/custom-bracket-order.mjs index 4aca61a328bbc..908de0d5906fe 100644 --- a/components/bingx/actions/custom-bracket-order/custom-bracket-order.mjs +++ b/components/bingx/actions/custom-bracket-order/custom-bracket-order.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Custom Bracket Order", - version: "0.0.3", + version: "0.0.4", key: "bingx-custom-bracket-order", description: "Place bracket order", props: { diff --git a/components/bingx/actions/custom-calculate-leveraged-position/custom-calculate-leveraged-position.mjs b/components/bingx/actions/custom-calculate-leveraged-position/custom-calculate-leveraged-position.mjs index b48022f9cb341..d4cd8833f7b26 100644 --- a/components/bingx/actions/custom-calculate-leveraged-position/custom-calculate-leveraged-position.mjs +++ b/components/bingx/actions/custom-calculate-leveraged-position/custom-calculate-leveraged-position.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Custom Calculate Leveraged Position", - version: "0.0.3", + version: "0.0.4", key: "bingx-custom-calculate-leveraged-position", description: "Calculate leveraged position based on entry, stop price and account balance", props: { diff --git a/components/bingx/actions/generic-api-call/generic-api-call.mjs b/components/bingx/actions/generic-api-call/generic-api-call.mjs index ae370a5f7022e..cd6230e602a62 100644 --- a/components/bingx/actions/generic-api-call/generic-api-call.mjs +++ b/components/bingx/actions/generic-api-call/generic-api-call.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Generic API Call", - version: "0.0.2", + version: "0.0.3", key: "bingx-generic-api-call", description: "Make any API call for Bingx Futures as per the documentation. See docs [here](https://bingx-api.github.io/docs/swap/)", props: { diff --git a/components/bingx/actions/market-get-all-contracts/market-get-all-contracts.mjs b/components/bingx/actions/market-get-all-contracts/market-get-all-contracts.mjs index a707232200817..fcbcf084418bb 100644 --- a/components/bingx/actions/market-get-all-contracts/market-get-all-contracts.mjs +++ b/components/bingx/actions/market-get-all-contracts/market-get-all-contracts.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Market Get All Contracts", - version: "0.0.3", + version: "0.0.4", key: "bingx-market-get-all-contracts", description: "Contract Information [reference](https://bingx-api.github.io/docs/swap/market-api.html#_1-contract-information).", props: { diff --git a/components/bingx/actions/market-get-historical-funding/market-get-historical-funding.mjs b/components/bingx/actions/market-get-historical-funding/market-get-historical-funding.mjs index cffe88f805a6e..9a1e88edddbbc 100644 --- a/components/bingx/actions/market-get-historical-funding/market-get-historical-funding.mjs +++ b/components/bingx/actions/market-get-historical-funding/market-get-historical-funding.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Market Get History Funding", - version: "0.0.3", + version: "0.0.4", key: "bingx-market-get-historical-funding", description: "Funding Rate History [reference](https://bingx-api.github.io/docs/swap/market-api.html#_6-funding-rate-history).", props: { diff --git a/components/bingx/actions/market-get-kline-history/market-get-kline-history.mjs b/components/bingx/actions/market-get-kline-history/market-get-kline-history.mjs index df4b741d12af2..3f595341bdfdd 100644 --- a/components/bingx/actions/market-get-kline-history/market-get-kline-history.mjs +++ b/components/bingx/actions/market-get-kline-history/market-get-kline-history.mjs @@ -3,7 +3,7 @@ import { KLINE_DESC_MAPPING } from "../../common.mjs"; export default { name: "BingX Market Get History Klines", - version: "0.0.3", + version: "0.0.4", key: "bingx-market-get-kline-history", description: "K-Line Data History [reference](https://bingx-api.github.io/docs/swap/market-api.html#_8-k-line-data-history).", props: { diff --git a/components/bingx/actions/market-get-kline/market-get-kline.mjs b/components/bingx/actions/market-get-kline/market-get-kline.mjs index 874c680909dbc..7f16275068ce1 100644 --- a/components/bingx/actions/market-get-kline/market-get-kline.mjs +++ b/components/bingx/actions/market-get-kline/market-get-kline.mjs @@ -3,7 +3,7 @@ import { KLINE_DESC_MAPPING } from "../../common.mjs"; export default { name: "BingX Market Get Latest Kline", - version: "0.0.3", + version: "0.0.4", key: "bingx-market-get-kline", description: "Get K-Line Data [reference](https://bingx-api.github.io/docs/swap/market-api.html#_7-get-k-line-data).", props: { diff --git a/components/bingx/actions/market-get-latest-funding/market-get-latest-funding.mjs b/components/bingx/actions/market-get-latest-funding/market-get-latest-funding.mjs index 09c3926d401d2..cbc6740573804 100644 --- a/components/bingx/actions/market-get-latest-funding/market-get-latest-funding.mjs +++ b/components/bingx/actions/market-get-latest-funding/market-get-latest-funding.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Market Get Latest Funding", - version: "0.0.3", + version: "0.0.4", key: "bingx-market-get-latest-funding", description: "Current Funding Rate [reference](https://bingx-api.github.io/docs/swap/market-api.html#_5-current-funding-rate).", props: { diff --git a/components/bingx/actions/market-get-latest-price/market-get-latest-price.mjs b/components/bingx/actions/market-get-latest-price/market-get-latest-price.mjs index c3ba77488e336..5601cec30e855 100644 --- a/components/bingx/actions/market-get-latest-price/market-get-latest-price.mjs +++ b/components/bingx/actions/market-get-latest-price/market-get-latest-price.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Market Get Latest Price", - version: "0.0.3", + version: "0.0.4", key: "bingx-market-get-latest-price", description: "Get Latest Price of a Trading Pair [reference](https://bingx-api.github.io/docs/swap/market-api.html#_2-get-latest-price-of-a-trading-pair).", props: { diff --git a/components/bingx/actions/market-get-market-depth/market-get-market-depth.mjs b/components/bingx/actions/market-get-market-depth/market-get-market-depth.mjs index a80bc2692d5ed..4951a4fcd5c2e 100644 --- a/components/bingx/actions/market-get-market-depth/market-get-market-depth.mjs +++ b/components/bingx/actions/market-get-market-depth/market-get-market-depth.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Market Get Market Depth", - version: "0.0.3", + version: "0.0.4", key: "bingx-market-get-market-depth", description: "Get Market Depth [reference](https://bingx-api.github.io/docs/swap/market-api.html#_3-get-market-depth).", props: { diff --git a/components/bingx/actions/market-get-market-trades/market-get-market-trades.mjs b/components/bingx/actions/market-get-market-trades/market-get-market-trades.mjs index 499f5ecec358f..586708f9b3ec5 100644 --- a/components/bingx/actions/market-get-market-trades/market-get-market-trades.mjs +++ b/components/bingx/actions/market-get-market-trades/market-get-market-trades.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Market Get Market Trades", - version: "0.0.3", + version: "0.0.4", key: "bingx-market-get-market-trades", description: "The latest Trade of a Trading Pair [reference](https://bingx-api.github.io/docs/swap/market-api.html#_4-the-latest-trade-of-a-trading-pair).", props: { diff --git a/components/bingx/actions/market-get-open-positions/market-get-open-positions.mjs b/components/bingx/actions/market-get-open-positions/market-get-open-positions.mjs index ea0bffa0a3608..57066278f0ffd 100644 --- a/components/bingx/actions/market-get-open-positions/market-get-open-positions.mjs +++ b/components/bingx/actions/market-get-open-positions/market-get-open-positions.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Market Get Open Positions", - version: "0.0.3", + version: "0.0.4", key: "bingx-market-get-open-positions", description: "Get Swap Open Positions [reference](https://bingx-api.github.io/docs/swap/market-api.html#_9-get-swap-open-positions).", props: { diff --git a/components/bingx/actions/market-get-ticker/market-get-ticker.mjs b/components/bingx/actions/market-get-ticker/market-get-ticker.mjs index d74236ba58128..3fe76d523d0b9 100644 --- a/components/bingx/actions/market-get-ticker/market-get-ticker.mjs +++ b/components/bingx/actions/market-get-ticker/market-get-ticker.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Market Get Ticker", - version: "0.0.3", + version: "0.0.4", key: "bingx-market-get-ticker", description: "Get Ticker [reference](https://bingx-api.github.io/docs/swap/market-api.html#_10-get-ticker).", props: { diff --git a/components/bingx/actions/trade-batch-cancel-orders/trade-batch-cancel-orders.mjs b/components/bingx/actions/trade-batch-cancel-orders/trade-batch-cancel-orders.mjs index df3db4fe8e345..fe2f70fce7606 100644 --- a/components/bingx/actions/trade-batch-cancel-orders/trade-batch-cancel-orders.mjs +++ b/components/bingx/actions/trade-batch-cancel-orders/trade-batch-cancel-orders.mjs @@ -4,7 +4,7 @@ export default { key: "bingx-trade-batch-cancel-orders", name: "BingX Trade Batch Cancel Orders", description: "Cancel a Batch of Orders [reference](https://bingx-api.github.io/docs/swap/trade-api.html#_5-cancel-a-batch-of-orders).", - version: "0.0.3", + version: "0.0.4", type: "action", props: { bingx, diff --git a/components/bingx/actions/trade-cancel-all-orders/trade-cancel-all-orders.mjs b/components/bingx/actions/trade-cancel-all-orders/trade-cancel-all-orders.mjs index f6d77660851a3..3515d16600866 100644 --- a/components/bingx/actions/trade-cancel-all-orders/trade-cancel-all-orders.mjs +++ b/components/bingx/actions/trade-cancel-all-orders/trade-cancel-all-orders.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Trade Cancel All Orders", - version: "0.0.3", + version: "0.0.4", key: "bingx-trade-cancel-all-orders", description: "Cancel All Orders [reference](https://bingx-api.github.io/docs/swap/trade-api.html#_6-cancel-all-orders).", props: { diff --git a/components/bingx/actions/trade-cancel-order/trade-cancel-order.mjs b/components/bingx/actions/trade-cancel-order/trade-cancel-order.mjs index c6b91f7a1ffc6..11c49d9ea6f16 100644 --- a/components/bingx/actions/trade-cancel-order/trade-cancel-order.mjs +++ b/components/bingx/actions/trade-cancel-order/trade-cancel-order.mjs @@ -4,7 +4,7 @@ export default { key: "bingx-trade-cancel-order", name: "BingX Trade Cancel Order", description: "Cancel an Order [reference](https://bingx-api.github.io/docs/swap/trade-api.html#_4-cancel-an-order).", - version: "0.0.3", + version: "0.0.4", type: "action", props: { bingx, diff --git a/components/bingx/actions/trade-new-order/trade-new-order.mjs b/components/bingx/actions/trade-new-order/trade-new-order.mjs index 30367cb2a97f9..a25360c3a001e 100644 --- a/components/bingx/actions/trade-new-order/trade-new-order.mjs +++ b/components/bingx/actions/trade-new-order/trade-new-order.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Trade New Order", - version: "0.0.3", + version: "0.0.4", key: "bingx-trade-new-order", description: "Place a New Order [reference](https://bingx-api.github.io/docs/swap/trade-api.html#_1-place-a-new-order).", props: { diff --git a/components/bingx/actions/trade-oneclick-close-all-positions/trade-oneclick-close-all-positions.mjs b/components/bingx/actions/trade-oneclick-close-all-positions/trade-oneclick-close-all-positions.mjs index ec47f90aad768..97887036e544c 100644 --- a/components/bingx/actions/trade-oneclick-close-all-positions/trade-oneclick-close-all-positions.mjs +++ b/components/bingx/actions/trade-oneclick-close-all-positions/trade-oneclick-close-all-positions.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Trade One Click Close All Positions", - version: "0.0.3", + version: "0.0.4", key: "bingx-trade-oneclick-close-all-positions", description: "One-Click Close All Positions [reference](https://bingx-api.github.io/docs/swap/trade-api.html#_3-one-click-close-all-positions).", props: { diff --git a/components/bingx/actions/trade-oneclick-close-position/trade-oneclick-close-position.mjs b/components/bingx/actions/trade-oneclick-close-position/trade-oneclick-close-position.mjs index 48b51ec110654..b142785c32f23 100644 --- a/components/bingx/actions/trade-oneclick-close-position/trade-oneclick-close-position.mjs +++ b/components/bingx/actions/trade-oneclick-close-position/trade-oneclick-close-position.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Trade One Click Close Position", - version: "0.0.3", + version: "0.0.4", key: "bingx-trade-oneclick-close-position", description: "One-Click Close Position [reference](https://bingx-api.github.io/docs/swap/trade-api.html#_2-one-click-close-position).", props: { diff --git a/components/bingx/actions/trade-pending-orders/trade-pending-orders.mjs b/components/bingx/actions/trade-pending-orders/trade-pending-orders.mjs index be0463d98d36f..c9401ef3e314e 100644 --- a/components/bingx/actions/trade-pending-orders/trade-pending-orders.mjs +++ b/components/bingx/actions/trade-pending-orders/trade-pending-orders.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Trade Pending Orders", - version: "0.0.3", + version: "0.0.4", key: "bingx-trade-pending-orders", description: "Unfilled Order Acquisition [reference](https://bingx-api.github.io/docs/swap/trade-api.html#_7-unfilled-order-acquisition).", props: { diff --git a/components/bingx/actions/trade-query-order/trade-query-order.mjs b/components/bingx/actions/trade-query-order/trade-query-order.mjs index 09c792bda5388..d25cb9fe67306 100644 --- a/components/bingx/actions/trade-query-order/trade-query-order.mjs +++ b/components/bingx/actions/trade-query-order/trade-query-order.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Trade Query Order", - version: "0.0.3", + version: "0.0.4", key: "bingx-trade-query-order", description: "Query Order Details [reference](https://bingx-api.github.io/docs/swap/trade-api.html#_8-query-order-details).", props: { diff --git a/components/bingx/actions/trade-set-leverage/trade-set-leverage.mjs b/components/bingx/actions/trade-set-leverage/trade-set-leverage.mjs index 5f1948bcca883..3fa6938234e3e 100644 --- a/components/bingx/actions/trade-set-leverage/trade-set-leverage.mjs +++ b/components/bingx/actions/trade-set-leverage/trade-set-leverage.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Trade Set Leverage", - version: "0.0.3", + version: "0.0.4", key: "bingx-trade-set-leverage", description: "Switch Leverage [reference](https://bingx-api.github.io/docs/swap/trade-api.html#_10-switch-leverage).", props: { diff --git a/components/bingx/actions/trade-set-margin-mode/trade-set-margin-mode.mjs b/components/bingx/actions/trade-set-margin-mode/trade-set-margin-mode.mjs index 6400658a4663b..de65e34dab387 100644 --- a/components/bingx/actions/trade-set-margin-mode/trade-set-margin-mode.mjs +++ b/components/bingx/actions/trade-set-margin-mode/trade-set-margin-mode.mjs @@ -2,7 +2,7 @@ import bingx from "../../bingx.app.mjs"; export default { name: "BingX Trade Set Margin Mode", - version: "0.0.3", + version: "0.0.4", key: "bingx-trade-set-margin-mode", description: "Switch Margin Mode [reference](https://bingx-api.github.io/docs/swap/trade-api.html#_9-switch-margin-mode).", props: { diff --git a/components/bingx/package.json b/components/bingx/package.json index 9a10419996aa7..ac10353b9656c 100644 --- a/components/bingx/package.json +++ b/components/bingx/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bingx", - "version": "0.0.6", + "version": "0.0.7", "description": "Pipedream BingX Components", "main": "bingx.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/bingx", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/bitbucket/actions/create-issue-comment/create-issue-comment.mjs b/components/bitbucket/actions/create-issue-comment/create-issue-comment.mjs index 8bb50ee827d57..8f5549a71c06c 100644 --- a/components/bitbucket/actions/create-issue-comment/create-issue-comment.mjs +++ b/components/bitbucket/actions/create-issue-comment/create-issue-comment.mjs @@ -5,7 +5,7 @@ export default { key: "bitbucket-create-issue-comment", name: "Create Issue Comment", description: "Creates a new issue comment. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-issue-tracker/#api-repositories-workspace-repo-slug-issues-issue-id-comments-post)", - version: "0.1.3", + version: "0.1.4", type: "action", props: { ...base.props, diff --git a/components/bitbucket/actions/create-issue/create-issue.mjs b/components/bitbucket/actions/create-issue/create-issue.mjs index 50b541b36faa0..9e315eedb4c65 100644 --- a/components/bitbucket/actions/create-issue/create-issue.mjs +++ b/components/bitbucket/actions/create-issue/create-issue.mjs @@ -6,7 +6,7 @@ export default { key: "bitbucket-create-issue", name: "Creates a new issue", description: "Creates a new issue. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-issue-tracker/#api-repositories-workspace-repo-slug-issues-post)", - version: "0.1.3", + version: "0.1.4", type: "action", props: { ...base.props, diff --git a/components/bitbucket/actions/create-snippet-comment/create-snippet-comment.mjs b/components/bitbucket/actions/create-snippet-comment/create-snippet-comment.mjs index e1d0bc294157f..15666b77ec4d6 100644 --- a/components/bitbucket/actions/create-snippet-comment/create-snippet-comment.mjs +++ b/components/bitbucket/actions/create-snippet-comment/create-snippet-comment.mjs @@ -5,7 +5,7 @@ export default { key: "bitbucket-create-snippet-comment", name: "Create Snippet Comment", description: "Creates a new snippet comment. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-snippets/#api-snippets-workspace-encoded-id-comments-post)", - version: "0.4.3", + version: "0.4.4", type: "action", props: { ...base.props, diff --git a/components/bitbucket/actions/get-file-from-repository/get-file-from-repository.mjs b/components/bitbucket/actions/get-file-from-repository/get-file-from-repository.mjs index 73e7897a49761..ed567a6a16aee 100644 --- a/components/bitbucket/actions/get-file-from-repository/get-file-from-repository.mjs +++ b/components/bitbucket/actions/get-file-from-repository/get-file-from-repository.mjs @@ -5,7 +5,7 @@ export default { key: "bitbucket-get-file-from-repository", name: "Get File From Repository", description: "Gets the actual file contents of a download artifact and not the artifact's metadata. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-downloads/#api-repositories-workspace-repo-slug-downloads-filename-get)", - version: "0.1.3", + version: "0.1.4", type: "action", props: { ...base.props, diff --git a/components/bitbucket/actions/get-issue/get-issue.mjs b/components/bitbucket/actions/get-issue/get-issue.mjs index cd9b35dfe5289..8bf9f453c5b4b 100644 --- a/components/bitbucket/actions/get-issue/get-issue.mjs +++ b/components/bitbucket/actions/get-issue/get-issue.mjs @@ -5,7 +5,7 @@ export default { key: "bitbucket-get-issue", name: "Get issue", description: "Get a issue. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-issue-tracker/#api-repositories-workspace-repo-slug-issues-issue-id-get)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...base.props, diff --git a/components/bitbucket/actions/get-snippet/get-snippet.mjs b/components/bitbucket/actions/get-snippet/get-snippet.mjs index bd5c612c4c227..7c8476f891e47 100644 --- a/components/bitbucket/actions/get-snippet/get-snippet.mjs +++ b/components/bitbucket/actions/get-snippet/get-snippet.mjs @@ -5,7 +5,7 @@ export default { key: "bitbucket-get-snippet", name: "Get snippet", description: "Get a snippet. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-snippets/#api-snippets-workspace-encoded-id-get)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...base.props, diff --git a/components/bitbucket/actions/update-issue-comment/update-issue-comment.mjs b/components/bitbucket/actions/update-issue-comment/update-issue-comment.mjs index b1ae3fef3103f..9661ae4678059 100644 --- a/components/bitbucket/actions/update-issue-comment/update-issue-comment.mjs +++ b/components/bitbucket/actions/update-issue-comment/update-issue-comment.mjs @@ -5,7 +5,7 @@ export default { key: "bitbucket-update-issue-comment", name: "Update Issue Comment", description: "Updates a existent issue comment. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-issue-tracker/#api-repositories-workspace-repo-slug-issues-issue-id-comments-comment-id-put)", - version: "0.1.3", + version: "0.1.4", type: "action", props: { ...base.props, diff --git a/components/bitbucket/package.json b/components/bitbucket/package.json index 2d08c4cf32b94..33d0fa79db068 100644 --- a/components/bitbucket/package.json +++ b/components/bitbucket/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bitbucket", - "version": "0.3.6", + "version": "0.3.7", "description": "Pipedream Bitbucket Components", "main": "bitbucket.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/bitbucket", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.10.0", "axios": "^0.27.2", diff --git a/components/bitbucket/sources/new-branch/new-branch.mjs b/components/bitbucket/sources/new-branch/new-branch.mjs index fee6720042a65..ac1a6e95b06d1 100644 --- a/components/bitbucket/sources/new-branch/new-branch.mjs +++ b/components/bitbucket/sources/new-branch/new-branch.mjs @@ -8,7 +8,7 @@ export default { name: "New Branch (Instant)", key: "bitbucket-new-branch", description: "Emit new event when a new branch is created. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-hooks-post)", - version: "0.0.4", + version: "0.0.5", props: { ...common.props, repositoryId: { diff --git a/components/bitbucket/sources/new-commit-comment/new-commit-comment.mjs b/components/bitbucket/sources/new-commit-comment/new-commit-comment.mjs index f79747b4b71ac..a357995ac06f7 100644 --- a/components/bitbucket/sources/new-commit-comment/new-commit-comment.mjs +++ b/components/bitbucket/sources/new-commit-comment/new-commit-comment.mjs @@ -8,7 +8,7 @@ export default { name: "New Commit Comment (Instant)", key: "bitbucket-new-commit-comment", description: "Emit new event when a commit receives a comment. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-hooks-post)", - version: "0.0.4", + version: "0.0.5", props: { ...common.props, repositoryId: { diff --git a/components/bitbucket/sources/new-commit/new-commit.mjs b/components/bitbucket/sources/new-commit/new-commit.mjs index 05b5eb3a9fd4a..9a65967e383b5 100644 --- a/components/bitbucket/sources/new-commit/new-commit.mjs +++ b/components/bitbucket/sources/new-commit/new-commit.mjs @@ -8,7 +8,7 @@ export default { name: "New Commit (Instant)", key: "bitbucket-new-commit", description: "Emit new event when a new commit is pushed to a branch. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-hooks-post)", - version: "0.0.5", + version: "0.0.6", props: { ...common.props, repositoryId: { diff --git a/components/bitbucket/sources/watch-user/watch-user.mjs b/components/bitbucket/sources/new-event-from-any-repository/new-event-from-any-repository.mjs similarity index 98% rename from components/bitbucket/sources/watch-user/watch-user.mjs rename to components/bitbucket/sources/new-event-from-any-repository/new-event-from-any-repository.mjs index 78a682914bf8d..26abf928453db 100644 --- a/components/bitbucket/sources/watch-user/watch-user.mjs +++ b/components/bitbucket/sources/new-event-from-any-repository/new-event-from-any-repository.mjs @@ -7,7 +7,7 @@ export default { name: "New Event from any Repository", key: "bitbucket-new-event-from-any-repository", description: "Emit new event when an event occurs from any repository belonging to the user. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-hooks-post)", - version: "0.0.1", + version: "0.0.2", props: { ...common.props, repositoryIds: { diff --git a/components/bitbucket/sources/new-issue/new-issue.mjs b/components/bitbucket/sources/new-issue/new-issue.mjs index 8d2aa82693356..8e5fabb66804c 100644 --- a/components/bitbucket/sources/new-issue/new-issue.mjs +++ b/components/bitbucket/sources/new-issue/new-issue.mjs @@ -8,7 +8,7 @@ export default { name: "New Issue (Instant)", key: "bitbucket-new-issue", description: "Emit new event when a new issue receives is created in a repository. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-hooks-post)", - version: "0.0.4", + version: "0.0.5", props: { ...common.props, repositoryId: { diff --git a/components/bitbucket/sources/new-pipeline-event/new-pipeline-event.mjs b/components/bitbucket/sources/new-pipeline-event/new-pipeline-event.mjs index 3f1842f26820b..c156f7e1d89d1 100644 --- a/components/bitbucket/sources/new-pipeline-event/new-pipeline-event.mjs +++ b/components/bitbucket/sources/new-pipeline-event/new-pipeline-event.mjs @@ -8,7 +8,7 @@ export default { name: "New Pipeline Event (Instant)", key: "bitbucket-new-pipeline-event", description: "Emit new event when a pipeline event occurs. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-hooks-post)", - version: "0.0.4", + version: "0.0.5", props: { ...common.props, repositoryId: { diff --git a/components/bitbucket/sources/new-pull-request/new-pull-request.mjs b/components/bitbucket/sources/new-pull-request/new-pull-request.mjs index 41d67871ed70b..2aa0431845951 100644 --- a/components/bitbucket/sources/new-pull-request/new-pull-request.mjs +++ b/components/bitbucket/sources/new-pull-request/new-pull-request.mjs @@ -8,7 +8,7 @@ export default { name: "New Pull Request (Instant)", key: "bitbucket-new-pull-request", description: "Emit new event when a new pull request is created in a repository. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-hooks-post)", - version: "0.0.4", + version: "0.0.5", props: { ...common.props, repositoryId: { diff --git a/components/bitbucket/sources/new-repository-event/new-repository-event.mjs b/components/bitbucket/sources/new-repository-event/new-repository-event.mjs index fd51f29cc35d3..9a4c0fc9e425c 100644 --- a/components/bitbucket/sources/new-repository-event/new-repository-event.mjs +++ b/components/bitbucket/sources/new-repository-event/new-repository-event.mjs @@ -7,7 +7,7 @@ export default { name: "New Repository Event (Instant)", key: "bitbucket-new-repository-event", description: "Emit new event when a repository-wide event occurs. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-hooks-post)", - version: "0.0.1", + version: "0.0.2", props: { ...common.props, repositoryId: { diff --git a/components/bitbucket/sources/new-repository/new-repository.mjs b/components/bitbucket/sources/new-repository/new-repository.mjs index 44857e73a44ac..006528fd08854 100644 --- a/components/bitbucket/sources/new-repository/new-repository.mjs +++ b/components/bitbucket/sources/new-repository/new-repository.mjs @@ -7,7 +7,7 @@ export default { name: "New Repository (Instant)", key: "bitbucket-new-repository", description: "Emit new event when a new repository is created in a workspace. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-workspaces/#api-workspaces-workspace-hooks-post)", - version: "0.0.3", + version: "0.0.4", methods: { ...common.methods, getPath() { diff --git a/components/bitbucket/sources/new-review-request/new-review-request.mjs b/components/bitbucket/sources/new-review-request/new-review-request.mjs index f38033867adf8..75d16ec2aa957 100644 --- a/components/bitbucket/sources/new-review-request/new-review-request.mjs +++ b/components/bitbucket/sources/new-review-request/new-review-request.mjs @@ -8,7 +8,7 @@ export default { name: "New Review Request (Instant)", key: "bitbucket-new-review-request", description: "Emit new event when a reviewer is added to a pull request.", - version: "0.0.3", + version: "0.0.4", props: { ...common.props, repositoryId: { diff --git a/components/bitbucket/sources/new-tag/new-tag.mjs b/components/bitbucket/sources/new-tag/new-tag.mjs index 37f0f40aaae14..b4a42780fc3b8 100644 --- a/components/bitbucket/sources/new-tag/new-tag.mjs +++ b/components/bitbucket/sources/new-tag/new-tag.mjs @@ -8,7 +8,7 @@ export default { name: "New Tag (Instant)", key: "bitbucket-new-tag", description: "Emit new event when a commit is tagged. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-hooks-post)", - version: "0.0.3", + version: "0.0.4", props: { ...common.props, repositoryId: { diff --git a/components/bitbucket/sources/new-workspace-event/new-workspace-event.mjs b/components/bitbucket/sources/new-workspace-event/new-workspace-event.mjs index 8268bdf5947b5..38bc9b72b0720 100644 --- a/components/bitbucket/sources/new-workspace-event/new-workspace-event.mjs +++ b/components/bitbucket/sources/new-workspace-event/new-workspace-event.mjs @@ -7,7 +7,7 @@ export default { name: "New Workspace Event (Instant)", key: "bitbucket-new-workspace-event", description: "Emit new event when a workspace-wide event occurs. [See docs here](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-workspaces/#api-workspaces-workspace-hooks-post)", - version: "0.0.3", + version: "0.0.4", props: { ...common.props, eventTypes: { diff --git a/components/bitrix24/package.json b/components/bitrix24/package.json index 207c8aca34176..bb811bd0ea45f 100644 --- a/components/bitrix24/package.json +++ b/components/bitrix24/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bitrix24", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Bitrix24 Components", "main": "dist/app/bitrix24.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/bitrix24", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/blogger/actions/create-post/create-post.mjs b/components/blogger/actions/create-post/create-post.mjs index 72de581885582..5f84d7e7f9662 100644 --- a/components/blogger/actions/create-post/create-post.mjs +++ b/components/blogger/actions/create-post/create-post.mjs @@ -4,7 +4,7 @@ export default { name: "Create a Post", description: "Creates and publishes a new post or creates a new post as a draft. [See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/insert).", key: "blogger-create-post", - version: "0.0.1", + version: "0.0.2", type: "action", props: { bloggerApp, diff --git a/components/blogger/actions/delete-post/delete-post.mjs b/components/blogger/actions/delete-post/delete-post.mjs index ca8ebb53dab05..392867157de32 100644 --- a/components/blogger/actions/delete-post/delete-post.mjs +++ b/components/blogger/actions/delete-post/delete-post.mjs @@ -4,7 +4,7 @@ export default { name: "Delete a Post", description: "Permanently removes a post (the deleted post cannot be restored anymore) [See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/delete).", key: "blogger-delete-post", - version: "0.0.1", + version: "0.0.2", type: "action", props: { bloggerApp, diff --git a/components/blogger/actions/publish-post/publish-post.mjs b/components/blogger/actions/publish-post/publish-post.mjs index 5ee5d44024345..e78eeb1112888 100644 --- a/components/blogger/actions/publish-post/publish-post.mjs +++ b/components/blogger/actions/publish-post/publish-post.mjs @@ -4,7 +4,7 @@ export default { name: "Publish a Post", description: "Publishes a draft post [See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/publish).", key: "blogger-publish-post", - version: "0.0.1", + version: "0.0.2", type: "action", props: { bloggerApp, diff --git a/components/blogger/actions/revert-post/revert-post.mjs b/components/blogger/actions/revert-post/revert-post.mjs index f5f9701b99280..81046c02dfb94 100644 --- a/components/blogger/actions/revert-post/revert-post.mjs +++ b/components/blogger/actions/revert-post/revert-post.mjs @@ -4,7 +4,7 @@ export default { name: "Revert a Post", description: "Revert a published or scheduled post to draft state.[See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/revert).", key: "blogger-revert-post", - version: "0.0.1", + version: "0.0.2", type: "action", props: { bloggerApp, diff --git a/components/blogger/actions/update-post/update-post.mjs b/components/blogger/actions/update-post/update-post.mjs index d86e1be7bacf7..d33b34bdaac69 100644 --- a/components/blogger/actions/update-post/update-post.mjs +++ b/components/blogger/actions/update-post/update-post.mjs @@ -4,7 +4,7 @@ export default { name: "Update a Post", description: "Updates a published post. [See the docs here](https://developers.google.com/blogger/docs/3.0/reference/posts/update).", key: "blogger-update-post", - version: "0.0.1", + version: "0.0.2", type: "action", props: { bloggerApp, diff --git a/components/blogger/package.json b/components/blogger/package.json index 0f6509034843b..a05cdcfae6d49 100644 --- a/components/blogger/package.json +++ b/components/blogger/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/blogger", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Blogger Components", "main": "blogger.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/blogger", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/botbaba/package.json b/components/botbaba/package.json index 183e0dfe16e4e..21eea7a9c8d84 100644 --- a/components/botbaba/package.json +++ b/components/botbaba/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/botbaba", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Botbaba Components", "main": "dist/app/botbaba.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/botbaba", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/box/actions/search-content/search-content.mjs b/components/box/actions/search-content/search-content.mjs index e8e30508c86cc..40fe350a038c5 100644 --- a/components/box/actions/search-content/search-content.mjs +++ b/components/box/actions/search-content/search-content.mjs @@ -6,7 +6,7 @@ export default { name: "Search Content", description: "Searches for files, folders, web links, and shared files across the users content or across the entire enterprise. [See the docs here](https://developer.box.com/reference/get-search/).", key: "box-search-content", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/box/actions/upload-file/upload-file.mjs b/components/box/actions/upload-file/upload-file.mjs index 316a5525c3997..8f5f8b4366966 100644 --- a/components/box/actions/upload-file/upload-file.mjs +++ b/components/box/actions/upload-file/upload-file.mjs @@ -7,7 +7,7 @@ export default { name: "Upload a File", description: "Uploads a small file to Box. [See the docs here](https://developer.box.com/reference/post-files-content/).", key: "box-upload-file", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/box/package.json b/components/box/package.json index 9b98bcb0ab26e..393a2aefafc74 100644 --- a/components/box/package.json +++ b/components/box/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/box", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Box Components", "main": "box.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/box", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.10.0", "path": "^0.12.7" diff --git a/components/box/sources/new-event/new-event.mjs b/components/box/sources/new-event/new-event.mjs index e86d212d03272..582dad415384a 100644 --- a/components/box/sources/new-event/new-event.mjs +++ b/components/box/sources/new-event/new-event.mjs @@ -5,7 +5,7 @@ export default { key: "box-new-event", name: "New Event", description: "Emit new event when an event with subscribed event source triggered on a target, [See the docs](https://developer.box.com/reference/post-webhooks)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", ...common, diff --git a/components/box/sources/new-file/new-file.mjs b/components/box/sources/new-file/new-file.mjs index 5ff5200fa279b..ac9a1b30691a9 100644 --- a/components/box/sources/new-file/new-file.mjs +++ b/components/box/sources/new-file/new-file.mjs @@ -4,7 +4,7 @@ export default { key: "box-new-file", name: "New File Event", description: "Emit new event when a new file uploaded on a target, [See the docs](https://developer.box.com/reference/post-webhooks)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", ...common, diff --git a/components/box/sources/new-folder/new-folder.mjs b/components/box/sources/new-folder/new-folder.mjs index 728d914c1f565..b01d408e09ab3 100644 --- a/components/box/sources/new-folder/new-folder.mjs +++ b/components/box/sources/new-folder/new-folder.mjs @@ -4,7 +4,7 @@ export default { key: "box-new-folder", name: "New Folder Event", description: "Emit new event when a new folder created on a target, [See the docs](https://developer.box.com/reference/post-webhooks)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", ...common, diff --git a/components/brandmentions/package.json b/components/brandmentions/package.json index 212d2e00e2ddb..e88c91bdc772f 100644 --- a/components/brandmentions/package.json +++ b/components/brandmentions/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/brandmentions", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream BrandMentions Components", "main": "dist/app/brandmentions.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/brandmentions", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/braze/package.json b/components/braze/package.json index c0049c75c1efa..be02f13127f46 100644 --- a/components/braze/package.json +++ b/components/braze/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/braze", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Braze Components", "main": "dist/app/braze.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/braze", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/brex/actions/create-card/create-card.mjs b/components/brex/actions/create-card/create-card.mjs index 503c59f1d51ef..9589d63ff849e 100644 --- a/components/brex/actions/create-card/create-card.mjs +++ b/components/brex/actions/create-card/create-card.mjs @@ -6,7 +6,7 @@ export default { name: "Create Card", description: "Creates a new card. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/createCard).", key: "brex-create-card", - version: "0.0.2", + version: "0.0.3", type: "action", props: { brexApp, diff --git a/components/brex/actions/invite-user/invite-user.mjs b/components/brex/actions/invite-user/invite-user.mjs index 8b6949afb957e..77af40133531e 100644 --- a/components/brex/actions/invite-user/invite-user.mjs +++ b/components/brex/actions/invite-user/invite-user.mjs @@ -6,7 +6,7 @@ export default { name: "Invite User", description: "Invites a new user as an employee. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/createUser).", key: "brex-invite-user", - version: "0.0.2", + version: "0.0.3", type: "action", props: { brexApp, diff --git a/components/brex/actions/list-transactions-for-primary-card-account/list-transactions-for-primary-card-account.mjs b/components/brex/actions/list-transactions-for-primary-card-account/list-transactions-for-primary-card-account.mjs index 5bf17edd16731..16d886506175b 100644 --- a/components/brex/actions/list-transactions-for-primary-card-account/list-transactions-for-primary-card-account.mjs +++ b/components/brex/actions/list-transactions-for-primary-card-account/list-transactions-for-primary-card-account.mjs @@ -6,7 +6,7 @@ export default { name: "List Transactions for Primary Card Account", description: "Lists all settled transactions for the primary card account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listPrimaryCardTransactions).", key: "brex-list-transactions-for-primary-card-account", - version: "0.0.2", + version: "0.0.3", type: "action", props: { brexApp, diff --git a/components/brex/actions/list-transactions-for-selected-cash-account/list-transactions-for-selected-cash-account.mjs b/components/brex/actions/list-transactions-for-selected-cash-account/list-transactions-for-selected-cash-account.mjs index d98f0453db0ec..f0ffc077a0729 100644 --- a/components/brex/actions/list-transactions-for-selected-cash-account/list-transactions-for-selected-cash-account.mjs +++ b/components/brex/actions/list-transactions-for-selected-cash-account/list-transactions-for-selected-cash-account.mjs @@ -6,7 +6,7 @@ export default { name: "List Transactions for Selected Cash Account", description: "Lists all transactions for the specified cash account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listCashTransactions).", key: "brex-list-transactions-for-selected-cash-account", - version: "0.0.2", + version: "0.0.3", type: "action", props: { brexApp, diff --git a/components/brex/actions/set-limit-for-user/set-limit-for-user.mjs b/components/brex/actions/set-limit-for-user/set-limit-for-user.mjs index 7e491f5f45c7f..7af7172e9bff4 100644 --- a/components/brex/actions/set-limit-for-user/set-limit-for-user.mjs +++ b/components/brex/actions/set-limit-for-user/set-limit-for-user.mjs @@ -6,7 +6,7 @@ export default { name: "Set Limit for User", description: "Sets the monthly limit for a user. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/setUserLimit).", key: "brex-set-limit-for-user", - version: "0.0.2", + version: "0.0.3", type: "action", props: { brexApp, diff --git a/components/brex/package.json b/components/brex/package.json index b21f2005d424d..27056c44fb609 100644 --- a/components/brex/package.json +++ b/components/brex/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/brex", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Brex Components", "main": "brex.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/brex", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/brex/sources/new-transfer-event/new-transfer-event.mjs b/components/brex/sources/new-transfer-event/new-transfer-event.mjs index e7c61904eb6b0..221ec8908fd3c 100644 --- a/components/brex/sources/new-transfer-event/new-transfer-event.mjs +++ b/components/brex/sources/new-transfer-event/new-transfer-event.mjs @@ -8,7 +8,7 @@ export default { key: "brex-new-transfer-event", name: "New Transfer Event (Instant)", description: "Emit new event for new failed or processed events", - version: "0.0.2", + version: "0.0.3", props: { brexApp, ...common.props, diff --git a/components/brex_staging/actions/create-card/create-card.mjs b/components/brex_staging/actions/create-card/create-card.mjs index 4e8205def2fe9..73b610430ed31 100644 --- a/components/brex_staging/actions/create-card/create-card.mjs +++ b/components/brex_staging/actions/create-card/create-card.mjs @@ -6,7 +6,7 @@ export default { name: "Create Card", description: "Creates a new card. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/createCard).", key: "brex_staging-create-card", - version: "0.0.1", + version: "0.0.2", type: "action", props: { brexApp, diff --git a/components/brex_staging/actions/invite-user/invite-user.mjs b/components/brex_staging/actions/invite-user/invite-user.mjs index 4a47c00222afc..2ecbe2f1993f0 100644 --- a/components/brex_staging/actions/invite-user/invite-user.mjs +++ b/components/brex_staging/actions/invite-user/invite-user.mjs @@ -6,7 +6,7 @@ export default { name: "Invite User", description: "Invites a new user as an employee. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/createUser).", key: "brex_staging-invite-user", - version: "0.0.1", + version: "0.0.2", type: "action", props: { brexApp, diff --git a/components/brex_staging/actions/list-transactions-for-primary-card-account/list-transactions-for-primary-card-account.mjs b/components/brex_staging/actions/list-transactions-for-primary-card-account/list-transactions-for-primary-card-account.mjs index 1a835d4c74b72..9a8ba57bf025d 100644 --- a/components/brex_staging/actions/list-transactions-for-primary-card-account/list-transactions-for-primary-card-account.mjs +++ b/components/brex_staging/actions/list-transactions-for-primary-card-account/list-transactions-for-primary-card-account.mjs @@ -6,7 +6,7 @@ export default { name: "List Transactions for Primary Card Account", description: "Lists all settled transactions for the primary card account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listPrimaryCardTransactions).", key: "brex_staging-list-transactions-for-primary-card-account", - version: "0.0.1", + version: "0.0.2", type: "action", props: { brexApp, diff --git a/components/brex_staging/actions/list-transactions-for-selected-cash-account/list-transactions-for-selected-cash-account.mjs b/components/brex_staging/actions/list-transactions-for-selected-cash-account/list-transactions-for-selected-cash-account.mjs index ec0b9acf3f1d1..7686b55e9903c 100644 --- a/components/brex_staging/actions/list-transactions-for-selected-cash-account/list-transactions-for-selected-cash-account.mjs +++ b/components/brex_staging/actions/list-transactions-for-selected-cash-account/list-transactions-for-selected-cash-account.mjs @@ -6,7 +6,7 @@ export default { name: "List Transactions for Selected Cash Account", description: "Lists all transactions for the specified cash account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listCashTransactions).", key: "brex_staging-list-transactions-for-selected-cash-account", - version: "0.0.1", + version: "0.0.2", type: "action", props: { brexApp, diff --git a/components/brex_staging/actions/set-limit-for-user/set-limit-for-user.mjs b/components/brex_staging/actions/set-limit-for-user/set-limit-for-user.mjs index b37cb4cfbdfee..aa98bfea3f952 100644 --- a/components/brex_staging/actions/set-limit-for-user/set-limit-for-user.mjs +++ b/components/brex_staging/actions/set-limit-for-user/set-limit-for-user.mjs @@ -6,7 +6,7 @@ export default { name: "Set Limit for User", description: "Sets the monthly limit for a user. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/setUserLimit).", key: "brex_staging-set-limit-for-user", - version: "0.0.1", + version: "0.0.2", type: "action", props: { brexApp, diff --git a/components/brex_staging/package.json b/components/brex_staging/package.json index c652842b51a07..d74f8a5397cfe 100644 --- a/components/brex_staging/package.json +++ b/components/brex_staging/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/brex_staging", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Brex Staging Components", "main": "brex_staging.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/brex_staging", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/brex_staging/sources/new-transfer-event/new-transfer-event.mjs b/components/brex_staging/sources/new-transfer-event/new-transfer-event.mjs index 6718281bff6e3..ded50700c02cf 100644 --- a/components/brex_staging/sources/new-transfer-event/new-transfer-event.mjs +++ b/components/brex_staging/sources/new-transfer-event/new-transfer-event.mjs @@ -8,7 +8,7 @@ export default { key: "brex_staging-new-transfer-event", name: "New Transfer Event (Instant)", description: "Emit new event for new failed or processed events", - version: "0.0.1", + version: "0.0.2", props: { brexApp, ...common.props, diff --git a/components/brosix/package.json b/components/brosix/package.json index e66731864bae7..601bd2d1a1e50 100644 --- a/components/brosix/package.json +++ b/components/brosix/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/brosix", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Brosix Components", "main": "dist/app/brosix.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/brosix", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/bugsnag/package.json b/components/bugsnag/package.json index 9a1bf202a23e7..cf53785267ff8 100644 --- a/components/bugsnag/package.json +++ b/components/bugsnag/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bugsnag", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Bugsnag Components", "main": "dist/app/bugsnag.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/bugsnag", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/builder_io/package.json b/components/builder_io/package.json index 96f959af36fbe..8591797166d40 100644 --- a/components/builder_io/package.json +++ b/components/builder_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/builder_io", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Builder.io Components", "main": "dist/app/builder_io.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/builder_io", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/burst_sms/package.json b/components/burst_sms/package.json index a9b7ca739b178..30150704244ff 100644 --- a/components/burst_sms/package.json +++ b/components/burst_sms/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/burst_sms", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Burst SMS Components", "main": "dist/app/burst_sms.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/burst_sms", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/buy_me_a_coffee/package.json b/components/buy_me_a_coffee/package.json index b294281f10256..381298c2810ed 100644 --- a/components/buy_me_a_coffee/package.json +++ b/components/buy_me_a_coffee/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/buy_me_a_coffee", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Buy Me a Coffee Components", "main": "dist/app/buy_me_a_coffee.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/buy_me_a_coffee", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/buy_me_a_coffee/sources/new-item-purchased/new-item-purchased.ts b/components/buy_me_a_coffee/sources/new-item-purchased/new-item-purchased.ts index 51912f0c60dea..15d9a78d6dbfc 100644 --- a/components/buy_me_a_coffee/sources/new-item-purchased/new-item-purchased.ts +++ b/components/buy_me_a_coffee/sources/new-item-purchased/new-item-purchased.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "buy_me_a_coffee-new-item-purchased", name: "New Item Purchased", description: "Emit new events when a new item was purchased. [See the docs](https://developers.buymeacoffee.com/#/apireference?id=extra-purchases-v1extras)", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", methods: { diff --git a/components/buy_me_a_coffee/sources/new-member-added/new-member-added.ts b/components/buy_me_a_coffee/sources/new-member-added/new-member-added.ts index ea73d7e3fa755..d02e77fd46176 100644 --- a/components/buy_me_a_coffee/sources/new-member-added/new-member-added.ts +++ b/components/buy_me_a_coffee/sources/new-member-added/new-member-added.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "buy_me_a_coffee-new-member-added", name: "New Member Added", description: "Emit new events when a new member was added. [See the docs](https://developers.buymeacoffee.com/#/apireference?id=members-v1subscriptions)", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", methods: { diff --git a/components/buy_me_a_coffee/sources/new-supporter-added/new-supporter-added.ts b/components/buy_me_a_coffee/sources/new-supporter-added/new-supporter-added.ts index 462e7ca5a4526..c4df1230d2fe1 100644 --- a/components/buy_me_a_coffee/sources/new-supporter-added/new-supporter-added.ts +++ b/components/buy_me_a_coffee/sources/new-supporter-added/new-supporter-added.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "buy_me_a_coffee-new-supporter-added", name: "New Supporter Added", description: "Emit new events when a new supporter was added. [See the docs](https://developers.buymeacoffee.com/#/apireference?id=onetime-supporters-v1supporters)", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", methods: { diff --git a/components/bybit/actions/generic-api-call/generic-api-call.mjs b/components/bybit/actions/generic-api-call/generic-api-call.mjs index a7c4cbf2abca0..64a3dd7a86f0b 100644 --- a/components/bybit/actions/generic-api-call/generic-api-call.mjs +++ b/components/bybit/actions/generic-api-call/generic-api-call.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic API Call", - version: "0.0.1", + version: "0.0.2", key: "bybit-generic-api-call", description: "Make any API call as per the documentation." + "[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-introduction)", diff --git a/components/bybit/actions/generic-market-account-ratio/generic-market-account-ratio.mjs b/components/bybit/actions/generic-market-account-ratio/generic-market-account-ratio.mjs index 7ce6188602bdb..1404d88647782 100644 --- a/components/bybit/actions/generic-market-account-ratio/generic-market-account-ratio.mjs +++ b/components/bybit/actions/generic-market-account-ratio/generic-market-account-ratio.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Market Account Ratio", - version: "0.0.1", + version: "0.0.2", key: "bybit-generic-market-account-ratio", description: "Gets the Bybit user accounts' long-short ratio." + "[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-marketaccountratio)", diff --git a/components/bybit/actions/generic-market-big-deal/generic-market-big-deal.mjs b/components/bybit/actions/generic-market-big-deal/generic-market-big-deal.mjs index 3a9a9db0507fa..7fbe72e72f3b5 100644 --- a/components/bybit/actions/generic-market-big-deal/generic-market-big-deal.mjs +++ b/components/bybit/actions/generic-market-big-deal/generic-market-big-deal.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Market Big Deal", - version: "0.0.1", + version: "0.0.2", key: "bybit-generic-market-big-deal", description: "Obtain filled orders worth more than 500,000 USD within the last 24h. " + "[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-marketbigdeal)", diff --git a/components/bybit/actions/generic-market-open-interest/generic-market-open-interest.mjs b/components/bybit/actions/generic-market-open-interest/generic-market-open-interest.mjs index fc876e9a73069..6f4ca5945a7a7 100644 --- a/components/bybit/actions/generic-market-open-interest/generic-market-open-interest.mjs +++ b/components/bybit/actions/generic-market-open-interest/generic-market-open-interest.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Market Open Interest", - version: "0.0.1", + version: "0.0.2", key: "bybit-generic-market-open-interest", description: "Gets the total amount of unsettled contracts. In other words, the total number of contracts held " + "in open positions.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-marketopeninterest)", diff --git a/components/bybit/actions/generic-market-order-book/generic-market-order-book.mjs b/components/bybit/actions/generic-market-order-book/generic-market-order-book.mjs index 539356613d59a..798b6ba7d022f 100644 --- a/components/bybit/actions/generic-market-order-book/generic-market-order-book.mjs +++ b/components/bybit/actions/generic-market-order-book/generic-market-order-book.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Market Order Book", - version: "0.0.1", + version: "0.0.2", key: "bybit-generic-market-order-book", description: "Get Order Book.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-orderbook)", props: { diff --git a/components/bybit/actions/generic-market-symbols/generic-market-symbols.mjs b/components/bybit/actions/generic-market-symbols/generic-market-symbols.mjs index 306215d3c039b..2619fe5f54a9d 100644 --- a/components/bybit/actions/generic-market-symbols/generic-market-symbols.mjs +++ b/components/bybit/actions/generic-market-symbols/generic-market-symbols.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Market Symbols", - version: "0.0.1", + version: "0.0.2", key: "bybit-generic-market-symbols", description: "Get symbol info.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-querysymbol)", props: { diff --git a/components/bybit/actions/generic-market-tickers/generic-market-tickers.mjs b/components/bybit/actions/generic-market-tickers/generic-market-tickers.mjs index 768a7811c2c5c..4bf381e293d57 100644 --- a/components/bybit/actions/generic-market-tickers/generic-market-tickers.mjs +++ b/components/bybit/actions/generic-market-tickers/generic-market-tickers.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Market Tickers", - version: "0.0.1", + version: "0.0.2", key: "bybit-generic-market-tickers", description: "Get the latest information for symbol. [reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-latestsymbolinfo)", props: { diff --git a/components/bybit/actions/generic-wallet-balance/generic-wallet-balance.mjs b/components/bybit/actions/generic-wallet-balance/generic-wallet-balance.mjs index 0ff2b739fb484..ec227458977c5 100644 --- a/components/bybit/actions/generic-wallet-balance/generic-wallet-balance.mjs +++ b/components/bybit/actions/generic-wallet-balance/generic-wallet-balance.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Wallet Balance", - version: "0.0.1", + version: "0.0.2", key: "bybit-generic-wallet-balance", description: "Get Wallet Balance.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-balance)", props: { diff --git a/components/bybit/actions/linear-market-previous-funding-rate/linear-market-previous-funding-rate.mjs b/components/bybit/actions/linear-market-previous-funding-rate/linear-market-previous-funding-rate.mjs index 0de275bf635d8..4b657362fb92e 100644 --- a/components/bybit/actions/linear-market-previous-funding-rate/linear-market-previous-funding-rate.mjs +++ b/components/bybit/actions/linear-market-previous-funding-rate/linear-market-previous-funding-rate.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Market Previous Funding Rate", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-market-previous-funding-rate", description: "The funding rate is generated every 8 hours at 00:00 UTC, 08:00 UTC and 16:00 UTC. For example," + "if a request is sent at 12:00 UTC, the funding rate generated earlier that day at 08:00 UTC will be sent." + diff --git a/components/bybit/actions/linear-market-query-kline/linear-market-query-kline.mjs b/components/bybit/actions/linear-market-query-kline/linear-market-query-kline.mjs index 3f7c7c9442010..dc08cc6d13f6f 100644 --- a/components/bybit/actions/linear-market-query-kline/linear-market-query-kline.mjs +++ b/components/bybit/actions/linear-market-query-kline/linear-market-query-kline.mjs @@ -3,7 +3,7 @@ import { TRIGGER_PRICE_TYPES } from "../../common/constants.mjs"; export default { name: "ByBit Linear Market Query Kline", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-market-query-kline", description: "Get kline.[reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-querykline)", props: { diff --git a/components/bybit/actions/linear-market-recent-trading-records/linear-market-recent-trading-records.mjs b/components/bybit/actions/linear-market-recent-trading-records/linear-market-recent-trading-records.mjs index 87528d3b76f01..3887490a45604 100644 --- a/components/bybit/actions/linear-market-recent-trading-records/linear-market-recent-trading-records.mjs +++ b/components/bybit/actions/linear-market-recent-trading-records/linear-market-recent-trading-records.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Market Recent Trading Records", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-market-recent-trading-records", description: "Get recent trades.[reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-latestsymbolinfo)", props: { diff --git a/components/bybit/actions/linear-order-cancel-all/linear-order-cancel-all.mjs b/components/bybit/actions/linear-order-cancel-all/linear-order-cancel-all.mjs index 2dcb2b6af99ee..83d4c8d9e1c77 100644 --- a/components/bybit/actions/linear-order-cancel-all/linear-order-cancel-all.mjs +++ b/components/bybit/actions/linear-order-cancel-all/linear-order-cancel-all.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Order Cancel All", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-order-cancel-all", description: "Cancel All Active Orders." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-cancelallactive)", diff --git a/components/bybit/actions/linear-order-cancel/linear-order-cancel.mjs b/components/bybit/actions/linear-order-cancel/linear-order-cancel.mjs index d75aaa01f34b7..852f1d88a524e 100644 --- a/components/bybit/actions/linear-order-cancel/linear-order-cancel.mjs +++ b/components/bybit/actions/linear-order-cancel/linear-order-cancel.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Order Cancel", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-order-cancel", description: "Cancel Active Order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-cancelactive)", diff --git a/components/bybit/actions/linear-order-create/linear-order-create.mjs b/components/bybit/actions/linear-order-create/linear-order-create.mjs index eef6b5f2a06f6..953668a8b17ef 100644 --- a/components/bybit/actions/linear-order-create/linear-order-create.mjs +++ b/components/bybit/actions/linear-order-create/linear-order-create.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Order Create", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-order-create", description: "Place active order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-placeactive)", diff --git a/components/bybit/actions/linear-order-list/linear-order-list.mjs b/components/bybit/actions/linear-order-list/linear-order-list.mjs index 8e52e89955e62..48306b3f4b781 100644 --- a/components/bybit/actions/linear-order-list/linear-order-list.mjs +++ b/components/bybit/actions/linear-order-list/linear-order-list.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Order List", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-order-list", description: "List of active orders." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-getactive)", diff --git a/components/bybit/actions/linear-order-replace/linear-order-replace.mjs b/components/bybit/actions/linear-order-replace/linear-order-replace.mjs index 5d8fb42e5892c..4a0214db98676 100644 --- a/components/bybit/actions/linear-order-replace/linear-order-replace.mjs +++ b/components/bybit/actions/linear-order-replace/linear-order-replace.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Order Replace", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-order-replace", description: "Replace active order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-replaceactive)", diff --git a/components/bybit/actions/linear-order-search/linear-order-search.mjs b/components/bybit/actions/linear-order-search/linear-order-search.mjs index f177b8554efbe..07c1861b9ee42 100644 --- a/components/bybit/actions/linear-order-search/linear-order-search.mjs +++ b/components/bybit/actions/linear-order-search/linear-order-search.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Order Search", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-order-search", description: "Query Active Order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-queryactive)", diff --git a/components/bybit/actions/linear-position-list/linear-position-list.mjs b/components/bybit/actions/linear-position-list/linear-position-list.mjs index d4d5737d8d37c..28e1a5dfa4c58 100644 --- a/components/bybit/actions/linear-position-list/linear-position-list.mjs +++ b/components/bybit/actions/linear-position-list/linear-position-list.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position List", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-position-list", description: "Get Positions List" + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-myposition)", diff --git a/components/bybit/actions/linear-position-set-auto-add-margin/linear-position-auto-add-margin.mjs b/components/bybit/actions/linear-position-set-auto-add-margin/linear-position-auto-add-margin.mjs index 715d414e7b5d8..401ea50842ea2 100644 --- a/components/bybit/actions/linear-position-set-auto-add-margin/linear-position-auto-add-margin.mjs +++ b/components/bybit/actions/linear-position-set-auto-add-margin/linear-position-auto-add-margin.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position Set Auto Margin", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-position-set-auto-margin", description: "Auto Update Margin." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-setautoaddmargin)", diff --git a/components/bybit/actions/linear-position-set-leverage/linear-position-set-leverage.mjs b/components/bybit/actions/linear-position-set-leverage/linear-position-set-leverage.mjs index 32d6e848ca6a4..a09d1682106cd 100644 --- a/components/bybit/actions/linear-position-set-leverage/linear-position-set-leverage.mjs +++ b/components/bybit/actions/linear-position-set-leverage/linear-position-set-leverage.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position Set Leverage", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-position-set-leverage", description: "Set Leverage [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-setleverage)", props: { diff --git a/components/bybit/actions/linear-position-set-trading-stop/linear-position-set-rading-stop.mjs b/components/bybit/actions/linear-position-set-trading-stop/linear-position-set-rading-stop.mjs index 8b6263d0926ed..44ec7be6a0d53 100644 --- a/components/bybit/actions/linear-position-set-trading-stop/linear-position-set-rading-stop.mjs +++ b/components/bybit/actions/linear-position-set-trading-stop/linear-position-set-rading-stop.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position Set Trading stop", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-position-set-trading-stop", description: "Set take profit, stop loss, and trailing stop for your open position. " + "If using partial mode, TP/SL/TS orders will not close your entire position. " + diff --git a/components/bybit/actions/linear-position-switch-isolated/linear-position-switch-isolated.mjs b/components/bybit/actions/linear-position-switch-isolated/linear-position-switch-isolated.mjs index 98aa5ee50bf1d..78a03d8056f6b 100644 --- a/components/bybit/actions/linear-position-switch-isolated/linear-position-switch-isolated.mjs +++ b/components/bybit/actions/linear-position-switch-isolated/linear-position-switch-isolated.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position Switch Isolated", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-position-switch-isolated", description: "Switch Cross/Isolated; must set leverage value when switching from Cross to Isolated." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-marginswitch)", diff --git a/components/bybit/actions/linear-position-switch-mode/linear-position-switch-mode.mjs b/components/bybit/actions/linear-position-switch-mode/linear-position-switch-mode.mjs index 05da680d23b59..fbd1c45a0f824 100644 --- a/components/bybit/actions/linear-position-switch-mode/linear-position-switch-mode.mjs +++ b/components/bybit/actions/linear-position-switch-mode/linear-position-switch-mode.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position Switch Mode", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-position-switch-mode", description: "If you are in One-Way Mode, you can only open one position on Buy or Sell side. " + "If you are in Hedge Mode, you can open both Buy and Sell side positions simultaneously.\n" + diff --git a/components/bybit/actions/linear-position-tpsl-switch-mode/linear-position-tpsl-switch-mode.mjs b/components/bybit/actions/linear-position-tpsl-switch-mode/linear-position-tpsl-switch-mode.mjs index 124b6bf94a0b6..4f173902281eb 100644 --- a/components/bybit/actions/linear-position-tpsl-switch-mode/linear-position-tpsl-switch-mode.mjs +++ b/components/bybit/actions/linear-position-tpsl-switch-mode/linear-position-tpsl-switch-mode.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position TP/SL Switch Mode", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-position-tpsl-switch", description: "Switch mode between Full or Partial. " + "When set to Partial, TP/SL orders may have a quantity less than the position size. " + diff --git a/components/bybit/actions/linear-position-update-margin/linear-position-update-margin.mjs b/components/bybit/actions/linear-position-update-margin/linear-position-update-margin.mjs index 7a98e93c0f130..18ef1a89553cc 100644 --- a/components/bybit/actions/linear-position-update-margin/linear-position-update-margin.mjs +++ b/components/bybit/actions/linear-position-update-margin/linear-position-update-margin.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position Update Margin", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-position-update-margin", description: "Add Reduce Margin." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-addmargin)", diff --git a/components/bybit/actions/linear-stop-order-cancel-all/linear-stop-order-cancel-all.mjs b/components/bybit/actions/linear-stop-order-cancel-all/linear-stop-order-cancel-all.mjs index d142c73fb3726..b03a4f4c9cbf9 100644 --- a/components/bybit/actions/linear-stop-order-cancel-all/linear-stop-order-cancel-all.mjs +++ b/components/bybit/actions/linear-stop-order-cancel-all/linear-stop-order-cancel-all.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Stop Order Cancel All", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-stop-order-cancel-all", description: "Cancel All Conditional Orders. " + "[reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-cancelallcond)", diff --git a/components/bybit/actions/linear-stop-order-cancel/linear-stop-order-cancel.mjs b/components/bybit/actions/linear-stop-order-cancel/linear-stop-order-cancel.mjs index 06075911db3c2..0e955009f99c0 100644 --- a/components/bybit/actions/linear-stop-order-cancel/linear-stop-order-cancel.mjs +++ b/components/bybit/actions/linear-stop-order-cancel/linear-stop-order-cancel.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Stop Order Cancel", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-stop-order-cancel", description: "Cancel Conditional Order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-cancelcond)", diff --git a/components/bybit/actions/linear-stop-order-create/linear-stop-order-create.mjs b/components/bybit/actions/linear-stop-order-create/linear-stop-order-create.mjs index a903d6d73a928..9522a1e8039c6 100644 --- a/components/bybit/actions/linear-stop-order-create/linear-stop-order-create.mjs +++ b/components/bybit/actions/linear-stop-order-create/linear-stop-order-create.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Stop Order Create", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-stop-order-create", description: "Place Conditional Order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-placecond)", diff --git a/components/bybit/actions/linear-stop-order-list/linear-stop-order-list.mjs b/components/bybit/actions/linear-stop-order-list/linear-stop-order-list.mjs index 6ce8f23d2673f..85c0c2a062602 100644 --- a/components/bybit/actions/linear-stop-order-list/linear-stop-order-list.mjs +++ b/components/bybit/actions/linear-stop-order-list/linear-stop-order-list.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Stop Order List", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-stop-order-list", description: "List of conditional orders." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-getcond)", diff --git a/components/bybit/actions/linear-stop-order-replace/linear-stop-order-replace.mjs b/components/bybit/actions/linear-stop-order-replace/linear-stop-order-replace.mjs index 43ef564b923c5..f47e25778bfcc 100644 --- a/components/bybit/actions/linear-stop-order-replace/linear-stop-order-replace.mjs +++ b/components/bybit/actions/linear-stop-order-replace/linear-stop-order-replace.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Stop Order Replace", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-stop-order-replace", description: "Replace conditional order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-replacecond)", diff --git a/components/bybit/actions/linear-stop-order-search/linear-stop-order-search.mjs b/components/bybit/actions/linear-stop-order-search/linear-stop-order-search.mjs index 72c805ab82780..c54f370f0336b 100644 --- a/components/bybit/actions/linear-stop-order-search/linear-stop-order-search.mjs +++ b/components/bybit/actions/linear-stop-order-search/linear-stop-order-search.mjs @@ -2,7 +2,7 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Stop Order Search", - version: "0.0.1", + version: "0.0.2", key: "bybit-linear-stop-order-search", description: "Query Conditional Order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-querycond)", diff --git a/components/bybit/package.json b/components/bybit/package.json index 71d81de35953b..e989e3e4f7906 100644 --- a/components/bybit/package.json +++ b/components/bybit/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bybit", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream ByBit Components", "main": "bybit.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/bybit", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/cal_com/actions/create-booking/create-booking.mjs b/components/cal_com/actions/create-booking/create-booking.mjs index cff76d0e81092..b3b624b3d27a7 100644 --- a/components/cal_com/actions/create-booking/create-booking.mjs +++ b/components/cal_com/actions/create-booking/create-booking.mjs @@ -4,7 +4,7 @@ export default { key: "cal_com-create-booking", name: "Create Booking", description: "Create a new booking. [See the docs here](https://developer.cal.com/api/api-reference/bookings#create-a-new-booking)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { calCom, diff --git a/components/cal_com/actions/delete-booking/delete-booking.mjs b/components/cal_com/actions/delete-booking/delete-booking.mjs index a219e1e0c6704..47e94dd0fb730 100644 --- a/components/cal_com/actions/delete-booking/delete-booking.mjs +++ b/components/cal_com/actions/delete-booking/delete-booking.mjs @@ -4,7 +4,7 @@ export default { key: "cal_com-delete-booking", name: "Delete Booking", description: "Delete an existing booking by its ID. [See the docs here](https://developer.cal.com/api/api-reference/bookings)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { calCom, diff --git a/components/cal_com/actions/get-booking/get-booking.mjs b/components/cal_com/actions/get-booking/get-booking.mjs index 8eb1695cec688..5e2a22f8236ef 100644 --- a/components/cal_com/actions/get-booking/get-booking.mjs +++ b/components/cal_com/actions/get-booking/get-booking.mjs @@ -4,7 +4,7 @@ export default { key: "cal_com-get-booking", name: "Get Booking", description: "Retrieve a booking by its ID. [See the docs here](https://developer.cal.com/api/api-reference/bookings#find-a-booking)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { calCom, diff --git a/components/cal_com/package.json b/components/cal_com/package.json index c793c5c7a51db..1a8426c0e7ad2 100644 --- a/components/cal_com/package.json +++ b/components/cal_com/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cal_com", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Cal.com Components", "main": "cal_com.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/cal_com", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/cal_com/sources/booking-cancelled/booking-cancelled.mjs b/components/cal_com/sources/booking-cancelled/booking-cancelled.mjs index 43f24cfbb07b9..7e0f801170ecb 100644 --- a/components/cal_com/sources/booking-cancelled/booking-cancelled.mjs +++ b/components/cal_com/sources/booking-cancelled/booking-cancelled.mjs @@ -5,7 +5,7 @@ export default { key: "cal_com-booking-cancelled", name: "Booking Cancelled", description: "Emit new event when a booking is cancelled.", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/cal_com/sources/booking-created/booking-created.mjs b/components/cal_com/sources/booking-created/booking-created.mjs index 0d59b25a1e8b1..480422d512de8 100644 --- a/components/cal_com/sources/booking-created/booking-created.mjs +++ b/components/cal_com/sources/booking-created/booking-created.mjs @@ -5,7 +5,7 @@ export default { key: "cal_com-booking-created", name: "New Booking Created", description: "Emit new event when a new booking is created.", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/cal_com/sources/booking-ended/booking-ended.mjs b/components/cal_com/sources/booking-ended/booking-ended.mjs index eed058084ea53..984d98cdc708e 100644 --- a/components/cal_com/sources/booking-ended/booking-ended.mjs +++ b/components/cal_com/sources/booking-ended/booking-ended.mjs @@ -5,7 +5,7 @@ export default { key: "cal_com-booking-ended", name: "Booking Ended", description: "Emit new event when a booking ends.", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/cal_com/sources/booking-rescheduled/booking-rescheduled.mjs b/components/cal_com/sources/booking-rescheduled/booking-rescheduled.mjs index c5e3c3d93b9bf..1f9b7727fb2ce 100644 --- a/components/cal_com/sources/booking-rescheduled/booking-rescheduled.mjs +++ b/components/cal_com/sources/booking-rescheduled/booking-rescheduled.mjs @@ -5,7 +5,7 @@ export default { key: "cal_com-booking-rescheduled", name: "Booking Rescheduled", description: "Emit new event when a booking is rescheduled.", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/calendarhero/package.json b/components/calendarhero/package.json index 70c583309caa7..095518b53d39b 100644 --- a/components/calendarhero/package.json +++ b/components/calendarhero/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/calendarhero", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream CalendarHero Components", "main": "dist/app/calendarhero.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/calendarhero", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/calendly/package.json b/components/calendly/package.json index 076e988ca4d58..c613a29d70f20 100644 --- a/components/calendly/package.json +++ b/components/calendly/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/calendly", - "version": "0.3.7", + "version": "0.3.8", "description": "Pipedream Calendly Components", "main": "calendly.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/calendly", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0", "axios": "^0.21.1" diff --git a/components/calendly/sources/invitee-canceled/invitee-canceled.js b/components/calendly/sources/invitee-canceled/invitee-canceled.js index cf2facdf200ba..9dd5113ab3168 100644 --- a/components/calendly/sources/invitee-canceled/invitee-canceled.js +++ b/components/calendly/sources/invitee-canceled/invitee-canceled.js @@ -5,7 +5,7 @@ module.exports = { key: "calendly-invitee-canceled", name: "Invitee Canceled (Instant)", description: "Emits an event when an invitee cancels a scheduled event", - version: "0.0.4", + version: "0.0.5", dedupe: "unique", type: "source", methods: { diff --git a/components/calendly/sources/invitee-created/invitee-created.js b/components/calendly/sources/invitee-created/invitee-created.js index 7506b3deeb35e..5714c151b29df 100644 --- a/components/calendly/sources/invitee-created/invitee-created.js +++ b/components/calendly/sources/invitee-created/invitee-created.js @@ -5,7 +5,7 @@ module.exports = { key: "calendly-invitee-created", name: "Invitee Created (Instant)", description: "Emits an event when an invitee schedules an event", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/calendly/sources/new-event-type/new-event-type.js b/components/calendly/sources/new-event-type/new-event-type.js index 74a748a79672a..6e25d5ca643b6 100644 --- a/components/calendly/sources/new-event-type/new-event-type.js +++ b/components/calendly/sources/new-event-type/new-event-type.js @@ -6,7 +6,7 @@ module.exports = { key: "calendly-new-event-type", name: "New Event Type", description: "Emits an event for each new event type", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/calendly/sources/new-event/new-event.js b/components/calendly/sources/new-event/new-event.js index f715d9f2fdd28..dfb46f206d808 100644 --- a/components/calendly/sources/new-event/new-event.js +++ b/components/calendly/sources/new-event/new-event.js @@ -6,7 +6,7 @@ module.exports = { key: "calendly-new-event", name: "New Event", description: "Emits an event for each new event created", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/call_fire/package.json b/components/call_fire/package.json index d48e3e910e1bd..3c7297f54fcca 100644 --- a/components/call_fire/package.json +++ b/components/call_fire/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/call_fire", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream CallFire Components", "main": "dist/app/call_fire.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/call_fire", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/callhub/package.json b/components/callhub/package.json index c039df5f6b8b8..4fcf8ad8b2d96 100644 --- a/components/callhub/package.json +++ b/components/callhub/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/callhub", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream CallHub Components", "main": "dist/app/callhub.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/callhub", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/callingly/package.json b/components/callingly/package.json index 821aae8b24ce1..11139d04b1d30 100644 --- a/components/callingly/package.json +++ b/components/callingly/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/callingly", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Callingly Components", "main": "dist/app/callingly.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/callingly", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/captaindata/package.json b/components/captaindata/package.json index 2d7ac1ee0d20e..86f168426876f 100644 --- a/components/captaindata/package.json +++ b/components/captaindata/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/captaindata", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Captain Data Components", "main": "dist/app/captaindata.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/captaindata", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/cartes/package.json b/components/cartes/package.json index d7f3c762d08dc..07f4243716289 100644 --- a/components/cartes/package.json +++ b/components/cartes/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cartes", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Cartes Components", "main": "dist/app/cartes.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/cartes", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/cdc_national_environmental_public_health_tracking/package.json b/components/cdc_national_environmental_public_health_tracking/package.json index dd76f6fae37cf..4c47d724db2f2 100644 --- a/components/cdc_national_environmental_public_health_tracking/package.json +++ b/components/cdc_national_environmental_public_health_tracking/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cdc_national_environmental_public_health_tracking", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream CDC - National Environmental Public Health Tracking Components", "main": "dist/app/cdc_national_environmental_public_health_tracking.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/cdc_national_environmental_public_health_tracking", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/cdr_platform/package.json b/components/cdr_platform/package.json index 1aa71df39f463..454f5511bdd04 100644 --- a/components/cdr_platform/package.json +++ b/components/cdr_platform/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cdr_platform", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream CDR Platform Components", "main": "dist/app/cdr_platform.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/cdr_platform", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/cflow/package.json b/components/cflow/package.json index b4d3e3e0134bc..7e7a0b1d57f36 100644 --- a/components/cflow/package.json +++ b/components/cflow/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cflow", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Cflow Components", "main": "dist/app/cflow.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/cflow", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/chaport/package.json b/components/chaport/package.json index 6c0a8fbc42959..5f2af15e5154d 100644 --- a/components/chaport/package.json +++ b/components/chaport/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/chaport", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Chaport Components", "main": "dist/app/chaport.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/chaport", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/chartmogul/actions/add-custom-attributes-via-email/add-custom-attributes-via-email.mjs b/components/chartmogul/actions/add-custom-attributes-via-email/add-custom-attributes-via-email.mjs index 2b9157097c682..c71bb1655a72e 100644 --- a/components/chartmogul/actions/add-custom-attributes-via-email/add-custom-attributes-via-email.mjs +++ b/components/chartmogul/actions/add-custom-attributes-via-email/add-custom-attributes-via-email.mjs @@ -3,7 +3,7 @@ import chartmogul from "../../chartmogul.app.mjs"; export default { key: "chartmogul-add-custom-attributes-via-email", name: "Add Custom Attributes To Customer Via Email", - version: "0.0.1", + version: "0.0.2", description: "Adds custom attributes to customers that have the specified email address. [See the docs here](https://dev.chartmogul.com/reference/add-custom-attributes-to-customers-with-email)", type: "action", props: { diff --git a/components/chartmogul/actions/add-custom-attributes-via-uuid/add-custom-attributes-via-uuid.mjs b/components/chartmogul/actions/add-custom-attributes-via-uuid/add-custom-attributes-via-uuid.mjs index 6582dcc18a667..e65e819268a03 100644 --- a/components/chartmogul/actions/add-custom-attributes-via-uuid/add-custom-attributes-via-uuid.mjs +++ b/components/chartmogul/actions/add-custom-attributes-via-uuid/add-custom-attributes-via-uuid.mjs @@ -3,7 +3,7 @@ import chartmogul from "../../chartmogul.app.mjs"; export default { key: "chartmogul-add-custom-attributes-via-uuid", name: "Add Custom Attributes To Customer Via UUID", - version: "0.0.1", + version: "0.0.2", description: "Adds custom attributes to a given customer. [See the docs here](https://dev.chartmogul.com/reference/add-custom-attributes-to-customer)", type: "action", props: { diff --git a/components/chartmogul/actions/add-tags-via-email/add-tags-via-email.mjs b/components/chartmogul/actions/add-tags-via-email/add-tags-via-email.mjs index 99a3693541c3c..93096d9e536d4 100644 --- a/components/chartmogul/actions/add-tags-via-email/add-tags-via-email.mjs +++ b/components/chartmogul/actions/add-tags-via-email/add-tags-via-email.mjs @@ -3,7 +3,7 @@ import chartmogul from "../../chartmogul.app.mjs"; export default { key: "chartmogul-add-tags-via-email", name: "Add Tags To Customer Via Email", - version: "0.0.1", + version: "0.0.2", description: "Adds tags to customers that have the specified email address. [See the docs here](https://dev.chartmogul.com/reference/add-tags-to-customers-with-email)", type: "action", props: { diff --git a/components/chartmogul/actions/add-tags-via-uuid/add-tags-via-uuid.mjs b/components/chartmogul/actions/add-tags-via-uuid/add-tags-via-uuid.mjs index 3c57f51859765..49a82fd5a06ea 100644 --- a/components/chartmogul/actions/add-tags-via-uuid/add-tags-via-uuid.mjs +++ b/components/chartmogul/actions/add-tags-via-uuid/add-tags-via-uuid.mjs @@ -3,7 +3,7 @@ import chartmogul from "../../chartmogul.app.mjs"; export default { key: "chartmogul-add-tags-via-uuid", name: "Add Tags To Customer Via UUID", - version: "0.0.1", + version: "0.0.2", description: "Adds tags to a given customer. [See the docs here](https://dev.chartmogul.com/reference/add-tags-to-customer)", type: "action", props: { diff --git a/components/chartmogul/actions/create-customer/create-customer.mjs b/components/chartmogul/actions/create-customer/create-customer.mjs index 300bd57c5f71d..6bc132b1693c5 100644 --- a/components/chartmogul/actions/create-customer/create-customer.mjs +++ b/components/chartmogul/actions/create-customer/create-customer.mjs @@ -3,7 +3,7 @@ import chartmogul from "../../chartmogul.app.mjs"; export default { key: "chartmogul-create-customer", name: "Create Customer", - version: "0.0.1", + version: "0.0.2", description: "Creates a `customer` object in ChartMogul under the specified `data_source` [See the docs here](https://dev.chartmogul.com/reference/create-customer)", type: "action", props: { diff --git a/components/chartmogul/actions/merge-customers/merge-customers.mjs b/components/chartmogul/actions/merge-customers/merge-customers.mjs index bd2b04d1da782..9e6897268b88b 100644 --- a/components/chartmogul/actions/merge-customers/merge-customers.mjs +++ b/components/chartmogul/actions/merge-customers/merge-customers.mjs @@ -3,7 +3,7 @@ import chartmogul from "../../chartmogul.app.mjs"; export default { key: "chartmogul-merge-customers", name: "Merge Customers", - version: "0.0.1", + version: "0.0.2", description: "Accepts details of two customer objects that you want to merge. [See the docs here](https://dev.chartmogul.com/reference/merge-customers)", type: "action", props: { diff --git a/components/chartmogul/actions/retrieve-all-key-metrics/retrieve-all-key-metrics.mjs b/components/chartmogul/actions/retrieve-all-key-metrics/retrieve-all-key-metrics.mjs index 731de3eb07324..0c8b430f70308 100644 --- a/components/chartmogul/actions/retrieve-all-key-metrics/retrieve-all-key-metrics.mjs +++ b/components/chartmogul/actions/retrieve-all-key-metrics/retrieve-all-key-metrics.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "chartmogul-retrieve-all-key-metrics", name: "Retrieve All Key Metrics", - version: "0.0.1", + version: "0.0.2", description: "Retrieves all key metrics, for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-all-key-metrics)", type: "action", props: { diff --git a/components/chartmogul/actions/retrieve-arpa/retrieve-arpa.mjs b/components/chartmogul/actions/retrieve-arpa/retrieve-arpa.mjs index fd69059b489f9..2664e347d28cd 100644 --- a/components/chartmogul/actions/retrieve-arpa/retrieve-arpa.mjs +++ b/components/chartmogul/actions/retrieve-arpa/retrieve-arpa.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "chartmogul-retrieve-arpa", name: "Retrieve Average Revenue Per Account (ARPA)", - version: "0.0.1", + version: "0.0.2", description: "Retrieves the Average Revenue Per Account (ARPA), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-arpa)", type: "action", props: { diff --git a/components/chartmogul/actions/retrieve-arr/retrieve-arr.mjs b/components/chartmogul/actions/retrieve-arr/retrieve-arr.mjs index b9e557b053bf6..b4cc853e4892c 100644 --- a/components/chartmogul/actions/retrieve-arr/retrieve-arr.mjs +++ b/components/chartmogul/actions/retrieve-arr/retrieve-arr.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "chartmogul-retrieve-arr", name: "Retrieve ARR", - version: "0.0.1", + version: "0.0.2", description: "Retrieves the Annualized Run Rate (ARR), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-arr)", type: "action", props: { diff --git a/components/chartmogul/actions/retrieve-asp/retrieve-asp.mjs b/components/chartmogul/actions/retrieve-asp/retrieve-asp.mjs index 9716ac074ab01..9e4afba1a55d9 100644 --- a/components/chartmogul/actions/retrieve-asp/retrieve-asp.mjs +++ b/components/chartmogul/actions/retrieve-asp/retrieve-asp.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "chartmogul-retrieve-asp", name: "Retrieve Average Sale Price ASP", - version: "0.0.1", + version: "0.0.2", description: "Retrieves the Average Sale Price (ASP), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-asp)", type: "action", props: { diff --git a/components/chartmogul/actions/retrieve-customer-churn-rate/retrieve-customer-churn-rate.mjs b/components/chartmogul/actions/retrieve-customer-churn-rate/retrieve-customer-churn-rate.mjs index 8c668c7258d41..77fb2be271f2d 100644 --- a/components/chartmogul/actions/retrieve-customer-churn-rate/retrieve-customer-churn-rate.mjs +++ b/components/chartmogul/actions/retrieve-customer-churn-rate/retrieve-customer-churn-rate.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "chartmogul-retrieve-customer-churn-rate", name: "Retrieve Customer Churn Rate", - version: "0.0.1", + version: "0.0.2", description: "Retrieves the Customer Churn Rate, for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-customer-churn-rate)", type: "action", methods: { diff --git a/components/chartmogul/actions/retrieve-customer-count/retrieve-customer-count.mjs b/components/chartmogul/actions/retrieve-customer-count/retrieve-customer-count.mjs index 87325a262638a..01dd7fc5c4bcd 100644 --- a/components/chartmogul/actions/retrieve-customer-count/retrieve-customer-count.mjs +++ b/components/chartmogul/actions/retrieve-customer-count/retrieve-customer-count.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "chartmogul-retrieve-customer-count", name: "Retrieve Customer Count", - version: "0.0.1", + version: "0.0.2", description: "Retrieves the number of active customers, for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-customer-count)", type: "action", methods: { diff --git a/components/chartmogul/actions/retrieve-customer-profile/retrieve-customer-profile.mjs b/components/chartmogul/actions/retrieve-customer-profile/retrieve-customer-profile.mjs index 292a4d87cb137..13abc2f76afd6 100644 --- a/components/chartmogul/actions/retrieve-customer-profile/retrieve-customer-profile.mjs +++ b/components/chartmogul/actions/retrieve-customer-profile/retrieve-customer-profile.mjs @@ -3,7 +3,7 @@ import chartmogul from "../../chartmogul.app.mjs"; export default { key: "chartmogul-retrieve-customer-profile", name: "Retrieve Customer Profile", - version: "0.0.1", + version: "0.0.2", description: "Retrieves a customer object from your ChartMogul account. [See the docs here](https://dev.chartmogul.com/reference/retrieve-customer)", type: "action", props: { diff --git a/components/chartmogul/actions/retrieve-ltv/retrieve-ltv.mjs b/components/chartmogul/actions/retrieve-ltv/retrieve-ltv.mjs index 81570955045ed..fac4fc2243382 100644 --- a/components/chartmogul/actions/retrieve-ltv/retrieve-ltv.mjs +++ b/components/chartmogul/actions/retrieve-ltv/retrieve-ltv.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "chartmogul-retrieve-ltv", name: "Retrieve Customer Lifetime Value", - version: "0.0.1", + version: "0.0.2", description: "Retrieves the Customer Lifetime Value (LTV), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-ltv)", type: "action", methods: { diff --git a/components/chartmogul/actions/retrieve-mrr-churn-reate/retrieve-mrr-churn-reate.mjs b/components/chartmogul/actions/retrieve-mrr-churn-reate/retrieve-mrr-churn-reate.mjs index 66aa9217b9639..8842b2311db15 100644 --- a/components/chartmogul/actions/retrieve-mrr-churn-reate/retrieve-mrr-churn-reate.mjs +++ b/components/chartmogul/actions/retrieve-mrr-churn-reate/retrieve-mrr-churn-reate.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "chartmogul-retrieve-mrr-churn-reate", name: "Retrieve MRR Churn Rate", - version: "0.0.1", + version: "0.0.2", description: "Retrieves the Net MRR Churn Rate, for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-mrr-churn-rate)", type: "action", props: { diff --git a/components/chartmogul/actions/retrieve-mrr/retrieve-mrr.mjs b/components/chartmogul/actions/retrieve-mrr/retrieve-mrr.mjs index 4bfe7a09b40e0..1064eb9f56ed9 100644 --- a/components/chartmogul/actions/retrieve-mrr/retrieve-mrr.mjs +++ b/components/chartmogul/actions/retrieve-mrr/retrieve-mrr.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "chartmogul-retrieve-mrr", name: "Retrieve Monthly Recurring Revenue (MRR)", - version: "0.0.1", + version: "0.0.2", description: "Retrieves the Monthly Recurring Revenue (MRR), for the specified time period. [See the docs here](https://dev.chartmogul.com/reference/retrieve-mrr)", type: "action", props: { diff --git a/components/chartmogul/actions/search-customers-via-email/search-customers-via-email.mjs b/components/chartmogul/actions/search-customers-via-email/search-customers-via-email.mjs index 937468dd60847..7e9610e5159f7 100644 --- a/components/chartmogul/actions/search-customers-via-email/search-customers-via-email.mjs +++ b/components/chartmogul/actions/search-customers-via-email/search-customers-via-email.mjs @@ -4,7 +4,7 @@ import chartmogul from "../../chartmogul.app.mjs"; export default { key: "chartmogul-search-customers-via-email", name: "Search Customers Via Email", - version: "0.0.5", + version: "0.0.6", description: "Returns a list of all `customer` objects with the specified email address in your ChartMogul account. [See the docs here](https://dev.chartmogul.com/reference/search-for-customers)", type: "action", props: { diff --git a/components/chartmogul/actions/search-customers-via-external-id/search-customers-via-external-id.mjs b/components/chartmogul/actions/search-customers-via-external-id/search-customers-via-external-id.mjs index b5526e77a3e64..de49e8ceee4d8 100644 --- a/components/chartmogul/actions/search-customers-via-external-id/search-customers-via-external-id.mjs +++ b/components/chartmogul/actions/search-customers-via-external-id/search-customers-via-external-id.mjs @@ -4,7 +4,7 @@ import chartmogul from "../../chartmogul.app.mjs"; export default { key: "chartmogul-search-customers-via-external-id", name: "Search Customers Via External Id", - version: "0.0.1", + version: "0.0.2", description: "Returns a list of all `customer` objects with the specified `external_id` in your ChartMogul account. [See the docs here](https://dev.chartmogul.com/reference/list-customers)", type: "action", props: { diff --git a/components/chartmogul/actions/update-customer/update-customer.mjs b/components/chartmogul/actions/update-customer/update-customer.mjs index d8ef49e512f19..25a6750df0184 100644 --- a/components/chartmogul/actions/update-customer/update-customer.mjs +++ b/components/chartmogul/actions/update-customer/update-customer.mjs @@ -3,7 +3,7 @@ import chartmogul from "../../chartmogul.app.mjs"; export default { key: "chartmogul-update-customer", name: "Update Customer", - version: "0.0.1", + version: "0.0.2", description: "Updates certain modifiable attributes of a `customer` object in your ChartMogul account. [See the docs here](https://dev.chartmogul.com/reference/update-a-customer)", type: "action", props: { diff --git a/components/chartmogul/package.json b/components/chartmogul/package.json index 94d67c91e8649..e39e7e7ce2aca 100644 --- a/components/chartmogul/package.json +++ b/components/chartmogul/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/chartmogul", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream ChartMogul Components", "main": "chartmogul.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/chartmogul", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/chatbot/actions/create-user/create-user.mjs b/components/chatbot/actions/create-user/create-user.mjs index b702e5ea56890..793bcf2113828 100644 --- a/components/chatbot/actions/create-user/create-user.mjs +++ b/components/chatbot/actions/create-user/create-user.mjs @@ -4,7 +4,7 @@ export default { key: "chatbot-create-user", name: "Create User", description: "Creates new user. [See docs here](https://www.chatbot.com/docs/users/#create-user)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { chatbot, diff --git a/components/chatbot/actions/get-users/get-users.mjs b/components/chatbot/actions/get-users/get-users.mjs index e6558f7da38c1..2663910d32046 100644 --- a/components/chatbot/actions/get-users/get-users.mjs +++ b/components/chatbot/actions/get-users/get-users.mjs @@ -4,7 +4,7 @@ export default { key: "chatbot-get-users", name: "Get Users", description: "Get a list of users. [See docs here](https://www.chatbot.com/docs/users/#list-users)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { chatbot, diff --git a/components/chatbot/package.json b/components/chatbot/package.json index 0b5966b011cef..5a67540fa6f3b 100644 --- a/components/chatbot/package.json +++ b/components/chatbot/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/chatbot", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream ChatBot Components", "main": "chatbot.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/chatbot", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/chatbot/sources/new-event/new-event.mjs b/components/chatbot/sources/new-event/new-event.mjs index 7ff509e880692..72753cf143c1c 100644 --- a/components/chatbot/sources/new-event/new-event.mjs +++ b/components/chatbot/sources/new-event/new-event.mjs @@ -5,7 +5,7 @@ export default { key: "chatbot-new-event", name: "New Event", description: "Emit new event for event received. *Need to be configured in the ChatBot UI flow to emit events*. [See docs here](https://www.chatbot.com/docs/webhooks/)", - version: "0.0.1", + version: "0.0.2", type: "source", props: { chatbot, diff --git a/components/chatfuel_dashboard_api_/package.json b/components/chatfuel_dashboard_api_/package.json index bf0a325b36b9a..84a687dfa5c78 100644 --- a/components/chatfuel_dashboard_api_/package.json +++ b/components/chatfuel_dashboard_api_/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/chatfuel_dashboard_api_", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Chatfuel (Dashboard API) Components", "main": "dist/app/chatfuel_dashboard_api_.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/chatfuel_dashboard_api_", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/chatrace/package.json b/components/chatrace/package.json index 3feb02333b06a..c6db9cf76ae7f 100644 --- a/components/chatrace/package.json +++ b/components/chatrace/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/chatrace", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Chatrace Components", "main": "dist/app/chatrace.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/chatrace", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/circl_hash_lookup/package.json b/components/circl_hash_lookup/package.json index 1994b8b5343d4..a385fd9cf65e9 100644 --- a/components/circl_hash_lookup/package.json +++ b/components/circl_hash_lookup/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/circl_hash_lookup", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream CIRCL Hash Lookup Components", "main": "dist/app/circl_hash_lookup.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/circl_hash_lookup", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/circle/package.json b/components/circle/package.json index 5a8695ee3c41c..93f69e621ef22 100644 --- a/components/circle/package.json +++ b/components/circle/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/circle", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Circle Components", "main": "dist/app/circle.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/circle", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/cisco_webex/actions/create-message/create-message.mjs b/components/cisco_webex/actions/create-message/create-message.mjs index a2ff6dbe5c8b2..e16b91909110a 100644 --- a/components/cisco_webex/actions/create-message/create-message.mjs +++ b/components/cisco_webex/actions/create-message/create-message.mjs @@ -5,7 +5,7 @@ export default { name: "Create Message", description: "Post a plain text or [rich text](https://developer.webex.com/docs/basics#formatting-messages) message, and optionally, a [file attachment](https://developer.webex.com/docs/basics#message-attachments), to a room. [See the docs here](https://developer.webex.com/docs/api/v1/messages/create-a-message)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { ciscoWebex, text: { diff --git a/components/cisco_webex/actions/create-room/create-room.mjs b/components/cisco_webex/actions/create-room/create-room.mjs index 0cf814f1817a1..94d1ab6a19b90 100644 --- a/components/cisco_webex/actions/create-room/create-room.mjs +++ b/components/cisco_webex/actions/create-room/create-room.mjs @@ -5,7 +5,7 @@ export default { name: "Create a Room", description: "Creates a room. The authenticated user is automatically added as a member of the room. [See the docs here](https://developer.webex.com/docs/api/v1/rooms/create-a-room)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { ciscoWebex, title: { diff --git a/components/cisco_webex/actions/list-messages/list-messages.mjs b/components/cisco_webex/actions/list-messages/list-messages.mjs index ab903499ec197..c923f24e4dc1d 100644 --- a/components/cisco_webex/actions/list-messages/list-messages.mjs +++ b/components/cisco_webex/actions/list-messages/list-messages.mjs @@ -5,7 +5,7 @@ export default { name: "List Messages", description: "Retrieve messages in a specific room. [See the docs here](https://developer.webex.com/docs/api/v1/messages/list-messages)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { ciscoWebex, roomId: { diff --git a/components/cisco_webex/package.json b/components/cisco_webex/package.json index 4b3869f8809df..48027ebdc19b9 100644 --- a/components/cisco_webex/package.json +++ b/components/cisco_webex/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cisco_webex", - "version": "0.3.4", + "version": "0.3.5", "description": "Pipedream Cisco_webex Components", "main": "cisco_webex.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/cisco_webex", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "axios": "^0.26.1", "crypto": "^1.0.1", diff --git a/components/cisco_webex/sources/new-message/new-message.mjs b/components/cisco_webex/sources/new-message/new-message.mjs index 2e5222f7418ec..454935383a14b 100644 --- a/components/cisco_webex/sources/new-message/new-message.mjs +++ b/components/cisco_webex/sources/new-message/new-message.mjs @@ -7,7 +7,7 @@ export default { name: "New Message (Instant)", description: "Emit new event when a message is added. [See the docs here](https://developer.webex.com/docs/api/guides/webhooks#webex-webhooks)", type: "source", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", methods: { ...common.methods, diff --git a/components/clearbit/actions/company-name-to-domain/company-name-to-domain.mjs b/components/clearbit/actions/company-name-to-domain/company-name-to-domain.mjs index f4ddc7c3df5ee..b230cc6cb7635 100644 --- a/components/clearbit/actions/company-name-to-domain/company-name-to-domain.mjs +++ b/components/clearbit/actions/company-name-to-domain/company-name-to-domain.mjs @@ -4,7 +4,7 @@ export default { key: "clearbit-company-name-to-domain", name: "Company Name to Domain", description: "The Company Name to Domain action lets you convert the exact name of a company to a website domain, and a logo. [See the docs here](https://dashboard.clearbit.com/docs?javascript#name-to-domain-api).", - version: "0.2.0", + version: "0.2.1", type: "action", props: { app, diff --git a/components/clearbit/actions/domain-lookup/domain-lookup.mjs b/components/clearbit/actions/domain-lookup/domain-lookup.mjs index 04afddd20f1d2..ada2e0a28de83 100644 --- a/components/clearbit/actions/domain-lookup/domain-lookup.mjs +++ b/components/clearbit/actions/domain-lookup/domain-lookup.mjs @@ -4,7 +4,7 @@ export default { key: "clearbit-domain-lookup", name: "Domain lookup", description: "The Company API allows you to look up a company by their domain. [See the docs here](https://dashboard.clearbit.com/docs?javascript#enrichment-api-company-api-domain-lookup).", - version: "0.2.0", + version: "0.2.1", type: "action", props: { app, diff --git a/components/clearbit/actions/email-lookup/email-lookup.mjs b/components/clearbit/actions/email-lookup/email-lookup.mjs index 5b93f7060d90a..4e57368f63574 100644 --- a/components/clearbit/actions/email-lookup/email-lookup.mjs +++ b/components/clearbit/actions/email-lookup/email-lookup.mjs @@ -4,7 +4,7 @@ export default { key: "clearbit-email-lookup", name: "Email lookup", description: "This endpoint retrieves a person by email address. [See the docs here](https://dashboard.clearbit.com/docs#enrichment-api-person-api-email-lookup)", - version: "0.4.0", + version: "0.4.1", type: "action", props: { app, diff --git a/components/clearbit/actions/find-companies/find-companies.mjs b/components/clearbit/actions/find-companies/find-companies.mjs index 7bcdd17054c6a..c1d14a3f58faa 100644 --- a/components/clearbit/actions/find-companies/find-companies.mjs +++ b/components/clearbit/actions/find-companies/find-companies.mjs @@ -5,7 +5,7 @@ export default { key: "clearbit-find-companies", name: "Find Companies", description: "Find companies via specific criteria. [See the docs here](https://dashboard.clearbit.com/docs#discovery-api-attributes)", - version: "0.3.0", + version: "0.3.1", type: "action", props: { app, diff --git a/components/clearbit/actions/find-contacts/find-contacts.mjs b/components/clearbit/actions/find-contacts/find-contacts.mjs index 1c5cfabb62bf5..b8cbf566b348f 100644 --- a/components/clearbit/actions/find-contacts/find-contacts.mjs +++ b/components/clearbit/actions/find-contacts/find-contacts.mjs @@ -5,7 +5,7 @@ export default { key: "clearbit-find-contacts", name: "Find Contacts", description: "Find people who work at a specific company. [See the docs here](https://dashboard.clearbit.com/docs#prospector-api)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/clearbit/package.json b/components/clearbit/package.json index a96626e813d8c..0e3407588c8fd 100644 --- a/components/clearbit/package.json +++ b/components/clearbit/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/clearbit", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Clearbit Components", "main": "clearbit.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/clearbit", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/clickmeeting/package.json b/components/clickmeeting/package.json index 8a267bc6281c2..c7adb57e9b8a7 100644 --- a/components/clickmeeting/package.json +++ b/components/clickmeeting/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/clickmeeting", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream ClickMeeting Components", "main": "dist/app/clickmeeting.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/clickmeeting", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/clicktime/package.json b/components/clicktime/package.json index 36ea494a7b8da..dd2501369f35b 100644 --- a/components/clicktime/package.json +++ b/components/clicktime/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/clicktime", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream ClickTime Components", "main": "dist/app/clicktime.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/clicktime", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/clickup/actions/create-chat-view-comment/create-chat-view-comment.mjs b/components/clickup/actions/create-chat-view-comment/create-chat-view-comment.mjs index e6461b22a1753..9d1e2d4481ed2 100644 --- a/components/clickup/actions/create-chat-view-comment/create-chat-view-comment.mjs +++ b/components/clickup/actions/create-chat-view-comment/create-chat-view-comment.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-create-chat-view-comment", name: "Create Chat View Comment", description: "Creates a chat view comment. See the docs [here](https://clickup.com/api) in **Comments / Create Chat View Comment** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { clickup, diff --git a/components/clickup/actions/create-checklist-item/create-checklist-item.mjs b/components/clickup/actions/create-checklist-item/create-checklist-item.mjs index 762946177d02f..812d44b30cbc7 100644 --- a/components/clickup/actions/create-checklist-item/create-checklist-item.mjs +++ b/components/clickup/actions/create-checklist-item/create-checklist-item.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-create-checklist-item", name: "Create Checklist Item", description: "Creates a new item in a checklist. See the docs [here](https://clickup.com/api) in **Checklists / Create Checklist Item** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/create-checklist/create-checklist.mjs b/components/clickup/actions/create-checklist/create-checklist.mjs index a483e4709f87a..74dac23245ae0 100644 --- a/components/clickup/actions/create-checklist/create-checklist.mjs +++ b/components/clickup/actions/create-checklist/create-checklist.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-create-checklist", name: "Create Checklist", description: "Creates a new checklist in a task. See the docs [here](https://clickup.com/api) in **Checklists / Create Checklist** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/create-folder/create-folder.mjs b/components/clickup/actions/create-folder/create-folder.mjs index 4445ee7d40fae..b37f5249127d5 100644 --- a/components/clickup/actions/create-folder/create-folder.mjs +++ b/components/clickup/actions/create-folder/create-folder.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-create-folder", name: "Create Folder", description: "Creates a new folder. See the docs [here](https://clickup.com/api) in **Folders / Create Folder** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/create-list-comment/create-list-comment.mjs b/components/clickup/actions/create-list-comment/create-list-comment.mjs index 7ed51e827a1fc..8ed52ea1342aa 100644 --- a/components/clickup/actions/create-list-comment/create-list-comment.mjs +++ b/components/clickup/actions/create-list-comment/create-list-comment.mjs @@ -5,7 +5,7 @@ export default { key: "clickup-create-list-comment", name: "Create List Comment", description: "Creates a list comment. See the docs [here](https://clickup.com/api) in **Comments / Create List Comment** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/create-list/create-list.mjs b/components/clickup/actions/create-list/create-list.mjs index d27f5dbba4749..17c43789684c6 100644 --- a/components/clickup/actions/create-list/create-list.mjs +++ b/components/clickup/actions/create-list/create-list.mjs @@ -5,7 +5,7 @@ export default { key: "clickup-create-list", name: "Create List", description: "Creates a new list. See the docs [here](https://clickup.com/api) in **Lists / Create List** section.", - version: "0.0.9", + version: "0.0.10", type: "action", props: { clickup, diff --git a/components/clickup/actions/create-space/create-space.mjs b/components/clickup/actions/create-space/create-space.mjs index ae5ac808935c6..02ffafa2cb6d5 100644 --- a/components/clickup/actions/create-space/create-space.mjs +++ b/components/clickup/actions/create-space/create-space.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-create-space", name: "Create Space", description: "Creates a new space. See the docs [here](https://clickup.com/api) in **Spaces / Create Space** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/create-task-comment/create-task-comment.mjs b/components/clickup/actions/create-task-comment/create-task-comment.mjs index b2ff55fa2af70..50932f0fd1e57 100644 --- a/components/clickup/actions/create-task-comment/create-task-comment.mjs +++ b/components/clickup/actions/create-task-comment/create-task-comment.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-create-task-comment", name: "Create Task Comment", description: "Creates a task comment. See the docs [here](https://clickup.com/api) in **Comments / Create Task Comment** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/create-task-from-template/create-task-from-template.mjs b/components/clickup/actions/create-task-from-template/create-task-from-template.mjs index 6cbe83b5a076c..a9dfcf8951cd4 100644 --- a/components/clickup/actions/create-task-from-template/create-task-from-template.mjs +++ b/components/clickup/actions/create-task-from-template/create-task-from-template.mjs @@ -5,7 +5,7 @@ export default { key: "clickup-create-task-from-template", name: "Create Task From Template", description: "Creates a new task from a template. See the docs [here](https://clickup.com/api) in **Task Templates / Create Task From Template** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/create-task/create-task.mjs b/components/clickup/actions/create-task/create-task.mjs index d8b4da413df6a..0d444cfc786da 100644 --- a/components/clickup/actions/create-task/create-task.mjs +++ b/components/clickup/actions/create-task/create-task.mjs @@ -6,7 +6,7 @@ export default { key: "clickup-create-task", name: "Create Task", description: "Creates a new task. See the docs [here](https://clickup.com/api) in **Tasks / Create Task** section.", - version: "0.0.7", + version: "0.0.8", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/create-view-comment/create-view-comment.mjs b/components/clickup/actions/create-view-comment/create-view-comment.mjs index a730922369b30..6116219ed16e0 100644 --- a/components/clickup/actions/create-view-comment/create-view-comment.mjs +++ b/components/clickup/actions/create-view-comment/create-view-comment.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-create-view-comment", name: "Create View Comment", description: "Creates a view comment. See the docs [here](https://clickup.com/api) in **Comments / Create Chat View Comment** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { clickup, diff --git a/components/clickup/actions/delete-checklist-item/delete-checklist-item.mjs b/components/clickup/actions/delete-checklist-item/delete-checklist-item.mjs index 1c59857a9467f..028b6eabf4ba0 100644 --- a/components/clickup/actions/delete-checklist-item/delete-checklist-item.mjs +++ b/components/clickup/actions/delete-checklist-item/delete-checklist-item.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-delete-checklist-item", name: "Delete Checklist Item", description: "Deletes item in a checklist. See the docs [here](https://clickup.com/api) in **Checklists / Delete Checklist Item** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/delete-checklist/delete-checklist.mjs b/components/clickup/actions/delete-checklist/delete-checklist.mjs index 1c85b97297bd3..bb1c399757589 100644 --- a/components/clickup/actions/delete-checklist/delete-checklist.mjs +++ b/components/clickup/actions/delete-checklist/delete-checklist.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-delete-checklist", name: "Delete Checklist", description: "Deletes a checklist in a task. See the docs [here](https://clickup.com/api) in **Checklists / Delete Checklist** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/delete-comment/delete-comment.mjs b/components/clickup/actions/delete-comment/delete-comment.mjs index 7cf8a247c0a00..25b5ef1f0f555 100644 --- a/components/clickup/actions/delete-comment/delete-comment.mjs +++ b/components/clickup/actions/delete-comment/delete-comment.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-delete-comment", name: "Delete Comment", description: "Deletes a comment. See the docs [here](https://clickup.com/api) in **Comments / Deleet Comment** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/delete-folder/delete-folder.mjs b/components/clickup/actions/delete-folder/delete-folder.mjs index fec62602c6045..258066dfc7037 100644 --- a/components/clickup/actions/delete-folder/delete-folder.mjs +++ b/components/clickup/actions/delete-folder/delete-folder.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-delete-folder", name: "Delete Folder", description: "Delete a folder. See the docs [here](https://clickup.com/api) in **Folders / Delete Folder** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/delete-list/delete-list.mjs b/components/clickup/actions/delete-list/delete-list.mjs index 2fb7bea6ac582..93ad79cb886b1 100644 --- a/components/clickup/actions/delete-list/delete-list.mjs +++ b/components/clickup/actions/delete-list/delete-list.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-delete-list", name: "Delete List", description: "Delete a list. See the docs [here](https://clickup.com/api) in **Lists / Delete List** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/delete-space/delete-space.mjs b/components/clickup/actions/delete-space/delete-space.mjs index 07e395ac4539b..1f088e788fc1b 100644 --- a/components/clickup/actions/delete-space/delete-space.mjs +++ b/components/clickup/actions/delete-space/delete-space.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-delete-space", name: "Delete Space", description: "Delete a space. See the docs [here](https://clickup.com/api) in **Spaces / Delete Space** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/delete-task/delete-task.mjs b/components/clickup/actions/delete-task/delete-task.mjs index 2b690802f11b7..62a5382549760 100644 --- a/components/clickup/actions/delete-task/delete-task.mjs +++ b/components/clickup/actions/delete-task/delete-task.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-delete-task", name: "Delete Task", description: "Delete a task. See the docs [here](https://clickup.com/api) in **Tasks / Delete Task** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-custom-fields/get-custom-fields.mjs b/components/clickup/actions/get-custom-fields/get-custom-fields.mjs index b33338bc28b82..ad91598a7987e 100644 --- a/components/clickup/actions/get-custom-fields/get-custom-fields.mjs +++ b/components/clickup/actions/get-custom-fields/get-custom-fields.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-custom-fields", name: "Get Custom Fields", description: "Get a list of custom fields. See the docs [here](https://clickup.com/api) in **Custom Fields / Get Accessible Custom Fields** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-folder-views/get-folder-views.mjs b/components/clickup/actions/get-folder-views/get-folder-views.mjs index b7da661de28d2..659538bdda9a7 100644 --- a/components/clickup/actions/get-folder-views/get-folder-views.mjs +++ b/components/clickup/actions/get-folder-views/get-folder-views.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-folder-views", name: "Get Folder Views", description: "Get all views of a folder. See the docs [here](https://clickup.com/api) in **Views / Get Folder Views** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-folder/get-folder.mjs b/components/clickup/actions/get-folder/get-folder.mjs index 2a674f20c1e57..70da7055bfd81 100644 --- a/components/clickup/actions/get-folder/get-folder.mjs +++ b/components/clickup/actions/get-folder/get-folder.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-folder", name: "Get Folder", description: "Get a folder in a workplace. See the docs [here](https://clickup.com/api) in **Folders / Get Folder** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-folders/get-folders.mjs b/components/clickup/actions/get-folders/get-folders.mjs index 50aadee46ae8f..98d8315d1d4a4 100644 --- a/components/clickup/actions/get-folders/get-folders.mjs +++ b/components/clickup/actions/get-folders/get-folders.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-folders", name: "Get Folders", description: "Get a list of folders in a workplace. See the docs [here](https://clickup.com/api) in **Folders / Get Folders** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/get-list-comments/get-list-comments.mjs b/components/clickup/actions/get-list-comments/get-list-comments.mjs index ef52f2e5d34ca..1533f7b47ef98 100644 --- a/components/clickup/actions/get-list-comments/get-list-comments.mjs +++ b/components/clickup/actions/get-list-comments/get-list-comments.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-list-comments", name: "Get List Comments", description: "Get a list comments. See the docs [here](https://clickup.com/api) in **Comments / Get List Comments** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-list-views/get-list-views.mjs b/components/clickup/actions/get-list-views/get-list-views.mjs index 49d6e4d6deca5..b912faaf2754d 100644 --- a/components/clickup/actions/get-list-views/get-list-views.mjs +++ b/components/clickup/actions/get-list-views/get-list-views.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-list-views", name: "Get List Views", description: "Get all views of a list. See the docs [here](https://clickup.com/api) in **Views / Get List Views** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-list/get-list.mjs b/components/clickup/actions/get-list/get-list.mjs index 5431da12d75f3..f0a12c37b2686 100644 --- a/components/clickup/actions/get-list/get-list.mjs +++ b/components/clickup/actions/get-list/get-list.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-list", name: "Get List", description: "Get a list. See the docs [here](https://clickup.com/api) in **Lists / Get List** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-lists/get-lists.mjs b/components/clickup/actions/get-lists/get-lists.mjs index 63c7ee7fb945a..b685cb5c3e789 100644 --- a/components/clickup/actions/get-lists/get-lists.mjs +++ b/components/clickup/actions/get-lists/get-lists.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-lists", name: "Get Lists", description: "Get a list of lists. See the docs [here](https://clickup.com/api) in **Lists / Get Lists** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/get-space-views/get-space-views.mjs b/components/clickup/actions/get-space-views/get-space-views.mjs index 50cf317a5131b..a7773d026e25e 100644 --- a/components/clickup/actions/get-space-views/get-space-views.mjs +++ b/components/clickup/actions/get-space-views/get-space-views.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-space-views", name: "Get Space Views", description: "Get all views of a space. See the docs [here](https://clickup.com/api) in **Views / Get Space Views** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-space/get-space.mjs b/components/clickup/actions/get-space/get-space.mjs index 8048d119d4e97..246fe7daa25d2 100644 --- a/components/clickup/actions/get-space/get-space.mjs +++ b/components/clickup/actions/get-space/get-space.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-space", name: "Get Space", description: "Get a space in a workplace. See the docs [here](https://clickup.com/api) in **Spaces / Get Space** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-spaces/get-spaces.mjs b/components/clickup/actions/get-spaces/get-spaces.mjs index 53eb3ef479f1c..ed31370672f1e 100644 --- a/components/clickup/actions/get-spaces/get-spaces.mjs +++ b/components/clickup/actions/get-spaces/get-spaces.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-spaces", name: "Get Spaces", description: "Get a list of spaces in a workplace. See the docs [here](https://clickup.com/api) in **Spaces / Get Spaces** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/get-task-comments/get-task-comments.mjs b/components/clickup/actions/get-task-comments/get-task-comments.mjs index fe8fb6bf74c1f..7cb1a3d5eb540 100644 --- a/components/clickup/actions/get-task-comments/get-task-comments.mjs +++ b/components/clickup/actions/get-task-comments/get-task-comments.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-task-comments", name: "Get Task Comments", description: "Get a task comments. See the docs [here](https://clickup.com/api) in **Comments / Get Task Comments** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-task-templates/get-task-templates.mjs b/components/clickup/actions/get-task-templates/get-task-templates.mjs index 1d37c91681598..f982e72bd2871 100644 --- a/components/clickup/actions/get-task-templates/get-task-templates.mjs +++ b/components/clickup/actions/get-task-templates/get-task-templates.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-task-templates", name: "Get Task Templates", description: "Get a list of templates. See the docs [here](https://clickup.com/api) in **Task Templates / Get Task Templates** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/get-task/get-task.mjs b/components/clickup/actions/get-task/get-task.mjs index c5f477941ac9c..59dcfcf4e2ec0 100644 --- a/components/clickup/actions/get-task/get-task.mjs +++ b/components/clickup/actions/get-task/get-task.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-task", name: "Get Task", description: "Get a task. See the docs [here](https://clickup.com/api) in **Tasks / Get Task** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-tasks/get-tasks.mjs b/components/clickup/actions/get-tasks/get-tasks.mjs index 07db30ceb61e9..1dbdc0d268d02 100644 --- a/components/clickup/actions/get-tasks/get-tasks.mjs +++ b/components/clickup/actions/get-tasks/get-tasks.mjs @@ -5,7 +5,7 @@ export default { key: "clickup-get-tasks", name: "Get Tasks", description: "Get a list of tasks. See the docs [here](https://clickup.com/api) in **Tasks / Get Tasks** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/get-team-views/get-team-views.mjs b/components/clickup/actions/get-team-views/get-team-views.mjs index 58ce55a971920..fa39ff5a3d20e 100644 --- a/components/clickup/actions/get-team-views/get-team-views.mjs +++ b/components/clickup/actions/get-team-views/get-team-views.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-team-views", name: "Get Team Views", description: "Get all views of a team. See the docs [here](https://clickup.com/api) in **Views / Get Team Views** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-view-comments/get-view-comments.mjs b/components/clickup/actions/get-view-comments/get-view-comments.mjs index f470ab5e7a5e1..7deff9d2e5aee 100644 --- a/components/clickup/actions/get-view-comments/get-view-comments.mjs +++ b/components/clickup/actions/get-view-comments/get-view-comments.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-view-comments", name: "Get View Comments", description: "Get a view comments. See the docs [here](https://clickup.com/api) in **Comments / Get Chat View Comments** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/get-view-tasks/get-view-tasks.mjs b/components/clickup/actions/get-view-tasks/get-view-tasks.mjs index ee05df8b720e0..6ec78c6139d34 100644 --- a/components/clickup/actions/get-view-tasks/get-view-tasks.mjs +++ b/components/clickup/actions/get-view-tasks/get-view-tasks.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-view-tasks", name: "Get View Tasks", description: "Get all tasks of a view. See the docs [here](https://clickup.com/api) in **Views / Get View Tasks** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/get-view/get-view.mjs b/components/clickup/actions/get-view/get-view.mjs index ee432e0c406d2..cba1db9c58b27 100644 --- a/components/clickup/actions/get-view/get-view.mjs +++ b/components/clickup/actions/get-view/get-view.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-get-view", name: "Get View", description: "Get a view. See the docs [here](https://clickup.com/api) in **Views / Get View** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: common.props, async run({ $ }) { diff --git a/components/clickup/actions/remove-task-custom-field/remove-task-custom-field.mjs b/components/clickup/actions/remove-task-custom-field/remove-task-custom-field.mjs index 9a6a34a28a244..1db31fb380753 100644 --- a/components/clickup/actions/remove-task-custom-field/remove-task-custom-field.mjs +++ b/components/clickup/actions/remove-task-custom-field/remove-task-custom-field.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-remove-task-custom-field", name: "Remove Task Custom Field", description: "Remove custom field from a task. See the docs [here](https://clickup.com/api) in **Custom Fields / Remove Custom Field Value** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/update-checklist-item/update-checklist-item.mjs b/components/clickup/actions/update-checklist-item/update-checklist-item.mjs index b8310dae8a01b..a3c0827a5271f 100644 --- a/components/clickup/actions/update-checklist-item/update-checklist-item.mjs +++ b/components/clickup/actions/update-checklist-item/update-checklist-item.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-update-checklist-item", name: "Update Checklist Item", description: "Updates item in a checklist. See the docs [here](https://clickup.com/api) in **Checklists / Edit Checklist Item** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/update-checklist/update-checklist.mjs b/components/clickup/actions/update-checklist/update-checklist.mjs index 81731f9f8c566..f6b4407d9ecd5 100644 --- a/components/clickup/actions/update-checklist/update-checklist.mjs +++ b/components/clickup/actions/update-checklist/update-checklist.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-update-checklist", name: "Update Checklist", description: "Updates a checklist in a task. See the docs [here](https://clickup.com/api) in **Checklists / Edit Checklist** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/update-comment/update-comment.mjs b/components/clickup/actions/update-comment/update-comment.mjs index 64415f5216147..2564f3023e5bc 100644 --- a/components/clickup/actions/update-comment/update-comment.mjs +++ b/components/clickup/actions/update-comment/update-comment.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-update-comment", name: "Update Comment", description: "Updates a comment. See the docs [here](https://clickup.com/api) in **Comments / Update Comment** section.", - version: "0.0.5", + version: "0.0.6", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/update-folder/update-folder.mjs b/components/clickup/actions/update-folder/update-folder.mjs index dc35bb7bf5966..3182be796d681 100644 --- a/components/clickup/actions/update-folder/update-folder.mjs +++ b/components/clickup/actions/update-folder/update-folder.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-update-folder", name: "Update Folder", description: "Update a folder. See the docs [here](https://clickup.com/api) in **Folders / Update Folder** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/update-list/update-list.mjs b/components/clickup/actions/update-list/update-list.mjs index 9bd6b0632971c..29ea70c7ad0d7 100644 --- a/components/clickup/actions/update-list/update-list.mjs +++ b/components/clickup/actions/update-list/update-list.mjs @@ -6,7 +6,7 @@ export default { key: "clickup-update-list", name: "Update List", description: "Update a list. See the docs [here](https://clickup.com/api) in **Lists / Update List** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/update-space/update-space.mjs b/components/clickup/actions/update-space/update-space.mjs index 4a76c3c732277..6a55ffa47bd36 100644 --- a/components/clickup/actions/update-space/update-space.mjs +++ b/components/clickup/actions/update-space/update-space.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-update-space", name: "Update Space", description: "Update a space. See the docs [here](https://clickup.com/api) in **Spaces / Update Space** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/update-task-custom-field/update-task-custom-field.mjs b/components/clickup/actions/update-task-custom-field/update-task-custom-field.mjs index 2c74fe3d65a9a..8ecc50bbb6042 100644 --- a/components/clickup/actions/update-task-custom-field/update-task-custom-field.mjs +++ b/components/clickup/actions/update-task-custom-field/update-task-custom-field.mjs @@ -4,7 +4,7 @@ export default { key: "clickup-update-task-custom-field", name: "Update Task Custom Field", description: "Update custom field value of a task. See the docs [here](https://clickup.com/api) in **Custom Fields / Set Custom Field Value** section.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/clickup/actions/update-task/update-task.mjs b/components/clickup/actions/update-task/update-task.mjs index 4803c666938a3..695e0497bb4b8 100644 --- a/components/clickup/actions/update-task/update-task.mjs +++ b/components/clickup/actions/update-task/update-task.mjs @@ -5,7 +5,7 @@ export default { key: "clickup-update-task", name: "Update Task", description: "Update a task. See the docs [here](https://clickup.com/api) in **Tasks / Update Task** section.", - version: "0.0.5", + version: "0.0.6", type: "action", props: { ...common.props, diff --git a/components/clickup/package.json b/components/clickup/package.json index 768994d4644ab..3bdda5f931b0c 100644 --- a/components/clickup/package.json +++ b/components/clickup/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/clickup", - "version": "0.0.6", + "version": "0.0.7", "description": "Pipedream Clickup Components", "main": "clickup.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/clickup", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/clickup/sources/new-folder/new-folder.mjs b/components/clickup/sources/new-folder/new-folder.mjs index 0f7cc37632a38..baa9f7a96340a 100644 --- a/components/clickup/sources/new-folder/new-folder.mjs +++ b/components/clickup/sources/new-folder/new-folder.mjs @@ -5,7 +5,7 @@ export default { key: "clickup-new-folder", name: "New Folder (Instant)", description: "Emit new event when a new folder is created", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/clickup/sources/new-list/new-list.mjs b/components/clickup/sources/new-list/new-list.mjs index 170e576c0e6ff..a8d4f83aad28e 100644 --- a/components/clickup/sources/new-list/new-list.mjs +++ b/components/clickup/sources/new-list/new-list.mjs @@ -5,7 +5,7 @@ export default { key: "clickup-new-list", name: "New List (Instant)", description: "Emit new event when a new list is created", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/clickup/sources/new-task/new-task.mjs b/components/clickup/sources/new-task/new-task.mjs index 4b751b8ed5049..78528cce66892 100644 --- a/components/clickup/sources/new-task/new-task.mjs +++ b/components/clickup/sources/new-task/new-task.mjs @@ -5,7 +5,7 @@ export default { key: "clickup-new-task", name: "New Task (Instant)", description: "Emit new event when a new task is created", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/clickup/sources/updated-task/updated-task.mjs b/components/clickup/sources/updated-task/updated-task.mjs index 0ebfab0b3f634..494593859a9f7 100644 --- a/components/clickup/sources/updated-task/updated-task.mjs +++ b/components/clickup/sources/updated-task/updated-task.mjs @@ -5,7 +5,7 @@ export default { key: "clickup-updated-task", name: "New Updated Task (Instant)", description: "Emit new event when a new task is updated", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/clientary/actions/create-client/create-client.ts b/components/clientary/actions/create-client/create-client.ts index eb6bf6218cb67..f1fede56616d8 100644 --- a/components/clientary/actions/create-client/create-client.ts +++ b/components/clientary/actions/create-client/create-client.ts @@ -3,7 +3,7 @@ import app from "../../app/clientary.app"; export default defineAction({ key: "clientary-create-client", - version: "0.0.1", + version: "0.0.2", name: "Create Client", description: "Creates a new client. [See docs here](https://www.clientary.com/api/clients)", type: "action", diff --git a/components/clientary/actions/create-estimate/create-estimate.ts b/components/clientary/actions/create-estimate/create-estimate.ts index 60bab9625863a..9188beac54945 100644 --- a/components/clientary/actions/create-estimate/create-estimate.ts +++ b/components/clientary/actions/create-estimate/create-estimate.ts @@ -4,7 +4,7 @@ import app from "../../app/clientary.app"; export default defineAction({ key: "clientary-create-estimate", - version: "0.0.1", + version: "0.0.2", name: "Create Estimate", description: "Creates a new estimate. [See docs here](https://www.clientary.com/api/estimates)", type: "action", diff --git a/components/clientary/actions/create-expense/create-expense.ts b/components/clientary/actions/create-expense/create-expense.ts index d89c0a0e4ae24..4b5dc697d5141 100644 --- a/components/clientary/actions/create-expense/create-expense.ts +++ b/components/clientary/actions/create-expense/create-expense.ts @@ -3,7 +3,7 @@ import app from "../../app/clientary.app"; export default defineAction({ key: "clientary-create-expense", - version: "0.0.1", + version: "0.0.2", name: "Create Expense", description: "Creates a new expense. [See docs here](https://www.clientary.com/api/expenses)", type: "action", diff --git a/components/clientary/actions/create-invoice/create-invoice.ts b/components/clientary/actions/create-invoice/create-invoice.ts index 6cb47bab730af..6e10fd97a0034 100644 --- a/components/clientary/actions/create-invoice/create-invoice.ts +++ b/components/clientary/actions/create-invoice/create-invoice.ts @@ -4,7 +4,7 @@ import app from "../../app/clientary.app"; export default defineAction({ key: "clientary-create-invoice", - version: "0.0.1", + version: "0.0.2", name: "Create Invoice", description: "Creates a new invoice. [See docs here](https://www.clientary.com/api/invoices)", type: "action", diff --git a/components/clientary/actions/create-task/create-task.ts b/components/clientary/actions/create-task/create-task.ts index dc411b92d2f34..b34ae1e419e32 100644 --- a/components/clientary/actions/create-task/create-task.ts +++ b/components/clientary/actions/create-task/create-task.ts @@ -3,7 +3,7 @@ import app from "../../app/clientary.app"; export default defineAction({ key: "clientary-create-task", - version: "0.0.1", + version: "0.0.2", name: "Create Task", description: "Creates a new task. [See docs here](https://www.clientary.com/api/tasks)", type: "action", diff --git a/components/clientary/package.json b/components/clientary/package.json index 153b12e25c334..06090c1b9f89a 100644 --- a/components/clientary/package.json +++ b/components/clientary/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/clientary", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Clientary Components", "main": "dist/app/clientary.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/clientary", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/clientary/sources/new-client-created/new-client-created.ts b/components/clientary/sources/new-client-created/new-client-created.ts index c9f8ddeef3450..aef5e9102c97c 100644 --- a/components/clientary/sources/new-client-created/new-client-created.ts +++ b/components/clientary/sources/new-client-created/new-client-created.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "clientary-new-client-created", name: "New Client Created", description: "Emit new events when a new client was created. [See the docs](https://www.clientary.com/api/clients)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/clientary/sources/new-contact-created/new-contact-created.ts b/components/clientary/sources/new-contact-created/new-contact-created.ts index 84744ae569d65..66f42273674f3 100644 --- a/components/clientary/sources/new-contact-created/new-contact-created.ts +++ b/components/clientary/sources/new-contact-created/new-contact-created.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "clientary-new-contact-created", name: "New Contact Created", description: "Emit new events when a new contact was created. [See the docs](https://www.clientary.com/api/contacts)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/clientary/sources/new-estimate-created/new-estimate-created.ts b/components/clientary/sources/new-estimate-created/new-estimate-created.ts index 4efa30a25cfb6..20c46fa6974cc 100644 --- a/components/clientary/sources/new-estimate-created/new-estimate-created.ts +++ b/components/clientary/sources/new-estimate-created/new-estimate-created.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "clientary-new-estimate-created", name: "New Estimate Created", description: "Emit new events when a new estimate was created. [See the docs](https://www.clientary.com/api/estimates)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/clientary/sources/new-expense-created/new-expense-created.ts b/components/clientary/sources/new-expense-created/new-expense-created.ts index 2cf0aaf04c2f5..7bc73f8dfb5aa 100644 --- a/components/clientary/sources/new-expense-created/new-expense-created.ts +++ b/components/clientary/sources/new-expense-created/new-expense-created.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "clientary-new-expense-created", name: "New Expense Created", description: "Emit new events when a new expense was created. [See the docs](https://www.clientary.com/api/expenses)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/clientary/sources/new-invoice-created/new-invoice-created.ts b/components/clientary/sources/new-invoice-created/new-invoice-created.ts index a957894200ae3..65fdfc65dfd75 100644 --- a/components/clientary/sources/new-invoice-created/new-invoice-created.ts +++ b/components/clientary/sources/new-invoice-created/new-invoice-created.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "clientary-new-invoice-created", name: "New Invoice Created", description: "Emit new events when a new invoice was created. [See the docs](https://www.clientary.com/api/invoices)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/clientary/sources/new-payment-created/new-payment-created.ts b/components/clientary/sources/new-payment-created/new-payment-created.ts index 1b0dd24ff21ed..da2c21694bc63 100644 --- a/components/clientary/sources/new-payment-created/new-payment-created.ts +++ b/components/clientary/sources/new-payment-created/new-payment-created.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "clientary-new-payment-created", name: "New Payment Created", description: "Emit new events when a new payment was created. [See the docs](https://www.clientary.com/api/payments)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/clientary/sources/new-project-created/new-project-created.ts b/components/clientary/sources/new-project-created/new-project-created.ts index 470c32c07ef93..b7a5e86834558 100644 --- a/components/clientary/sources/new-project-created/new-project-created.ts +++ b/components/clientary/sources/new-project-created/new-project-created.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "clientary-new-project-created", name: "New Project Created", description: "Emit new events when a new project was created. [See the docs](https://www.clientary.com/api/projects)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/clientary/sources/new-staff-created/new-staff-created.ts b/components/clientary/sources/new-staff-created/new-staff-created.ts index e0c445d9cb853..b6c407d7f2129 100644 --- a/components/clientary/sources/new-staff-created/new-staff-created.ts +++ b/components/clientary/sources/new-staff-created/new-staff-created.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "clientary-new-staff-created", name: "New Staff Created", description: "Emit new events when a new staff was created. [See the docs](https://www.clientary.com/api/staff)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/clientary/sources/new-task-created/new-task-created.ts b/components/clientary/sources/new-task-created/new-task-created.ts index 1ac8399f548bd..05180182e62d7 100644 --- a/components/clientary/sources/new-task-created/new-task-created.ts +++ b/components/clientary/sources/new-task-created/new-task-created.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "clientary-new-task-created", name: "New Task Created", description: "Emit new events when a new task was created. [See the docs](https://www.clientary.com/api/tasks)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/clinchpad/actions/create-lead/create-lead.mjs b/components/clinchpad/actions/create-lead/create-lead.mjs index 6c72898657a44..22bc77a0c8326 100644 --- a/components/clinchpad/actions/create-lead/create-lead.mjs +++ b/components/clinchpad/actions/create-lead/create-lead.mjs @@ -2,7 +2,7 @@ import clinchpad from "../../clinchpad.app.mjs"; export default { name: "Create Lead", - version: "0.0.1", + version: "0.0.2", key: "clinchpad-create-lead", description: "Creates a lead. [See docs here (Go to `Create a lead`)](https://clinchpad.com/api/docs/leads)", type: "action", diff --git a/components/clinchpad/package.json b/components/clinchpad/package.json index 20f7d4145b699..3867d34fefc32 100644 --- a/components/clinchpad/package.json +++ b/components/clinchpad/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/clinchpad", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Clinchpad Components", "main": "clinchpad.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/clinchpad", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/clinchpad/sources/new-lead-created/new-lead-created.mjs b/components/clinchpad/sources/new-lead-created/new-lead-created.mjs index 62961089a71c0..f1327cfec3a60 100644 --- a/components/clinchpad/sources/new-lead-created/new-lead-created.mjs +++ b/components/clinchpad/sources/new-lead-created/new-lead-created.mjs @@ -3,7 +3,7 @@ import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; export default { name: "New Lead Created ", - version: "0.0.1", + version: "0.0.2", key: "clinchpad-new-lead-created", description: "Emit new event for each new created lead.", type: "source", diff --git a/components/cliniko/actions/get-patient/get-patient.js b/components/cliniko/actions/get-patient/get-patient.js index f3d309e8747d4..2b8efdaaae8fe 100644 --- a/components/cliniko/actions/get-patient/get-patient.js +++ b/components/cliniko/actions/get-patient/get-patient.js @@ -4,7 +4,7 @@ module.exports = { name: "Get Patient", key: "cliniko-get-patient", description: "Get the details of a patient by patient ID.", - version: "0.0.1", + version: "0.0.2", type: "action", props: { cliniko, diff --git a/components/cliniko/package.json b/components/cliniko/package.json index a89716507b770..c7c23776a7040 100644 --- a/components/cliniko/package.json +++ b/components/cliniko/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cliniko", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Cliniko Components", "main": "cliniko.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/cliniko", "author": "Adrian Edwards (https://ageuphealth.com.au/)", - "license": "MIT", "dependencies": { "@pipedreamhq/platform": "^0.8.1" }, diff --git a/components/close/actions/create-lead/create-lead.mjs b/components/close/actions/create-lead/create-lead.mjs index 27ee407940d84..918868b8553e1 100644 --- a/components/close/actions/create-lead/create-lead.mjs +++ b/components/close/actions/create-lead/create-lead.mjs @@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs"; export default { type: "action", key: "close-create-lead", - version: "0.0.1", + version: "0.0.2", name: "Create Lead", description: "Creates a lead, [See the docs](https://developer.close.com/resources/leads/#create-a-new-lead)", props: { diff --git a/components/close/actions/custom-action/custom-action.mjs b/components/close/actions/custom-action/custom-action.mjs index 2cb918b6a9f14..7578104295d51 100644 --- a/components/close/actions/custom-action/custom-action.mjs +++ b/components/close/actions/custom-action/custom-action.mjs @@ -5,7 +5,7 @@ export default { key: "close-custom-action", name: "Custom Action", description: "Makes an aribitrary call to Close API, [See](https://developer.close.com/) for all options.", - version: "0.0.1", + version: "0.0.2", type: "action", props: { close, diff --git a/components/close/actions/search-leads/search-leads.mjs b/components/close/actions/search-leads/search-leads.mjs index bf18389314b0f..670d5f039bd0d 100644 --- a/components/close/actions/search-leads/search-leads.mjs +++ b/components/close/actions/search-leads/search-leads.mjs @@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs"; export default { type: "action", key: "close-search-leads", - version: "0.0.1", + version: "0.0.2", name: "Search Leads", description: "Searching leads with a given field and word, [See the docs](https://developer.close.com/resources/advanced-filtering/)", props: { diff --git a/components/close/actions/update-lead/update-lead.mjs b/components/close/actions/update-lead/update-lead.mjs index fef84447cb58e..575e53175b73d 100644 --- a/components/close/actions/update-lead/update-lead.mjs +++ b/components/close/actions/update-lead/update-lead.mjs @@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs"; export default { type: "action", key: "close-update-lead", - version: "0.0.1", + version: "0.0.2", name: "Update Lead", description: "Updates a lead, [See the docs](https://developer.close.com/resources/leads/#update-an-existing-lead)", props: { diff --git a/components/close/package.json b/components/close/package.json index 4cf5eea9b49e5..5338c678d89fe 100644 --- a/components/close/package.json +++ b/components/close/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/close", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Close Components", "main": "close.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ ], "homepage": "https://pipedream.com/apps/close", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "axios": "^0.27.2" }, diff --git a/components/close/sources/custom-event/custom-event.mjs b/components/close/sources/custom-event/custom-event.mjs index dd7562b26a600..975c8820515c2 100644 --- a/components/close/sources/custom-event/custom-event.mjs +++ b/components/close/sources/custom-event/custom-event.mjs @@ -5,7 +5,7 @@ export default { key: "close-custom-source", name: "New Custom Event", description: "Emit new event when configured type of events triggered, [See all possibilities](https://developer.close.com/resources/event-log/list-of-events/)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", props: { diff --git a/components/close/sources/lead-status-changed/lead-status-changed.mjs b/components/close/sources/lead-status-changed/lead-status-changed.mjs index 222e4a76b0514..99d9ea9d36a89 100644 --- a/components/close/sources/lead-status-changed/lead-status-changed.mjs +++ b/components/close/sources/lead-status-changed/lead-status-changed.mjs @@ -5,7 +5,7 @@ export default { key: "close-lead-status-changed", name: "New Lead Status Change", description: "Emit new event when a Lead status is changed", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/close/sources/new-lead/new-lead.mjs b/components/close/sources/new-lead/new-lead.mjs index 4af56cd896a17..ccd9691d72d0e 100644 --- a/components/close/sources/new-lead/new-lead.mjs +++ b/components/close/sources/new-lead/new-lead.mjs @@ -5,7 +5,7 @@ export default { key: "close-new-lead", name: "New Lead", description: "Emit new event when a new Lead is created", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/close/sources/new-opportunity/new-opportunity.mjs b/components/close/sources/new-opportunity/new-opportunity.mjs index efe599b504513..c630a1de71dfd 100644 --- a/components/close/sources/new-opportunity/new-opportunity.mjs +++ b/components/close/sources/new-opportunity/new-opportunity.mjs @@ -5,7 +5,7 @@ export default { key: "close-new-opportunity", name: "New Opportunity", description: "Emit new event when a new Opportunity is created", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/cloudfill/package.json b/components/cloudfill/package.json index 726aeedcdcb8b..3a26cab2e441b 100644 --- a/components/cloudfill/package.json +++ b/components/cloudfill/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cloudfill", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream CloudFill Components", "main": "dist/app/cloudfill.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/cloudfill", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/cloudflare_api_key/actions/change-ssl-setting/change-ssl-setting.mjs b/components/cloudflare_api_key/actions/change-ssl-setting/change-ssl-setting.mjs index e3b6584166d97..a41d80471390b 100644 --- a/components/cloudflare_api_key/actions/change-ssl-setting/change-ssl-setting.mjs +++ b/components/cloudflare_api_key/actions/change-ssl-setting/change-ssl-setting.mjs @@ -4,7 +4,7 @@ export default { key: "cloudflare_api_key-change-ssl-setting", name: "Change Zone's SSL Setting", description: "Choose the appropriate SSL setting for your zone. [See the docs here](https://api.cloudflare.com/#zone-settings-change-ssl-setting)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/change-zone-development-mode/change-zone-development-mode.mjs b/components/cloudflare_api_key/actions/change-zone-development-mode/change-zone-development-mode.mjs index 7cb99a07d6108..4368e083e2fe5 100644 --- a/components/cloudflare_api_key/actions/change-zone-development-mode/change-zone-development-mode.mjs +++ b/components/cloudflare_api_key/actions/change-zone-development-mode/change-zone-development-mode.mjs @@ -5,7 +5,7 @@ export default { key: "cloudflare_api_key-change-zone-development-mode", name: "Change Development Mode", description: "Development Mode temporarily allows you to enter development mode for your websites if you need to make changes to your site. This will bypass Cloudflare's accelerated cache and slow down your site. [See the docs here](https://api.cloudflare.com/#zone-settings-change-development-mode-setting)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/create-certificate/create-certificate.mjs b/components/cloudflare_api_key/actions/create-certificate/create-certificate.mjs index 6f1348f1762a7..e958192de8623 100644 --- a/components/cloudflare_api_key/actions/create-certificate/create-certificate.mjs +++ b/components/cloudflare_api_key/actions/create-certificate/create-certificate.mjs @@ -5,7 +5,7 @@ export default { key: "cloudflare_api_key-create-certificate", name: "Create a Certificate", description: "Creates an Origin CA certificate. [See the docs here](https://api.cloudflare.com/#origin-ca-create-certificate)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/create-dns-record/create-dns-record.mjs b/components/cloudflare_api_key/actions/create-dns-record/create-dns-record.mjs index f4a4ff0b0f5bd..6a301989f6c02 100644 --- a/components/cloudflare_api_key/actions/create-dns-record/create-dns-record.mjs +++ b/components/cloudflare_api_key/actions/create-dns-record/create-dns-record.mjs @@ -5,7 +5,7 @@ export default { key: "cloudflare_api_key-create-dns-record", name: "Create DNS Record", description: "Creates a DNS Record given its zone id", - version: "0.1.2", + version: "0.1.3", type: "action", props: { cloudflare_api_key: { diff --git a/components/cloudflare_api_key/actions/create-key-value-pairs/create-key-value-pairs.mjs b/components/cloudflare_api_key/actions/create-key-value-pairs/create-key-value-pairs.mjs index ded6cb56d46f6..263ed69c83533 100644 --- a/components/cloudflare_api_key/actions/create-key-value-pairs/create-key-value-pairs.mjs +++ b/components/cloudflare_api_key/actions/create-key-value-pairs/create-key-value-pairs.mjs @@ -4,7 +4,7 @@ export default { key: "cloudflare_api_key-create-key-value-pairs", name: "Create Key/Value Pairs", description: "Create new Key/Value pairs in a Namespace. [See the docs here](https://api.cloudflare.com/#workers-kv-namespace-write-key-value-pair)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/create-namespace/create-namespace.mjs b/components/cloudflare_api_key/actions/create-namespace/create-namespace.mjs index fc446ab072e84..b95ef9ba9ce23 100644 --- a/components/cloudflare_api_key/actions/create-namespace/create-namespace.mjs +++ b/components/cloudflare_api_key/actions/create-namespace/create-namespace.mjs @@ -4,7 +4,7 @@ export default { key: "cloudflare_api_key-create-namespace", name: "Create Namespace", description: "Create a new Namespace in an account. [See the docs here](https://api.cloudflare.com/#workers-kv-namespace-create-a-namespace)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/create-zone/create-zone.mjs b/components/cloudflare_api_key/actions/create-zone/create-zone.mjs index d100c2a409438..5c60987485ef6 100644 --- a/components/cloudflare_api_key/actions/create-zone/create-zone.mjs +++ b/components/cloudflare_api_key/actions/create-zone/create-zone.mjs @@ -5,7 +5,7 @@ export default { key: "cloudflare_api_key-create-zone", name: "Create Zone", description: "Create Zone. [See the docs here](https://api.cloudflare.com/#zone-create-zone)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/delete-dns-record/delete-dns-record.mjs b/components/cloudflare_api_key/actions/delete-dns-record/delete-dns-record.mjs index 813e92748e742..e161635149486 100644 --- a/components/cloudflare_api_key/actions/delete-dns-record/delete-dns-record.mjs +++ b/components/cloudflare_api_key/actions/delete-dns-record/delete-dns-record.mjs @@ -4,7 +4,7 @@ export default { key: "cloudflare_api_key-delete-dns-record", name: "Delete DNS Record", description: "Deletes a DNS record of a zone. [See the docs here](https://api.cloudflare.com/#dns-records-for-a-zone-delete-dns-record)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/export-dns-records/export-dns-records.mjs b/components/cloudflare_api_key/actions/export-dns-records/export-dns-records.mjs index 6e67fe603d26e..270518a465655 100644 --- a/components/cloudflare_api_key/actions/export-dns-records/export-dns-records.mjs +++ b/components/cloudflare_api_key/actions/export-dns-records/export-dns-records.mjs @@ -4,7 +4,7 @@ export default { key: "cloudflare_api_key-export-dns-records", name: "Export DNS Records", description: "Export a BIND config of a zone. [See the docs here](https://api.cloudflare.com/#dns-records-for-a-zone-export-dns-records)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/import-dns-records/import-dns-records.mjs b/components/cloudflare_api_key/actions/import-dns-records/import-dns-records.mjs index c0bd597ed4d5a..2d161ae846980 100644 --- a/components/cloudflare_api_key/actions/import-dns-records/import-dns-records.mjs +++ b/components/cloudflare_api_key/actions/import-dns-records/import-dns-records.mjs @@ -9,7 +9,7 @@ export default { key: "cloudflare_api_key-import-dns-records", name: "Import DNS Records", description: "Import a BIND config into a zone. [See the docs here](https://api.cloudflare.com/#dns-records-for-a-zone-import-dns-records)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/list-certificates/list-certificates.mjs b/components/cloudflare_api_key/actions/list-certificates/list-certificates.mjs index 3691805dcc082..39f7575cfcfc3 100644 --- a/components/cloudflare_api_key/actions/list-certificates/list-certificates.mjs +++ b/components/cloudflare_api_key/actions/list-certificates/list-certificates.mjs @@ -4,7 +4,7 @@ export default { key: "cloudflare_api_key-list-certificates", name: "List Certificates", description: "List all existing Origin CA certificates for a given zone. [See the docs here](https://api.cloudflare.com/#origin-ca-list-certificates)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/list-dns-records/list-dns-records.mjs b/components/cloudflare_api_key/actions/list-dns-records/list-dns-records.mjs index 77371807668a4..22f4e1483b123 100644 --- a/components/cloudflare_api_key/actions/list-dns-records/list-dns-records.mjs +++ b/components/cloudflare_api_key/actions/list-dns-records/list-dns-records.mjs @@ -5,7 +5,7 @@ export default { key: "cloudflare_api_key-list-dns-records", name: "List DNS Records", description: "List, search, sort, and filter a zones' DNS records. [See the docs here](https://api.cloudflare.com/#dns-records-for-a-zone-list-dns-records)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/patch-dns-record/patch-dns-record.mjs b/components/cloudflare_api_key/actions/patch-dns-record/patch-dns-record.mjs index 64be492775a3e..a6f42bc870cbc 100644 --- a/components/cloudflare_api_key/actions/patch-dns-record/patch-dns-record.mjs +++ b/components/cloudflare_api_key/actions/patch-dns-record/patch-dns-record.mjs @@ -4,7 +4,7 @@ export default { key: "cloudflare_api_key-patch-dns-record", name: "Patch DNS Record", description: "Patches a DNS record of a zone. [See the docs here](https://api.cloudflare.com/#dns-records-for-a-zone-patch-dns-record)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/purge-all-files/purge-all-files.mjs b/components/cloudflare_api_key/actions/purge-all-files/purge-all-files.mjs index b87eee2b92ec2..3e84ec28681ae 100644 --- a/components/cloudflare_api_key/actions/purge-all-files/purge-all-files.mjs +++ b/components/cloudflare_api_key/actions/purge-all-files/purge-all-files.mjs @@ -5,7 +5,7 @@ export default { key: "cloudflare_api_key-purge-all-files", name: "Purge All Files", description: "Remove ALL files from Cloudflare's cache.", - version: "0.2.2", + version: "0.2.3", type: "action", props: { cloudflare_api_key: { diff --git a/components/cloudflare_api_key/actions/purge-files-by-url/purge-files-by-url.mjs b/components/cloudflare_api_key/actions/purge-files-by-url/purge-files-by-url.mjs index c06d0865fb398..375843d055d54 100644 --- a/components/cloudflare_api_key/actions/purge-files-by-url/purge-files-by-url.mjs +++ b/components/cloudflare_api_key/actions/purge-files-by-url/purge-files-by-url.mjs @@ -4,7 +4,7 @@ import cloudflare_api_key from "../../cloudflare_api_key.app.mjs"; export default { key: "cloudflare_api_key-purge-files-by-url", type: "action", - version: "0.0.2", + version: "0.0.3", name: "Purge Files by URL", description: "Granularly remove one or more files from Cloudflare's cache by specifying URLs. [See docs here](https://developers.cloudflare.com/cache/how-to/purge-cache/#purge-by-single-file-by-url)", props: { diff --git a/components/cloudflare_api_key/actions/query-worker-analytics/query-worker-analytics.mjs b/components/cloudflare_api_key/actions/query-worker-analytics/query-worker-analytics.mjs index eaff8419f1006..5f8c1d61d34b6 100644 --- a/components/cloudflare_api_key/actions/query-worker-analytics/query-worker-analytics.mjs +++ b/components/cloudflare_api_key/actions/query-worker-analytics/query-worker-analytics.mjs @@ -4,7 +4,7 @@ export default { key: "cloudflare_api_key-query-worker-analytics", name: "Query Worker Analytics", description: "Retrieves Workers KV request metrics for the given account. [See the docs here](https://api.cloudflare.com/#workers-kv-request-analytics-query-request-analytics)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/revoke-certificate/revoke-certificate.mjs b/components/cloudflare_api_key/actions/revoke-certificate/revoke-certificate.mjs index 11ccb8dcb101f..70ef75355a4e5 100644 --- a/components/cloudflare_api_key/actions/revoke-certificate/revoke-certificate.mjs +++ b/components/cloudflare_api_key/actions/revoke-certificate/revoke-certificate.mjs @@ -4,7 +4,7 @@ export default { key: "cloudflare_api_key-revoke-certificate", name: "Revoke Certificate", description: "Revoke an existing Origin CA certificate by its serial number. [See the docs here](https://api.cloudflare.com/#origin-ca-revoke-certificate)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/actions/update-zone-security-level/update-zone-security-level.mjs b/components/cloudflare_api_key/actions/update-zone-security-level/update-zone-security-level.mjs index 157a8d473a296..867cc8f7fd603 100644 --- a/components/cloudflare_api_key/actions/update-zone-security-level/update-zone-security-level.mjs +++ b/components/cloudflare_api_key/actions/update-zone-security-level/update-zone-security-level.mjs @@ -5,7 +5,7 @@ export default { key: "cloudflare_api_key-update-zone-security-level", name: "Update Zone Security Level", description: "Choose the appropriate security profile for your website, which will automatically adjust each of the security settings. [See the docs here](https://api.cloudflare.com/#zone-settings-change-security-level-setting)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { cloudflare, diff --git a/components/cloudflare_api_key/package.json b/components/cloudflare_api_key/package.json index 21c16aa34321b..9477ad058a811 100644 --- a/components/cloudflare_api_key/package.json +++ b/components/cloudflare_api_key/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cloudflare_api_key", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Cloudflare Components", "main": "cloudflare_api_key.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/cloudflare_api_key", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/cloudlayer/package.json b/components/cloudlayer/package.json index dc7cdff09e88e..717ab83b5bd6c 100644 --- a/components/cloudlayer/package.json +++ b/components/cloudlayer/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cloudlayer", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Cloudlayer Components", "main": "dist/app/cloudlayer.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/cloudlayer", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/cloudmersive/actions/convert-to-pdf/convert-to-pdf.ts b/components/cloudmersive/actions/convert-to-pdf/convert-to-pdf.ts index 3fa7803d98247..e5c559c694998 100644 --- a/components/cloudmersive/actions/convert-to-pdf/convert-to-pdf.ts +++ b/components/cloudmersive/actions/convert-to-pdf/convert-to-pdf.ts @@ -9,7 +9,7 @@ export default defineAction({ name: "Convert to PDF", description: `Convert Office Word Documents (docx) to PDF [See docs here](${DOCS.convertToPDF})`, key: "cloudmersive-convert-to-pdf", - version: "0.0.1", + version: "0.0.2", type: "action", props: { cloudmersive, diff --git a/components/cloudmersive/actions/screenshot-website/screenshot-website.ts b/components/cloudmersive/actions/screenshot-website/screenshot-website.ts index ffe6ab497bf8e..cabe1666c99bc 100644 --- a/components/cloudmersive/actions/screenshot-website/screenshot-website.ts +++ b/components/cloudmersive/actions/screenshot-website/screenshot-website.ts @@ -7,7 +7,7 @@ export default defineAction({ name: "Screenshot Website", description: `Take a screenshot of a website [See docs here](${DOCS.screenshotWebsite})`, key: "cloudmersive-screenshot-website", - version: "0.0.1", + version: "0.0.2", type: "action", props: { cloudmersive, diff --git a/components/cloudmersive/actions/validate-email-address/validate-email-address.ts b/components/cloudmersive/actions/validate-email-address/validate-email-address.ts index c2c6c9c78ed1a..827374b2b50d9 100644 --- a/components/cloudmersive/actions/validate-email-address/validate-email-address.ts +++ b/components/cloudmersive/actions/validate-email-address/validate-email-address.ts @@ -7,7 +7,7 @@ export default defineAction({ name: "Validate Email Address", description: `Validate an email address [See docs here](${DOCS.validateEmailAddress})`, key: "cloudmersive-validate-email-address", - version: "0.0.1", + version: "0.0.2", type: "action", props: { cloudmersive, diff --git a/components/cloudmersive/package.json b/components/cloudmersive/package.json index 91be4bcfb0a42..84dd84c77e62f 100644 --- a/components/cloudmersive/package.json +++ b/components/cloudmersive/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cloudmersive", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Cloudmersive Components", "main": "dist/app/cloudmersive.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/cloudmersive", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/cloudtalk/package.json b/components/cloudtalk/package.json index 572793dcc45e9..113d478ebf6ef 100644 --- a/components/cloudtalk/package.json +++ b/components/cloudtalk/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cloudtalk", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream CloudTalk Components", "main": "dist/app/cloudtalk.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/cloudtalk", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/clubworx/package.json b/components/clubworx/package.json index 9552ddad8904d..6f9598516a01c 100644 --- a/components/clubworx/package.json +++ b/components/clubworx/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/clubworx", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Clubworx Components", "main": "dist/app/clubworx.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/clubworx", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/coderpad/package.json b/components/coderpad/package.json index cf3ab29e812c1..2aafed2596295 100644 --- a/components/coderpad/package.json +++ b/components/coderpad/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/coderpad", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream CoderPad Components", "main": "dist/app/coderpad.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/coderpad", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/coinbase/actions/place-buy-order/place-buy-order.mjs b/components/coinbase/actions/place-buy-order/place-buy-order.mjs index 674db88f6e06f..916fe00d41f40 100644 --- a/components/coinbase/actions/place-buy-order/place-buy-order.mjs +++ b/components/coinbase/actions/place-buy-order/place-buy-order.mjs @@ -5,7 +5,7 @@ export default { key: "coinbase-place-buy-order", name: "Place Buy Order", description: "Places a buy order", - version: "0.1.1", + version: "0.1.2", type: "action", props: { coinbase: { diff --git a/components/coinbase/actions/withdraw-funds/withdraw-funds.mjs b/components/coinbase/actions/withdraw-funds/withdraw-funds.mjs index c3432b9ccec73..de024ecc59188 100644 --- a/components/coinbase/actions/withdraw-funds/withdraw-funds.mjs +++ b/components/coinbase/actions/withdraw-funds/withdraw-funds.mjs @@ -5,7 +5,7 @@ export default { key: "coinbase-withdraw-funds", name: "Withdraw Funds", description: "Withdraw funds", - version: "0.1.1", + version: "0.1.2", type: "action", props: { coinbase: { diff --git a/components/coinbase/package.json b/components/coinbase/package.json index 0e72234ba8221..2619f2fbc2f19 100644 --- a/components/coinbase/package.json +++ b/components/coinbase/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/coinbase", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Coinbase Components", "main": "coinbase.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/coinbase", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/coinbase/sources/new-transactions/new-transactions.mjs b/components/coinbase/sources/new-transactions/new-transactions.mjs index 1cff28079875f..d86c3d075ad47 100644 --- a/components/coinbase/sources/new-transactions/new-transactions.mjs +++ b/components/coinbase/sources/new-transactions/new-transactions.mjs @@ -7,7 +7,7 @@ export default { name: "New Transactions", description: "New Transactions. [See the docs here](https://developers.coinbase.com/api/v2#transaction-resource)", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", props: { ...common.props, diff --git a/components/coinbase_commerce/package.json b/components/coinbase_commerce/package.json index 2fb61a15d7172..d15692e2fdce0 100644 --- a/components/coinbase_commerce/package.json +++ b/components/coinbase_commerce/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/coinbase_commerce", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Coinbase Commerce Components", "main": "dist/app/coinbase_commerce.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/coinbase_commerce", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/college_football_data/package.json b/components/college_football_data/package.json index 1230855e9a320..fefab9eb9c3f5 100644 --- a/components/college_football_data/package.json +++ b/components/college_football_data/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/college_football_data", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream College Football Data Components", "main": "dist/app/college_football_data.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/college_football_data", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/commcare/package.json b/components/commcare/package.json index e569f53a759f8..d223ad1b8b5ab 100644 --- a/components/commcare/package.json +++ b/components/commcare/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/commcare", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream CommCare Components", "main": "dist/app/commcare.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/commcare", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/commercehq/package.json b/components/commercehq/package.json index e275eb91c93d2..c957c2f8170cd 100644 --- a/components/commercehq/package.json +++ b/components/commercehq/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/commercehq", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream CommerceHQ Components", "main": "commercehq.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/commercehq", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/congress_gov/package.json b/components/congress_gov/package.json index 8e756b4c5207a..ffc69f9cb5205 100644 --- a/components/congress_gov/package.json +++ b/components/congress_gov/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/congress_gov", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Congress.gov Components", "main": "dist/app/congress_gov.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/congress_gov", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/convertkit/actions/add-subscriber-to-form/add-subscriber-to-form.mjs b/components/convertkit/actions/add-subscriber-to-form/add-subscriber-to-form.mjs index 1c422a9f587a8..7e084e43b8e8d 100644 --- a/components/convertkit/actions/add-subscriber-to-form/add-subscriber-to-form.mjs +++ b/components/convertkit/actions/add-subscriber-to-form/add-subscriber-to-form.mjs @@ -4,7 +4,7 @@ export default { key: "convertkit-add-subscriber-to-form", name: "Add subscriber to a form", description: "Add subscriber to a form. [See docs here](https://developers.convertkit.com/#add-subscriber-to-a-form)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { convertkit, diff --git a/components/convertkit/actions/list-subscribers/list-subscribers.mjs b/components/convertkit/actions/list-subscribers/list-subscribers.mjs index 15d6739fa6c11..8f27eaf88b48d 100644 --- a/components/convertkit/actions/list-subscribers/list-subscribers.mjs +++ b/components/convertkit/actions/list-subscribers/list-subscribers.mjs @@ -5,7 +5,7 @@ export default { key: "convertkit-list-subscribers", name: "List subscribers", description: "Returns a list of your subscribers. [See docs here](https://developers.convertkit.com/#list-subscribers)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { convertkit, diff --git a/components/convertkit/actions/view-single-subscribers/view-single-subscribers.mjs b/components/convertkit/actions/view-single-subscribers/view-single-subscribers.mjs index aa41001747948..116dff49b1400 100644 --- a/components/convertkit/actions/view-single-subscribers/view-single-subscribers.mjs +++ b/components/convertkit/actions/view-single-subscribers/view-single-subscribers.mjs @@ -4,7 +4,7 @@ export default { key: "convertkit-view-single-subscribers", name: "View a Single Subscribers", description: "Returns data for a single subscriber. [See docs here](https://developers.convertkit.com/#view-a-single-subscriber)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { convertkit, diff --git a/components/convertkit/package.json b/components/convertkit/package.json index 729f80c2856d1..c5437929613f0 100644 --- a/components/convertkit/package.json +++ b/components/convertkit/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bitbucket", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Convertkit Components", "main": "convertkit.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/convertkit", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.10.0" }, diff --git a/components/convertkit/sources/new-subscriber-instant/new-subscriber-instant.mjs b/components/convertkit/sources/new-subscriber-instant/new-subscriber-instant.mjs index 282310507d218..fc2f3bae94746 100644 --- a/components/convertkit/sources/new-subscriber-instant/new-subscriber-instant.mjs +++ b/components/convertkit/sources/new-subscriber-instant/new-subscriber-instant.mjs @@ -6,7 +6,7 @@ export default { name: "New Subscriber Activation (Instant)", key: "convertkit-new-subscriber-instant", description: "Emit new event when a new subscriber is activated. [See docs here](https://developers.convertkit.com/#create-a-webhook)", - version: "0.0.1", + version: "0.0.2", props: { ...common.props, }, diff --git a/components/convertkit/sources/new-unsubscription-instant/new-unsubscription-instant.mjs b/components/convertkit/sources/new-unsubscription-instant/new-unsubscription-instant.mjs index e206879da6e0b..a11181b2ce380 100644 --- a/components/convertkit/sources/new-unsubscription-instant/new-unsubscription-instant.mjs +++ b/components/convertkit/sources/new-unsubscription-instant/new-unsubscription-instant.mjs @@ -6,7 +6,7 @@ export default { name: "New Unsubscriber Activation (Instant)", key: "convertkit-new-unsubscription-instant", description: "Emit new event when a user unsubscribers. [See docs here](https://developers.convertkit.com/#create-a-webhook)", - version: "0.0.1", + version: "0.0.2", props: { ...common.props, }, diff --git a/components/convertkit/sources/webhook-events/webhook-events.mjs b/components/convertkit/sources/webhook-events/webhook-events.mjs index 6880fb1432198..a0b3a68a873ae 100644 --- a/components/convertkit/sources/webhook-events/webhook-events.mjs +++ b/components/convertkit/sources/webhook-events/webhook-events.mjs @@ -7,7 +7,7 @@ export default { name: "New Webhook Event (Instant)", description: "Emit new event for each selected event types. [See docs here](https://developers.convertkit.com/#create-a-webhook)", type: "source", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/conveyor/package.json b/components/conveyor/package.json index 4ffd83f6b254d..7eebc9a3a2325 100644 --- a/components/conveyor/package.json +++ b/components/conveyor/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/conveyor", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Conveyor Components", "main": "dist/app/conveyor.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/conveyor", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/corrently/package.json b/components/corrently/package.json index da9f2c45507bc..8c1a85295dfb6 100644 --- a/components/corrently/package.json +++ b/components/corrently/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/corrently", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Corrently Components", "main": "dist/app/corrently.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/corrently", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/covalent/package.json b/components/covalent/package.json index 815ad2e683ce5..a51253109990c 100644 --- a/components/covalent/package.json +++ b/components/covalent/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/covalent", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Covalent Components", "main": "dist/app/covalent.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/covalent", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/craftmypdf/package.json b/components/craftmypdf/package.json index 24bdaaeb64f5b..6392b21ddb0e9 100644 --- a/components/craftmypdf/package.json +++ b/components/craftmypdf/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/craftmypdf", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream CraftMyPDF Components", "main": "dist/app/craftmypdf.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/craftmypdf", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/crisp/package.json b/components/crisp/package.json index 01b483c51a437..42378fdc47b36 100644 --- a/components/crisp/package.json +++ b/components/crisp/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/crisp", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Crisp Components", "main": "dist/app/crisp.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/crisp", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/crove_app/actions/complete-document/complete-document.mjs b/components/crove_app/actions/complete-document/complete-document.mjs index 809c821008591..519bd5bb31f62 100644 --- a/components/crove_app/actions/complete-document/complete-document.mjs +++ b/components/crove_app/actions/complete-document/complete-document.mjs @@ -4,7 +4,7 @@ export default { key: "crove_app-complete-document", name: "Complete Document", description: "Mark the document as completed", - version: "0.0.2", + version: "0.0.3", type: "action", props: { croveApp, diff --git a/components/crove_app/actions/create-document/create-document.mjs b/components/crove_app/actions/create-document/create-document.mjs index 90e3770444d85..d8a6ef314a894 100644 --- a/components/crove_app/actions/create-document/create-document.mjs +++ b/components/crove_app/actions/create-document/create-document.mjs @@ -4,7 +4,7 @@ export default { key: "crove_app-create-document", name: "Create Document", description: "Create a new document.", - version: "0.0.2", + version: "0.0.3", type: "action", props: { croveApp, diff --git a/components/crove_app/actions/create-invitation-link/create-invitation-link.mjs b/components/crove_app/actions/create-invitation-link/create-invitation-link.mjs index 7ab443fdcd854..2960dd8a85c2a 100644 --- a/components/crove_app/actions/create-invitation-link/create-invitation-link.mjs +++ b/components/crove_app/actions/create-invitation-link/create-invitation-link.mjs @@ -4,7 +4,7 @@ export default { key: "crove_app-create-invitation-link", name: "Create Invitation Link", description: "Create invitation link to fill or sign the document. ", - version: "0.0.2", + version: "0.0.3", type: "action", props: { croveApp, diff --git a/components/crove_app/actions/generate-pdf-from-document/generate-pdf-from-document.mjs b/components/crove_app/actions/generate-pdf-from-document/generate-pdf-from-document.mjs index 074f1c01057f8..5048345a646d2 100644 --- a/components/crove_app/actions/generate-pdf-from-document/generate-pdf-from-document.mjs +++ b/components/crove_app/actions/generate-pdf-from-document/generate-pdf-from-document.mjs @@ -4,7 +4,7 @@ export default { key: "crove_app-generate-pdf-from-document", name: "Generate PDF from Document", description: "Generate PDF of a document and return PDF URL.", - version: "0.0.3", + version: "0.0.4", type: "action", props: { croveApp, diff --git a/components/crove_app/actions/generate-template-pdf/generate-template-pdf.mjs b/components/crove_app/actions/generate-template-pdf/generate-template-pdf.mjs index 0ae884c031b94..c4d14fb30e5da 100644 --- a/components/crove_app/actions/generate-template-pdf/generate-template-pdf.mjs +++ b/components/crove_app/actions/generate-template-pdf/generate-template-pdf.mjs @@ -4,7 +4,7 @@ export default { key: "crove_app-generate-template-pdf", name: "Generate Document PDF From Template", description: "Generate PDF of a document created from the template", - version: "1.0.1", + version: "1.0.2", type: "action", props: { croveApp, diff --git a/components/crove_app/actions/get-document-details/get-document-details.mjs b/components/crove_app/actions/get-document-details/get-document-details.mjs index 06743c4f7f888..7df119f620ed1 100644 --- a/components/crove_app/actions/get-document-details/get-document-details.mjs +++ b/components/crove_app/actions/get-document-details/get-document-details.mjs @@ -4,7 +4,7 @@ export default { key: "crove_app-get-document-details", name: "Get Document Details", description: "Get details of a document. Example: Name, Current Status, etc.", - version: "0.0.2", + version: "0.0.3", type: "action", props: { croveApp, diff --git a/components/crove_app/actions/send-document/send-document.mjs b/components/crove_app/actions/send-document/send-document.mjs index 0a9c274faa684..5e48ce8d7c949 100644 --- a/components/crove_app/actions/send-document/send-document.mjs +++ b/components/crove_app/actions/send-document/send-document.mjs @@ -4,7 +4,7 @@ export default { key: "crove_app-send-document", name: "Send Document", description: "Send email invitation link to fill & sign the document. ", - version: "0.0.2", + version: "0.0.3", type: "action", props: { croveApp, diff --git a/components/crove_app/actions/submit-document/submit-document.mjs b/components/crove_app/actions/submit-document/submit-document.mjs index ba51c8ce67784..1e3cc34ff5e89 100644 --- a/components/crove_app/actions/submit-document/submit-document.mjs +++ b/components/crove_app/actions/submit-document/submit-document.mjs @@ -4,7 +4,7 @@ export default { key: "crove_app-submit-document", name: "Submit Document", description: "Submit the document like you do it via Crove form.", - version: "0.0.2", + version: "0.0.3", type: "action", props: { croveApp, diff --git a/components/crove_app/actions/update-document-details/update-document-details.mjs b/components/crove_app/actions/update-document-details/update-document-details.mjs index a5963546fd63f..29976d84ffd1b 100644 --- a/components/crove_app/actions/update-document-details/update-document-details.mjs +++ b/components/crove_app/actions/update-document-details/update-document-details.mjs @@ -4,7 +4,7 @@ export default { key: "crove_app-update-document-details", name: "Update Document Details", description: "Update details of a document. Example: Name, Current Status, etc.", - version: "0.0.2", + version: "0.0.3", type: "action", props: { croveApp, diff --git a/components/crove_app/actions/update-document/update-document.mjs b/components/crove_app/actions/update-document/update-document.mjs index fd38ab47df774..ca7750df319da 100644 --- a/components/crove_app/actions/update-document/update-document.mjs +++ b/components/crove_app/actions/update-document/update-document.mjs @@ -4,7 +4,7 @@ export default { key: "crove_app-update-document", name: "Update Document", description: "Update values of variables of a document.", - version: "0.0.2", + version: "0.0.3", type: "action", props: { croveApp, diff --git a/components/crove_app/package.json b/components/crove_app/package.json index 9b4ded3ed8667..dbb034023d322 100644 --- a/components/crove_app/package.json +++ b/components/crove_app/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/crove_app", - "version": "1.0.2", + "version": "1.0.3", "description": "Pipedream Crove Components", "main": "crove_app.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/crove_app", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/crove_app/sources/document-completed/document-completed.mjs b/components/crove_app/sources/document-completed/document-completed.mjs index bad58e7fd643e..b862626df1196 100644 --- a/components/crove_app/sources/document-completed/document-completed.mjs +++ b/components/crove_app/sources/document-completed/document-completed.mjs @@ -5,7 +5,7 @@ export default { key: "crove_app-document-completed", name: "Document Completed", description: "Triggers when a document is completed.", - version: "0.0.2", + version: "0.0.3", type: "source", methods: { ...common.methods, diff --git a/components/crove_app/sources/document-created/document-created.mjs b/components/crove_app/sources/document-created/document-created.mjs index 4738511bb33f4..dcea39f5f6845 100644 --- a/components/crove_app/sources/document-created/document-created.mjs +++ b/components/crove_app/sources/document-created/document-created.mjs @@ -5,7 +5,7 @@ export default { key: "crove_app-document-created", name: "Document Created", description: "Triggers when a new document is created.", - version: "0.0.2", + version: "0.0.3", type: "source", methods: { ...common.methods, diff --git a/components/crove_app/sources/document-submitted/document-submitted.mjs b/components/crove_app/sources/document-submitted/document-submitted.mjs index 57dfe867e37d3..902eaea9033a4 100644 --- a/components/crove_app/sources/document-submitted/document-submitted.mjs +++ b/components/crove_app/sources/document-submitted/document-submitted.mjs @@ -5,7 +5,7 @@ export default { key: "crove_app-document-submitted", name: "Document Submitted", description: "Triggers when a document is submitted.", - version: "0.0.2", + version: "0.0.3", type: "source", methods: { ...common.methods, diff --git a/components/crowdin/package.json b/components/crowdin/package.json index 15e918ce5b805..33034ea5d16a9 100644 --- a/components/crowdin/package.json +++ b/components/crowdin/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/crowdin", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Crowdin Components", "main": "dist/app/crowdin.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/crowdin", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/curated/actions/create-link/create-link.mjs b/components/curated/actions/create-link/create-link.mjs index fe74d93a9035f..7ff27e694ba9a 100644 --- a/components/curated/actions/create-link/create-link.mjs +++ b/components/curated/actions/create-link/create-link.mjs @@ -2,7 +2,7 @@ import curated from "../../curated.app.mjs"; export default { name: "Create Link", - version: "0.0.1", + version: "0.0.2", key: "curated-create-link", description: "Creates a link. [See docs here](https://support.curated.co/help/managing-links-with-the-api#h_9993192972131638320427148)", type: "action", diff --git a/components/curated/package.json b/components/curated/package.json index d04f9fc6306d8..b7986c4322be7 100644 --- a/components/curated/package.json +++ b/components/curated/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/curated", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream Curated Components", "main": "curated.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/curated", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/curated/sources/new-email-subscribed/new-email-subscribed.mjs b/components/curated/sources/new-email-subscribed/new-email-subscribed.mjs index c47a717d6a078..0809ddd000c38 100644 --- a/components/curated/sources/new-email-subscribed/new-email-subscribed.mjs +++ b/components/curated/sources/new-email-subscribed/new-email-subscribed.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Email Subscribed", - version: "0.0.2", + version: "0.0.3", key: "curated-new-email-subscribed", description: "Emit new event when an email is subscribed.", type: "source", diff --git a/components/curated/sources/new-email-unsubscribed/new-email-unsubscribed.mjs b/components/curated/sources/new-email-unsubscribed/new-email-unsubscribed.mjs index a81c271997f70..e0839af970619 100644 --- a/components/curated/sources/new-email-unsubscribed/new-email-unsubscribed.mjs +++ b/components/curated/sources/new-email-unsubscribed/new-email-unsubscribed.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Email Unsubscribed", - version: "0.0.2", + version: "0.0.3", key: "curated-new-email-unsubscribed", description: "Emit new event when an email is unsubscribed.", type: "source", diff --git a/components/curated/sources/new-issue-published/new-issue-published.mjs b/components/curated/sources/new-issue-published/new-issue-published.mjs index 5414f9f0048c4..b4f92c71cd407 100644 --- a/components/curated/sources/new-issue-published/new-issue-published.mjs +++ b/components/curated/sources/new-issue-published/new-issue-published.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Issue Published", - version: "0.0.2", + version: "0.0.3", key: "curated-new-issue-published", description: "Emit new event when a issue is published.", type: "source", diff --git a/components/curated/sources/new-link-created/new-link-created.mjs b/components/curated/sources/new-link-created/new-link-created.mjs index 5a873b9d0b8cc..da149f87e84d8 100644 --- a/components/curated/sources/new-link-created/new-link-created.mjs +++ b/components/curated/sources/new-link-created/new-link-created.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Link Created", - version: "0.0.2", + version: "0.0.3", key: "curated-new-link-created", description: "Emit new event when a link is created.", type: "source", diff --git a/components/customer_guru/package.json b/components/customer_guru/package.json index 53977de68fa80..d3d8c2b94d086 100644 --- a/components/customer_guru/package.json +++ b/components/customer_guru/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/customer_guru", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Customer.guru Components", "main": "dist/app/customer_guru.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/customer_guru", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/customer_io/actions/add-customers-to-segment/add-customers-to-segment.mjs b/components/customer_io/actions/add-customers-to-segment/add-customers-to-segment.mjs index b6e0c9d62f290..70b61b5317259 100644 --- a/components/customer_io/actions/add-customers-to-segment/add-customers-to-segment.mjs +++ b/components/customer_io/actions/add-customers-to-segment/add-customers-to-segment.mjs @@ -5,7 +5,7 @@ export default { key: "customer_io-add-customers-to-segment", name: "Add Customers to Segment", description: "Add people to a manual segment by ID. You are limited to 1000 customer IDs per request. [See the docs here](https://www.customer.io/docs/api/#operation/add_to_segment)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/customer_io/actions/create-or-update-customer/create-or-update-customer.mjs b/components/customer_io/actions/create-or-update-customer/create-or-update-customer.mjs index eaf9ca1e7c7fc..af71d81e0f436 100644 --- a/components/customer_io/actions/create-or-update-customer/create-or-update-customer.mjs +++ b/components/customer_io/actions/create-or-update-customer/create-or-update-customer.mjs @@ -4,7 +4,7 @@ export default { key: "customer_io-create-or-update-customer", name: "Create or Update Customer", description: "Creates or update a customer. [See the docs here](https://customer.io/docs/api/#apitrackcustomerscustomers_update)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { app, diff --git a/components/customer_io/actions/send-event-to-customer-io/send-event-to-customer-io.mjs b/components/customer_io/actions/send-event-to-customer-io/send-event-to-customer-io.mjs index ceb26130d650a..3ffe6f7bab99a 100644 --- a/components/customer_io/actions/send-event-to-customer-io/send-event-to-customer-io.mjs +++ b/components/customer_io/actions/send-event-to-customer-io/send-event-to-customer-io.mjs @@ -4,7 +4,7 @@ export default { key: "customer_io-send-event-to-customer-io", name: "Send Event To Customer io", description: "Sends, tracks a customer event to Customer io. [See the docs here](https://customer.io/docs/api/#operation/track)", - version: "0.3.0", + version: "0.3.1", type: "action", props: { app, diff --git a/components/customer_io/actions/send-event-to/send-event-to.mjs b/components/customer_io/actions/send-event-to/send-event-to.mjs index 203ada20f8a2e..c56b5eb63e0a8 100644 --- a/components/customer_io/actions/send-event-to/send-event-to.mjs +++ b/components/customer_io/actions/send-event-to/send-event-to.mjs @@ -4,7 +4,7 @@ export default { key: "customer_io-send-event-to", name: "Send Event To", description: "Sends an event to Customer.io. [See the docs here](https://customer.io/docs/api/#operation/track)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { app, diff --git a/components/customer_io/package.json b/components/customer_io/package.json index 5d73735727ccd..47595a6307881 100644 --- a/components/customer_io/package.json +++ b/components/customer_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/customer_io", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Customer.io Components", "main": "customer_io.app.js", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/customer_io", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/d7_networks/actions/send-sms/send-sms.mjs b/components/d7_networks/actions/send-sms/send-sms.mjs index 2691c6ad9632b..7c74d48749865 100644 --- a/components/d7_networks/actions/send-sms/send-sms.mjs +++ b/components/d7_networks/actions/send-sms/send-sms.mjs @@ -3,7 +3,7 @@ import constants from "../../common/constants.mjs"; export default { name: "Send SMS", - version: "0.0.1", + version: "0.0.2", key: "d7_networks-send-sms", description: "Sending sms via D7 networks! [See the docs](https://d7networks.com/docs/Messages/Send_Message/)", type: "action", diff --git a/components/d7_networks/package.json b/components/d7_networks/package.json index 00fc9b0702a75..0ded94718a767 100644 --- a/components/d7_networks/package.json +++ b/components/d7_networks/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/d7_networks", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream D7 Networks Components", "main": "d7_networks.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/d7_networks", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/darwinbox/package.json b/components/darwinbox/package.json index 628bc66eed98f..9cdca33078c7d 100644 --- a/components/darwinbox/package.json +++ b/components/darwinbox/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/darwinbox", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Darwinbox Components", "main": "dist/app/darwinbox.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/darwinbox", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/data247/package.json b/components/data247/package.json index 77ba788a21c3a..f9ff520dc808c 100644 --- a/components/data247/package.json +++ b/components/data247/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/data247", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Data247 Components", "main": "dist/app/data247.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/data247", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/data_stores/actions/add-update-multiple-records/add-update-multiple-records.mjs b/components/data_stores/actions/add-update-multiple-records/add-update-multiple-records.mjs index 33095b7aebff7..51596f69fffca 100644 --- a/components/data_stores/actions/add-update-multiple-records/add-update-multiple-records.mjs +++ b/components/data_stores/actions/add-update-multiple-records/add-update-multiple-records.mjs @@ -4,7 +4,7 @@ export default { key: "data_stores-add-update-multiple-records", name: "Add or update multiple records", description: "Add or update multiple records to your [Pipedream Data Store](https://pipedream.com/data-stores/).", - version: "0.0.5", + version: "0.0.6", type: "action", props: { app, diff --git a/components/data_stores/actions/add-update-record/add-update-record.mjs b/components/data_stores/actions/add-update-record/add-update-record.mjs index bcd54ac4cf255..5bf243388e0f0 100644 --- a/components/data_stores/actions/add-update-record/add-update-record.mjs +++ b/components/data_stores/actions/add-update-record/add-update-record.mjs @@ -4,7 +4,7 @@ export default { key: "data_stores-add-update-record", name: "Add or update a single record", description: "Add or update a single record in your [Pipedream Data Store](https://pipedream.com/data-stores/).", - version: "0.0.8", + version: "0.0.9", type: "action", props: { app, diff --git a/components/data_stores/actions/delete-all-records/delete-all-records.mjs b/components/data_stores/actions/delete-all-records/delete-all-records.mjs index c5c359b65eb77..5b4554c648094 100644 --- a/components/data_stores/actions/delete-all-records/delete-all-records.mjs +++ b/components/data_stores/actions/delete-all-records/delete-all-records.mjs @@ -4,7 +4,7 @@ export default { key: "data_stores-delete-all-records", name: "Delete All Records", description: "Delete all records in your [Pipedream Data Store](https://pipedream.com/data-stores/).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/data_stores/actions/delete-single-record/delete-single-record.mjs b/components/data_stores/actions/delete-single-record/delete-single-record.mjs index daabe2a7a3fe2..4f408afdfa745 100644 --- a/components/data_stores/actions/delete-single-record/delete-single-record.mjs +++ b/components/data_stores/actions/delete-single-record/delete-single-record.mjs @@ -4,7 +4,7 @@ export default { key: "data_stores-delete-single-record", name: "Delete a single record", description: "Delete a single record in your [Pipedream Data Store](https://pipedream.com/data-stores/).", - version: "0.0.7", + version: "0.0.8", type: "action", props: { app, diff --git a/components/data_stores/actions/get-all-records/get-all-records.mjs b/components/data_stores/actions/get-all-records/get-all-records.mjs index 13b41f62fe2c9..9b9396f96793b 100644 --- a/components/data_stores/actions/get-all-records/get-all-records.mjs +++ b/components/data_stores/actions/get-all-records/get-all-records.mjs @@ -4,7 +4,7 @@ export default { key: "data_stores-get-all-records", name: "Get all records", description: "Get all records in your [Pipedream Data Store](https://pipedream.com/data-stores/). The memory consumption of the workflow can be affected, since this action will be exposing, to the workflow, the entire data from the selected datastore.", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/data_stores/actions/get-record-or-create/get-record-or-create.mjs b/components/data_stores/actions/get-record-or-create/get-record-or-create.mjs index 643efddcdbaca..bfef9069b9af6 100644 --- a/components/data_stores/actions/get-record-or-create/get-record-or-create.mjs +++ b/components/data_stores/actions/get-record-or-create/get-record-or-create.mjs @@ -4,7 +4,7 @@ export default { key: "data_stores-get-record-or-create", name: "Get record (or create one if not found)", description: "Get a single record in your [Pipedream Data Store](https://pipedream.com/data-stores/) or create one if it doesn't exist.", - version: "0.0.8", + version: "0.0.9", type: "action", props: { app, diff --git a/components/data_stores/actions/has-key-or-create/has-key-or-create.mjs b/components/data_stores/actions/has-key-or-create/has-key-or-create.mjs index 72237b9cbb8d0..0abde9a0a3ed3 100644 --- a/components/data_stores/actions/has-key-or-create/has-key-or-create.mjs +++ b/components/data_stores/actions/has-key-or-create/has-key-or-create.mjs @@ -4,7 +4,7 @@ export default { key: "data_stores-has-key-or-create", name: "Check for existence of key", description: "Check if a key exists in your [Pipedream Data Store](https://pipedream.com/data-stores/) or create one if it doesn't exist.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { app, diff --git a/components/data_stores/actions/list-keys/list-keys.mjs b/components/data_stores/actions/list-keys/list-keys.mjs index ae74dc3d44b31..4754160af28a2 100644 --- a/components/data_stores/actions/list-keys/list-keys.mjs +++ b/components/data_stores/actions/list-keys/list-keys.mjs @@ -4,7 +4,7 @@ export default { key: "data_stores-list-keys", name: "List keys", description: "List all keys in your [Pipedream Data Store](https://pipedream.com/data-stores/).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/data_stores/actions/list-records/list-records.mjs b/components/data_stores/actions/list-records/list-records.mjs index 4d49ba4e9772a..4cea26a9ea017 100644 --- a/components/data_stores/actions/list-records/list-records.mjs +++ b/components/data_stores/actions/list-records/list-records.mjs @@ -6,7 +6,7 @@ export default { key: "data_stores-list-records", name: "List Records", description: "List all records in your [Pipedream Data Store](https://pipedream.com/data-stores/).", - version: "0.0.2", + version: "0.0.3", type: "action", props: { app, diff --git a/components/data_stores/package.json b/components/data_stores/package.json index 6d1f3991c8d7e..69149a2ee2ed4 100644 --- a/components/data_stores/package.json +++ b/components/data_stores/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/data_stores", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Data Stores Components", "main": "data_stores.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/data_stores", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/databox/actions/send-custom-data/send-custom-data.mjs b/components/databox/actions/send-custom-data/send-custom-data.mjs index d27994508cbfb..d0b048cb04b19 100644 --- a/components/databox/actions/send-custom-data/send-custom-data.mjs +++ b/components/databox/actions/send-custom-data/send-custom-data.mjs @@ -2,7 +2,7 @@ import databox from "../../databox.app.mjs"; export default { name: "Send Custom Data", - version: "0.0.1", + version: "0.0.2", key: "databox-send-custom-data", description: "Sends custom data. [See docs here](https://developers.databox.com/send-data/)", type: "action", diff --git a/components/databox/package.json b/components/databox/package.json index 12a5e10ad0ea2..e0386732b77d3 100644 --- a/components/databox/package.json +++ b/components/databox/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/databox", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Databox Components", "main": "databox.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/databox", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/databricks/package.json b/components/databricks/package.json index 26a8006686fdc..2158cf840ec59 100644 --- a/components/databricks/package.json +++ b/components/databricks/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/databricks", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Databricks Components", "main": "dist/app/databricks.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/databricks", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/datadog/actions/post-metric-data/post-metric-data.mjs b/components/datadog/actions/post-metric-data/post-metric-data.mjs index c84957df1e13d..dd34f23efa71c 100644 --- a/components/datadog/actions/post-metric-data/post-metric-data.mjs +++ b/components/datadog/actions/post-metric-data/post-metric-data.mjs @@ -4,7 +4,7 @@ export default { key: "datadog-post-metric-data", name: "Post Metric Data", description: "The metrics end-point allows you to post time-series data that can be graphed on Datadog's dashboards. [See docs](https://docs.datadoghq.com/metrics)", - version: "0.1.1", + version: "0.1.2", type: "action", props: { datadog, diff --git a/components/datadog/package.json b/components/datadog/package.json index bb4982b727306..fb37507bb3799 100644 --- a/components/datadog/package.json +++ b/components/datadog/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/datadog", - "version": "0.1.2", + "version": "0.1.3", "description": "Pipedream Datadog Components", "main": "datadog.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/datadog", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/datadog/sources/new-monitor-event/new-monitor-event.mjs b/components/datadog/sources/new-monitor-event/new-monitor-event.mjs index cb3f67cc5ba65..a7cab1c381340 100644 --- a/components/datadog/sources/new-monitor-event/new-monitor-event.mjs +++ b/components/datadog/sources/new-monitor-event/new-monitor-event.mjs @@ -6,7 +6,7 @@ export default { name: "New Monitor Event (Instant)", description: "Emit new events captured by a Datadog monitor", dedupe: "unique", - version: "0.1.1", + version: "0.1.2", type: "source", props: { datadog, diff --git a/components/dataset/package.json b/components/dataset/package.json index 7705db8376c15..99d25b3e7616c 100644 --- a/components/dataset/package.json +++ b/components/dataset/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dataset", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream DataSet Components", "main": "dist/app/dataset.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/dataset", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/datumbox/package.json b/components/datumbox/package.json index 6e0628b26c4a1..4986b456a527f 100644 --- a/components/datumbox/package.json +++ b/components/datumbox/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/datumbox", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Datumbox Components", "main": "dist/app/datumbox.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/datumbox", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/dear/package.json b/components/dear/package.json index b4b8c00293cef..12ae713d23bba 100644 --- a/components/dear/package.json +++ b/components/dear/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dear", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Dear Components", "main": "dear.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/dear", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/dear/sources/new-authorized-sale-order/new-authorized-sale-order.mjs b/components/dear/sources/new-authorized-sale-order/new-authorized-sale-order.mjs index a957e46e67e65..79c364465f17e 100644 --- a/components/dear/sources/new-authorized-sale-order/new-authorized-sale-order.mjs +++ b/components/dear/sources/new-authorized-sale-order/new-authorized-sale-order.mjs @@ -7,7 +7,7 @@ export default { key: "dear-new-authorized-sale-order", type: "source", description: "Emit new event when a sale order is created and authorized", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...base.methods, diff --git a/components/dear/sources/new-product/new-product.mjs b/components/dear/sources/new-product/new-product.mjs index 85eaa88521007..5589a15feb10a 100644 --- a/components/dear/sources/new-product/new-product.mjs +++ b/components/dear/sources/new-product/new-product.mjs @@ -11,7 +11,7 @@ export default { key: "dear-new-product", type: "source", description: "Emit new event when a product is created", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", props: { ...base.props, diff --git a/components/deepgram/package.json b/components/deepgram/package.json index 5f497c2c87ce4..283c28cfaa98f 100644 --- a/components/deepgram/package.json +++ b/components/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/deepgram", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Deepgram Components", "main": "dist/app/deepgram.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/deepgram", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/deepl/package.json b/components/deepl/package.json index d4f3f96b7aeaf..1bdf2d026e452 100644 --- a/components/deepl/package.json +++ b/components/deepl/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/deepl", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream DeepL Components", "main": "dist/app/deepl.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/deepl", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/degreed/package.json b/components/degreed/package.json index 74296bef1cafe..dee930688c568 100644 --- a/components/degreed/package.json +++ b/components/degreed/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/degreed", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Degreed Components", "main": "dist/app/degreed.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/degreed", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/delighted/actions/sending-to-people/sending-to-people.mjs b/components/delighted/actions/sending-to-people/sending-to-people.mjs index e00d63f8ae34d..12ed314d72f55 100644 --- a/components/delighted/actions/sending-to-people/sending-to-people.mjs +++ b/components/delighted/actions/sending-to-people/sending-to-people.mjs @@ -4,7 +4,7 @@ export default { key: "delighted-sending-to-people", name: "Sending to People", description: "Create or update a person and send a survey email. [See the docs here](https://app.delighted.com/docs/api/sending-to-people)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { delightedApp, diff --git a/components/delighted/package.json b/components/delighted/package.json index a8ee2934ad594..87fd731bd22e2 100644 --- a/components/delighted/package.json +++ b/components/delighted/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/delighted", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Delighted Components", "main": "delighted.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/delighted", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/demio/actions/create-join-link/create-join-link.mjs b/components/demio/actions/create-join-link/create-join-link.mjs index 19e17651b06b0..e30bb71e98fd6 100644 --- a/components/demio/actions/create-join-link/create-join-link.mjs +++ b/components/demio/actions/create-join-link/create-join-link.mjs @@ -5,7 +5,7 @@ export default { name: "Create Join Link", description: "Create Join Link. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/events/event-session-info/register)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { demio, eventId: { diff --git a/components/demio/actions/get-event/get-event.mjs b/components/demio/actions/get-event/get-event.mjs index 303a011f45ce1..d9c5dc62ff61f 100644 --- a/components/demio/actions/get-event/get-event.mjs +++ b/components/demio/actions/get-event/get-event.mjs @@ -5,7 +5,7 @@ export default { name: "Get Event", description: "Get a specific event. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/events/event-info/event-info)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { demio, eventId: { diff --git a/components/demio/actions/get-events/get-events.mjs b/components/demio/actions/get-events/get-events.mjs index 719bfad7e9a5b..e22f562ddb3f7 100644 --- a/components/demio/actions/get-events/get-events.mjs +++ b/components/demio/actions/get-events/get-events.mjs @@ -6,7 +6,7 @@ export default { name: "Get Events", description: "Get all events by type. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/events/events-list/events-list)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { demio, type: { diff --git a/components/demio/package.json b/components/demio/package.json index 01b754b4eda6e..3c5248c5d17c0 100644 --- a/components/demio/package.json +++ b/components/demio/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/demio", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream Demio Components", "main": "demio.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/demio", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/demio/sources/new-participant/new-participant.mjs b/components/demio/sources/new-participant/new-participant.mjs index 5bddceb4dada9..707fafb27c973 100644 --- a/components/demio/sources/new-participant/new-participant.mjs +++ b/components/demio/sources/new-participant/new-participant.mjs @@ -7,7 +7,7 @@ export default { name: "New Participant", description: "Emit new event for each participant in an event. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/reports/event-date-participants/event-date-participants)", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", props: { demio, diff --git a/components/deployhq/package.json b/components/deployhq/package.json index 4c9ff60d31a76..d319f759e84b0 100644 --- a/components/deployhq/package.json +++ b/components/deployhq/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/deployhq", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream DeployHQ Components", "main": "deployhq.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/deployhq", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/deployhq/sources/deploy-complete/deploy-complete.mjs b/components/deployhq/sources/deploy-complete/deploy-complete.mjs index 8825017e54c7d..1084d9cd70328 100644 --- a/components/deployhq/sources/deploy-complete/deploy-complete.mjs +++ b/components/deployhq/sources/deploy-complete/deploy-complete.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "deployhq-deploy-complete", name: "New Deploy Complete", - version: "0.0.2", + version: "0.0.3", description: "Emit new event when a deploy is completed", type: "source", async run(request) { diff --git a/components/deployhq/sources/deploy-failed/deploy-failed.mjs b/components/deployhq/sources/deploy-failed/deploy-failed.mjs index 882334445d757..5de98d557c40b 100644 --- a/components/deployhq/sources/deploy-failed/deploy-failed.mjs +++ b/components/deployhq/sources/deploy-failed/deploy-failed.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "deployhq-deploy-failed", name: "New Deploy Failed", - version: "0.0.2", + version: "0.0.3", description: "Emit new event when a deploy fails", type: "source", async run(request) { diff --git a/components/deployhq/sources/deploy-started/deploy-started.mjs b/components/deployhq/sources/deploy-started/deploy-started.mjs index 07139fcda99de..cb2efafa21d94 100644 --- a/components/deployhq/sources/deploy-started/deploy-started.mjs +++ b/components/deployhq/sources/deploy-started/deploy-started.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "deployhq-deploy-started", name: "New Deploy Started", - version: "0.0.2", + version: "0.0.3", description: "Emit new event when a deploy starts", type: "source", async run(request) { diff --git a/components/detrack/actions/create-job/create-job.ts b/components/detrack/actions/create-job/create-job.ts index 69d610da302b7..0c941db7057d3 100644 --- a/components/detrack/actions/create-job/create-job.ts +++ b/components/detrack/actions/create-job/create-job.ts @@ -9,7 +9,7 @@ export default defineAction({ description: "Create a job [See docs here](https://detrackapiv2.docs.apiary.io/#reference/jobs/list-create/create)", key: "detrack-create-job", - version: "0.0.1", + version: "0.0.2", type: "action", props: { detrack, diff --git a/components/detrack/package.json b/components/detrack/package.json index 3f728d8f524a6..ac2297b21938f 100644 --- a/components/detrack/package.json +++ b/components/detrack/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/detrack", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Detrack Components", "main": "dist/app/detrack.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/detrack", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/dev_to/package.json b/components/dev_to/package.json index 035895e20ee9f..4b133739e3149 100644 --- a/components/dev_to/package.json +++ b/components/dev_to/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dev_to", - "version": "0.3.8", + "version": "0.3.9", "description": "Pipedream Dev_to Components", "main": "dev_to.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/dev_to", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/dev_to/sources/fresh-stories-by-tag/fresh-stories-by-tag.mjs b/components/dev_to/sources/fresh-stories-by-tag/fresh-stories-by-tag.mjs index d78e138316937..4f0e97912ed09 100644 --- a/components/dev_to/sources/fresh-stories-by-tag/fresh-stories-by-tag.mjs +++ b/components/dev_to/sources/fresh-stories-by-tag/fresh-stories-by-tag.mjs @@ -7,7 +7,7 @@ export default { type: "source", description: "Emit new event for each new story that has a matching tag (e.g., javascript)", key: "dev_to-fresh-stories-by-tag", - version: "0.0.3", + version: "0.0.4", props: { ...common.props, tag: { diff --git a/components/dev_to/sources/fresh-stories/fresh-stories.mjs b/components/dev_to/sources/fresh-stories/fresh-stories.mjs index decd092fc6d43..ea6b70f8a3ad9 100644 --- a/components/dev_to/sources/fresh-stories/fresh-stories.mjs +++ b/components/dev_to/sources/fresh-stories/fresh-stories.mjs @@ -7,7 +7,7 @@ export default { type: "source", key: "dev_to-fresh-stories", description: "Emit new Dev.to story", - version: "0.0.4", + version: "0.0.5", props: { ...common.props, devTo, diff --git a/components/dev_to/sources/my-articles/my-articles.mjs b/components/dev_to/sources/my-articles/my-articles.mjs index 3df4903abd82a..c616f42dda946 100644 --- a/components/dev_to/sources/my-articles/my-articles.mjs +++ b/components/dev_to/sources/my-articles/my-articles.mjs @@ -7,7 +7,7 @@ export default { key: "dev_to-my-articles", description: "Emit new event for each new article published on your Dev.to account", type: "source", - version: "0.0.3", + version: "0.0.4", props: { ...common.props, devTo, diff --git a/components/dev_to/sources/new-reading-list-item/new-reading-list-item.mjs b/components/dev_to/sources/new-reading-list-item/new-reading-list-item.mjs index 63ea43a57c4ee..3981cd7824a7e 100644 --- a/components/dev_to/sources/new-reading-list-item/new-reading-list-item.mjs +++ b/components/dev_to/sources/new-reading-list-item/new-reading-list-item.mjs @@ -8,7 +8,7 @@ export default { description: "Emit new event for each new reading list item on your Dev.to account", type: "source", - version: "0.0.3", + version: "0.0.4", props: { ...common.props, devTo, diff --git a/components/dialmycalls/package.json b/components/dialmycalls/package.json index 57abecb365ff6..d00a8770f488d 100644 --- a/components/dialmycalls/package.json +++ b/components/dialmycalls/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dialmycalls", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream DialMyCalls Components", "main": "dist/app/dialmycalls.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/dialmycalls", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/dialpad/package.json b/components/dialpad/package.json index 23d88e9367583..3e80321f77ac7 100644 --- a/components/dialpad/package.json +++ b/components/dialpad/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dialpad", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream Dialpad Components", "main": "dist/app/dialpad.app.mjs", "types": "dist/app/dialpad.app.d.ts", @@ -13,7 +13,6 @@ ], "homepage": "https://pipedream.com/apps/dialpad", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/dialpad/sources/new-call-event/new-call-event.ts b/components/dialpad/sources/new-call-event/new-call-event.ts index a0f55dbf68aba..6a578a70d99a7 100644 --- a/components/dialpad/sources/new-call-event/new-call-event.ts +++ b/components/dialpad/sources/new-call-event/new-call-event.ts @@ -11,7 +11,7 @@ export default defineSource({ description: `Emit new call event subscription. See [Event doc](https://developers.dialpad.com/reference/webhook_call_event_subscriptioncreate) and [webhook doc](https://developers.dialpad.com/reference/webhookscreate)`, - version: "0.0.2", + version: "0.0.3", dedupe: "unique", props: { ...common.props, diff --git a/components/dialpad/sources/new-contact-event/new-contact-event.ts b/components/dialpad/sources/new-contact-event/new-contact-event.ts index b2cbd1ad21dd1..5ea029c71de60 100644 --- a/components/dialpad/sources/new-contact-event/new-contact-event.ts +++ b/components/dialpad/sources/new-contact-event/new-contact-event.ts @@ -11,7 +11,7 @@ export default defineSource({ description: `Emit new contact event subscription. See [Event doc](https://developers.dialpad.com/reference/webhook_contact_event_subscriptioncreate) and [webhook doc](https://developers.dialpad.com/reference/webhookscreate)`, - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/dialpad/sources/new-sms-event/new-sms-event.ts b/components/dialpad/sources/new-sms-event/new-sms-event.ts index 938adffac74ef..7ce656efa2bc9 100644 --- a/components/dialpad/sources/new-sms-event/new-sms-event.ts +++ b/components/dialpad/sources/new-sms-event/new-sms-event.ts @@ -11,7 +11,7 @@ export default defineSource({ description: `Emit new SMS event subscription. See [Event doc](https://developers.dialpad.com/reference/webhook_sms_event_subscriptioncreate) and [webhook doc](https://developers.dialpad.com/reference/webhookscreate)`, - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/dialpad/sources/update-contact-event/update-contact-event.ts b/components/dialpad/sources/update-contact-event/update-contact-event.ts index 6bb7483267de2..128447f1dc475 100644 --- a/components/dialpad/sources/update-contact-event/update-contact-event.ts +++ b/components/dialpad/sources/update-contact-event/update-contact-event.ts @@ -11,7 +11,7 @@ export default defineSource({ description: `Emit update contact event subscription. See [Event doc](https://developers.dialpad.com/reference/webhook_contact_event_subscriptionupdate) and [webhook doc](https://developers.dialpad.com/reference/webhookscreate)`, - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/dictionary_api/actions/get-word-definition/get-word-definition.mjs b/components/dictionary_api/actions/get-word-definition/get-word-definition.mjs index 3afcf835ded87..facdc504aa374 100644 --- a/components/dictionary_api/actions/get-word-definition/get-word-definition.mjs +++ b/components/dictionary_api/actions/get-word-definition/get-word-definition.mjs @@ -3,7 +3,7 @@ import { axios } from "@pipedream/platform"; export default { name: "Get Word Definition", - version: "0.0.1", + version: "0.0.2", key: "dictionary_api-get-word-definition", description: "Get the definition for an English word. [See docs here](https://dictionaryapi.dev/)", props: { diff --git a/components/dictionary_api/package.json b/components/dictionary_api/package.json index f6721358ac928..73b5562010bd0 100644 --- a/components/dictionary_api/package.json +++ b/components/dictionary_api/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dictionary_api", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Free Dictionary Components", "main": "dist/app/dictionary_api.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/dictionary_api", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/digicert/package.json b/components/digicert/package.json index 4548a07ee2850..5a928e143b48d 100644 --- a/components/digicert/package.json +++ b/components/digicert/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/digicert", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream DigiCert Components", "main": "dist/app/digicert.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/digicert", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/digital_ocean/actions/add-ssh-key/add-ssh-key.mjs b/components/digital_ocean/actions/add-ssh-key/add-ssh-key.mjs index 45e110a32f2c7..9a3f077e6ff35 100644 --- a/components/digital_ocean/actions/add-ssh-key/add-ssh-key.mjs +++ b/components/digital_ocean/actions/add-ssh-key/add-ssh-key.mjs @@ -4,7 +4,7 @@ export default { key: "digital_ocean-add-ssh-key", name: "Add SSH Key", description: "Adds a new SSH to your account. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_ssh_key)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { digitalOceanApp, diff --git a/components/digital_ocean/actions/create-domain/create-domain.mjs b/components/digital_ocean/actions/create-domain/create-domain.mjs index 95bf6dc03e840..82076a5ae5e1e 100644 --- a/components/digital_ocean/actions/create-domain/create-domain.mjs +++ b/components/digital_ocean/actions/create-domain/create-domain.mjs @@ -4,7 +4,7 @@ export default { key: "digital_ocean-create-domain", name: "Create a new domain", description: "Create a new domain. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_domain)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { digitalOceanApp, diff --git a/components/digital_ocean/actions/create-droplet/create-droplet.mjs b/components/digital_ocean/actions/create-droplet/create-droplet.mjs index 0e62c88d73ce1..49a8cf909378d 100644 --- a/components/digital_ocean/actions/create-droplet/create-droplet.mjs +++ b/components/digital_ocean/actions/create-droplet/create-droplet.mjs @@ -4,7 +4,7 @@ export default { key: "digital_ocean-create-droplet", name: "Create Droplet", description: "Creates a droplet. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_droplet)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { digitalOceanApp, diff --git a/components/digital_ocean/actions/create-snapshot/create-snapshot.mjs b/components/digital_ocean/actions/create-snapshot/create-snapshot.mjs index c6248fe33d8f5..2cafb4ca8882e 100644 --- a/components/digital_ocean/actions/create-snapshot/create-snapshot.mjs +++ b/components/digital_ocean/actions/create-snapshot/create-snapshot.mjs @@ -4,7 +4,7 @@ export default { key: "digital_ocean-create-snapshot", name: "Create Snapshot", description: "Creates a snapshot from a droplet. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/post_droplet_action)", - version: "0.2.2", + version: "0.2.3", type: "action", props: { digitalOceanApp, diff --git a/components/digital_ocean/actions/list-all-droplets/list-all-droplets.mjs b/components/digital_ocean/actions/list-all-droplets/list-all-droplets.mjs index 3c4c26f14fd7d..4d3b149d0b853 100644 --- a/components/digital_ocean/actions/list-all-droplets/list-all-droplets.mjs +++ b/components/digital_ocean/actions/list-all-droplets/list-all-droplets.mjs @@ -5,7 +5,7 @@ export default { key: "digital_ocean-list-all-droplets", name: "List all Droplets", description: "List all Droplets. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/list_all_droplets)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { digitalOceanApp, diff --git a/components/digital_ocean/actions/turnonoff-droplet/turnonoff-droplet.mjs b/components/digital_ocean/actions/turnonoff-droplet/turnonoff-droplet.mjs index 2e8cc0a84a514..ee124317817cb 100644 --- a/components/digital_ocean/actions/turnonoff-droplet/turnonoff-droplet.mjs +++ b/components/digital_ocean/actions/turnonoff-droplet/turnonoff-droplet.mjs @@ -5,7 +5,7 @@ export default { key: "digital_ocean-turnonoff-droplet", name: "Turn on/off Droplet", description: "Turns a droplet power status either on or off. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/post_droplet_action)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { digitalOceanApp, diff --git a/components/digital_ocean/package.json b/components/digital_ocean/package.json index 46b951d8d9452..5296d0aaf8b65 100644 --- a/components/digital_ocean/package.json +++ b/components/digital_ocean/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/digital_ocean", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Digital Ocean Components", "main": "digital_ocean.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/digital_ocean", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/digitalocean_spaces/actions/delete-files/delete-files.mjs b/components/digitalocean_spaces/actions/delete-files/delete-files.mjs index 28fb083d8a8d2..0f43d05bb6433 100644 --- a/components/digitalocean_spaces/actions/delete-files/delete-files.mjs +++ b/components/digitalocean_spaces/actions/delete-files/delete-files.mjs @@ -6,7 +6,7 @@ export default { key: "digitalocean_spaces-delete-files", name: "Delete Files", description: "Delete files in a bucket. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/classes/deleteobjectscommand.html).", - version: "0.0.1", + version: "0.0.2", props: { ...common.props, files: { diff --git a/components/digitalocean_spaces/actions/list-files/list-files.mjs b/components/digitalocean_spaces/actions/list-files/list-files.mjs index fd0aa2aef64fe..a0537ae696d07 100644 --- a/components/digitalocean_spaces/actions/list-files/list-files.mjs +++ b/components/digitalocean_spaces/actions/list-files/list-files.mjs @@ -6,7 +6,7 @@ export default { key: "digitalocean_spaces-list-files", name: "List Files", description: "List files in a bucket. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/classes/listobjectsv2command.html).", - version: "0.0.1", + version: "0.0.2", props: { ...common.props, prefix: { diff --git a/components/digitalocean_spaces/actions/upload-file-base64/upload-file-base64.mjs b/components/digitalocean_spaces/actions/upload-file-base64/upload-file-base64.mjs index 9196961a3792c..39a2dc8a2c1bf 100644 --- a/components/digitalocean_spaces/actions/upload-file-base64/upload-file-base64.mjs +++ b/components/digitalocean_spaces/actions/upload-file-base64/upload-file-base64.mjs @@ -8,7 +8,7 @@ export default { key: "digitalocean_spaces-upload-file-base64", name: "Upload File Base64", description: "Accepts a base64-encoded string and a filename, then uploads as a file to DigitalOcean Spaces. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html).", - version: "0.0.1", + version: "0.0.2", props: { ...common.props, filename: base.props.filename, diff --git a/components/digitalocean_spaces/actions/upload-file-tmp/upload-file-tmp.mjs b/components/digitalocean_spaces/actions/upload-file-tmp/upload-file-tmp.mjs index 9336e37c3cfce..8ed81368aa680 100644 --- a/components/digitalocean_spaces/actions/upload-file-tmp/upload-file-tmp.mjs +++ b/components/digitalocean_spaces/actions/upload-file-tmp/upload-file-tmp.mjs @@ -8,7 +8,7 @@ export default { key: "digitalocean_spaces-upload-file-tmp", name: "Upload File /tmp", description: "Accepts a file path starting from /tmp, then uploads as a file to DigitalOcean Spaces. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html).", - version: "0.0.1", + version: "0.0.2", props: { ...common.props, filename: base.props.filename, diff --git a/components/digitalocean_spaces/actions/upload-file-url/upload-file-url.mjs b/components/digitalocean_spaces/actions/upload-file-url/upload-file-url.mjs index d57f2a9996509..87c6670e20b48 100644 --- a/components/digitalocean_spaces/actions/upload-file-url/upload-file-url.mjs +++ b/components/digitalocean_spaces/actions/upload-file-url/upload-file-url.mjs @@ -8,7 +8,7 @@ export default { key: "digitalocean_spaces-upload-file-url", name: "Upload File URL", description: "Accepts a download link and a filename, downloads it, then uploads to DigitalOcean Spaces. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html).", - version: "0.0.1", + version: "0.0.2", props: { ...common.props, url: base.props.url, diff --git a/components/digitalocean_spaces/package.json b/components/digitalocean_spaces/package.json index 930d13f23777f..23690c6783624 100644 --- a/components/digitalocean_spaces/package.json +++ b/components/digitalocean_spaces/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/digitalocean_spaces", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream DigitalOcean Spaces Components", "main": "digitalocean_spaces.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/digitalocean_spaces", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/digitalocean_spaces/sources/file-deleted/file-deleted.mjs b/components/digitalocean_spaces/sources/file-deleted/file-deleted.mjs index 1f41f347a0b55..c99c0e0529809 100644 --- a/components/digitalocean_spaces/sources/file-deleted/file-deleted.mjs +++ b/components/digitalocean_spaces/sources/file-deleted/file-deleted.mjs @@ -5,7 +5,7 @@ export default { key: "digitalocean_spaces-file-deleted", name: "File Deleted", description: "Emit new event when a file is deleted from a DigitalOcean Spaces bucket", - version: "0.0.1", + version: "0.0.2", type: "source", hooks: { async deploy() { diff --git a/components/digitalocean_spaces/sources/file-uploaded/file-uploaded.mjs b/components/digitalocean_spaces/sources/file-uploaded/file-uploaded.mjs index 9239ee84f639b..73c4a4aa28a1d 100644 --- a/components/digitalocean_spaces/sources/file-uploaded/file-uploaded.mjs +++ b/components/digitalocean_spaces/sources/file-uploaded/file-uploaded.mjs @@ -5,7 +5,7 @@ export default { key: "digitalocean_spaces-file-uploaded", name: "New File Uploaded", description: "Emit new event when a file is uploaded to a DigitalOcean Spaces bucket", - version: "0.0.1", + version: "0.0.2", type: "source", methods: { ...base.methods, diff --git a/components/discord/actions/send-message-advanced/send-message-advanced.mjs b/components/discord/actions/send-message-advanced/send-message-advanced.mjs index 4c553983c7bca..70a2d7a694375 100644 --- a/components/discord/actions/send-message-advanced/send-message-advanced.mjs +++ b/components/discord/actions/send-message-advanced/send-message-advanced.mjs @@ -6,7 +6,7 @@ export default { key: "discord-send-message-advanced", name: "Send Message (Advanced)", description: "Send a simple or structured message (using embeds) to a Discord channel", - version: "1.0.1", + version: "1.0.2", type: "action", props: { ...common.props, diff --git a/components/discord/actions/send-message-with-file/send-message-with-file.mjs b/components/discord/actions/send-message-with-file/send-message-with-file.mjs index a4577b44c52c5..018f940524ed2 100644 --- a/components/discord/actions/send-message-with-file/send-message-with-file.mjs +++ b/components/discord/actions/send-message-with-file/send-message-with-file.mjs @@ -8,7 +8,7 @@ export default { key: "discord-send-message-with-file", name: "Send Message With File", description: "Post a message with an attached file", - version: "1.0.0", + version: "1.0.1", type: "action", props: { ...common.props, diff --git a/components/discord/actions/send-message/send-message.mjs b/components/discord/actions/send-message/send-message.mjs index edceb9dea05e6..3c7a7fd8d74c6 100644 --- a/components/discord/actions/send-message/send-message.mjs +++ b/components/discord/actions/send-message/send-message.mjs @@ -5,7 +5,7 @@ export default { key: "discord-send-message", name: "Send Message", description: "Send a simple message to a Discord channel", - version: "1.0.1", + version: "1.0.2", type: "action", async run({ $ }) { const { diff --git a/components/discord/package.json b/components/discord/package.json index 373ff302a7a27..3d7b0f51efddf 100644 --- a/components/discord/package.json +++ b/components/discord/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/discord", - "version": "1.1.2", + "version": "1.1.3", "description": "Pipedream Discord Components", "main": "discord.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/discord", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": {}, "publishConfig": { "access": "public" diff --git a/components/discord/sources/message-deleted/message-deleted.mjs b/components/discord/sources/message-deleted/message-deleted.mjs index 5a8885bc44471..ace0d9e941f61 100644 --- a/components/discord/sources/message-deleted/message-deleted.mjs +++ b/components/discord/sources/message-deleted/message-deleted.mjs @@ -4,7 +4,7 @@ export default { key: "discord-message-deleted", name: "Message Deleted (Instant)", description: "Emit new event for each message deleted", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", type: "source", props: { diff --git a/components/discord/sources/new-command-received/new-command-received.mjs b/components/discord/sources/new-command-received/new-command-received.mjs index 0492a58593b34..ea6f11311c7ce 100644 --- a/components/discord/sources/new-command-received/new-command-received.mjs +++ b/components/discord/sources/new-command-received/new-command-received.mjs @@ -5,7 +5,7 @@ export default { key: "discord-new-command-received", name: "New Command Received (Instant)", description: "Emit new event for each command posted to one or more channels in a Discord server", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { discord, diff --git a/components/discord/sources/new-guild-member/new-guild-member.mjs b/components/discord/sources/new-guild-member/new-guild-member.mjs index ba5f20df27b8a..5996e2f14e27b 100644 --- a/components/discord/sources/new-guild-member/new-guild-member.mjs +++ b/components/discord/sources/new-guild-member/new-guild-member.mjs @@ -4,7 +4,7 @@ export default { key: "discord-guild-member", name: "New Guild Member (Instant)", description: "Emit new event for each new member added to a guild", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", type: "source", props: { diff --git a/components/discord/sources/new-message/new-message.mjs b/components/discord/sources/new-message/new-message.mjs index f287fad36df13..d5d46316f2166 100644 --- a/components/discord/sources/new-message/new-message.mjs +++ b/components/discord/sources/new-message/new-message.mjs @@ -5,7 +5,7 @@ export default { key: "discord-new-message", name: "New Message (Instant)", description: "Emit new event for each message posted to one or more channels in a Discord server", - version: "1.0.1", + version: "1.0.2", dedupe: "unique", props: { discord, diff --git a/components/discord/sources/reaction-added/reaction-added.mjs b/components/discord/sources/reaction-added/reaction-added.mjs index ef832457dc3f8..494e5f9db97c0 100644 --- a/components/discord/sources/reaction-added/reaction-added.mjs +++ b/components/discord/sources/reaction-added/reaction-added.mjs @@ -4,7 +4,7 @@ export default { key: "discord-reaction-added", name: "Reaction Added (Instant)", description: "Emit new event for each reaction added to a message", - version: "0.0.2", + version: "0.0.3", type: "source", props: { discord, diff --git a/components/discord_bot/actions/add-role/add-role.mjs b/components/discord_bot/actions/add-role/add-role.mjs index 87a28f872c4a4..c9c19e133c86a 100644 --- a/components/discord_bot/actions/add-role/add-role.mjs +++ b/components/discord_bot/actions/add-role/add-role.mjs @@ -8,7 +8,7 @@ export default { name: "Add Role", description: "Assign a role to a user. Remember that your bot requires the `MANAGE_ROLES` permission. [See the docs here](https://discord.com/developers/docs/resources/guild#add-guild-member-role)", type: "action", - version: "0.0.7", + version: "0.0.8", props: { ...common.props, userId: { diff --git a/components/discord_bot/actions/change-nickname/change-nickname.mjs b/components/discord_bot/actions/change-nickname/change-nickname.mjs index 7dde1f8354109..c3dd38d4fb13c 100644 --- a/components/discord_bot/actions/change-nickname/change-nickname.mjs +++ b/components/discord_bot/actions/change-nickname/change-nickname.mjs @@ -8,7 +8,7 @@ export default { name: "Change Nickname", description: "Modifies the nickname of the current user in a guild.", type: "action", - version: "0.0.4", + version: "0.0.5", props: { ...common.props, nick: { diff --git a/components/discord_bot/actions/create-channel-invite/create-channel-invite.mjs b/components/discord_bot/actions/create-channel-invite/create-channel-invite.mjs index 4a76eab41cfee..1a92e28b71736 100644 --- a/components/discord_bot/actions/create-channel-invite/create-channel-invite.mjs +++ b/components/discord_bot/actions/create-channel-invite/create-channel-invite.mjs @@ -7,7 +7,7 @@ export default { name: "Create Channel Invite", description: "Create a new invite for the channel. [See the docs here](https://discord.com/developers/docs/resources/channel#create-channel-invite)", type: "action", - version: "0.0.7", + version: "0.0.8", props: { ...common.props, maxAge: { diff --git a/components/discord_bot/actions/create-guild-channel/create-guild-channel.mjs b/components/discord_bot/actions/create-guild-channel/create-guild-channel.mjs index 82887122119c5..bcc291f64b33c 100644 --- a/components/discord_bot/actions/create-guild-channel/create-guild-channel.mjs +++ b/components/discord_bot/actions/create-guild-channel/create-guild-channel.mjs @@ -9,7 +9,7 @@ export default { name: "Create Guild Channel", description: "Create a new channel for the guild. [See the docs here](https://discord.com/developers/docs/resources/guild#create-guild-channel)", type: "action", - version: "0.0.8", + version: "0.0.9", props: { ...common.props, name: { diff --git a/components/discord_bot/actions/delete-channel/delete-channel.mjs b/components/discord_bot/actions/delete-channel/delete-channel.mjs index b5f298110a0f0..2c29d009dd935 100644 --- a/components/discord_bot/actions/delete-channel/delete-channel.mjs +++ b/components/discord_bot/actions/delete-channel/delete-channel.mjs @@ -6,7 +6,7 @@ export default { name: "Delete Channel", description: "Delete a Channel.", type: "action", - version: "0.0.7", + version: "0.0.8", async run({ $ }) { return this.discord.deleteChannel({ $, diff --git a/components/discord_bot/actions/delete-message/delete-message.mjs b/components/discord_bot/actions/delete-message/delete-message.mjs index 46cd222dacd1f..200f8e16421ed 100644 --- a/components/discord_bot/actions/delete-message/delete-message.mjs +++ b/components/discord_bot/actions/delete-message/delete-message.mjs @@ -8,7 +8,7 @@ export default { name: "Delete message", description: "Delete a message. [See the docs here](https://discord.com/developers/docs/resources/channel#delete-message)", type: "action", - version: "0.0.7", + version: "0.0.8", props: { ...common.props, messageId: { diff --git a/components/discord_bot/actions/find-channel/find-channel.mjs b/components/discord_bot/actions/find-channel/find-channel.mjs index 81a56ace51a9b..fd170fe91cd60 100644 --- a/components/discord_bot/actions/find-channel/find-channel.mjs +++ b/components/discord_bot/actions/find-channel/find-channel.mjs @@ -8,7 +8,7 @@ export default { name: "Find Channel", description: "Find an existing channel by name. [See the docs here](https://discord.com/developers/docs/resources/guild#get-guild-channels)", type: "action", - version: "0.0.7", + version: "0.0.8", props: { ...common.props, channelName: { diff --git a/components/discord_bot/actions/find-user/find-user.mjs b/components/discord_bot/actions/find-user/find-user.mjs index 8b71c3eb6b68c..834d1dfc23cda 100644 --- a/components/discord_bot/actions/find-user/find-user.mjs +++ b/components/discord_bot/actions/find-user/find-user.mjs @@ -6,7 +6,7 @@ export default { name: "Find User", description: "Find an existing user by name. [See the docs here](https://discord.com/developers/docs/resources/guild#search-guild-members)", type: "action", - version: "0.0.7", + version: "0.0.8", props: { ...common.props, query: { diff --git a/components/discord_bot/actions/get-message/get-message.mjs b/components/discord_bot/actions/get-message/get-message.mjs index 511fd6ce55d75..aeba114d3b289 100644 --- a/components/discord_bot/actions/get-message/get-message.mjs +++ b/components/discord_bot/actions/get-message/get-message.mjs @@ -8,7 +8,7 @@ export default { name: "Get message", description: "Return a specific message in a channel. [See the docs here](https://discord.com/developers/docs/resources/channel#get-channel-message)", type: "action", - version: "0.0.7", + version: "0.0.8", props: { ...common.props, messageId: { diff --git a/components/discord_bot/actions/list-channel-invites/list-channel-invites.mjs b/components/discord_bot/actions/list-channel-invites/list-channel-invites.mjs index fca5c6a7024b5..d8264c45aaf0d 100644 --- a/components/discord_bot/actions/list-channel-invites/list-channel-invites.mjs +++ b/components/discord_bot/actions/list-channel-invites/list-channel-invites.mjs @@ -9,7 +9,7 @@ export default { name: "List Channel Invites", description: "Return a list of invitees for the channel. Only usable for guild channels.", type: "action", - version: "0.0.7", + version: "0.0.8", props: { ...common.props, channelId: { diff --git a/components/discord_bot/actions/list-channel-messages/list-channel-messages.mjs b/components/discord_bot/actions/list-channel-messages/list-channel-messages.mjs index c40e2e438cff8..0cae221b8d125 100644 --- a/components/discord_bot/actions/list-channel-messages/list-channel-messages.mjs +++ b/components/discord_bot/actions/list-channel-messages/list-channel-messages.mjs @@ -10,7 +10,7 @@ export default { name: "List Channel Messages", description: "Return the messages for a channel. [See the docs here](https://discord.com/developers/docs/resources/channel#get-channel-messages)", type: "action", - version: "0.0.8", + version: "0.0.9", props: { ...common.props, max: { diff --git a/components/discord_bot/actions/list-channels/list-channels.mjs b/components/discord_bot/actions/list-channels/list-channels.mjs index b44266106e6fc..374b58df7e160 100644 --- a/components/discord_bot/actions/list-channels/list-channels.mjs +++ b/components/discord_bot/actions/list-channels/list-channels.mjs @@ -6,7 +6,7 @@ export default { name: "List Channels", description: "Return a list of channels. [See the docs here](https://discord.com/developers/docs/resources/guild#get-guild-channels)", type: "action", - version: "0.0.7", + version: "0.0.8", async run({ $ }) { return this.discord.getGuildChannels({ $, diff --git a/components/discord_bot/actions/list-guild-members/list-guild-members.mjs b/components/discord_bot/actions/list-guild-members/list-guild-members.mjs index dc7a651c30a7e..0538aff1bd2fc 100644 --- a/components/discord_bot/actions/list-guild-members/list-guild-members.mjs +++ b/components/discord_bot/actions/list-guild-members/list-guild-members.mjs @@ -11,7 +11,7 @@ export default { name: "List Guild Members", description: "Return a list of guild members. [See the docs here](https://discord.com/developers/docs/resources/guild#list-guild-members)", type: "action", - version: "0.0.8", + version: "0.0.9", props: { discord, guildId: { diff --git a/components/discord_bot/actions/list-users-with-emoji-reactions/list-users-with-emoji-reactions.mjs b/components/discord_bot/actions/list-users-with-emoji-reactions/list-users-with-emoji-reactions.mjs index 5d8438cd5ef2c..367e67cd41f99 100644 --- a/components/discord_bot/actions/list-users-with-emoji-reactions/list-users-with-emoji-reactions.mjs +++ b/components/discord_bot/actions/list-users-with-emoji-reactions/list-users-with-emoji-reactions.mjs @@ -11,7 +11,7 @@ export default { name: "List Users that Reacted with Emoji", description: "Return a list of users that reacted with a specified emoji.", type: "action", - version: "0.0.8", + version: "0.0.9", props: { ...common.props, messageId: { diff --git a/components/discord_bot/actions/modify-channel/modify-channel.mjs b/components/discord_bot/actions/modify-channel/modify-channel.mjs index b569a44b37951..e8e0db669f926 100644 --- a/components/discord_bot/actions/modify-channel/modify-channel.mjs +++ b/components/discord_bot/actions/modify-channel/modify-channel.mjs @@ -18,7 +18,7 @@ export default { name: "Modify Channel", description: "Update a channel's settings. [See the docs here](https://discord.com/developers/docs/resources/channel#modify-channel)", type: "action", - version: "0.0.8", + version: "0.0.9", props: { ...common.props, channelId: { diff --git a/components/discord_bot/actions/modify-guild-member/modify-guild-member.mjs b/components/discord_bot/actions/modify-guild-member/modify-guild-member.mjs index 91acaf4958418..251e7930cfb5d 100644 --- a/components/discord_bot/actions/modify-guild-member/modify-guild-member.mjs +++ b/components/discord_bot/actions/modify-guild-member/modify-guild-member.mjs @@ -19,7 +19,7 @@ export default { name: "Modify Guild Member", description: "Update attributes of a guild member. [See the docs here](https://discord.com/developers/docs/resources/guild#modify-guild-member)", type: "action", - version: "0.0.5", + version: "0.0.6", props: { ...common.props, userId: { diff --git a/components/discord_bot/actions/post-reaction-with-emoji/post-reaction-with-emoji.mjs b/components/discord_bot/actions/post-reaction-with-emoji/post-reaction-with-emoji.mjs index 0fee229efc9c7..bdc4f1c66a832 100644 --- a/components/discord_bot/actions/post-reaction-with-emoji/post-reaction-with-emoji.mjs +++ b/components/discord_bot/actions/post-reaction-with-emoji/post-reaction-with-emoji.mjs @@ -8,7 +8,7 @@ export default { name: "Post Reaction with Emoji", description: "Post a reaction for a message with an emoji. [See the docs here](https://discord.com/developers/docs/resources/channel#create-reaction)", type: "action", - version: "0.0.7", + version: "0.0.8", props: { ...common.props, messageId: { diff --git a/components/discord_bot/actions/remove-user-role/remove-user-role.mjs b/components/discord_bot/actions/remove-user-role/remove-user-role.mjs index 2969fdbd2d2e4..1e43a86f8b0d9 100644 --- a/components/discord_bot/actions/remove-user-role/remove-user-role.mjs +++ b/components/discord_bot/actions/remove-user-role/remove-user-role.mjs @@ -8,7 +8,7 @@ export default { name: "Remove User Role", description: "Remove a selected role from the specified user. [See the docs here](https://discord.com/developers/docs/resources/guild#remove-guild-member-role)", type: "action", - version: "0.0.7", + version: "0.0.8", props: { ...common.props, userId: { diff --git a/components/discord_bot/actions/rename-channel/rename-channel.mjs b/components/discord_bot/actions/rename-channel/rename-channel.mjs index 6b57d92445635..1b86d1cf0bc01 100644 --- a/components/discord_bot/actions/rename-channel/rename-channel.mjs +++ b/components/discord_bot/actions/rename-channel/rename-channel.mjs @@ -8,7 +8,7 @@ export default { name: "Rename Channel", description: "Rename a channel to a specified name you choose", type: "action", - version: "0.0.8", + version: "0.0.9", props: { ...common.props, channelId: { diff --git a/components/discord_bot/actions/send-message-with-file/send-message-with-file.mjs b/components/discord_bot/actions/send-message-with-file/send-message-with-file.mjs index 47d1f0c3e1ed3..3a3ae7457ecc7 100644 --- a/components/discord_bot/actions/send-message-with-file/send-message-with-file.mjs +++ b/components/discord_bot/actions/send-message-with-file/send-message-with-file.mjs @@ -9,7 +9,7 @@ export default { key: "discord_bot-send-message-with-file", name: "Send Message With File", description: "Post a message with an attached file. [See the docs here](https://discord.com/developers/docs/reference#uploading-files)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { discord, diff --git a/components/discord_bot/actions/send-message/send-message.mjs b/components/discord_bot/actions/send-message/send-message.mjs index eee4566716b46..89030e633d5e7 100644 --- a/components/discord_bot/actions/send-message/send-message.mjs +++ b/components/discord_bot/actions/send-message/send-message.mjs @@ -9,7 +9,7 @@ export default { key: "discord_bot-send-message", name: "Send message", description: "Send message to a user or a channel. [See the docs here](https://discord.com/developers/docs/resources/user#create-dm) and [here](https://discord.com/developers/docs/resources/channel#create-message)", - version: "0.0.7", + version: "0.0.8", type: "action", props: { discord, diff --git a/components/discord_bot/package.json b/components/discord_bot/package.json index 6e5cd42b44402..f173da66f0f9c 100644 --- a/components/discord_bot/package.json +++ b/components/discord_bot/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/discord_bot", - "version": "0.4.6", + "version": "0.4.7", "description": "Pipedream Discord_bot Components", "main": "discord_bot.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/discord_bot", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0", "@pipedreamhq/platform": "^0.8.1" diff --git a/components/discord_bot/sources/new-guild-member/new-guild-member.mjs b/components/discord_bot/sources/new-guild-member/new-guild-member.mjs index bbb06b5cdd1c7..b02d62dfa5c37 100644 --- a/components/discord_bot/sources/new-guild-member/new-guild-member.mjs +++ b/components/discord_bot/sources/new-guild-member/new-guild-member.mjs @@ -7,7 +7,7 @@ export default { name: "New Guild Member", description: "Emit new event for every member added to a guild", type: "source", - version: "0.0.10", + version: "0.0.11", props: { ...common.props, db: "$.service.db", diff --git a/components/discord_bot/sources/new-message-in-channel/new-message-in-channel.mjs b/components/discord_bot/sources/new-message-in-channel/new-message-in-channel.mjs index 6a78525380758..f84f11b234728 100644 --- a/components/discord_bot/sources/new-message-in-channel/new-message-in-channel.mjs +++ b/components/discord_bot/sources/new-message-in-channel/new-message-in-channel.mjs @@ -10,7 +10,7 @@ export default { name: "New Message in Channel", description: "Emit new event for each message posted to one or more channels", type: "source", - version: "0.0.12", + version: "0.0.13", dedupe: "unique", // Dedupe events based on the Discord message ID props: { ...common.props, diff --git a/components/discord_webhook/actions/send-message-advanced/send-message-advanced.mjs b/components/discord_webhook/actions/send-message-advanced/send-message-advanced.mjs index 1292267bf41f8..2eaf6daca7e59 100644 --- a/components/discord_webhook/actions/send-message-advanced/send-message-advanced.mjs +++ b/components/discord_webhook/actions/send-message-advanced/send-message-advanced.mjs @@ -5,7 +5,7 @@ export default { key: "discord_webhook-send-message-advanced", name: "Send Message (Advanced)", description: "Send a simple or structured message (using embeds) to a Discord channel", - version: "0.3.1", + version: "0.3.2", type: "action", props: { ...common.props, diff --git a/components/discord_webhook/actions/send-message-with-file/send-message-with-file.mjs b/components/discord_webhook/actions/send-message-with-file/send-message-with-file.mjs index 086dbf91d604a..9694c26e30609 100644 --- a/components/discord_webhook/actions/send-message-with-file/send-message-with-file.mjs +++ b/components/discord_webhook/actions/send-message-with-file/send-message-with-file.mjs @@ -7,7 +7,7 @@ export default { key: "discord_webhook-send-message-with-file", name: "Send Message With File", description: "Post a message with an attached file", - version: "0.2.1", + version: "0.2.2", type: "action", props: { ...common.props, diff --git a/components/discord_webhook/actions/send-message/send-message.mjs b/components/discord_webhook/actions/send-message/send-message.mjs index bc34443adfd89..ebe345d54fc11 100644 --- a/components/discord_webhook/actions/send-message/send-message.mjs +++ b/components/discord_webhook/actions/send-message/send-message.mjs @@ -5,7 +5,7 @@ export default { key: "discord_webhook-send-message", name: "Send Message", description: "Send a simple message to a Discord channel", - version: "0.3.1", + version: "0.3.2", type: "action", props: { ...common.props, diff --git a/components/discord_webhook/package.json b/components/discord_webhook/package.json index 93764156a48ad..fcb2de5808c0b 100644 --- a/components/discord_webhook/package.json +++ b/components/discord_webhook/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/discord_webhook", - "version": "1.0.1", + "version": "1.0.2", "description": "Pipedream Discord_Webook Components", "main": "discord_webhook.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/discord_webhook", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "axios": "^0.21.1", "form-data": "^4.0.0" diff --git a/components/discourse/actions/create-post/create-post.mjs b/components/discourse/actions/create-post/create-post.mjs index aa171a32ceafa..2183fbb071955 100644 --- a/components/discourse/actions/create-post/create-post.mjs +++ b/components/discourse/actions/create-post/create-post.mjs @@ -2,7 +2,7 @@ import discourse from "../../discourse.app.mjs"; export default { name: "Create Post", - version: "0.0.2", + version: "0.0.3", key: "discourse-create-post", description: "Creates a post. [See docs here](https://docs.discourse.org/#tag/Posts/operation/createTopicPostPM)", type: "action", diff --git a/components/discourse/actions/create-topic/create-topic.mjs b/components/discourse/actions/create-topic/create-topic.mjs index 69b5435f4b1f3..794cecce69cad 100644 --- a/components/discourse/actions/create-topic/create-topic.mjs +++ b/components/discourse/actions/create-topic/create-topic.mjs @@ -2,7 +2,7 @@ import discourse from "../../discourse.app.mjs"; export default { name: "Create Topic", - version: "0.0.1", + version: "0.0.2", key: "discourse-create-topic", description: "Creates a topic. [See docs here](https://docs.discourse.org/#tag/Topics/operation/createTopicPostPM)", type: "action", diff --git a/components/discourse/package.json b/components/discourse/package.json index d06f4deec04cf..84c1d93a10dc1 100644 --- a/components/discourse/package.json +++ b/components/discourse/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/discourse", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Discourse Components", "main": "dist/app/discourse.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/discourse", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/discourse/sources/new-posts-added/new-posts-added.mjs b/components/discourse/sources/new-posts-added/new-posts-added.mjs index 7ac3185c47988..ceb33a3ff1880 100644 --- a/components/discourse/sources/new-posts-added/new-posts-added.mjs +++ b/components/discourse/sources/new-posts-added/new-posts-added.mjs @@ -4,7 +4,7 @@ import discourse from "../../discourse.app.mjs"; export default { name: "New Posts", key: "discourse-new-posts-added", - version: "0.1.4", + version: "0.1.5", type: "source", description: "Emit new posts added to a topic in one of your chosen categories", diff --git a/components/discourse/sources/new-topics-added/new-topics-added.mjs b/components/discourse/sources/new-topics-added/new-topics-added.mjs index 919c0d477bb61..219a26a788d1c 100644 --- a/components/discourse/sources/new-topics-added/new-topics-added.mjs +++ b/components/discourse/sources/new-topics-added/new-topics-added.mjs @@ -4,7 +4,7 @@ import discourse from "../../discourse.app.mjs"; export default { name: "New Topics", key: "discourse-new-topics-added", - version: "0.1.4", + version: "0.1.5", type: "source", description: "Emit new topics posted to your chosen categories", diff --git a/components/discourse/sources/new-users-added/new-users-added.mjs b/components/discourse/sources/new-users-added/new-users-added.mjs index 3da31fead66de..4eb548d8442a7 100644 --- a/components/discourse/sources/new-users-added/new-users-added.mjs +++ b/components/discourse/sources/new-users-added/new-users-added.mjs @@ -3,7 +3,7 @@ import common from "../../common.mjs"; export default { name: "New Users", key: "discourse-new-users-added", - version: "0.1.4", + version: "0.1.5", type: "source", description: "Emit new event every time a new user is created on your instance", diff --git a/components/dispatch/package.json b/components/dispatch/package.json index d236a0ed25ef9..ce0d83b008ea4 100644 --- a/components/dispatch/package.json +++ b/components/dispatch/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dispatch", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Dispatch Components", "main": "dist/app/dispatch.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/dispatch", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/docupilot/actions/create-document/create-document.ts b/components/docupilot/actions/create-document/create-document.ts index 342dcc3943381..bc2f77c7b018a 100644 --- a/components/docupilot/actions/create-document/create-document.ts +++ b/components/docupilot/actions/create-document/create-document.ts @@ -10,7 +10,7 @@ export default defineAction({ description: "Create a document [See docs here](https://help.docupilot.app/create-document/api-and-webhook-integration#api-integration)", key: "docupilot-create-document", - version: "0.0.1", + version: "0.0.2", type: "action", props: { docupilot, diff --git a/components/docupilot/package.json b/components/docupilot/package.json index 7c8d3d3cfb14e..45f49e18d788d 100644 --- a/components/docupilot/package.json +++ b/components/docupilot/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/docupilot", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Docupilot Components", "main": "dist/app/docupilot.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/docupilot", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/docusign/actions/create-signature-request/create-signature-request.mjs b/components/docusign/actions/create-signature-request/create-signature-request.mjs index 32ae98d4093fa..72d5b0acc9c8e 100644 --- a/components/docusign/actions/create-signature-request/create-signature-request.mjs +++ b/components/docusign/actions/create-signature-request/create-signature-request.mjs @@ -4,7 +4,7 @@ import common from "./common.mjs"; export default { ...common, key: "docusign-create-signature-request", - version: "0.1.0", + version: "0.1.1", name: "Create Signature Request", description: "Creates a signature request from a template [See the docs here](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create)", type: "action", diff --git a/components/docusign/package.json b/components/docusign/package.json index 0f197af4c0ed5..ed0f69d85c17b 100644 --- a/components/docusign/package.json +++ b/components/docusign/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/docusign", - "version": "0.1.2", + "version": "0.1.3", "description": "Pipedream Docusign Components", "main": "docusign.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/docusign", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0" }, diff --git a/components/docusign/sources/envelope-sent-or-complete/envelope-sent-or-complete.mjs b/components/docusign/sources/envelope-sent-or-complete/envelope-sent-or-complete.mjs index 1e32a82d37c86..f9bcd0e9bccb6 100644 --- a/components/docusign/sources/envelope-sent-or-complete/envelope-sent-or-complete.mjs +++ b/components/docusign/sources/envelope-sent-or-complete/envelope-sent-or-complete.mjs @@ -4,7 +4,7 @@ import common from "./common.mjs"; export default { ...common, key: "docusign-envelope-sent-or-complete", - version: "0.0.4", + version: "0.0.5", name: "Envelope Sent or Complete", description: "Emit new event when an envelope status is set to sent or complete", diff --git a/components/docusign/sources/new-folder/new-folder.mjs b/components/docusign/sources/new-folder/new-folder.mjs index 927d530168915..b876900b91987 100644 --- a/components/docusign/sources/new-folder/new-folder.mjs +++ b/components/docusign/sources/new-folder/new-folder.mjs @@ -4,7 +4,7 @@ import common from "./common.mjs"; export default { ...common, key: "docusign-new-folder", - version: "0.0.4", + version: "0.0.5", name: "New Folder", description: "Emit new event when a new folder is created", type: "source", diff --git a/components/docusign_developer/actions/create-signature-request/create-signature-request.mjs b/components/docusign_developer/actions/create-signature-request/create-signature-request.mjs index fe48cd6da60f3..9f14ae3c25420 100644 --- a/components/docusign_developer/actions/create-signature-request/create-signature-request.mjs +++ b/components/docusign_developer/actions/create-signature-request/create-signature-request.mjs @@ -4,7 +4,7 @@ import common from "../../../docusign/actions/create-signature-request/common.mj export default { ...common, key: "docusign_developer-create-signature-request", - version: "0.1.0", + version: "0.1.1", name: "Create Signature Request", description: "Creates a signature request from a template [See the docs here](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create)", type: "action", diff --git a/components/docusign_developer/package.json b/components/docusign_developer/package.json index d1d73add877a3..b289e8a1c2301 100644 --- a/components/docusign_developer/package.json +++ b/components/docusign_developer/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/docusign_developer", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream Docusign_developer Components", "main": "docusign_developer.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/docusign_developer", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.1.1" }, diff --git a/components/docusign_developer/sources/envelope-sent-or-complete/envelope-sent-or-complete.mjs b/components/docusign_developer/sources/envelope-sent-or-complete/envelope-sent-or-complete.mjs index 200cd60da2c7e..bdaad0415f05d 100644 --- a/components/docusign_developer/sources/envelope-sent-or-complete/envelope-sent-or-complete.mjs +++ b/components/docusign_developer/sources/envelope-sent-or-complete/envelope-sent-or-complete.mjs @@ -4,7 +4,7 @@ import common from "../../../docusign/sources/envelope-sent-or-complete/common.m export default { ...common, key: "docusign_developer-envelope-sent-or-complete", - version: "0.0.1", + version: "0.0.2", name: "Envelope Sent or Complete", description: "Emit new event when an envelope status is set to sent or complete", diff --git a/components/docusign_developer/sources/new-folder/new-folder.mjs b/components/docusign_developer/sources/new-folder/new-folder.mjs index 876814b71de88..5ec6c4b3921ba 100644 --- a/components/docusign_developer/sources/new-folder/new-folder.mjs +++ b/components/docusign_developer/sources/new-folder/new-folder.mjs @@ -4,7 +4,7 @@ import common from "../../../docusign/sources/new-folder/common.mjs"; export default { ...common, key: "docusign_developer-new-folder", - version: "0.0.1", + version: "0.0.2", name: "New Folder", description: "Emit new event when a new folder is created", type: "source", diff --git a/components/doppler_marketing_automation/package.json b/components/doppler_marketing_automation/package.json index 6538a4529e7fb..3f2eb7802d527 100644 --- a/components/doppler_marketing_automation/package.json +++ b/components/doppler_marketing_automation/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/doppler_marketing_automation", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Doppler Marketing Automation Components", "main": "dist/app/doppler_marketing_automation.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/doppler_marketing_automation", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/doppler_ops/package.json b/components/doppler_ops/package.json index c241080a7ef17..4b832d2b2a83d 100644 --- a/components/doppler_ops/package.json +++ b/components/doppler_ops/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/doppler_ops", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Doppler Secrets Manager Components", "main": "doppler_ops.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/doppler_ops", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/dots_/package.json b/components/dots_/package.json index 0549dd2bb929c..ac3e13285ca7a 100644 --- a/components/dots_/package.json +++ b/components/dots_/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dots_", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Dots! Components", "main": "dist/app/dots_.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/dots_", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/drata/package.json b/components/drata/package.json index e2d680fab55c6..3c2eba8be7569 100644 --- a/components/drata/package.json +++ b/components/drata/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/drata", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Drata Components", "main": "dist/app/drata.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/drata", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/dribbble/package.json b/components/dribbble/package.json index f6cc5cb882cfd..c37a498ed8ac7 100644 --- a/components/dribbble/package.json +++ b/components/dribbble/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dribbble", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Dribbble Components", "main": "dribbble.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/dribbble", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/dribbble/sources/new-shot-created/new-shot-created.mjs b/components/dribbble/sources/new-shot-created/new-shot-created.mjs index 788de962bfb2d..6b7649c4449e1 100644 --- a/components/dribbble/sources/new-shot-created/new-shot-created.mjs +++ b/components/dribbble/sources/new-shot-created/new-shot-created.mjs @@ -5,7 +5,7 @@ export default { key: "dribbble-new-shot-created", name: "New Shot Created", description: "Emit new events when new shots are created", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", props: { diff --git a/components/drip/actions/activate-workflow/activate-workflow.mjs b/components/drip/actions/activate-workflow/activate-workflow.mjs index 2e497ef5162b8..6c92e9a007ecb 100644 --- a/components/drip/actions/activate-workflow/activate-workflow.mjs +++ b/components/drip/actions/activate-workflow/activate-workflow.mjs @@ -3,7 +3,7 @@ import drip from "../../drip.app.mjs"; export default { key: "drip-activate-workflow", name: "Activate Workflow", - version: "0.0.2", + version: "0.0.3", description: "Activate a workflow. [See the docs here](https://developer.drip.com/#activate-a-workflow)", type: "action", props: { diff --git a/components/drip/actions/create-or-update-subscriber/create-or-update-subscriber.mjs b/components/drip/actions/create-or-update-subscriber/create-or-update-subscriber.mjs index f2d5ea504cfa1..7f6b5b6cb1749 100644 --- a/components/drip/actions/create-or-update-subscriber/create-or-update-subscriber.mjs +++ b/components/drip/actions/create-or-update-subscriber/create-or-update-subscriber.mjs @@ -3,7 +3,7 @@ import drip from "../../drip.app.mjs"; export default { key: "drip-create-or-update-subscriber", name: "Create Or Update Subscriber", - version: "0.0.2", + version: "0.0.3", description: "Creates a new subscriber. If the email already exists, it will update the existing subscriber. [See the docs here](https://developer.drip.com/?javascript#create-or-update-a-subscriber)", type: "action", props: { diff --git a/components/drip/actions/list-subscribers/list-subscribers.mjs b/components/drip/actions/list-subscribers/list-subscribers.mjs index ea3f5469ddf56..34c3ac0cf60b2 100644 --- a/components/drip/actions/list-subscribers/list-subscribers.mjs +++ b/components/drip/actions/list-subscribers/list-subscribers.mjs @@ -3,7 +3,7 @@ import drip from "../../drip.app.mjs"; export default { key: "drip-list-subscribers", name: "List Subscribers", - version: "0.0.2", + version: "0.0.3", description: "List all subscribers. [See the docs here](https://developer.drip.com/#list-all-subscribers)", type: "action", props: { diff --git a/components/drip/actions/start-someone-on-workflow/start-someone-on-workflow.mjs b/components/drip/actions/start-someone-on-workflow/start-someone-on-workflow.mjs index b413af56733ef..8a5239e819edc 100644 --- a/components/drip/actions/start-someone-on-workflow/start-someone-on-workflow.mjs +++ b/components/drip/actions/start-someone-on-workflow/start-someone-on-workflow.mjs @@ -3,7 +3,7 @@ import drip from "../../drip.app.mjs"; export default { key: "drip-start-someone-on-workflow", name: "Start Someone on a Workflow", - version: "0.0.2", + version: "0.0.3", description: "If the workflow is not active, the subscriber will not be added to the workflow. [See the docs here](https://developer.drip.com/#start-someone-on-a-workflow)", type: "action", props: { diff --git a/components/drip/package.json b/components/drip/package.json index 85732544f962b..34104dc4ce2a8 100644 --- a/components/drip/package.json +++ b/components/drip/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/drip", - "version": "0.0.5", + "version": "0.0.6", "description": "Pipedream Drip Components", "main": "drip.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/drip", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.1" }, diff --git a/components/drip/sources/custom-event-performed/custom-event-performed.mjs b/components/drip/sources/custom-event-performed/custom-event-performed.mjs index f0010c29a4e5d..8e819385fb931 100644 --- a/components/drip/sources/custom-event-performed/custom-event-performed.mjs +++ b/components/drip/sources/custom-event-performed/custom-event-performed.mjs @@ -5,7 +5,7 @@ export default { key: "drip-custom-event-performed", name: "New Custom Event Performed (Instant)", description: "Emit new event when a custom event is performed for a subscriber", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", type: "source", methods: { diff --git a/components/drip/sources/new-campaign-subscription-added/new-campaign-subscription-added.mjs b/components/drip/sources/new-campaign-subscription-added/new-campaign-subscription-added.mjs index fd90633e02165..09eb5e5b5f49b 100644 --- a/components/drip/sources/new-campaign-subscription-added/new-campaign-subscription-added.mjs +++ b/components/drip/sources/new-campaign-subscription-added/new-campaign-subscription-added.mjs @@ -5,7 +5,7 @@ export default { key: "drip-new-campaign-subscription-added", name: "New Campaign Subscription Added (Instant)", description: "Emit new event when a subscriber subscribes to an Email Series Campaign.", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", type: "source", methods: { diff --git a/components/drip/sources/new-subscriber-added/new-subscriber-added.mjs b/components/drip/sources/new-subscriber-added/new-subscriber-added.mjs index 80dade9a144ab..ee00a26bbde5e 100644 --- a/components/drip/sources/new-subscriber-added/new-subscriber-added.mjs +++ b/components/drip/sources/new-subscriber-added/new-subscriber-added.mjs @@ -5,7 +5,7 @@ export default { key: "drip-new-subscriber-added", name: "New Subscriber Added (Instant)", description: "Emit new event when a new subscriber is created", - version: "0.0.4", + version: "0.0.5", dedupe: "unique", type: "source", props: { diff --git a/components/drip/sources/new-tag-applied/new-tag-applied.mjs b/components/drip/sources/new-tag-applied/new-tag-applied.mjs index 423a8d0c432ce..af20223c43fde 100644 --- a/components/drip/sources/new-tag-applied/new-tag-applied.mjs +++ b/components/drip/sources/new-tag-applied/new-tag-applied.mjs @@ -5,7 +5,7 @@ export default { key: "drip-new-tag-applied", name: "New Tag Applied (Instant)", description: "Emit new event when a tag is applied to a subscriber", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", type: "source", methods: { diff --git a/components/dropbox/actions/create-a-text-file/create-a-text-file.mjs b/components/dropbox/actions/create-a-text-file/create-a-text-file.mjs index c88439c02d48f..8878434e34233 100644 --- a/components/dropbox/actions/create-a-text-file/create-a-text-file.mjs +++ b/components/dropbox/actions/create-a-text-file/create-a-text-file.mjs @@ -6,7 +6,7 @@ export default { name: "Create a Text File", description: "Creates a brand new text file from plain text content you specify. [See docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor)", key: "dropbox-create-a-text-file", - version: "0.0.4", + version: "0.0.5", type: "action", props: { dropbox, diff --git a/components/dropbox/actions/create-folder/create-folder.mjs b/components/dropbox/actions/create-folder/create-folder.mjs index 375acfd0e0387..51db266878d0a 100644 --- a/components/dropbox/actions/create-folder/create-folder.mjs +++ b/components/dropbox/actions/create-folder/create-folder.mjs @@ -6,7 +6,7 @@ export default { name: "Create folder", description: "Create a folder. [See docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesCreateFolderV2__anchor)", key: "dropbox-create-folder", - version: "0.0.4", + version: "0.0.5", type: "action", props: { dropbox, diff --git a/components/dropbox/actions/create-or-append-to-a-text-file/create-or-append-to-a-text-file.mjs b/components/dropbox/actions/create-or-append-to-a-text-file/create-or-append-to-a-text-file.mjs index 9617494a6557c..3aa3f8b51e6fe 100644 --- a/components/dropbox/actions/create-or-append-to-a-text-file/create-or-append-to-a-text-file.mjs +++ b/components/dropbox/actions/create-or-append-to-a-text-file/create-or-append-to-a-text-file.mjs @@ -5,7 +5,7 @@ export default { name: "Create or Append to a Text File", description: "Adds a new line to an existing text file, or creates a file if it doesn't exist. [See docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor)", key: "dropbox-create-or-append-to-a-text-file", - version: "0.0.4", + version: "0.0.5", type: "action", props: { dropbox, diff --git a/components/dropbox/actions/create-update-share-link/create-update-share-link.mjs b/components/dropbox/actions/create-update-share-link/create-update-share-link.mjs index beae5774c6d3e..e85dfb36bf66f 100644 --- a/components/dropbox/actions/create-update-share-link/create-update-share-link.mjs +++ b/components/dropbox/actions/create-update-share-link/create-update-share-link.mjs @@ -5,7 +5,7 @@ export default { name: "Create/Update a Share Link", description: "Creates or updates a public share link to the file or folder (It allows to share the file or folder with anyone). [See docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#sharingCreateSharedLinkWithSettings__anchor)", key: "dropbox-create-update-share-link", - version: "0.0.4", + version: "0.0.5", type: "action", props: { dropbox, diff --git a/components/dropbox/actions/delete-file-folder/delete-file-folder.mjs b/components/dropbox/actions/delete-file-folder/delete-file-folder.mjs index cce23f707ed2a..7776308279b86 100644 --- a/components/dropbox/actions/delete-file-folder/delete-file-folder.mjs +++ b/components/dropbox/actions/delete-file-folder/delete-file-folder.mjs @@ -4,7 +4,7 @@ export default { name: "Delete a File/Folder", description: "Permanently removes a file/folder from the server. [See docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesDeleteV2__anchor)", key: "dropbox-delete-file-folder", - version: "0.0.4", + version: "0.0.5", type: "action", props: { dropbox, diff --git a/components/dropbox/actions/list-file-folders-in-a-folder/list-file-folders-in-a-folder.mjs b/components/dropbox/actions/list-file-folders-in-a-folder/list-file-folders-in-a-folder.mjs index 6eb6d1f442d4b..05f3c1120c53e 100644 --- a/components/dropbox/actions/list-file-folders-in-a-folder/list-file-folders-in-a-folder.mjs +++ b/components/dropbox/actions/list-file-folders-in-a-folder/list-file-folders-in-a-folder.mjs @@ -4,7 +4,7 @@ export default { name: "List All Files/Subfolders in a Folder", description: "Retrieves a list of files or subfolders in a specified folder [See the docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolder__anchor)", key: "dropbox-list-file-folders-in-a-folder", - version: "0.0.4", + version: "0.0.5", type: "action", props: { dropbox, diff --git a/components/dropbox/actions/list-file-revisions/list-file-revisions.mjs b/components/dropbox/actions/list-file-revisions/list-file-revisions.mjs index a725779dab67f..3d6e324f3229d 100644 --- a/components/dropbox/actions/list-file-revisions/list-file-revisions.mjs +++ b/components/dropbox/actions/list-file-revisions/list-file-revisions.mjs @@ -5,7 +5,7 @@ export default { name: "List File Revisions", description: "Retrieves a list of file revisions needed to recover previous content. [See docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListRevisions__anchor)", key: "dropbox-list-file-revisions", - version: "0.0.4", + version: "0.0.5", type: "action", props: { dropbox, diff --git a/components/dropbox/actions/move-file-folder/move-file-folder.mjs b/components/dropbox/actions/move-file-folder/move-file-folder.mjs index 5f41701fa808e..76ac5c8137932 100644 --- a/components/dropbox/actions/move-file-folder/move-file-folder.mjs +++ b/components/dropbox/actions/move-file-folder/move-file-folder.mjs @@ -4,7 +4,7 @@ export default { name: "Move a File/Folder", description: "Moves a file or folder to a different location in the user's Dropbox [See the docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesMoveV2__anchor)", key: "dropbox-move-file-folder", - version: "0.0.4", + version: "0.0.5", type: "action", props: { dropbox, diff --git a/components/dropbox/actions/rename-file-folder/rename-file-folder.mjs b/components/dropbox/actions/rename-file-folder/rename-file-folder.mjs index 2ef9db46f570c..11b63b5b075fd 100644 --- a/components/dropbox/actions/rename-file-folder/rename-file-folder.mjs +++ b/components/dropbox/actions/rename-file-folder/rename-file-folder.mjs @@ -4,7 +4,7 @@ export default { name: "Rename a File/Folder", description: "Renames a file or folder in the user's Dropbox [See the docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesMoveV2__anchor)", key: "dropbox-rename-file-folder", - version: "0.0.4", + version: "0.0.5", type: "action", props: { dropbox, diff --git a/components/dropbox/actions/restore-a-file/restore-a-file.mjs b/components/dropbox/actions/restore-a-file/restore-a-file.mjs index 911626e6c82a7..9d73495991f09 100644 --- a/components/dropbox/actions/restore-a-file/restore-a-file.mjs +++ b/components/dropbox/actions/restore-a-file/restore-a-file.mjs @@ -4,7 +4,7 @@ export default { name: "Restore a File", description: "Restores a previous file version. [See docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesRestore__anchor)", key: "dropbox-restore-a-file", - version: "0.0.4", + version: "0.0.5", type: "action", props: { dropbox, diff --git a/components/dropbox/actions/search-files-folders/search-files-folders.mjs b/components/dropbox/actions/search-files-folders/search-files-folders.mjs index 706e00a69fb1d..3da62d60cbbed 100644 --- a/components/dropbox/actions/search-files-folders/search-files-folders.mjs +++ b/components/dropbox/actions/search-files-folders/search-files-folders.mjs @@ -7,7 +7,7 @@ export default { name: "Search files and folders", description: "Searches for files and folders by name. [See the docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchV2__anchor)", key: "dropbox-search-files-folders", - version: "0.0.4", + version: "0.0.5", type: "action", props: { dropbox, diff --git a/components/dropbox/actions/upload-file/upload-file.mjs b/components/dropbox/actions/upload-file/upload-file.mjs index 1f409496d6232..6fa6e01c3fbfa 100644 --- a/components/dropbox/actions/upload-file/upload-file.mjs +++ b/components/dropbox/actions/upload-file/upload-file.mjs @@ -9,7 +9,7 @@ export default { name: "Upload a File", description: "Uploads a file to a selected folder. [See docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor)", key: "dropbox-upload-file", - version: "0.0.5", + version: "0.0.6", type: "action", props: { dropbox, diff --git a/components/dropbox/package.json b/components/dropbox/package.json index 2b4112e283a14..43495210a3dec 100644 --- a/components/dropbox/package.json +++ b/components/dropbox/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dropbox", - "version": "0.3.7", + "version": "0.3.8", "description": "Pipedream Dropbox Components", "main": "dropbox.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/dropbox", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "dropbox": "^8.2.0", "isomorphic-fetch": "^3.0.0" diff --git a/components/dropbox/sources/all-updates/all-updates.mjs b/components/dropbox/sources/all-updates/all-updates.mjs index 2c9758515887f..0906f0e28ab67 100644 --- a/components/dropbox/sources/all-updates/all-updates.mjs +++ b/components/dropbox/sources/all-updates/all-updates.mjs @@ -6,7 +6,7 @@ export default { type: "source", key: "dropbox-all-updates", name: "New or Modified File or Folder", - version: "0.0.10", + version: "0.0.11", description: "Emit new event when a file or folder is added or modified. Make sure the number of files/folders in the watched folder does not exceed 4000.", props: { ...common.props, diff --git a/components/dropbox/sources/new-file/new-file.mjs b/components/dropbox/sources/new-file/new-file.mjs index a353acf33218b..a88536ec30f25 100644 --- a/components/dropbox/sources/new-file/new-file.mjs +++ b/components/dropbox/sources/new-file/new-file.mjs @@ -6,7 +6,7 @@ export default { type: "source", key: "dropbox-new-file", name: "New File", - version: "0.0.10", + version: "0.0.11", description: "Emit new event when a new file is added to your account or a specific folder. Make sure the number of files/folders in the watched folder does not exceed 4000.", props: { ...common.props, diff --git a/components/dropbox/sources/new-folder/new-folder.mjs b/components/dropbox/sources/new-folder/new-folder.mjs index c81f86957cd0d..ade65403b3e0d 100644 --- a/components/dropbox/sources/new-folder/new-folder.mjs +++ b/components/dropbox/sources/new-folder/new-folder.mjs @@ -6,7 +6,7 @@ export default { type: "source", key: "dropbox-new-folder", name: "New Folder", - version: "0.0.10", + version: "0.0.11", description: "Emit new event when a new folder is created. Make sure the number of files/folders in the watched folder does not exceed 4000.", hooks: { async activate() { diff --git a/components/dynatrace_api/package.json b/components/dynatrace_api/package.json index 68e74337e5d01..3d40d09fb4d2f 100644 --- a/components/dynatrace_api/package.json +++ b/components/dynatrace_api/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dynatrace_api", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Dynatrace API Components", "main": "dist/app/dynatrace_api.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/dynatrace_api", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/e_conomic/package.json b/components/e_conomic/package.json index 50505b49d5673..c3326484d5e04 100644 --- a/components/e_conomic/package.json +++ b/components/e_conomic/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/e_conomic", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream E-conomic Components", "main": "dist/app/e_conomic.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/e_conomic", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/easy_projects/package.json b/components/easy_projects/package.json index f24d1ee109bc9..8aaa9073cb2a3 100644 --- a/components/easy_projects/package.json +++ b/components/easy_projects/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/easy_projects", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Easy Projects Components", "main": "dist/app/easy_projects.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/easy_projects", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/easyship/package.json b/components/easyship/package.json index 3df0575e132d9..c30333f01557e 100644 --- a/components/easyship/package.json +++ b/components/easyship/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/easyship", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Easyship Components", "main": "dist/app/easyship.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/easyship", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/ecwid/actions/get-order/get-order.mjs b/components/ecwid/actions/get-order/get-order.mjs index d2e78460f3d0b..69a521a19a075 100644 --- a/components/ecwid/actions/get-order/get-order.mjs +++ b/components/ecwid/actions/get-order/get-order.mjs @@ -2,7 +2,7 @@ import ecwid from "../../ecwid.app.mjs"; export default { name: "Ecwid Get Order", - version: "0.0.4", + version: "0.0.5", key: "ecwid-get-order", description: "Get Ecwid Order by Order ID. Details of the structure are present [here](https://api-docs.ecwid.com/reference/get-order).", props: { diff --git a/components/ecwid/actions/update-order-status/update-order-status.mjs b/components/ecwid/actions/update-order-status/update-order-status.mjs index 8de812c152051..04064136561dc 100644 --- a/components/ecwid/actions/update-order-status/update-order-status.mjs +++ b/components/ecwid/actions/update-order-status/update-order-status.mjs @@ -2,7 +2,7 @@ import { FULFILMENT_STATUS_LIST } from "../../commons/commons.mjs"; import ecwid from "../../ecwid.app.mjs"; export default { name: "Ecwid Update Order Status", - version: "0.0.4", + version: "0.0.5", key: "ecwid-update-order-status", description: "Update the Status of an Ecwid Order. Makes use of the [Update Order API](https://api-docs.ecwid.com/reference/update-order).", props: { diff --git a/components/ecwid/package.json b/components/ecwid/package.json index 60902d4b726ac..18110564995e9 100644 --- a/components/ecwid/package.json +++ b/components/ecwid/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ecwid", - "version": "0.0.8", + "version": "0.0.9", "description": "Pipedream Ecwid Components", "main": "dist/ecwid.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/ecwid", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/ecwid/sources/paid-orders/paid-orders.mjs b/components/ecwid/sources/paid-orders/paid-orders.mjs index 3e497db79e833..9d1fea402006e 100644 --- a/components/ecwid/sources/paid-orders/paid-orders.mjs +++ b/components/ecwid/sources/paid-orders/paid-orders.mjs @@ -4,7 +4,7 @@ import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; export default { name: "New Ecwid Paid Orders", - version: "0.0.3", + version: "0.0.4", key: "ecwid-paid-orders", description: "Search for new orders which are PAID and AWAITING_PROCESSING. Emits events for each order and" + " sets order fulfilment status to PROCESSING", diff --git a/components/edapp/package.json b/components/edapp/package.json index 18c1fc70e31ef..fe0f3fbeaeb89 100644 --- a/components/edapp/package.json +++ b/components/edapp/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/edapp", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream EdApp Components", "main": "dist/app/edapp.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/edapp", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/elmah_io/package.json b/components/elmah_io/package.json index 7e3c8392a5db1..50f9227798cd1 100644 --- a/components/elmah_io/package.json +++ b/components/elmah_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/elmah_io", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream elmah.io Components", "main": "elmah_io.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/elmah_io", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/elmah_io/sources/new-error/new-error.mjs b/components/elmah_io/sources/new-error/new-error.mjs index 6ad69280d5310..adbf1f9a3624f 100644 --- a/components/elmah_io/sources/new-error/new-error.mjs +++ b/components/elmah_io/sources/new-error/new-error.mjs @@ -6,7 +6,7 @@ const QUERY = "isNew:true AND (severity:Error OR severity:Fatal)"; export default { name: "New Error", - version: "0.0.3", + version: "0.0.4", key: "elmah_io-new-error", description: "Emit new event on each new error", type: "source", diff --git a/components/elopage/package.json b/components/elopage/package.json index 68fc5dd5fb7c5..64ba0075f5cd1 100644 --- a/components/elopage/package.json +++ b/components/elopage/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/elopage", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream elopage Components", "main": "dist/app/elopage.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/elopage", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/emailoctopus/package.json b/components/emailoctopus/package.json index 694b9c41bab92..5405dd2dc1902 100644 --- a/components/emailoctopus/package.json +++ b/components/emailoctopus/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/emailoctopus", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Emailoctopus Components", "main": "emailoctopus.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/emailoctopus", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/emailoctopus/sources/new-list-contact/new-list-contact.mjs b/components/emailoctopus/sources/new-list-contact/new-list-contact.mjs index 08f1c5dbd81cb..6bd1bb1f79cb3 100644 --- a/components/emailoctopus/sources/new-list-contact/new-list-contact.mjs +++ b/components/emailoctopus/sources/new-list-contact/new-list-contact.mjs @@ -5,7 +5,7 @@ export default { name: "New List Contact", key: "emailoctopus-new-list-contact", description: "Emit new event each time a contact is added to a list.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/enedis/actions/get-address/get-address.mjs b/components/enedis/actions/get-address/get-address.mjs index e83f25b0be67d..696e62a6bfe97 100644 --- a/components/enedis/actions/get-address/get-address.mjs +++ b/components/enedis/actions/get-address/get-address.mjs @@ -4,7 +4,7 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-address", - version: "0.0.2", + version: "0.0.3", name: "Get Address", description: "Returns the address of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-adresse/)", ...common, diff --git a/components/enedis/actions/get-consumption-load-curve/get-consumption-load-curve.mjs b/components/enedis/actions/get-consumption-load-curve/get-consumption-load-curve.mjs index bdc0aa575d2d8..7e2ed0d2b6013 100644 --- a/components/enedis/actions/get-consumption-load-curve/get-consumption-load-curve.mjs +++ b/components/enedis/actions/get-consumption-load-curve/get-consumption-load-curve.mjs @@ -4,7 +4,7 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-consumption-load-curve", - version: "0.0.2", + version: "0.0.3", name: "Get Consumption Load Curve", description: "Returns the daily average power consumed in W, on a given interval (by default 30 minutes). [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-consommation-30-minutes/)", ...common, diff --git a/components/enedis/actions/get-contact/get-contact.mjs b/components/enedis/actions/get-contact/get-contact.mjs index fdfba4dec85ed..279d39f72fb76 100644 --- a/components/enedis/actions/get-contact/get-contact.mjs +++ b/components/enedis/actions/get-contact/get-contact.mjs @@ -4,7 +4,7 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-contact", - version: "0.0.2", + version: "0.0.3", name: "Get Contact", description: "Returns the contact informations of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-contact/)", ...common, diff --git a/components/enedis/actions/get-contracts/get-contracts.mjs b/components/enedis/actions/get-contracts/get-contracts.mjs index 6f7deb85085be..946554f47d7e9 100644 --- a/components/enedis/actions/get-contracts/get-contracts.mjs +++ b/components/enedis/actions/get-contracts/get-contracts.mjs @@ -4,7 +4,7 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-contracts", - version: "0.0.2", + version: "0.0.3", name: "Get Contracts", description: "Returns the contract informations of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-contrats/)", ...common, diff --git a/components/enedis/actions/get-daily-consumption-max-power/get-daily-consumption-max-power.mjs b/components/enedis/actions/get-daily-consumption-max-power/get-daily-consumption-max-power.mjs index 247c886a78fb3..7383cc485cd44 100644 --- a/components/enedis/actions/get-daily-consumption-max-power/get-daily-consumption-max-power.mjs +++ b/components/enedis/actions/get-daily-consumption-max-power/get-daily-consumption-max-power.mjs @@ -4,7 +4,7 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-daily-consumption-max-power", - version: "0.0.2", + version: "0.0.3", name: "Get Daily Consumption Max Power", description: "Returns the daily maximal power consumed in VA. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-puissance-maximum-de-consommation/)", ...common, diff --git a/components/enedis/actions/get-daily-consumption/get-daily-consumption.mjs b/components/enedis/actions/get-daily-consumption/get-daily-consumption.mjs index 44100a2142814..96fa90b902985 100644 --- a/components/enedis/actions/get-daily-consumption/get-daily-consumption.mjs +++ b/components/enedis/actions/get-daily-consumption/get-daily-consumption.mjs @@ -4,7 +4,7 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-daily-consumption", - version: "0.0.2", + version: "0.0.3", name: "Get Daily Consumption", description: "Returns the daily consumption in Wh. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-consommation-quotidienne/)", ...common, diff --git a/components/enedis/actions/get-daily-production/get-daily-production.mjs b/components/enedis/actions/get-daily-production/get-daily-production.mjs index 5d4e93b49a52d..23d971db83a1f 100644 --- a/components/enedis/actions/get-daily-production/get-daily-production.mjs +++ b/components/enedis/actions/get-daily-production/get-daily-production.mjs @@ -4,7 +4,7 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-daily-production", - version: "0.0.2", + version: "0.0.3", name: "Get Daily Production", description: "Returns the daily production in Wh. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-production-quotidienne/)", ...common, diff --git a/components/enedis/actions/get-identity/get-identity.mjs b/components/enedis/actions/get-identity/get-identity.mjs index 4600eafde8bcf..6b9b657548790 100644 --- a/components/enedis/actions/get-identity/get-identity.mjs +++ b/components/enedis/actions/get-identity/get-identity.mjs @@ -4,7 +4,7 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-identity", - version: "0.0.2", + version: "0.0.3", name: "Get Identity", description: "Returns the identity of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-identite/)", ...common, diff --git a/components/enedis/actions/get-production-load-curve/get-production-load-curve.mjs b/components/enedis/actions/get-production-load-curve/get-production-load-curve.mjs index 3b43a264b2c63..aefc7c722f7af 100644 --- a/components/enedis/actions/get-production-load-curve/get-production-load-curve.mjs +++ b/components/enedis/actions/get-production-load-curve/get-production-load-curve.mjs @@ -4,7 +4,7 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-production-load-curve", - version: "0.0.2", + version: "0.0.3", name: "Get Production Load Curve", description: "Returns the daily average power produced in W, on a given interval (by default 30 minutes). [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-production-30-minutes/)", ...common, diff --git a/components/enedis/package.json b/components/enedis/package.json index f7cabbae62c90..a7438a3d3e1f0 100644 --- a/components/enedis/package.json +++ b/components/enedis/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/enedis", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Enedis Data-Connect Components", "main": "enedis.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/enedis", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/enigma/package.json b/components/enigma/package.json index e372f9d9551fa..46b4632183b1f 100644 --- a/components/enigma/package.json +++ b/components/enigma/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/enigma", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Enigma Components", "main": "dist/app/enigma.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/enigma", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/enormail/package.json b/components/enormail/package.json index cb56b785902f0..1aef6c7dd0109 100644 --- a/components/enormail/package.json +++ b/components/enormail/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/enormail", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Enormail Components", "main": "dist/app/enormail.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/enormail", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/envoy/actions/create-an-invite/create-an-invite.mjs b/components/envoy/actions/create-an-invite/create-an-invite.mjs index 4591c2289182a..cffcf5b6eb96c 100644 --- a/components/envoy/actions/create-an-invite/create-an-invite.mjs +++ b/components/envoy/actions/create-an-invite/create-an-invite.mjs @@ -4,7 +4,7 @@ export default { key: "envoy-create-an-invite", name: "Create an Invite", description: "Create an Invite to a person to visit a location. [See the docs](https://developers.envoy.com/hub/reference/createinvite).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/envoy/package.json b/components/envoy/package.json index 90378aab9786f..7c9f89fa9e7cf 100644 --- a/components/envoy/package.json +++ b/components/envoy/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/envoy", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Envoy Components", "main": "envoy.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/envoy", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/envoy/sources/visitor-invited/visitor-invited.mjs b/components/envoy/sources/visitor-invited/visitor-invited.mjs index 157db90cde1aa..323976f47e225 100644 --- a/components/envoy/sources/visitor-invited/visitor-invited.mjs +++ b/components/envoy/sources/visitor-invited/visitor-invited.mjs @@ -5,7 +5,7 @@ export default { key: "envoy-visitor-invited", name: "New event when a visitor is invited", description: "Emit new event for each invitations to a person or a group of people to visit a location. [See the docs](https://developers.envoy.com/hub/reference/invites-2).", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", props: { diff --git a/components/envoy/sources/visitor-signed-status-changed/visitor-signed-status-changed.mjs b/components/envoy/sources/visitor-signed-status-changed/visitor-signed-status-changed.mjs index b2edd328eb2db..ac40677f736be 100644 --- a/components/envoy/sources/visitor-signed-status-changed/visitor-signed-status-changed.mjs +++ b/components/envoy/sources/visitor-signed-status-changed/visitor-signed-status-changed.mjs @@ -7,7 +7,7 @@ export default { key: "envoy-visitor-signed-status-changed", name: "New event when a visitor changes its signed status", description: "Emit new event for each visitor who signed in or out. [See the docs](https://developers.envoy.com/hub/reference/entries-2).", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", props: { diff --git a/components/esendex/package.json b/components/esendex/package.json index 829846b37f807..52a7a141fc449 100644 --- a/components/esendex/package.json +++ b/components/esendex/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/esendex", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Esendex Components", "main": "dist/app/esendex.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/esendex", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/esignatures_io/actions/create-contract/create-contract.mjs b/components/esignatures_io/actions/create-contract/create-contract.mjs index 7923ab65eb558..a99588e185e6a 100644 --- a/components/esignatures_io/actions/create-contract/create-contract.mjs +++ b/components/esignatures_io/actions/create-contract/create-contract.mjs @@ -1,7 +1,7 @@ import esignatures_io from "../../esignatures_io.app.mjs"; export default { - version: "0.0.1", + version: "0.0.2", key: "esignatures_io-create-contract", name: "Create Contract", description: "Creates a contract and sends the links (via email or SMS) to the signers to collect their signatures. [See docs here](https://esignatures.io/docs/api#contracts)", diff --git a/components/esignatures_io/package.json b/components/esignatures_io/package.json index c140469ba5d52..328f09dce1df1 100644 --- a/components/esignatures_io/package.json +++ b/components/esignatures_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/esignatures_io", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Esignatures IO Components", "main": "esignatures_io.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/esignatures_io", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/esputnik/actions/create-contact/create-contact.mjs b/components/esputnik/actions/create-contact/create-contact.mjs index ce443a0978644..fd22895eff189 100644 --- a/components/esputnik/actions/create-contact/create-contact.mjs +++ b/components/esputnik/actions/create-contact/create-contact.mjs @@ -4,7 +4,7 @@ export default { key: "esputnik-create-contact", name: "Create Contact", description: "Create a new contact in eSputnik. [See the docs here](https://esputnik.com/api/methods.html#/v1/contact-POST)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { esputnik, diff --git a/components/esputnik/actions/send-event/send-event.mjs b/components/esputnik/actions/send-event/send-event.mjs index ab668ee98cb19..71aba7b376598 100644 --- a/components/esputnik/actions/send-event/send-event.mjs +++ b/components/esputnik/actions/send-event/send-event.mjs @@ -4,7 +4,7 @@ export default { key: "esputnik-send-event", name: "Send Event", description: "Send an event in eSputnik. [See the docs here](https://esputnik.com/api/methods.html#/v1/event-POST)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { esputnik, diff --git a/components/esputnik/actions/subscribe-contact/subscribe-contact.mjs b/components/esputnik/actions/subscribe-contact/subscribe-contact.mjs index 5f6cc802923fb..1bf379bd70e45 100644 --- a/components/esputnik/actions/subscribe-contact/subscribe-contact.mjs +++ b/components/esputnik/actions/subscribe-contact/subscribe-contact.mjs @@ -4,7 +4,7 @@ export default { key: "esputnik-subscribe-contact", name: "Subscribe Contact", description: "Create a new unverified contact in eSputnik. For use with double opt-in implementation. User will need to verify the email to confirm their subscription. [See the docs here](https://esputnik.com/api/methods.html#/v1/contact/subscribe-POST)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { esputnik, diff --git a/components/esputnik/actions/update-contact/update-contact.mjs b/components/esputnik/actions/update-contact/update-contact.mjs index 38a043ecd836f..f7b687158767a 100644 --- a/components/esputnik/actions/update-contact/update-contact.mjs +++ b/components/esputnik/actions/update-contact/update-contact.mjs @@ -4,7 +4,7 @@ export default { key: "esputnik-update-contact", name: "Update Contact", description: "Update an existing contact in eSputnik. [See the docs here](https://esputnik.com/api/methods.html#/v1/contact/{id}-PUT)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { esputnik, diff --git a/components/esputnik/package.json b/components/esputnik/package.json index 9b3e4dc3bfeea..466d94b6cdfb4 100644 --- a/components/esputnik/package.json +++ b/components/esputnik/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/esputnik", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream eSputnik Components", "main": "esputnik.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/esputnik", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/esputnik/sources/new-contact-in-segment/new-contact-in-segment.mjs b/components/esputnik/sources/new-contact-in-segment/new-contact-in-segment.mjs index 13fdb2ac29fe2..918bdd603f401 100644 --- a/components/esputnik/sources/new-contact-in-segment/new-contact-in-segment.mjs +++ b/components/esputnik/sources/new-contact-in-segment/new-contact-in-segment.mjs @@ -5,7 +5,7 @@ export default { key: "esputnik-new-contact-in-segment", name: "New Contact in Segment", description: "Emit new event when a new contact is added in the specified segment", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/esputnik/sources/new-contact/new-contact.mjs b/components/esputnik/sources/new-contact/new-contact.mjs index f6f47749e9616..e6f279c72030b 100644 --- a/components/esputnik/sources/new-contact/new-contact.mjs +++ b/components/esputnik/sources/new-contact/new-contact.mjs @@ -5,7 +5,7 @@ export default { key: "esputnik-new-contact", name: "New Contact", description: "Emit new event when a new contact is added", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", methods: { diff --git a/components/estreamdesk/package.json b/components/estreamdesk/package.json index 10bf18a148d1f..5945e180ed796 100644 --- a/components/estreamdesk/package.json +++ b/components/estreamdesk/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/estreamdesk", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream eStreamDest Components", "main": "estreamdesk.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/estreamdesk", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0", "xml2json-light": "^1.0.6" diff --git a/components/estreamdesk/sources/new-ticket/new-ticket.mjs b/components/estreamdesk/sources/new-ticket/new-ticket.mjs index f448395e40178..dac843786168c 100644 --- a/components/estreamdesk/sources/new-ticket/new-ticket.mjs +++ b/components/estreamdesk/sources/new-ticket/new-ticket.mjs @@ -6,7 +6,7 @@ export default { key: "estreamdesk-new-ticket", name: "New Ticket", description: "Emit new event when a ticket is created", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/ethereum/package.json b/components/ethereum/package.json index aa1ad46d5ad4d..5396f1c9f73cb 100644 --- a/components/ethereum/package.json +++ b/components/ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ethereum", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Etherscan Components", "main": "dist/app/ethereum.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/ethereum", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/eventbrite/actions/create-event/create-event.mjs b/components/eventbrite/actions/create-event/create-event.mjs index 67978c9581a5a..c7e9ac2a86bec 100644 --- a/components/eventbrite/actions/create-event/create-event.mjs +++ b/components/eventbrite/actions/create-event/create-event.mjs @@ -5,7 +5,7 @@ export default { key: "eventbrite-create-event", name: "Create Event", description: "Create a new Eventbrite event. [see docs here](https://www.eventbrite.com/platform/api#/reference/event/create/create-an-event)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { eventbrite, diff --git a/components/eventbrite/actions/get-event-attendees/get-event-attendees.mjs b/components/eventbrite/actions/get-event-attendees/get-event-attendees.mjs index c9366baaedbcf..d7a46f51393eb 100644 --- a/components/eventbrite/actions/get-event-attendees/get-event-attendees.mjs +++ b/components/eventbrite/actions/get-event-attendees/get-event-attendees.mjs @@ -4,7 +4,7 @@ export default { key: "eventbrite-get-event-attendees", name: "Get Event Attendees", description: "Get event attendees for a specified event. [see docs here](https://www.eventbrite.com/platform/api#/reference/attendee/list/list-attendees-by-event)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { eventbrite, diff --git a/components/eventbrite/actions/get-event-details/get-event-details.mjs b/components/eventbrite/actions/get-event-details/get-event-details.mjs index a02bb0909ce47..bc9af7a071a56 100644 --- a/components/eventbrite/actions/get-event-details/get-event-details.mjs +++ b/components/eventbrite/actions/get-event-details/get-event-details.mjs @@ -4,7 +4,7 @@ export default { key: "eventbrite-get-event-details", name: "Get Event Details", description: "Get details for a specified event. [see docs here](https://www.eventbrite.com/platform/api#/reference/event/retrieve/retrieve-an-event)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { eventbrite, diff --git a/components/eventbrite/actions/get-event-summary/get-event-summary.mjs b/components/eventbrite/actions/get-event-summary/get-event-summary.mjs index d086566c7c5c4..5a946e073a215 100644 --- a/components/eventbrite/actions/get-event-summary/get-event-summary.mjs +++ b/components/eventbrite/actions/get-event-summary/get-event-summary.mjs @@ -4,7 +4,7 @@ export default { key: "eventbrite-get-event-summary", name: "Get Event Summary", description: "Get event summary for a specified event. [see docs here](https://www.eventbrite.com/platform/api#/reference/event/retrieve/retrieve-an-event)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { eventbrite, diff --git a/components/eventbrite/package.json b/components/eventbrite/package.json index 4b7880a737c8f..b9c379409b473 100644 --- a/components/eventbrite/package.json +++ b/components/eventbrite/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/eventbrite", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Eventbrite Components", "main": "eventbrite.app.js", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/eventbrite", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/eventbrite/sources/new-attendee-checkin/new-attendee-checkin.mjs b/components/eventbrite/sources/new-attendee-checkin/new-attendee-checkin.mjs index a759c17dd4de3..12ea6e224c08a 100644 --- a/components/eventbrite/sources/new-attendee-checkin/new-attendee-checkin.mjs +++ b/components/eventbrite/sources/new-attendee-checkin/new-attendee-checkin.mjs @@ -5,7 +5,7 @@ export default { key: "eventbrite-new-attendee-checkin", name: "New Attendee Check-In (Instant)", description: "Emit new event when an attendee checks in to an event", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/eventbrite/sources/new-attendee-registered/new-attendee-registered.mjs b/components/eventbrite/sources/new-attendee-registered/new-attendee-registered.mjs index 3f38f49f97abd..4bbea6e910eab 100644 --- a/components/eventbrite/sources/new-attendee-registered/new-attendee-registered.mjs +++ b/components/eventbrite/sources/new-attendee-registered/new-attendee-registered.mjs @@ -5,7 +5,7 @@ export default { key: "eventbrite-new-attendee-registered", name: "New Attendee Registered (Instant)", description: "Emit new event when an attendee registers for an event", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/eventbrite/sources/new-event-ended/new-event-ended.mjs b/components/eventbrite/sources/new-event-ended/new-event-ended.mjs index 9648171f3fafb..7395c3960f656 100644 --- a/components/eventbrite/sources/new-event-ended/new-event-ended.mjs +++ b/components/eventbrite/sources/new-event-ended/new-event-ended.mjs @@ -6,7 +6,7 @@ export default { key: "eventbrite-new-event-ended", name: "New Event Ended", description: "Emit new event when an event has ended", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", props: { diff --git a/components/eventbrite/sources/new-event/new-event.mjs b/components/eventbrite/sources/new-event/new-event.mjs index dfeb4ce8b6d54..ee6044b9b5751 100644 --- a/components/eventbrite/sources/new-event/new-event.mjs +++ b/components/eventbrite/sources/new-event/new-event.mjs @@ -5,7 +5,7 @@ export default { key: "eventbrite-new-event", name: "New Event (Instant)", description: "Emit new event when an event has been created", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/eventbrite/sources/new-order/new-order.mjs b/components/eventbrite/sources/new-order/new-order.mjs index 4d5c80f13ebf4..36cf8073acebc 100644 --- a/components/eventbrite/sources/new-order/new-order.mjs +++ b/components/eventbrite/sources/new-order/new-order.mjs @@ -5,7 +5,7 @@ export default { key: "eventbrite-new-order", name: "New Order (Instant)", description: "Emit new event when an order has been placed", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/eversign/package.json b/components/eversign/package.json index 6d0e786b94a7a..deff9fd0c301e 100644 --- a/components/eversign/package.json +++ b/components/eversign/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/eversign", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Eversign Components", "main": "eversign.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/eversign", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/eversign/sources/new-event/new-event.mjs b/components/eversign/sources/new-event/new-event.mjs index 90d646d576ee4..237df4f3df646 100644 --- a/components/eversign/sources/new-event/new-event.mjs +++ b/components/eversign/sources/new-event/new-event.mjs @@ -7,7 +7,7 @@ export default { type: "source", name: "New Event", description: "Emit new event when a new event occurs in EverSign. To begin receiving events, navigate to your Developer dashboard, and enter the URL of this source/workflow as the Webhook URL. https://eversign.com/api/documentation/webhooks", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { app, diff --git a/components/exact/package.json b/components/exact/package.json index fa10ef81c38ba..e414815328b89 100644 --- a/components/exact/package.json +++ b/components/exact/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/exact", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Exact Components", "main": "dist/app/exact.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/exact", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/expensify/actions/create-expense/create-expense.ts b/components/expensify/actions/create-expense/create-expense.ts index bec7e094b7ff1..0b7de2ae764a4 100644 --- a/components/expensify/actions/create-expense/create-expense.ts +++ b/components/expensify/actions/create-expense/create-expense.ts @@ -3,7 +3,7 @@ import expensify from "../../app/expensify.app"; export default defineAction({ key: "expensify-create-expense", - version: "0.0.2", + version: "0.0.3", name: "Create Expense", description: "Creates a new expense. [See docs here](https://integrations.expensify.com/Integration-Server/doc/#expense-creator)", type: "action", diff --git a/components/expensify/actions/export-report-to-pdf/export-report-to-pdf.ts b/components/expensify/actions/export-report-to-pdf/export-report-to-pdf.ts index 74359ba4b7cde..a218a4839cb30 100644 --- a/components/expensify/actions/export-report-to-pdf/export-report-to-pdf.ts +++ b/components/expensify/actions/export-report-to-pdf/export-report-to-pdf.ts @@ -4,7 +4,7 @@ import fs from "fs"; export default defineAction({ key: "expensify-export-report-to-pdf", - version: "0.0.2", + version: "0.0.3", name: "Export Report To PDF", description: "Export a report to PDF. [See docs here](https://integrations.expensify.com/Integration-Server/doc/#report-exporter)", type: "action", diff --git a/components/expensify/package.json b/components/expensify/package.json index 6b5fc86bda21d..d96ce4c177f78 100644 --- a/components/expensify/package.json +++ b/components/expensify/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/expensify", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Expensify Components", "main": "dist/app/expensify.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/expensify", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/expofp/actions/add-exhibitor/add-exhibitor.mjs b/components/expofp/actions/add-exhibitor/add-exhibitor.mjs index 549f6fb0a5c4f..0ee047e2958f9 100644 --- a/components/expofp/actions/add-exhibitor/add-exhibitor.mjs +++ b/components/expofp/actions/add-exhibitor/add-exhibitor.mjs @@ -3,7 +3,7 @@ import common from "../common/add-or-update-exhibitor.mjs"; export default { ...common, name: "Add Exhibitor", - version: "0.0.1", + version: "0.0.2", key: "expofp-add-exhibitor", description: "Adds an exhibitor. [See docs here](https://expofp.docs.apiary.io/#reference/0/add-exhibitor/add-exhibitor)", diff --git a/components/expofp/actions/get-booth/get-booth.mjs b/components/expofp/actions/get-booth/get-booth.mjs index edde22a4b2003..6e1b3c682c2a2 100644 --- a/components/expofp/actions/get-booth/get-booth.mjs +++ b/components/expofp/actions/get-booth/get-booth.mjs @@ -2,7 +2,7 @@ import expofp from "../../expofp.app.mjs"; export default { name: "Get Booth", - version: "0.0.2", + version: "0.0.3", key: "expofp-get-booth", description: "Get details of a booth. [See docs here](https://expofp.docs.apiary.io/#reference/0/get-booth-details/get-booth-details)", type: "action", diff --git a/components/expofp/actions/get-exhibitor/get-exhibitor.mjs b/components/expofp/actions/get-exhibitor/get-exhibitor.mjs index e40bf8997e7c0..4cf18e8d7ca63 100644 --- a/components/expofp/actions/get-exhibitor/get-exhibitor.mjs +++ b/components/expofp/actions/get-exhibitor/get-exhibitor.mjs @@ -2,7 +2,7 @@ import expofp from "../../expofp.app.mjs"; export default { name: "Get Exhibitor", - version: "0.0.2", + version: "0.0.3", key: "expofp-get-exhibitor", description: "Get details of an exhibitor. [See docs here](https://expofp.docs.apiary.io/#reference/0/get-exhibitor-details/get-exhibitor-details)", type: "action", diff --git a/components/expofp/actions/list-all-events/list-all-events.mjs b/components/expofp/actions/list-all-events/list-all-events.mjs index f7e2caa5eb101..237fbadc78a57 100644 --- a/components/expofp/actions/list-all-events/list-all-events.mjs +++ b/components/expofp/actions/list-all-events/list-all-events.mjs @@ -2,7 +2,7 @@ import expofp from "../../expofp.app.mjs"; export default { name: "List All Events", - version: "0.0.1", + version: "0.0.2", key: "expofp-list-all-events", description: "List all events. [See docs here](https://expofp.docs.apiary.io/#reference/0/list-all-events/list-all-events)", diff --git a/components/expofp/actions/update-booth/update-booth.mjs b/components/expofp/actions/update-booth/update-booth.mjs index 17e99ff2e67db..b83e37c5cb597 100644 --- a/components/expofp/actions/update-booth/update-booth.mjs +++ b/components/expofp/actions/update-booth/update-booth.mjs @@ -2,7 +2,7 @@ import expofp from "../../expofp.app.mjs"; export default { name: "Update Booth", - version: "0.0.2", + version: "0.0.3", key: "expofp-update-booth", description: "Updates a booth. [See docs here](https://expofp.docs.apiary.io/#reference/0/update-booth/update-booth)", type: "action", diff --git a/components/expofp/actions/update-exhibitor/update-exhibitor.mjs b/components/expofp/actions/update-exhibitor/update-exhibitor.mjs index f6637740d93d6..902f048993520 100644 --- a/components/expofp/actions/update-exhibitor/update-exhibitor.mjs +++ b/components/expofp/actions/update-exhibitor/update-exhibitor.mjs @@ -4,7 +4,7 @@ import common from "../common/add-or-update-exhibitor.mjs"; export default { ...common, name: "Update Exhibitor", - version: "0.0.2", + version: "0.0.3", key: "expofp-update-exhibitor", description: "Updates an exhibitor. [See docs here](https://expofp.docs.apiary.io/#reference/0/update-exhibitor/update-exhibitor)", type: "action", diff --git a/components/expofp/package.json b/components/expofp/package.json index 973b6a92016fb..baa2feda2336e 100644 --- a/components/expofp/package.json +++ b/components/expofp/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/expofp", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream ExpoFP Components", "main": "expofp.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/expofp", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/f15five/package.json b/components/f15five/package.json index 9ac7bd1adb454..7e440ac446331 100644 --- a/components/f15five/package.json +++ b/components/f15five/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/f15five", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream 15Five Components", "main": "dist/app/f15five.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/f15five", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/facebook_groups/package.json b/components/facebook_groups/package.json index 6800728d0b14f..95fe4804e504b 100644 --- a/components/facebook_groups/package.json +++ b/components/facebook_groups/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/facebook_groups", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Facebook Groups Components", "main": "dist/app/facebook_groups.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/facebook_groups", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/facturadirecta/package.json b/components/facturadirecta/package.json index 97812c031cde7..10f697801bd15 100644 --- a/components/facturadirecta/package.json +++ b/components/facturadirecta/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/facturadirecta", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream FacturaDirecta Components", "main": "dist/app/facturadirecta.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/facturadirecta", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/faire/package.json b/components/faire/package.json index 3f2b77a286eec..e499c271cae1f 100644 --- a/components/faire/package.json +++ b/components/faire/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/faire", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Faire Components", "main": "dist/app/faire.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/faire", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/faunadb/actions/execute-graphql-query/execute-graphql-query.mjs b/components/faunadb/actions/execute-graphql-query/execute-graphql-query.mjs index de403968279ce..5bcb7c5cb3b23 100644 --- a/components/faunadb/actions/execute-graphql-query/execute-graphql-query.mjs +++ b/components/faunadb/actions/execute-graphql-query/execute-graphql-query.mjs @@ -4,7 +4,7 @@ export default { key: "faunadb-execute-graphql-query", name: "Execute GraphQL Query", description: "Performs an arbitrary authorized GraphQL query. [See docs here](https://docs.fauna.com/fauna/current/api/graphql/endpoints#graphql)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { faunadb, diff --git a/components/faunadb/actions/import-graphql-schema/import-graphql-schema.mjs b/components/faunadb/actions/import-graphql-schema/import-graphql-schema.mjs index c547173ac546d..34aefaacf766b 100644 --- a/components/faunadb/actions/import-graphql-schema/import-graphql-schema.mjs +++ b/components/faunadb/actions/import-graphql-schema/import-graphql-schema.mjs @@ -4,7 +4,7 @@ export default { key: "faunadb-import-graphql-schema", name: "Import GraphQL schema", description: "Import graphQL schema to a database. [See docs here](https://docs.fauna.com/fauna/current/api/graphql/endpoints#import)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { faunadb, diff --git a/components/faunadb/actions/read-from-collection/read-from-collection.mjs b/components/faunadb/actions/read-from-collection/read-from-collection.mjs index cca1d56fc7ed2..2fe6d1cf1c58f 100644 --- a/components/faunadb/actions/read-from-collection/read-from-collection.mjs +++ b/components/faunadb/actions/read-from-collection/read-from-collection.mjs @@ -4,7 +4,7 @@ export default { key: "faunadb-read-from-collection", name: "Read From FaunaDB Collection", description: "Reads all documents from a given FaunaDB collection. [See docs here](https://docs.fauna.com/fauna/current/api/fql/functions/documents)", - version: "0.4.3", + version: "0.4.4", type: "action", props: { faunadb, diff --git a/components/faunadb/package.json b/components/faunadb/package.json index 09df8eed82e2a..952b13af3cefe 100644 --- a/components/faunadb/package.json +++ b/components/faunadb/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/faunadb", - "version": "0.3.6", + "version": "0.3.7", "description": "Pipedream Faunadb Components", "main": "faunadb.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/faunadb", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0", "faunadb": "^4.5.4", diff --git a/components/faunadb/sources/changes-to-collection/changes-to-collection.mjs b/components/faunadb/sources/changes-to-collection/changes-to-collection.mjs index d03a03e3f4ac6..7b4f5fbc3beda 100644 --- a/components/faunadb/sources/changes-to-collection/changes-to-collection.mjs +++ b/components/faunadb/sources/changes-to-collection/changes-to-collection.mjs @@ -7,7 +7,7 @@ export default { key: "faunadb-changes-to-collection", name: "New or Removed Documents in a Collection", description: "Emit new event each time you add or remove a document from a specific collection, with the details of the document.", - version: "0.0.8", + version: "0.0.9", dedupe: "unique", // Dedupe events based on the concatenation of event + document ref id props: { timer: { diff --git a/components/fedex/package.json b/components/fedex/package.json index 328321a54e8a2..4efef17fe00dc 100644 --- a/components/fedex/package.json +++ b/components/fedex/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/fedex", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream FedEx Components", "main": "dist/app/fedex.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/fedex", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/feedbin/actions/get-subscriptions/get-subscriptions.mjs b/components/feedbin/actions/get-subscriptions/get-subscriptions.mjs index 987c283772b4c..0e22f578a168a 100644 --- a/components/feedbin/actions/get-subscriptions/get-subscriptions.mjs +++ b/components/feedbin/actions/get-subscriptions/get-subscriptions.mjs @@ -5,7 +5,7 @@ export default { name: "Get Subscriptions", description: "Return all subscriptions. [See the docs here](https://github.com/feedbin/feedbin-api/blob/master/content/subscriptions.md#get-subscriptions).", type: "action", - version: "0.1.2", + version: "0.1.3", props: { feedbin, }, diff --git a/components/feedbin/package.json b/components/feedbin/package.json index 28e64446b721f..492c09c507c2f 100644 --- a/components/feedbin/package.json +++ b/components/feedbin/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/feedbin", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Feedbin Components", "main": "feedbin.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/feedbin", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0" }, diff --git a/components/feedbin/sources/liked-item/liked-item.mjs b/components/feedbin/sources/liked-item/liked-item.mjs index 822db22ee5bc8..e823e6fd398f2 100644 --- a/components/feedbin/sources/liked-item/liked-item.mjs +++ b/components/feedbin/sources/liked-item/liked-item.mjs @@ -7,7 +7,7 @@ export default { name: "New Liked Item", description: "Emit new event when a new item is liked. [See the docs here](https://github.com/feedbin/feedbin-api/blob/master/content/starred-entries.md#get-starred-entries)", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/feedbin/sources/new-search/new-search.mjs b/components/feedbin/sources/new-search/new-search.mjs index 4af5c9f48e357..6a2ef894719f0 100644 --- a/components/feedbin/sources/new-search/new-search.mjs +++ b/components/feedbin/sources/new-search/new-search.mjs @@ -7,7 +7,7 @@ export default { name: "New Search", description: "Emit new event when a new search is created. [See the docs here](https://github.com/feedbin/feedbin-api/blob/master/content/saved-searches.md#get-saved-searches)", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/feedbin/sources/saved-item/saved-item.mjs b/components/feedbin/sources/saved-item/saved-item.mjs index 2add8ab66dc65..bf990c6af98be 100644 --- a/components/feedbin/sources/saved-item/saved-item.mjs +++ b/components/feedbin/sources/saved-item/saved-item.mjs @@ -7,7 +7,7 @@ export default { name: "New Saved Item", description: "Emit new event when a new item is saved. [See the docs here](https://github.com/feedbin/feedbin-api/blob/master/content/entries.md#get-v2entriesjson)", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", props: { ...common.props, diff --git a/components/figma/actions/delete-comment/delete-comment.mjs b/components/figma/actions/delete-comment/delete-comment.mjs index 8ec965f4e468e..3898d699107cc 100644 --- a/components/figma/actions/delete-comment/delete-comment.mjs +++ b/components/figma/actions/delete-comment/delete-comment.mjs @@ -4,7 +4,7 @@ export default { name: "Delete a Comment", description: "Delete a comment to a file. [See the docs here](https://www.figma.com/developers/api#delete-comments-endpoint)", key: "figma-delete-comment", - version: "0.0.1", + version: "0.0.2", type: "action", props: { figmaApp, diff --git a/components/figma/actions/list-comments/list-comments.mjs b/components/figma/actions/list-comments/list-comments.mjs index 03ff4681cc715..2d3facb69dafd 100644 --- a/components/figma/actions/list-comments/list-comments.mjs +++ b/components/figma/actions/list-comments/list-comments.mjs @@ -4,7 +4,7 @@ export default { name: "List Comments", description: "Lists all comments left on a file. [See the docs here](https://www.figma.com/developers/api#get-comments-endpoint)", key: "figma-list-comments", - version: "0.0.1", + version: "0.0.2", type: "action", props: { figmaApp, diff --git a/components/figma/actions/post-a-comment/post-a-comment.mjs b/components/figma/actions/post-a-comment/post-a-comment.mjs index f28ef91ae571a..1584a7abf9ff3 100644 --- a/components/figma/actions/post-a-comment/post-a-comment.mjs +++ b/components/figma/actions/post-a-comment/post-a-comment.mjs @@ -4,7 +4,7 @@ export default { name: "Post a Comment", description: "Posts a comment to a file. [See the docs here](https://www.figma.com/developers/api#post-comments-endpoint)", key: "figma-post-a-comment", - version: "0.0.1", + version: "0.0.2", type: "action", props: { figmaApp, diff --git a/components/figma/package.json b/components/figma/package.json index 9fde893d7a830..9f61b22e9084c 100644 --- a/components/figma/package.json +++ b/components/figma/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/figma", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Figma Components", "main": "figma.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/figma", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/figma/sources/new-comment/new-comment.mjs b/components/figma/sources/new-comment/new-comment.mjs index 112313302f404..b9b33c5349009 100644 --- a/components/figma/sources/new-comment/new-comment.mjs +++ b/components/figma/sources/new-comment/new-comment.mjs @@ -5,7 +5,7 @@ export default { key: "figma-new-comment", name: "New Comment (Instant)", description: "Emit new event when someone comments on a file", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", props: { diff --git a/components/filter/actions/continue-based-on-condition/continue-based-on-condition.mjs b/components/filter/actions/continue-based-on-condition/continue-based-on-condition.mjs index a8c44a1e8d541..7d0759fde14c8 100644 --- a/components/filter/actions/continue-based-on-condition/continue-based-on-condition.mjs +++ b/components/filter/actions/continue-based-on-condition/continue-based-on-condition.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "Continue execution if a condition Is met", - version: "0.0.1", + version: "0.0.2", key: "filter-continue-based-on-condition", description: "Continue workflow execution only if a condition is met", type: "action", diff --git a/components/filter/actions/end-based-on-condition/end-based-on-condition.mjs b/components/filter/actions/end-based-on-condition/end-based-on-condition.mjs index f40b9c986a1f6..1805ad16205bc 100644 --- a/components/filter/actions/end-based-on-condition/end-based-on-condition.mjs +++ b/components/filter/actions/end-based-on-condition/end-based-on-condition.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "End execution if a condition is met", - version: "0.0.1", + version: "0.0.2", key: "filter-end-based-on-condition", description: "End workflow execution if a condition is met", type: "action", diff --git a/components/filter/package.json b/components/filter/package.json index 67e7199069d5e..d8d4dcf06d0d9 100644 --- a/components/filter/package.json +++ b/components/filter/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/filter", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Filter Components", "main": "filter.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/filter", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/firebase_admin_sdk/actions/create-document/create-document.mjs b/components/firebase_admin_sdk/actions/create-document/create-document.mjs index d746e7560730c..e5b9acdec1032 100644 --- a/components/firebase_admin_sdk/actions/create-document/create-document.mjs +++ b/components/firebase_admin_sdk/actions/create-document/create-document.mjs @@ -5,7 +5,7 @@ export default { key: "firebase_admin_sdk-create-document", name: "Create Document", description: "Creates a New Document. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#add)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/firebase_admin_sdk/actions/create-realtime-db-record/create-realtime-db-record.mjs b/components/firebase_admin_sdk/actions/create-realtime-db-record/create-realtime-db-record.mjs index 594b9a7128178..71fd2f96d8ea5 100644 --- a/components/firebase_admin_sdk/actions/create-realtime-db-record/create-realtime-db-record.mjs +++ b/components/firebase_admin_sdk/actions/create-realtime-db-record/create-realtime-db-record.mjs @@ -5,7 +5,7 @@ export default { key: "firebase_admin_sdk-create-realtime-db-record", name: "Create Firebase Realtime Database Record", description: "Creates or replaces a child object within your Firebase Realtime Database. [See the docs here](https://firebase.google.com/docs/reference/js/database#update)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/firebase_admin_sdk/actions/list-documents/list-documents.mjs b/components/firebase_admin_sdk/actions/list-documents/list-documents.mjs index fa8ad3b06be87..a8a7cd62ad6e5 100644 --- a/components/firebase_admin_sdk/actions/list-documents/list-documents.mjs +++ b/components/firebase_admin_sdk/actions/list-documents/list-documents.mjs @@ -5,7 +5,7 @@ export default { key: "firebase_admin_sdk-list-documents", name: "List Documents", description: "Lists documents in a collection. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#listDocuments)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs b/components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs index 97aa551029ec5..49734303e84ce 100644 --- a/components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs +++ b/components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs @@ -5,7 +5,8 @@ import lodash from "lodash"; export default { key: "firebase_admin_sdk-replicate-event-firestore", name: "Save Event to Firestore", - version: "0.4.2", + description: "Saven an event to Firestore", + version: "0.4.3", type: "action", props: { firebase_admin_sdk: { diff --git a/components/firebase_admin_sdk/actions/update-document/update-document.mjs b/components/firebase_admin_sdk/actions/update-document/update-document.mjs index f8ce522a3427e..92d8a73567b5a 100644 --- a/components/firebase_admin_sdk/actions/update-document/update-document.mjs +++ b/components/firebase_admin_sdk/actions/update-document/update-document.mjs @@ -5,7 +5,7 @@ export default { key: "firebase_admin_sdk-update-document", name: "Update Documents", description: "Updates a Document. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/DocumentReference.html#update)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/firebase_admin_sdk/package.json b/components/firebase_admin_sdk/package.json index 4949fa6399c44..e0b3a2333c730 100644 --- a/components/firebase_admin_sdk/package.json +++ b/components/firebase_admin_sdk/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/firebase_admin_sdk", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream Firebase Admin SDK Components", "main": "firebase_admin_sdk.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/firebase_admin_sdk", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@firebase/app-compat": "^0.1.25", "@firebase/app-types": "^0.7.0", diff --git a/components/firebase_admin_sdk/sources/new-child-object/new-child-object.mjs b/components/firebase_admin_sdk/sources/new-child-object/new-child-object.mjs index 8fff49a65a963..3cd353ec1035c 100644 --- a/components/firebase_admin_sdk/sources/new-child-object/new-child-object.mjs +++ b/components/firebase_admin_sdk/sources/new-child-object/new-child-object.mjs @@ -5,7 +5,7 @@ export default { key: "firebase_admin_sdk-new-child-object", name: "New Child Object in a Realtime Database", description: "Emit new event when a new child object is discovered within a specific path", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/firebase_admin_sdk/sources/new-doc-in-firestore-collection/new-doc-in-firestore-collection.mjs b/components/firebase_admin_sdk/sources/new-doc-in-firestore-collection/new-doc-in-firestore-collection.mjs index 1b10ae20924ec..7e225fe83af76 100644 --- a/components/firebase_admin_sdk/sources/new-doc-in-firestore-collection/new-doc-in-firestore-collection.mjs +++ b/components/firebase_admin_sdk/sources/new-doc-in-firestore-collection/new-doc-in-firestore-collection.mjs @@ -5,7 +5,7 @@ export default { key: "firebase_admin_sdk-new-doc-in-firestore-collection", name: "New Document in Firestore Collection", description: "Emit new event when a structured query returns new documents", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/firmalyzer_iotvas/package.json b/components/firmalyzer_iotvas/package.json index 61f18d1ceeb41..02c455e0b4ca0 100644 --- a/components/firmalyzer_iotvas/package.json +++ b/components/firmalyzer_iotvas/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/firmalyzer_iotvas", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Firmalyzer IoTVAS API Components", "main": "dist/app/firmalyzer_iotvas.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/firmalyzer_iotvas", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/float/package.json b/components/float/package.json index 843bb3ec8c08a..0eb4ef6499221 100644 --- a/components/float/package.json +++ b/components/float/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/float", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Float Components", "main": "dist/app/float.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/float", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/follow_up_boss/package.json b/components/follow_up_boss/package.json index c09da57aa421a..d0c959e91ea37 100644 --- a/components/follow_up_boss/package.json +++ b/components/follow_up_boss/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/follow_up_boss", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Follow Up Boss Components", "main": "dist/app/follow_up_boss.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/follow_up_boss", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/formdesk/package.json b/components/formdesk/package.json index 9321f21fdfcb1..5a2541c99f558 100644 --- a/components/formdesk/package.json +++ b/components/formdesk/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/formdesk", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Formdesk Components", "main": "dist/app/formdesk.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/formdesk", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/forms_on_fire/package.json b/components/forms_on_fire/package.json index e2cb30792028b..5a595799e4f12 100644 --- a/components/forms_on_fire/package.json +++ b/components/forms_on_fire/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/forms_on_fire", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Forms On Fire Components", "main": "dist/app/forms_on_fire.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/forms_on_fire", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/formsite/package.json b/components/formsite/package.json index 27d0b1b566364..ba094511d06b9 100644 --- a/components/formsite/package.json +++ b/components/formsite/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/formsite", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Formsite Components", "main": "dist/app/formsite.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/formsite", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/formstack/actions/create-form-submission/create-form-submission.mjs b/components/formstack/actions/create-form-submission/create-form-submission.mjs index cc96e22293919..972875da0e4e7 100644 --- a/components/formstack/actions/create-form-submission/create-form-submission.mjs +++ b/components/formstack/actions/create-form-submission/create-form-submission.mjs @@ -6,7 +6,7 @@ export default { key: "formstack-create-form-submission", name: "Create Form Submission", description: "Create a new submission for the specified form. [See docs here](https://formstack.readme.io/docs/form-id-submission-post)", - version: "0.0.3", + version: "0.0.4", props: { formstack, formId: { diff --git a/components/formstack/actions/create-form/create-form.mjs b/components/formstack/actions/create-form/create-form.mjs index 783d851b96284..aa4b0ded130aa 100644 --- a/components/formstack/actions/create-form/create-form.mjs +++ b/components/formstack/actions/create-form/create-form.mjs @@ -6,7 +6,7 @@ export default { key: "formstack-create-form", name: "Create Form", description: "Create a new form in your account. [See docs here](https://formstack.readme.io/docs/form-post)", - version: "0.0.4", + version: "0.0.5", props: { formstack, name: { diff --git a/components/formstack/actions/get-form/get-form.mjs b/components/formstack/actions/get-form/get-form.mjs index 0a6f0f7eb308f..565f52a60455d 100644 --- a/components/formstack/actions/get-form/get-form.mjs +++ b/components/formstack/actions/get-form/get-form.mjs @@ -5,7 +5,7 @@ export default { key: "formstack-get-form", name: "Get Form", description: "Get the details of the specified form. [See docs here](https://formstack.readme.io/docs/form-id-get)", - version: "0.0.3", + version: "0.0.4", props: { formstack, formId: { diff --git a/components/formstack/package.json b/components/formstack/package.json index e835282ae24d9..01211de7c95c0 100644 --- a/components/formstack/package.json +++ b/components/formstack/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/formstack", - "version": "0.3.6", + "version": "0.3.7", "description": "Pipedream Formstack Components", "main": "formstack.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/formstack", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0" }, diff --git a/components/formstack/sources/new-form-submission/new-form-submission.mjs b/components/formstack/sources/new-form-submission/new-form-submission.mjs index 615bbdf5cb40c..77fa2582d8d11 100644 --- a/components/formstack/sources/new-form-submission/new-form-submission.mjs +++ b/components/formstack/sources/new-form-submission/new-form-submission.mjs @@ -5,7 +5,7 @@ export default { key: "formstack-new-form-submission", name: "New Form Submission (Instant)", description: "Emit new event for each new form submission. [See docs here](https://formstack.readme.io/docs/form-id-webhook-post)", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/formstack/sources/new-form/new-form.mjs b/components/formstack/sources/new-form/new-form.mjs index a91f0581f3e5d..4ccd531f5a31b 100644 --- a/components/formstack/sources/new-form/new-form.mjs +++ b/components/formstack/sources/new-form/new-form.mjs @@ -5,7 +5,7 @@ export default { key: "formstack-new-form", name: "New Form", description: "Emit new event for each new form added. [See docs here](https://formstack.readme.io/docs/form-id-webhook-post)", - version: "0.0.4", + version: "0.0.5", dedupe: "unique", type: "source", props: { diff --git a/components/foxy/package.json b/components/foxy/package.json index 4ae53c2c99c22..5718dc1ccae65 100644 --- a/components/foxy/package.json +++ b/components/foxy/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/foxy", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Foxy Components", "main": "dist/app/foxy.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/foxy", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/fraudlabs_pro/actions/send-sms-verification/send-sms-verification.mjs b/components/fraudlabs_pro/actions/send-sms-verification/send-sms-verification.mjs index ac6cfcbab3210..c19ef04cce899 100644 --- a/components/fraudlabs_pro/actions/send-sms-verification/send-sms-verification.mjs +++ b/components/fraudlabs_pro/actions/send-sms-verification/send-sms-verification.mjs @@ -4,7 +4,7 @@ export default { name: "Send SMS Verification", description: "Send an SMS with verification code and a custom message for authentication purpose. Please refer to the [documentation](https://www.fraudlabspro.com/developer/api/send-verification) for the explanation of the result returned. NOTE: You need to register for an API key before using this REST API. Please visit [Micro Plan](https://www.fraudlabspro.com/sign-up) to sign up for an API key if you do not have one. In addition, you will also have to make sure you have enough SMS credits to send any verification SMS.", key: "fraudlabs_pro-send-sms-verification", - version: "0.0.2", + version: "0.0.3", type: "action", props: { fraudlabsProApp, diff --git a/components/fraudlabs_pro/actions/verify-otp/verify-otp.mjs b/components/fraudlabs_pro/actions/verify-otp/verify-otp.mjs index 555b3d8de4647..381c18c26f7ce 100644 --- a/components/fraudlabs_pro/actions/verify-otp/verify-otp.mjs +++ b/components/fraudlabs_pro/actions/verify-otp/verify-otp.mjs @@ -4,7 +4,7 @@ export default { name: "Get Verification Result", description: "Verify that an OTP sent by the Send SMS Verification API is valid. Please refer to the [documentation](https://www.fraudlabspro.com/developer/api/get-result) for the explanation of the result returned.", key: "fraudlabs_pro-verify-otp", - version: "0.0.2", + version: "0.0.3", type: "action", props: { fraudlabsProApp, diff --git a/components/fraudlabs_pro/package.json b/components/fraudlabs_pro/package.json index f76a3df525aa2..ea4ee3bbf9db6 100644 --- a/components/fraudlabs_pro/package.json +++ b/components/fraudlabs_pro/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/fraudlabs_pro", - "version": "0.3.4", + "version": "0.3.5", "description": "Pipedream Fraudlabs_pro Components", "main": "fraudlabs_pro.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/fraudlabs_pro", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "fraudlabspro-nodejs": "^2.1.0" }, diff --git a/components/freshbooks/package.json b/components/freshbooks/package.json index 0e5ede6434ae1..511a16bec3395 100644 --- a/components/freshbooks/package.json +++ b/components/freshbooks/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/freshbooks", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream FreshBooks Components", "main": "dist/app/freshbooks.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/freshbooks", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/freshdesk/actions/create-company/create-company.mjs b/components/freshdesk/actions/create-company/create-company.mjs index aeaea1f96851b..1af75660bfa23 100644 --- a/components/freshdesk/actions/create-company/create-company.mjs +++ b/components/freshdesk/actions/create-company/create-company.mjs @@ -5,7 +5,7 @@ export default { key: "freshdesk-create-company", name: "Create a Company", description: "Create a company. [See docs here](https://developers.freshdesk.com/api/#companies)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { freshdesk, diff --git a/components/freshdesk/actions/create-contact/create-contact.mjs b/components/freshdesk/actions/create-contact/create-contact.mjs index d926d8aba15b2..7a90967a86707 100644 --- a/components/freshdesk/actions/create-contact/create-contact.mjs +++ b/components/freshdesk/actions/create-contact/create-contact.mjs @@ -5,7 +5,7 @@ export default { key: "freshdesk-create-contact", name: "Create a Contact", description: "Create a contact. [See docs here](https://developers.freshdesk.com/api/#create_contact)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { freshdesk, diff --git a/components/freshdesk/actions/create-ticket/create-ticket.mjs b/components/freshdesk/actions/create-ticket/create-ticket.mjs index 33bb4bb5c64f2..56247aefd628a 100644 --- a/components/freshdesk/actions/create-ticket/create-ticket.mjs +++ b/components/freshdesk/actions/create-ticket/create-ticket.mjs @@ -5,7 +5,7 @@ export default { key: "freshdesk-create-ticket", name: "Create a Ticket", description: "Create a ticket. [See docs here](https://developers.freshdesk.com/api/#tickets)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { freshdesk, diff --git a/components/freshdesk/actions/get-ticket/get-ticket.mjs b/components/freshdesk/actions/get-ticket/get-ticket.mjs index 7525915a42fd7..9eeffe6f1cfb6 100644 --- a/components/freshdesk/actions/get-ticket/get-ticket.mjs +++ b/components/freshdesk/actions/get-ticket/get-ticket.mjs @@ -4,7 +4,7 @@ export default { key: "freshdesk-get-ticket", name: "Get Ticket Details", description: "Get a Ticket. [See docs here](https://developers.freshdesk.com/api/#tickets)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { freshdesk, diff --git a/components/freshdesk/actions/list-all-tickets/list-all-tickets.mjs b/components/freshdesk/actions/list-all-tickets/list-all-tickets.mjs index 8a78723c4b532..c201947a861c8 100644 --- a/components/freshdesk/actions/list-all-tickets/list-all-tickets.mjs +++ b/components/freshdesk/actions/list-all-tickets/list-all-tickets.mjs @@ -5,7 +5,7 @@ export default { key: "freshdesk-list-all-tickets", name: "List All Tickets", description: "Use filters to view only specific tickets (those which match the criteria that you choose). By default, only tickets that have not been deleted or marked as spam will be returned, unless you use the 'deleted' filter.", - version: "0.1.1", + version: "0.1.2", type: "action", props: { freshdesk: { diff --git a/components/freshdesk/package.json b/components/freshdesk/package.json index 9a4f0d943d3b2..fee933e681aaa 100644 --- a/components/freshdesk/package.json +++ b/components/freshdesk/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/freshdesk", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Freshdesk Components", "main": "freshdesk.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/freshdesk", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/freshdesk/sources/new-contact/new-contact.mjs b/components/freshdesk/sources/new-contact/new-contact.mjs index a829811d88dc8..940a40980e949 100644 --- a/components/freshdesk/sources/new-contact/new-contact.mjs +++ b/components/freshdesk/sources/new-contact/new-contact.mjs @@ -6,7 +6,7 @@ export default { key: "freshdesk-new-contact", name: "New Contact", description: "Emit new notifications when a new contact is created", - version: "0.0.2", + version: "0.0.3", type: "source", props: { freshdesk, diff --git a/components/freshdesk/sources/new-ticket/new-ticket.mjs b/components/freshdesk/sources/new-ticket/new-ticket.mjs index 9ce8cd0595588..0917125ce1afb 100644 --- a/components/freshdesk/sources/new-ticket/new-ticket.mjs +++ b/components/freshdesk/sources/new-ticket/new-ticket.mjs @@ -6,7 +6,7 @@ export default { key: "freshdesk-new-ticket", name: "New Ticket", description: "Emit new notifications when a new ticket is created", - version: "0.0.2", + version: "0.0.3", type: "source", props: { freshdesk, diff --git a/components/freshsales/package.json b/components/freshsales/package.json index 03b9faa8bdc08..87c64f1fc7c26 100644 --- a/components/freshsales/package.json +++ b/components/freshsales/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/freshsales", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Freshsales Components", "main": "dist/app/freshsales.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/freshsales", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/frontapp/actions/import-message/import-message.mjs b/components/frontapp/actions/import-message/import-message.mjs index 7e7cab88a9c20..71a7111954735 100644 --- a/components/frontapp/actions/import-message/import-message.mjs +++ b/components/frontapp/actions/import-message/import-message.mjs @@ -5,7 +5,7 @@ export default { key: "frontapp-import-message", name: "Import Message", description: "Appends a new message into an inbox. [See the docs here](https://dev.frontapp.com/reference/import-inbox-message).", - version: "0.1.3", + version: "0.1.4", type: "action", props: { frontApp, diff --git a/components/frontapp/actions/receive-custom-messages/receive-custom-messages.mjs b/components/frontapp/actions/receive-custom-messages/receive-custom-messages.mjs index dc223ab9b165d..f5eb6fb7d8a12 100644 --- a/components/frontapp/actions/receive-custom-messages/receive-custom-messages.mjs +++ b/components/frontapp/actions/receive-custom-messages/receive-custom-messages.mjs @@ -5,7 +5,7 @@ export default { key: "frontapp-receive-custom-messages", name: "Receive Custom Messages", description: "Receive a custom message in Front. [See the docs here](https://dev.frontapp.com/reference/post_channels-channel-id-incoming-messages).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { frontApp, diff --git a/components/frontapp/actions/send-new-message/send-new-message.mjs b/components/frontapp/actions/send-new-message/send-new-message.mjs index 5d6b388e74321..913663a9d7bb3 100644 --- a/components/frontapp/actions/send-new-message/send-new-message.mjs +++ b/components/frontapp/actions/send-new-message/send-new-message.mjs @@ -5,7 +5,7 @@ export default { key: "frontapp-send-new-message", name: "Send New Message", description: "Sends a new message from a channel. It will create a new conversation. [See the docs here](https://dev.frontapp.com/reference/post_channels-channel-id-messages).", - version: "0.2.2", + version: "0.2.3", type: "action", props: { frontApp, diff --git a/components/frontapp/actions/update-conversation/update-conversation.mjs b/components/frontapp/actions/update-conversation/update-conversation.mjs index c71e77c517ebe..76475290a177a 100644 --- a/components/frontapp/actions/update-conversation/update-conversation.mjs +++ b/components/frontapp/actions/update-conversation/update-conversation.mjs @@ -5,7 +5,7 @@ export default { key: "frontapp-update-conversation", name: "Update Conversation", description: "Updates a conversation. [See the docs here](https://dev.frontapp.com/reference/patch_conversations-conversation-id).", - version: "0.1.3", + version: "0.1.4", type: "action", props: { frontApp, diff --git a/components/frontapp/package.json b/components/frontapp/package.json index 73f97a96bb56e..4442a0b201d2d 100644 --- a/components/frontapp/package.json +++ b/components/frontapp/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/frontapp", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Frontapp Components", "main": "frontapp.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/frontapp", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.10.0", "form-data": "^4.0.0" diff --git a/components/fullstory/package.json b/components/fullstory/package.json index 18ee0c22b8722..9a58268b37913 100644 --- a/components/fullstory/package.json +++ b/components/fullstory/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/fullstory", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Fullstory Components", "main": "fullstory.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/fullstory", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.1.1", "crypto-js": "^4.1.1" diff --git a/components/fullstory/sources/custom-event/custom-event.mjs b/components/fullstory/sources/custom-event/custom-event.mjs index 452fabd1d44fd..e6204f5c9f789 100644 --- a/components/fullstory/sources/custom-event/custom-event.mjs +++ b/components/fullstory/sources/custom-event/custom-event.mjs @@ -4,7 +4,7 @@ export default { key: "fullstory-custom-event", name: "New Custom Event", description: "Emit new events when custom events occur. [See the docs here](https://developer.fullstory.com/custom-event)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", ...common, diff --git a/components/fullstory/sources/native-mobile-crash/native-mobile-crash.mjs b/components/fullstory/sources/native-mobile-crash/native-mobile-crash.mjs index 11352e9f3eaa9..9640b0a334e8b 100644 --- a/components/fullstory/sources/native-mobile-crash/native-mobile-crash.mjs +++ b/components/fullstory/sources/native-mobile-crash/native-mobile-crash.mjs @@ -4,7 +4,7 @@ export default { key: "fullstory-native-mobile-crash", name: "New Native Mobile Crash Event", description: "Emit new events when native mobile crash events occur. [See the docs here](https://developer.fullstory.com/native-mobile-crash)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", ...common, diff --git a/components/fullstory/sources/new-event/new-event.mjs b/components/fullstory/sources/new-event/new-event.mjs index 77fbb1512c721..788e076f2b3da 100644 --- a/components/fullstory/sources/new-event/new-event.mjs +++ b/components/fullstory/sources/new-event/new-event.mjs @@ -4,7 +4,7 @@ export default { key: "fullstory-new-event", name: "New Event", description: "Emit new events when configured events occur. [See the docs here](https://developer.fullstory.com/create-endpoint)", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", ...common, diff --git a/components/fullstory/sources/note-created/note-created.mjs b/components/fullstory/sources/note-created/note-created.mjs index f09d7ed87e12a..39c7bca28ecc6 100644 --- a/components/fullstory/sources/note-created/note-created.mjs +++ b/components/fullstory/sources/note-created/note-created.mjs @@ -4,7 +4,7 @@ export default { key: "fullstory-note-created", name: "New Note Created Event", description: "Emit new events when new note created. [See the docs here](https://developer.fullstory.com/note-created)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", ...common, diff --git a/components/fullstory/sources/segment-treshold-alert/segment-treshold-alert.mjs b/components/fullstory/sources/segment-treshold-alert/segment-treshold-alert.mjs index f076b01d126d0..e36ddde720e77 100644 --- a/components/fullstory/sources/segment-treshold-alert/segment-treshold-alert.mjs +++ b/components/fullstory/sources/segment-treshold-alert/segment-treshold-alert.mjs @@ -4,7 +4,7 @@ export default { key: "fullstory-segment-treshold-alert", name: "New Segment Treshold Alert Event", description: "Emit new events when segment treshold alerts occur. [See the docs here](https://developer.fullstory.com/segment-threshold-alert)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", ...common, diff --git a/components/gatekeeper/package.json b/components/gatekeeper/package.json index c1c4a3f4ed571..6507c4686c9a8 100644 --- a/components/gatekeeper/package.json +++ b/components/gatekeeper/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gatekeeper", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Gatekeeper Components", "main": "dist/app/gatekeeper.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/gatekeeper", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/gatherup/actions/create-customer/create-customer.mjs b/components/gatherup/actions/create-customer/create-customer.mjs index 434868f963196..e8688cf07f1fe 100644 --- a/components/gatherup/actions/create-customer/create-customer.mjs +++ b/components/gatherup/actions/create-customer/create-customer.mjs @@ -2,7 +2,7 @@ import gatherup from "../../gatherup.app.mjs"; export default { name: "Create Customer", - version: "0.0.1", + version: "0.0.2", key: "gatherup-create-customer", description: "Creates a customer. [See docs here](https://apidocs.gatherup.com/#fa6d95bf-df57-4e3c-a1f1-2e0438a2e9a6)", type: "action", diff --git a/components/gatherup/package.json b/components/gatherup/package.json index 0182ad5c996b7..8d28408f356b4 100644 --- a/components/gatherup/package.json +++ b/components/gatherup/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gatherup", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Gatherup Components", "main": "gatherup.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/gatherup", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/gatherup/sources/new-feedback-received/new-feedback-received.mjs b/components/gatherup/sources/new-feedback-received/new-feedback-received.mjs index a4473fbedce6c..693ecb5d2b4ed 100644 --- a/components/gatherup/sources/new-feedback-received/new-feedback-received.mjs +++ b/components/gatherup/sources/new-feedback-received/new-feedback-received.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Feedback Received", - version: "0.0.2", + version: "0.0.3", key: "gatherup-new-feedback-received", description: "Emit new event on each new feedback received.", type: "source", diff --git a/components/gatherup/sources/new-negative-feedback-received/new-negative-feedback-received.mjs b/components/gatherup/sources/new-negative-feedback-received/new-negative-feedback-received.mjs index f12a0cf6394a6..8aa99e6300c02 100644 --- a/components/gatherup/sources/new-negative-feedback-received/new-negative-feedback-received.mjs +++ b/components/gatherup/sources/new-negative-feedback-received/new-negative-feedback-received.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Negative Feedback Received", - version: "0.0.2", + version: "0.0.3", key: "gatherup-new-negative-feedback-received", description: "Emit new event on each new negative feedback received.", type: "source", diff --git a/components/gatherup/sources/new-positive-feedback-received/new-positive-feedback-received.mjs b/components/gatherup/sources/new-positive-feedback-received/new-positive-feedback-received.mjs index b50bcce14da8f..c83fcdec000ac 100644 --- a/components/gatherup/sources/new-positive-feedback-received/new-positive-feedback-received.mjs +++ b/components/gatherup/sources/new-positive-feedback-received/new-positive-feedback-received.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Positive Feedback Received", - version: "0.0.2", + version: "0.0.3", key: "gatherup-new-positive-feedback-received", description: "Emit new event on each new positive feedback received.", type: "source", diff --git a/components/geckoboard/package.json b/components/geckoboard/package.json index 06c2651cb24db..a8de231b5a305 100644 --- a/components/geckoboard/package.json +++ b/components/geckoboard/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/geckoboard", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Geckoboard Components", "main": "dist/app/geckoboard.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/geckoboard", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/gender_api/package.json b/components/gender_api/package.json index a7232c53d4004..ce947737d7bf6 100644 --- a/components/gender_api/package.json +++ b/components/gender_api/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gender_api", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Gender API Components", "main": "dist/app/gender_api.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/gender_api", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/getform/package.json b/components/getform/package.json index b9e0e2206724f..45ed2d632b7de 100644 --- a/components/getform/package.json +++ b/components/getform/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/getform", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream getform Components", "main": "getform.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/getform", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/getform/sources/new-submission-received/new-submission-received.mjs b/components/getform/sources/new-submission-received/new-submission-received.mjs index 2ed435429c72e..0a5ea083e19fc 100644 --- a/components/getform/sources/new-submission-received/new-submission-received.mjs +++ b/components/getform/sources/new-submission-received/new-submission-received.mjs @@ -3,7 +3,7 @@ import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; export default { name: "New Submission Received", - version: "0.0.1", + version: "0.0.2", key: "getform-new-submission-received", description: "Emit new event on each new feedback received.", type: "source", diff --git a/components/getprospect/package.json b/components/getprospect/package.json index 80bba7d0f5e05..c0084a0ed601b 100644 --- a/components/getprospect/package.json +++ b/components/getprospect/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/getprospect", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream GetProspect Components", "main": "dist/app/getprospect.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/getprospect", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/getresponse/actions/create-contact/create-contact.mjs b/components/getresponse/actions/create-contact/create-contact.mjs index 0b30bcc4c80f0..e91adfdbcfc78 100644 --- a/components/getresponse/actions/create-contact/create-contact.mjs +++ b/components/getresponse/actions/create-contact/create-contact.mjs @@ -5,7 +5,7 @@ export default { name: "Create Contact", description: "Creates a contact. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/createContact)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { app, campaignId: { diff --git a/components/getresponse/actions/create-newsletter/create-newsletter.mjs b/components/getresponse/actions/create-newsletter/create-newsletter.mjs index e29a928e46345..0f4167e533dca 100644 --- a/components/getresponse/actions/create-newsletter/create-newsletter.mjs +++ b/components/getresponse/actions/create-newsletter/create-newsletter.mjs @@ -6,7 +6,7 @@ export default { name: "Create Newsletter", description: "Creates a new newsletter and puts it in a queue to send. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/createNewsletter)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { app, name: { diff --git a/components/getresponse/actions/create-or-update-contact/create-or-update-contact.mjs b/components/getresponse/actions/create-or-update-contact/create-or-update-contact.mjs index a228814bf62d2..9ebf4600bbc48 100644 --- a/components/getresponse/actions/create-or-update-contact/create-or-update-contact.mjs +++ b/components/getresponse/actions/create-or-update-contact/create-or-update-contact.mjs @@ -6,7 +6,7 @@ export default { name: "Create or Update Contact", description: "Creates or updates a contact if already exists. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/updateContact)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { app, campaignId: { diff --git a/components/getresponse/actions/find-campaign-list/find-campaign-list.mjs b/components/getresponse/actions/find-campaign-list/find-campaign-list.mjs index 89ea2bc1dd4cd..336cb6c93dfb9 100644 --- a/components/getresponse/actions/find-campaign-list/find-campaign-list.mjs +++ b/components/getresponse/actions/find-campaign-list/find-campaign-list.mjs @@ -5,7 +5,7 @@ export default { name: "Find Campaign List", description: "Finds a campaign list by filters. [See the docs here](https://apireference.getresponse.com/?_ga=2.250017859.499257728.1666974700-2116668472.1666974700&_gl=1*8rz7cc*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3OTc1Mi42MC4wLjA.#operation/getCampaignList)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { app, campaignId: { diff --git a/components/getresponse/actions/find-contact/find-contact.mjs b/components/getresponse/actions/find-contact/find-contact.mjs index 5ba0bea4a00e4..33d0abc346d54 100644 --- a/components/getresponse/actions/find-contact/find-contact.mjs +++ b/components/getresponse/actions/find-contact/find-contact.mjs @@ -5,7 +5,7 @@ export default { name: "Find Contact", description: "Finds a contact by filters. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/getContactList)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { app, contactId: { diff --git a/components/getresponse/package.json b/components/getresponse/package.json index 2a43a76dbb957..a192b811f5d70 100644 --- a/components/getresponse/package.json +++ b/components/getresponse/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/getresponse", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Getresponse Components", "main": "getresponse.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/getresponse", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0" }, diff --git a/components/getresponse/sources/new-contact/new-contact.mjs b/components/getresponse/sources/new-contact/new-contact.mjs index b18abfb505d50..1ae272e8046b3 100644 --- a/components/getresponse/sources/new-contact/new-contact.mjs +++ b/components/getresponse/sources/new-contact/new-contact.mjs @@ -7,7 +7,7 @@ export default { name: "New Contact", description: "Emit new event when a contact is created. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/getContactList)", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/getresponse/sources/new-form/new-form.mjs b/components/getresponse/sources/new-form/new-form.mjs index 16fee83b2dd1a..98f2d6fa128f8 100644 --- a/components/getresponse/sources/new-form/new-form.mjs +++ b/components/getresponse/sources/new-form/new-form.mjs @@ -7,7 +7,7 @@ export default { name: "New Form", description: "Emit new event when a form is created. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/getFormList)", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/getresponse/sources/new-landing-page/new-landing-page.mjs b/components/getresponse/sources/new-landing-page/new-landing-page.mjs index 88ee7645335c4..c36d9395966c2 100644 --- a/components/getresponse/sources/new-landing-page/new-landing-page.mjs +++ b/components/getresponse/sources/new-landing-page/new-landing-page.mjs @@ -7,7 +7,7 @@ export default { name: "New Landing Page", description: "Emit new event when a landing page is created. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/getLandingPageList)", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/getresponse/sources/new-newsletter/new-newsletter.mjs b/components/getresponse/sources/new-newsletter/new-newsletter.mjs index 9ee023dda6714..5775bb4de638d 100644 --- a/components/getresponse/sources/new-newsletter/new-newsletter.mjs +++ b/components/getresponse/sources/new-newsletter/new-newsletter.mjs @@ -7,7 +7,7 @@ export default { name: "New Newsletter", description: "Emit new event when a newsletter is created. [See the docs here](https://apireference.getresponse.com/?_ga=2.47520738.499257728.1666974700-2116668472.1666974700&_gl=1*1f3h009*_ga*MjExNjY2ODQ3Mi4xNjY2OTc0NzAw*_ga_EQ6LD9QEJB*MTY2Njk3NzM0Ny4yLjEuMTY2Njk3ODQ3OS4zNi4wLjA.#operation/getNewsletterList)", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/getscreenshot/package.json b/components/getscreenshot/package.json index 1e7f065862032..ddd7edcbb0056 100644 --- a/components/getscreenshot/package.json +++ b/components/getscreenshot/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/getscreenshot", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream GetScreenshot Components", "main": "dist/app/getscreenshot.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/getscreenshot", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/getswift/package.json b/components/getswift/package.json index 4a11015e95381..3db531571f481 100644 --- a/components/getswift/package.json +++ b/components/getswift/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/getswift", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Getswift Components", "main": "dist/app/getswift.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/getswift", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/ghost_org_admin_api/actions/create-member/create-member.mjs b/components/ghost_org_admin_api/actions/create-member/create-member.mjs index 8351e6bd2ab06..b4071a7e335ca 100644 --- a/components/ghost_org_admin_api/actions/create-member/create-member.mjs +++ b/components/ghost_org_admin_api/actions/create-member/create-member.mjs @@ -4,7 +4,7 @@ export default { key: "ghost_org_admin_api-create-member", name: "Create Member", description: "Create a new member in Ghost. [See the docs here](https://ghost.org/docs/admin-api/#creating-a-member)", - version: "0.0.3", + version: "0.0.4", type: "action", props: { app, diff --git a/components/ghost_org_admin_api/actions/create-post/create-post.mjs b/components/ghost_org_admin_api/actions/create-post/create-post.mjs index b837e51c6c9d6..29479a783fa34 100644 --- a/components/ghost_org_admin_api/actions/create-post/create-post.mjs +++ b/components/ghost_org_admin_api/actions/create-post/create-post.mjs @@ -5,7 +5,7 @@ export default { name: "Create post", description: "Create a post. [See the docs here](https://ghost.org/docs/admin-api/#creating-a-post).", type: "action", - version: "0.0.2", + version: "0.0.3", props: { ghostAdminApi, title: { diff --git a/components/ghost_org_admin_api/actions/update-member/update-member.mjs b/components/ghost_org_admin_api/actions/update-member/update-member.mjs index 7fde7dedc9433..bae739f3e64aa 100644 --- a/components/ghost_org_admin_api/actions/update-member/update-member.mjs +++ b/components/ghost_org_admin_api/actions/update-member/update-member.mjs @@ -4,7 +4,7 @@ export default { key: "ghost_org_admin_api-update-member", name: "Update Member", description: "Update a member in Ghost. [See the docs here](https://ghost.org/docs/admin-api/#updating-a-member)", - version: "0.0.3", + version: "0.0.4", type: "action", props: { app, diff --git a/components/ghost_org_admin_api/package.json b/components/ghost_org_admin_api/package.json index 2226296713c40..f5fd24a18181f 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.1", + "version": "0.1.2", "description": "Pipedream Ghost_org_admin_api Components", "main": "ghost_org_admin_api.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/ghost_org_admin_api", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.0.0", "jsonwebtoken": "^9.0.0" 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 e49830626a3e6..fb4206b409bfe 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.8", + version: "0.0.9", 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 1ee9e5d7d0e03..2139674cbcf47 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.8", + version: "0.0.9", 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 309be5873b7eb..c8bdf49b3a145 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.8", + version: "0.0.9", 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 989688dab2e09..d5f4eb5f5e904 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.8", + version: "0.0.9", 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 a95f75ab0f4d1..c1ef53441dd63 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.8", + version: "0.0.9", 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 9764944b4f218..ac4032a116697 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.8", + version: "0.0.9", methods: { ...common.methods, getEvent() { diff --git a/components/ghost_org_content_api/actions/find-author/find-author.mjs b/components/ghost_org_content_api/actions/find-author/find-author.mjs index 49447054a574f..8a58bb5ded3bb 100644 --- a/components/ghost_org_content_api/actions/find-author/find-author.mjs +++ b/components/ghost_org_content_api/actions/find-author/find-author.mjs @@ -7,7 +7,7 @@ export default { name: "Find author", description: "Find an author. [See the docs here](https://ghost.org/docs/content-api/#authors).", type: "action", - version: "0.0.1", + version: "0.0.2", props: { ghostContentApi, name: { diff --git a/components/ghost_org_content_api/package.json b/components/ghost_org_content_api/package.json index d95375d2448f1..e694450427c32 100644 --- a/components/ghost_org_content_api/package.json +++ b/components/ghost_org_content_api/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ghost_org_content_api", - "version": "0.1.2", + "version": "0.1.3", "description": "Pipedream Ghost_org_content_api Components", "main": "ghost_org_content_api.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/ghost_org_content_api", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0" }, diff --git a/components/ghost_org_content_api/sources/new-author/new-author.mjs b/components/ghost_org_content_api/sources/new-author/new-author.mjs index a643caeba2584..55428d682c11e 100644 --- a/components/ghost_org_content_api/sources/new-author/new-author.mjs +++ b/components/ghost_org_content_api/sources/new-author/new-author.mjs @@ -7,7 +7,7 @@ export default { key: "ghost_org_content_api-new-author", name: "New Author", description: "Emit new event for each new author added on a site.", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...common.methods, diff --git a/components/giphy/actions/search-gifs-stickers/search-gifs-stickers.mjs b/components/giphy/actions/search-gifs-stickers/search-gifs-stickers.mjs index 097e5a59cbb37..16054d677c59f 100644 --- a/components/giphy/actions/search-gifs-stickers/search-gifs-stickers.mjs +++ b/components/giphy/actions/search-gifs-stickers/search-gifs-stickers.mjs @@ -5,7 +5,7 @@ export default { name: "Search Gifs/Stickers", description: "Searches all GIPHY gifs or stickers for a word or phrase. [See the docs here](https://developers.giphy.com/docs/api/endpoint#search).", key: "giphy-search-gifs-stickers", - version: "0.0.1", + version: "0.0.2", type: "action", props: { giphyApp, diff --git a/components/giphy/actions/translate-term-to-a-gif-sticker/translate-term-to-a-gif-sticker.mjs b/components/giphy/actions/translate-term-to-a-gif-sticker/translate-term-to-a-gif-sticker.mjs index d2d5649bc3e9e..03d3bf02a0295 100644 --- a/components/giphy/actions/translate-term-to-a-gif-sticker/translate-term-to-a-gif-sticker.mjs +++ b/components/giphy/actions/translate-term-to-a-gif-sticker/translate-term-to-a-gif-sticker.mjs @@ -4,7 +4,7 @@ export default { name: "Translate a Word to a Gif/Sticker", description: "Translates or convert a word or phrase to the perfect Gif or Sticker using GIPHY's special sauce algorithm. [See the docs here](https://developers.giphy.com/docs/api/endpoint#translate).", key: "giphy-translate-term-to-a-gif-sticker", - version: "0.0.1", + version: "0.0.2", type: "action", props: { giphyApp, diff --git a/components/giphy/actions/upload-a-gif/upload-a-gif.mjs b/components/giphy/actions/upload-a-gif/upload-a-gif.mjs index c6c24f47636f4..aa7b878fda899 100644 --- a/components/giphy/actions/upload-a-gif/upload-a-gif.mjs +++ b/components/giphy/actions/upload-a-gif/upload-a-gif.mjs @@ -5,7 +5,7 @@ export default { name: "Upload a Gif", description: "Uploads a Gif or video file up to 100MB programmatically on GIPHY.com [See the docs here](https://developers.giphy.com/docs/api/endpoint#upload).", key: "giphy-upload-gif", - version: "0.0.1", + version: "0.0.2", type: "action", props: { giphyApp, diff --git a/components/giphy/package.json b/components/giphy/package.json index 90d244749ac99..405cff04abb55 100644 --- a/components/giphy/package.json +++ b/components/giphy/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/giphy", - "version": "0.3.4", + "version": "0.3.5", "description": "Pipedream Giphy Components", "main": "giphy.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/giphy", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/gist/package.json b/components/gist/package.json index 1aefeddfdb4cc..bcddb10cf6db1 100644 --- a/components/gist/package.json +++ b/components/gist/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gist", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Gist Components", "main": "dist/app/gist.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/gist", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/github/actions/create-branch/create-branch.mjs b/components/github/actions/create-branch/create-branch.mjs index 4e616349aa145..63a3172239920 100644 --- a/components/github/actions/create-branch/create-branch.mjs +++ b/components/github/actions/create-branch/create-branch.mjs @@ -4,7 +4,7 @@ export default { key: "github-create-branch", name: "Create Branch", description: "Create a new branch in a Github repo. [See docs here](https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#create-a-reference)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { github, diff --git a/components/github/actions/create-issue-comment/create-issue-comment.mjs b/components/github/actions/create-issue-comment/create-issue-comment.mjs index 07c7a023abf21..f7ec8450e7721 100644 --- a/components/github/actions/create-issue-comment/create-issue-comment.mjs +++ b/components/github/actions/create-issue-comment/create-issue-comment.mjs @@ -4,7 +4,7 @@ export default { key: "github-create-issue-comment", name: "Create Issue Comment", description: "Create a new comment in a issue. [See docs here](https://docs.github.com/en/rest/issues/comments#create-an-issue-comment)", - version: "0.0.7", + version: "0.0.8", type: "action", props: { github, diff --git a/components/github/actions/create-issue/create-issue.mjs b/components/github/actions/create-issue/create-issue.mjs index e45019f9c2f5f..1a2ce42c670b2 100644 --- a/components/github/actions/create-issue/create-issue.mjs +++ b/components/github/actions/create-issue/create-issue.mjs @@ -4,7 +4,7 @@ export default { key: "github-create-issue", name: "Create Issue", description: "Create a new issue in a Gihub repo. [See docs here](https://docs.github.com/en/rest/issues/issues#create-an-issue)", - version: "0.2.6", + version: "0.2.7", type: "action", props: { github, diff --git a/components/github/actions/create-or-update-file-contents/create-or-update-file-contents.mjs b/components/github/actions/create-or-update-file-contents/create-or-update-file-contents.mjs index 8e6ade8e6a2c1..fdb4ecfa9fb14 100644 --- a/components/github/actions/create-or-update-file-contents/create-or-update-file-contents.mjs +++ b/components/github/actions/create-or-update-file-contents/create-or-update-file-contents.mjs @@ -4,7 +4,7 @@ export default { key: "github-create-or-update-file-contents", name: "Create or update file contents", description: "Create or update a file in a repository. This will replace an existing file. [See docs here](https://docs.github.com/en/rest/repos/contents#create-or-update-file-contents)", - version: "0.0.3", + version: "0.0.4", type: "action", props: { github, diff --git a/components/github/actions/create-repository/create-repository.mjs b/components/github/actions/create-repository/create-repository.mjs index ae7291a2e2df3..41e1795d8ccac 100644 --- a/components/github/actions/create-repository/create-repository.mjs +++ b/components/github/actions/create-repository/create-repository.mjs @@ -4,7 +4,7 @@ export default { key: "github-create-repository", name: "Create Repository", description: "Creates a new repository for the authenticated user. [See docs here](https://docs.github.com/en/rest/repos/repos#create-a-repository-for-the-authenticated-user)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { github, diff --git a/components/github/actions/get-issue-assignees/get-issue-assignees.mjs b/components/github/actions/get-issue-assignees/get-issue-assignees.mjs index 3a355db4294e8..b4a45bb692226 100644 --- a/components/github/actions/get-issue-assignees/get-issue-assignees.mjs +++ b/components/github/actions/get-issue-assignees/get-issue-assignees.mjs @@ -4,7 +4,7 @@ export default { key: "github-get-issue-assignees", name: "Get Issue Assignees", description: "Get assignees for an issue in a Gihub repo. [See docs here](https://docs.github.com/en/rest/issues/issues#get-an-issue)", - version: "0.0.7", + version: "0.0.8", type: "action", props: { github, diff --git a/components/github/actions/get-repository-content/get-repository-content.mjs b/components/github/actions/get-repository-content/get-repository-content.mjs index d4d06978c2d57..05cfe92db910a 100644 --- a/components/github/actions/get-repository-content/get-repository-content.mjs +++ b/components/github/actions/get-repository-content/get-repository-content.mjs @@ -8,7 +8,7 @@ export default { Get the content of a file or directory in a specific repository. [See docs here](https://docs.github.com/en/rest/repos/contents#get-repository-content) `), - version: "0.0.6", + version: "0.0.7", type: "action", props: { github, diff --git a/components/github/actions/get-repository/get-repository.mjs b/components/github/actions/get-repository/get-repository.mjs index 2f03720e717d3..cf9a7a307a15f 100644 --- a/components/github/actions/get-repository/get-repository.mjs +++ b/components/github/actions/get-repository/get-repository.mjs @@ -4,7 +4,7 @@ export default { key: "github-get-repository", name: "Get Repository", description: "Get specific repository. [See docs here](https://docs.github.com/en/rest/repos/repos#get-a-repository)", - version: "0.0.7", + version: "0.0.8", type: "action", props: { github, diff --git a/components/github/actions/get-reviewers/get-reviewers.mjs b/components/github/actions/get-reviewers/get-reviewers.mjs index 1cb3b2b34221b..9113d38b29258 100644 --- a/components/github/actions/get-reviewers/get-reviewers.mjs +++ b/components/github/actions/get-reviewers/get-reviewers.mjs @@ -6,7 +6,7 @@ export default { key: "github-get-reviewers", name: "Get Reviewers", description: "Get reviewers for a PR ([see docs](https://docs.github.com/en/rest/pulls/reviews#list-reviews-for-a-pull-request)) or Commit SHA ([see docs](https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit)).", - version: "0.0.7", + version: "0.0.8", type: "action", props: { github, diff --git a/components/github/actions/search-issues-and-pull-requests/search-issues-and-pull-requests.mjs b/components/github/actions/search-issues-and-pull-requests/search-issues-and-pull-requests.mjs index 0891eb77719d0..e85334618dc1c 100644 --- a/components/github/actions/search-issues-and-pull-requests/search-issues-and-pull-requests.mjs +++ b/components/github/actions/search-issues-and-pull-requests/search-issues-and-pull-requests.mjs @@ -4,7 +4,7 @@ export default { key: "github-search-issues-and-pull-requests", name: "Search Issues and Pull Requests", description: "Find issues and pull requests by state and keyword. [See docs here](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests)", - version: "0.1.6", + version: "0.1.7", type: "action", props: { github, diff --git a/components/github/actions/update-issue/update-issue.mjs b/components/github/actions/update-issue/update-issue.mjs index a57b5820a8f1d..72d51d9a82ff6 100644 --- a/components/github/actions/update-issue/update-issue.mjs +++ b/components/github/actions/update-issue/update-issue.mjs @@ -4,7 +4,7 @@ export default { key: "github-update-issue", name: "Update Issue", description: "Update a new issue in a Gihub repo. [See docs here](https://docs.github.com/en/rest/issues/issues#update-an-issue)", - version: "0.1.6", + version: "0.1.7", type: "action", props: { github, diff --git a/components/github/package.json b/components/github/package.json index 7184f1426d44b..474a7bf6b0658 100644 --- a/components/github/package.json +++ b/components/github/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/github", - "version": "0.3.10", + "version": "0.3.11", "description": "Pipedream Github Components", "main": "github.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/github", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@octokit/core": "^4.0.4", "@octokit/plugin-paginate-rest": "^2.17.0", diff --git a/components/github/sources/new-card-in-column/new-card-in-column.mjs b/components/github/sources/new-card-in-column/new-card-in-column.mjs index 6e451b8aca276..eafee0d27acc9 100644 --- a/components/github/sources/new-card-in-column/new-card-in-column.mjs +++ b/components/github/sources/new-card-in-column/new-card-in-column.mjs @@ -6,7 +6,7 @@ export default { key: "github-new-card-in-column", name: "New Card in Column (Classic Projects)", description: "Emit new event when a (classic) project card is created or moved to a specific column. For Projects V2 use `New Issue with Status` trigger. [More information here](https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board)", - version: "0.1.7", + version: "0.1.8", type: "source", props: { ...common.props, diff --git a/components/github/sources/new-commit/new-commit.mjs b/components/github/sources/new-commit/new-commit.mjs index 09b861d6104ec..a97707f9e39f1 100644 --- a/components/github/sources/new-commit/new-commit.mjs +++ b/components/github/sources/new-commit/new-commit.mjs @@ -6,7 +6,7 @@ export default { key: "github-new-commit", name: "New Commit (Instant)", description: "Emit new events on new commits to a repo or branch", - version: "0.1.7", + version: "0.1.8", type: "source", dedupe: "unique", props: { diff --git a/components/github/sources/new-gist/new-gist.mjs b/components/github/sources/new-gist/new-gist.mjs index 466b6acc01d90..7a3d08e5eded4 100644 --- a/components/github/sources/new-gist/new-gist.mjs +++ b/components/github/sources/new-gist/new-gist.mjs @@ -5,7 +5,7 @@ export default { key: "github-new-gist", name: "New Gist", description: "Emit new events when new gists are created by the authenticated user", - version: "0.1.6", + version: "0.1.7", type: "source", dedupe: "unique", async run() { diff --git a/components/github/sources/new-issue-with-status/new-issue-with-status.mjs b/components/github/sources/new-issue-with-status/new-issue-with-status.mjs index 0e7f40e41dbe7..9d02ffea91dfd 100644 --- a/components/github/sources/new-issue-with-status/new-issue-with-status.mjs +++ b/components/github/sources/new-issue-with-status/new-issue-with-status.mjs @@ -7,7 +7,7 @@ export default { key: "github-new-issue-with-status", name: "New Issue with Status (Projects V2)", description: "Emit new event when a project issue is tagged with a specific status. Currently supports Organization Projects only. [More information here](https://docs.github.com/en/issues/planning-and-tracking-with-projects/managing-items-in-your-project/adding-items-to-your-project)", - version: "0.0.7", + version: "0.0.8", type: "source", dedupe: "unique", props: { diff --git a/components/github/sources/new-mention/new-mention.mjs b/components/github/sources/new-mention/new-mention.mjs index 417e894b1c9cc..c65b0e1454b9a 100644 --- a/components/github/sources/new-mention/new-mention.mjs +++ b/components/github/sources/new-mention/new-mention.mjs @@ -5,7 +5,7 @@ export default { key: "github-new-mention", name: "New Mention", description: "Emit new events when you are @mentioned in a new commit, comment, issue or pull request", - version: "0.1.6", + version: "0.1.7", type: "source", hooks: { async activate() { diff --git a/components/github/sources/new-notification/new-notification.mjs b/components/github/sources/new-notification/new-notification.mjs index a681dcc29679d..7bea4526f7bcd 100644 --- a/components/github/sources/new-notification/new-notification.mjs +++ b/components/github/sources/new-notification/new-notification.mjs @@ -5,7 +5,7 @@ export default { key: "github-new-notification", name: "New Notification", description: "Emit new events when you received a new notification", - version: "0.1.6", + version: "0.1.7", type: "source", dedupe: "unique", async run() { diff --git a/components/github/sources/new-organization/new-organization.mjs b/components/github/sources/new-organization/new-organization.mjs index abf321a327e01..5919f882a462b 100644 --- a/components/github/sources/new-organization/new-organization.mjs +++ b/components/github/sources/new-organization/new-organization.mjs @@ -5,7 +5,7 @@ export default { key: "github-new-organization", name: "New Organization", description: "Emit new events when the authenticated user is added to a new organization", - version: "0.1.6", + version: "0.1.7", type: "source", dedupe: "unique", async run() { diff --git a/components/github/sources/new-repository/new-repository.mjs b/components/github/sources/new-repository/new-repository.mjs index 762a1bfed2da5..284c48a556344 100644 --- a/components/github/sources/new-repository/new-repository.mjs +++ b/components/github/sources/new-repository/new-repository.mjs @@ -5,7 +5,7 @@ export default { key: "github-new-repository", name: "New Repository", description: "Emit new events when new repositories are created", - version: "0.1.6", + version: "0.1.7", type: "source", dedupe: "unique", async run() { diff --git a/components/github/sources/new-review-request/new-review-request.mjs b/components/github/sources/new-review-request/new-review-request.mjs index ba11d113b3d08..958f84ada0ca0 100644 --- a/components/github/sources/new-review-request/new-review-request.mjs +++ b/components/github/sources/new-review-request/new-review-request.mjs @@ -5,7 +5,7 @@ export default { key: "github-new-review-request", name: "New Review Request", description: "Emit new events when you or a team you're a member of are requested to review a pull request", - version: "0.1.6", + version: "0.1.7", type: "source", dedupe: "unique", async run() { diff --git a/components/github/sources/new-security-alert/new-security-alert.mjs b/components/github/sources/new-security-alert/new-security-alert.mjs index 3746092f417c2..3362d59075250 100644 --- a/components/github/sources/new-security-alert/new-security-alert.mjs +++ b/components/github/sources/new-security-alert/new-security-alert.mjs @@ -5,7 +5,7 @@ export default { key: "github-new-security-alert", name: "New Security Alert", description: "Emit new events when GitHub discovers a security vulnerability in one of your repositories", - version: "0.1.8", + version: "0.1.9", type: "source", dedupe: "unique", async run() { diff --git a/components/github/sources/new-team/new-team.mjs b/components/github/sources/new-team/new-team.mjs index 68907e713d50f..528ae7a44ed3f 100644 --- a/components/github/sources/new-team/new-team.mjs +++ b/components/github/sources/new-team/new-team.mjs @@ -5,7 +5,7 @@ export default { key: "github-new-team", name: "New Team", description: "Emit new events when the user is added to a new team", - version: "0.1.6", + version: "0.1.7", type: "source", dedupe: "unique", async run() { diff --git a/components/github/sources/webhook-events/webhook-events.mjs b/components/github/sources/webhook-events/webhook-events.mjs index f6cf7e68a5875..4bc24fc7f241f 100644 --- a/components/github/sources/webhook-events/webhook-events.mjs +++ b/components/github/sources/webhook-events/webhook-events.mjs @@ -7,7 +7,7 @@ export default { name: "New Webhook Event (Instant)", description: "Emit new event for each selected event type", type: "source", - version: "0.0.9", + version: "0.0.10", props: { ...common.props, events: { diff --git a/components/gitlab/actions/create-branch/create-branch.mjs b/components/gitlab/actions/create-branch/create-branch.mjs index 658d6cb8cdca0..bd3691aac59ee 100644 --- a/components/gitlab/actions/create-branch/create-branch.mjs +++ b/components/gitlab/actions/create-branch/create-branch.mjs @@ -4,7 +4,7 @@ export default { key: "gitlab-create-branch", name: "Create Branch", description: "Create a new branch in the repository. [See docs](https://docs.gitlab.com/ee/api/branches.html#create-repository-branch)", - version: "0.3.0", + version: "0.3.1", type: "action", props: { gitlab, diff --git a/components/gitlab/actions/create-epic/create-epic.mjs b/components/gitlab/actions/create-epic/create-epic.mjs index 301c475a23733..358be7abc0bb9 100644 --- a/components/gitlab/actions/create-epic/create-epic.mjs +++ b/components/gitlab/actions/create-epic/create-epic.mjs @@ -5,7 +5,7 @@ export default { key: "gitlab-create-epic", name: "Create Epic", description: "Creates a new epic. [See docs](https://docs.gitlab.com/ee/api/epics.html#new-epic)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { gitlab, diff --git a/components/gitlab/actions/create-issue/create-issue.mjs b/components/gitlab/actions/create-issue/create-issue.mjs index 812f77dab8d3b..0cf8b0659a7b6 100644 --- a/components/gitlab/actions/create-issue/create-issue.mjs +++ b/components/gitlab/actions/create-issue/create-issue.mjs @@ -5,7 +5,7 @@ export default { key: "gitlab-create-issue", name: "Create issue", description: "Creates a new issue. [See docs](https://docs.gitlab.com/ee/api/issues.html#new-issue)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { gitlab, diff --git a/components/gitlab/actions/edit-issue/edit-issue.mjs b/components/gitlab/actions/edit-issue/edit-issue.mjs index 45f7f1ca949c0..f8555aeac16ed 100644 --- a/components/gitlab/actions/edit-issue/edit-issue.mjs +++ b/components/gitlab/actions/edit-issue/edit-issue.mjs @@ -5,7 +5,7 @@ export default { key: "gitlab-edit-issue", name: "Edit Issue", description: "Updates an existing project issue. [See docs](https://docs.gitlab.com/ee/api/issues.html#edit-issue)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { gitlab, diff --git a/components/gitlab/actions/get-issue/get-issue.mjs b/components/gitlab/actions/get-issue/get-issue.mjs index ced7289434891..52da3dd4dca2e 100644 --- a/components/gitlab/actions/get-issue/get-issue.mjs +++ b/components/gitlab/actions/get-issue/get-issue.mjs @@ -4,7 +4,7 @@ export default { key: "gitlab-get-issue", name: "Get Issue", description: "Gets a single issue from repository. [See docs](https://docs.gitlab.com/ee/api/issues.html#single-project-issue)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { gitlab, diff --git a/components/gitlab/actions/get-repo-branch/get-repo-branch.mjs b/components/gitlab/actions/get-repo-branch/get-repo-branch.mjs index 4fd504b685c4d..f480338ae5fc7 100644 --- a/components/gitlab/actions/get-repo-branch/get-repo-branch.mjs +++ b/components/gitlab/actions/get-repo-branch/get-repo-branch.mjs @@ -4,7 +4,7 @@ export default { key: "gitlab-get-repo-branch", name: "Get Repo Branch", description: "Get a single project repository branch. [See docs](https://docs.gitlab.com/ee/api/branches.html#get-single-repository-branch)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { gitlab, diff --git a/components/gitlab/actions/list-commits/list-commits.mjs b/components/gitlab/actions/list-commits/list-commits.mjs index d0e654fb1e0d6..35d9f55485a5f 100644 --- a/components/gitlab/actions/list-commits/list-commits.mjs +++ b/components/gitlab/actions/list-commits/list-commits.mjs @@ -5,7 +5,7 @@ export default { key: "gitlab-list-commits", name: "List Commits", description: "List commits in a repository branch. [See docs](https://docs.gitlab.com/ee/api/commits.html#list-repository-commits)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { gitlab, diff --git a/components/gitlab/actions/list-repo-branches/list-repo-branches.mjs b/components/gitlab/actions/list-repo-branches/list-repo-branches.mjs index f32f591d3de1d..3692095b85b12 100644 --- a/components/gitlab/actions/list-repo-branches/list-repo-branches.mjs +++ b/components/gitlab/actions/list-repo-branches/list-repo-branches.mjs @@ -4,7 +4,7 @@ export default { key: "gitlab-list-repo-branches", name: "List Repo Branches", description: "Get a list of repository branches from a project. [See docs](https://docs.gitlab.com/ee/api/branches.html#list-repository-branches)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { gitlab, diff --git a/components/gitlab/actions/search-issues/search-issues.mjs b/components/gitlab/actions/search-issues/search-issues.mjs index 7f4f41cedd7ed..a310377a00f6b 100644 --- a/components/gitlab/actions/search-issues/search-issues.mjs +++ b/components/gitlab/actions/search-issues/search-issues.mjs @@ -6,7 +6,7 @@ export default { key: "gitlab-search-issues", name: "Search Issues", description: "Search for issues in a repository with a query. [See docs](https://docs.gitlab.com/ee/api/issues.html#list-issues)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { gitlab, diff --git a/components/gitlab/actions/update-epic/update-epic.mjs b/components/gitlab/actions/update-epic/update-epic.mjs index 1d00b9476f586..8b8b88881c651 100644 --- a/components/gitlab/actions/update-epic/update-epic.mjs +++ b/components/gitlab/actions/update-epic/update-epic.mjs @@ -5,7 +5,7 @@ export default { key: "gitlab-update-epic", name: "Update Epic", description: "Updates an epic. [See docs](https://docs.gitlab.com/ee/api/epics.html#update-epic)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { gitlab, diff --git a/components/gitlab/package.json b/components/gitlab/package.json index b84ec8085be91..1f5fc340fb348 100644 --- a/components/gitlab/package.json +++ b/components/gitlab/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gitlab", - "version": "0.4.3", + "version": "0.4.4", "description": "Pipedream Gitlab Components", "main": "gitlab.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/gitlab", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@gitbeaker/node": "^35.5.0", "@pipedream/platform": "^1.2.0", diff --git a/components/gitlab/sources/new-audit-event/new-audit-event.mjs b/components/gitlab/sources/new-audit-event/new-audit-event.mjs index 2cc30175f64d9..672f2107068b1 100644 --- a/components/gitlab/sources/new-audit-event/new-audit-event.mjs +++ b/components/gitlab/sources/new-audit-event/new-audit-event.mjs @@ -12,7 +12,7 @@ export default { key: "gitlab-new-audit-event", name: "New Audit Event (Instant)", description: "Emit new event when a new audit event is created", - version: "0.1.1", + version: "0.1.2", dedupe: "unique", type: "source", props: { diff --git a/components/gitlab/sources/new-branch/new-branch.mjs b/components/gitlab/sources/new-branch/new-branch.mjs index 7e5267d2cc818..0478322fabc8b 100644 --- a/components/gitlab/sources/new-branch/new-branch.mjs +++ b/components/gitlab/sources/new-branch/new-branch.mjs @@ -6,7 +6,7 @@ export default { key: "gitlab-new-branch", name: "New Branch (Instant)", description: "Emit new event when a new branch is created", - version: "0.1.0", + version: "0.1.1", dedupe: "unique", type: "source", hooks: { diff --git a/components/gitlab/sources/new-commit-comment/new-commit-comment.mjs b/components/gitlab/sources/new-commit-comment/new-commit-comment.mjs index cc81595eb79dc..a0a8b9462c42c 100644 --- a/components/gitlab/sources/new-commit-comment/new-commit-comment.mjs +++ b/components/gitlab/sources/new-commit-comment/new-commit-comment.mjs @@ -6,7 +6,7 @@ export default { key: "gitlab-new-commit-comment", name: "New Commit Comment (Instant)", description: "Emit new event when a commit receives a comment", - version: "0.1.0", + version: "0.1.1", dedupe: "unique", type: "source", hooks: { diff --git a/components/gitlab/sources/new-commit/new-commit.mjs b/components/gitlab/sources/new-commit/new-commit.mjs index df19df6fea9f5..835a088623882 100644 --- a/components/gitlab/sources/new-commit/new-commit.mjs +++ b/components/gitlab/sources/new-commit/new-commit.mjs @@ -7,7 +7,7 @@ export default { key: "gitlab-new-commit", name: "New Commit (Instant)", description: "Emit new event when a new commit is pushed to a branch", - version: "0.1.1", + version: "0.1.2", dedupe: "unique", type: "source", props: { diff --git a/components/gitlab/sources/new-issue/new-issue.mjs b/components/gitlab/sources/new-issue/new-issue.mjs index 96b6a182ec20b..c4c512e6cd5be 100644 --- a/components/gitlab/sources/new-issue/new-issue.mjs +++ b/components/gitlab/sources/new-issue/new-issue.mjs @@ -6,7 +6,7 @@ export default { key: "gitlab-new-issue", name: "New Issue (Instant)", description: "Emit new event when an issue is created in a project", - version: "0.1.0", + version: "0.1.1", dedupe: "unique", type: "source", hooks: { diff --git a/components/gitlab/sources/new-mention/new-mention.mjs b/components/gitlab/sources/new-mention/new-mention.mjs index b29f221a5ec3e..e9f8efb6168d9 100644 --- a/components/gitlab/sources/new-mention/new-mention.mjs +++ b/components/gitlab/sources/new-mention/new-mention.mjs @@ -7,7 +7,7 @@ export default { key: "gitlab-new-mention", name: "New Mention (Instant)", description: "Emit new event when you are @mentioned in a new commit, comment, issue or pull request", - version: "0.1.0", + version: "0.1.1", dedupe: "unique", type: "source", props: { diff --git a/components/gitlab/sources/new-merge-request/new-merge-request.mjs b/components/gitlab/sources/new-merge-request/new-merge-request.mjs index 3d0f4135b8115..96d46cf4d6db0 100644 --- a/components/gitlab/sources/new-merge-request/new-merge-request.mjs +++ b/components/gitlab/sources/new-merge-request/new-merge-request.mjs @@ -6,7 +6,7 @@ export default { key: "gitlab-new-merge-request", name: "New Merge Request (Instant)", description: "Emit new event when a merge request is created", - version: "0.1.0", + version: "0.1.1", dedupe: "unique", type: "source", hooks: { diff --git a/components/gitlab/sources/new-milestone/new-milestone.mjs b/components/gitlab/sources/new-milestone/new-milestone.mjs index 62942e15b8a56..5cf2a49bb4116 100644 --- a/components/gitlab/sources/new-milestone/new-milestone.mjs +++ b/components/gitlab/sources/new-milestone/new-milestone.mjs @@ -5,7 +5,7 @@ export default { key: "gitlab-new-milestone", name: "New Milestone", description: "Emit new event when a milestone is created in a project", - version: "0.1.1", + version: "0.1.2", dedupe: "greatest", type: "source", props: { diff --git a/components/gitlab/sources/new-project/new-project.mjs b/components/gitlab/sources/new-project/new-project.mjs index 69d18a0050605..b198c95a4eed7 100644 --- a/components/gitlab/sources/new-project/new-project.mjs +++ b/components/gitlab/sources/new-project/new-project.mjs @@ -5,7 +5,7 @@ export default { key: "gitlab-new-project", name: "New Project", description: "Emit new event when a project (i.e. repository) is created", - version: "0.1.1", + version: "0.1.2", dedupe: "greatest", type: "source", props: { diff --git a/components/gitlab/sources/new-review-request/new-review-request.mjs b/components/gitlab/sources/new-review-request/new-review-request.mjs index 3260710033c0e..79b18649e2d4f 100644 --- a/components/gitlab/sources/new-review-request/new-review-request.mjs +++ b/components/gitlab/sources/new-review-request/new-review-request.mjs @@ -6,7 +6,7 @@ export default { key: "gitlab-new-review-request", name: "New Review Request (Instant)", description: "Emit new event when a reviewer is added to a merge request", - version: "0.1.0", + version: "0.1.1", dedupe: "unique", type: "source", hooks: { diff --git a/components/givebutter/package.json b/components/givebutter/package.json index c7865e3b0d912..5f3533126acc1 100644 --- a/components/givebutter/package.json +++ b/components/givebutter/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/givebutter", - "version": "0.3.4", + "version": "0.3.5", "description": "Pipedream Givebutter Components", "main": "givebutter.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/givebutter", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/givingfuel/package.json b/components/givingfuel/package.json index 45bc95f475344..ac8fe9071e772 100644 --- a/components/givingfuel/package.json +++ b/components/givingfuel/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/givingfuel", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream GivingFuel Components", "main": "dist/app/givingfuel.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/givingfuel", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/gmail/actions/send-email/send-email.mjs b/components/gmail/actions/send-email/send-email.mjs index ff874e2bb08b4..f368745f0ccd5 100644 --- a/components/gmail/actions/send-email/send-email.mjs +++ b/components/gmail/actions/send-email/send-email.mjs @@ -5,7 +5,7 @@ export default { key: "gmail-send-email", name: "Send Email", description: "Send an email from your Google Workspace email account", - version: "0.0.9", + version: "0.0.10", type: "action", props: { gmail, diff --git a/components/gmail/package.json b/components/gmail/package.json index e3ffd5920cc0a..275f06d75eeab 100644 --- a/components/gmail/package.json +++ b/components/gmail/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gmail", - "version": "0.0.7", + "version": "0.0.8", "description": "Pipedream Gmail Components", "main": "gmail.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/gmail", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/gmail_custom_oauth/actions/add-label-to-email/add-label-to-email.mjs b/components/gmail_custom_oauth/actions/add-label-to-email/add-label-to-email.mjs index 42d637e054872..97271824ffa64 100644 --- a/components/gmail_custom_oauth/actions/add-label-to-email/add-label-to-email.mjs +++ b/components/gmail_custom_oauth/actions/add-label-to-email/add-label-to-email.mjs @@ -4,7 +4,7 @@ export default { key: "gmail_custom_oauth-add-label-to-email", name: "Add Label to Email", description: "Add a label to an email message. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/modify)", - version: "0.0.5", + version: "0.0.6", type: "action", props: { gmail, diff --git a/components/gmail_custom_oauth/actions/create-draft/create-draft.mjs b/components/gmail_custom_oauth/actions/create-draft/create-draft.mjs index e961147a7e0fb..489fe5d3c3679 100644 --- a/components/gmail_custom_oauth/actions/create-draft/create-draft.mjs +++ b/components/gmail_custom_oauth/actions/create-draft/create-draft.mjs @@ -5,7 +5,7 @@ export default { key: "gmail_custom_oauth-create-draft", name: "Create Draft", description: "Create a draft from your Google Workspace email account", - version: "0.0.1", + version: "0.0.2", type: "action", props: { gmail, diff --git a/components/gmail_custom_oauth/actions/find-email/find-email.mjs b/components/gmail_custom_oauth/actions/find-email/find-email.mjs index 9bd5be89f6af1..2359b74b90f07 100644 --- a/components/gmail_custom_oauth/actions/find-email/find-email.mjs +++ b/components/gmail_custom_oauth/actions/find-email/find-email.mjs @@ -4,7 +4,7 @@ export default { key: "gmail_custom_oauth-find-email", name: "Find Email", description: "Find an email using Google's Search Engine. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/list)", - version: "0.0.6", + version: "0.0.7", type: "action", props: { gmail, diff --git a/components/gmail_custom_oauth/actions/send-email/send-email.mjs b/components/gmail_custom_oauth/actions/send-email/send-email.mjs index 0f0edb9eecb12..bb5b9db3dc81c 100644 --- a/components/gmail_custom_oauth/actions/send-email/send-email.mjs +++ b/components/gmail_custom_oauth/actions/send-email/send-email.mjs @@ -10,7 +10,7 @@ overrideApp(base); export default { ...base, key: "gmail_custom_oauth-send-email", - version: "0.0.10", + version: "0.0.11", props: { ...base.props, inReplyTo: { diff --git a/components/gmail_custom_oauth/actions/update-org-signature/update-org-signature.mjs b/components/gmail_custom_oauth/actions/update-org-signature/update-org-signature.mjs index 1c2e036112d16..730aab06e9fdd 100644 --- a/components/gmail_custom_oauth/actions/update-org-signature/update-org-signature.mjs +++ b/components/gmail_custom_oauth/actions/update-org-signature/update-org-signature.mjs @@ -7,7 +7,7 @@ export default { name: "Update Signature for Email in Organization", description: `Update the signature for a specific email address in an organization. A Google Cloud service account with delegated domain-wide authority is required for this action. [See docs here](https://developers.google.com/gmail/api/reference/rest/v1/users.settings.sendAs/update)`, - version: "0.0.2", + version: "0.0.3", type: "action", props: { gmail: base.props.gmail, diff --git a/components/gmail_custom_oauth/actions/update-primary-signature/update-primary-signature.mjs b/components/gmail_custom_oauth/actions/update-primary-signature/update-primary-signature.mjs index 64473dc18a08f..aa3ffba8c78ef 100644 --- a/components/gmail_custom_oauth/actions/update-primary-signature/update-primary-signature.mjs +++ b/components/gmail_custom_oauth/actions/update-primary-signature/update-primary-signature.mjs @@ -4,7 +4,7 @@ export default { key: "gmail_custom_oauth-update-primary-signature", name: "Update Signature for Primary Email Address", description: "Update the signature for the primary email address. [See docs here](https://developers.google.com/gmail/api/reference/rest/v1/users.settings.sendAs/update)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { gmail, diff --git a/components/gmail_custom_oauth/package.json b/components/gmail_custom_oauth/package.json index 81c860d0aab35..a03c5f8c793da 100644 --- a/components/gmail_custom_oauth/package.json +++ b/components/gmail_custom_oauth/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gmail_custom_oauth", - "version": "0.0.11", + "version": "0.0.12", "description": "Pipedream Gmail (Consumer) Components", "main": "gmail_custom_oauth.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/gmail_custom_oauth", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/gmail_custom_oauth/sources/new-attachment-received/new-attachment-received.mjs b/components/gmail_custom_oauth/sources/new-attachment-received/new-attachment-received.mjs index 2780fd0689b41..58435a49220cc 100644 --- a/components/gmail_custom_oauth/sources/new-attachment-received/new-attachment-received.mjs +++ b/components/gmail_custom_oauth/sources/new-attachment-received/new-attachment-received.mjs @@ -5,7 +5,7 @@ export default { key: "gmail_custom_oauth-new-attachment-received", name: "New Attachment Received", description: "Emit new event for each attachment in a message received. This source is capped at 100 max new messages per run.", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", methods: { diff --git a/components/gmail_custom_oauth/sources/new-email-received/new-email-received.mjs b/components/gmail_custom_oauth/sources/new-email-received/new-email-received.mjs index 5c2b9891d485b..4aea6a84e7bc0 100644 --- a/components/gmail_custom_oauth/sources/new-email-received/new-email-received.mjs +++ b/components/gmail_custom_oauth/sources/new-email-received/new-email-received.mjs @@ -5,7 +5,7 @@ export default { key: "gmail_custom_oauth-new-email-received", name: "New Email Received", description: "Emit new event when an email is received. This source is capped at 100 max new messages per run.", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", methods: { diff --git a/components/gmail_custom_oauth/sources/new-sent-email/new-sent-email.mjs b/components/gmail_custom_oauth/sources/new-sent-email/new-sent-email.mjs index de37a5e1c5374..5c739b0ad815f 100644 --- a/components/gmail_custom_oauth/sources/new-sent-email/new-sent-email.mjs +++ b/components/gmail_custom_oauth/sources/new-sent-email/new-sent-email.mjs @@ -5,7 +5,7 @@ export default { key: "gmail_custom_oauth-new-sent-email", name: "New Sent Email", description: "Emit new event for each new email sent. (Maximum of 300 events emited per execution)", - version: "0.0.1", + version: "0.0.2", type: "source", props: { app, diff --git a/components/gobio_link/package.json b/components/gobio_link/package.json index e47608a1fc919..692e19c855d3c 100644 --- a/components/gobio_link/package.json +++ b/components/gobio_link/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gobio_link", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream gobio.link Components", "main": "dist/app/gobio_link.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/gobio_link", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/godaddy/package.json b/components/godaddy/package.json index c937d90de2297..737feed2853ce 100644 --- a/components/godaddy/package.json +++ b/components/godaddy/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/godaddy", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream GoDaddy Components", "main": "dist/app/godaddy.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/godaddy", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/godial/package.json b/components/godial/package.json index 77a40b4977e89..8888c0c6a4b04 100644 --- a/components/godial/package.json +++ b/components/godial/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/godial", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream GoDial Components", "main": "dist/app/godial.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/godial", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/google_ads/package.json b/components/google_ads/package.json index 07ee923158e44..3c5216104a17b 100644 --- a/components/google_ads/package.json +++ b/components/google_ads/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_ads", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Google Ads Components", "main": "dist/app/google_ads.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/google_ads", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/google_analytics/actions/run-report/run-report.mjs b/components/google_analytics/actions/run-report/run-report.mjs index efcc30f439ba2..6fab9ec9d2c7a 100644 --- a/components/google_analytics/actions/run-report/run-report.mjs +++ b/components/google_analytics/actions/run-report/run-report.mjs @@ -2,7 +2,7 @@ import analytics from "../../google_analytics.app.mjs"; export default { key: "google_analytics-run-report", - version: "0.0.1", + version: "0.0.2", name: "Run Report", description: "Return report metrics based on a start and end date. [See the docs here](https://developers.google.com/analytics/devguides/reporting/core/v4/rest?hl=en)", type: "action", diff --git a/components/google_analytics/package.json b/components/google_analytics/package.json index ab8aaee12b01c..55554b34ead34 100644 --- a/components/google_analytics/package.json +++ b/components/google_analytics/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_analytics", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Google_analytics Components", "main": "google_analytics.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/google_analytics", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/google_analytics/sources/page-opened/page-opened.mjs b/components/google_analytics/sources/page-opened/page-opened.mjs index 67dafa4018ae6..f14a2430c9b34 100644 --- a/components/google_analytics/sources/page-opened/page-opened.mjs +++ b/components/google_analytics/sources/page-opened/page-opened.mjs @@ -3,7 +3,7 @@ import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; export default { key: "google_analytics-page-opened", - version: "0.0.2", + version: "0.0.3", name: "Page Opened", description: "Emit new event when a page is viewed", type: "source", diff --git a/components/google_appsheet/package.json b/components/google_appsheet/package.json index 788624edc2e5e..c46728211ea7f 100644 --- a/components/google_appsheet/package.json +++ b/components/google_appsheet/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_appsheet", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Google Appsheet Components", "main": "dist/app/google_appsheet.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/google_appsheet", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/google_calendar/actions/create-event/create-event.mjs b/components/google_calendar/actions/create-event/create-event.mjs index cfb893cb656df..2bd3e4c6aac5c 100644 --- a/components/google_calendar/actions/create-event/create-event.mjs +++ b/components/google_calendar/actions/create-event/create-event.mjs @@ -4,7 +4,7 @@ export default { key: "google_calendar-create-event", name: "Create Event", description: "Create an event to the Google Calendar. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#insert)", - version: "0.1.4", + version: "0.1.5", type: "action", props: { googleCalendar, diff --git a/components/google_calendar/actions/delete-event/delete-event.mjs b/components/google_calendar/actions/delete-event/delete-event.mjs index 66972f0f2e3a0..49311d96701cc 100644 --- a/components/google_calendar/actions/delete-event/delete-event.mjs +++ b/components/google_calendar/actions/delete-event/delete-event.mjs @@ -4,7 +4,7 @@ export default { key: "google_calendar-delete-event", name: "Delete an Event", description: "Delete an event to the Google Calendar. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#delete)", - version: "0.1.0", + version: "0.1.1", type: "action", props: { googleCalendar, diff --git a/components/google_calendar/actions/get-calendar/get-calendar.mjs b/components/google_calendar/actions/get-calendar/get-calendar.mjs index 8ac0953408c12..fa542ddff69ce 100644 --- a/components/google_calendar/actions/get-calendar/get-calendar.mjs +++ b/components/google_calendar/actions/get-calendar/get-calendar.mjs @@ -4,7 +4,7 @@ export default { key: "google_calendar-get-calendar", name: "Retrieve Calendar Details", description: "Retrieve Calendar details of a Google Calendar. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Calendars.html#get)", - version: "0.1.1", + version: "0.1.2", type: "action", props: { googleCalendar, diff --git a/components/google_calendar/actions/get-event/get-event.mjs b/components/google_calendar/actions/get-event/get-event.mjs index 318522deeb989..fb87a205914a8 100644 --- a/components/google_calendar/actions/get-event/get-event.mjs +++ b/components/google_calendar/actions/get-event/get-event.mjs @@ -4,7 +4,7 @@ export default { key: "google_calendar-get-event", name: "Retrieve Event Details", description: "Retrieve event details from the Google Calendar. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#get)", - version: "0.1.1", + version: "0.1.2", type: "action", props: { googleCalendar, diff --git a/components/google_calendar/actions/list-calendars/list-calendars.mjs b/components/google_calendar/actions/list-calendars/list-calendars.mjs index 81e61ce25e8e6..d9dccc11cf260 100644 --- a/components/google_calendar/actions/list-calendars/list-calendars.mjs +++ b/components/google_calendar/actions/list-calendars/list-calendars.mjs @@ -4,7 +4,7 @@ export default { key: "google_calendar-list-calendar", name: "List calendars from user account", description: "Retrieve calendars from the user account. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Calendarlist.html#list)", - version: "0.1.1", + version: "0.1.2", type: "action", props: { googleCalendar, diff --git a/components/google_calendar/actions/list-events/list-events.mjs b/components/google_calendar/actions/list-events/list-events.mjs index 58c9cd1116994..bd8f585a02ae6 100644 --- a/components/google_calendar/actions/list-events/list-events.mjs +++ b/components/google_calendar/actions/list-events/list-events.mjs @@ -4,7 +4,7 @@ export default { key: "google_calendar-list-events", name: "List Events", description: "Retrieve a list of event from the Google Calendar. [See the docs here](https://developers.google.com/calendar/api/v3/reference/events/list)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { googleCalendar, diff --git a/components/google_calendar/actions/query-free-busy-calendars/query-free-busy-calendars.mjs b/components/google_calendar/actions/query-free-busy-calendars/query-free-busy-calendars.mjs index 49b5dd902e611..8ae21b551d62c 100644 --- a/components/google_calendar/actions/query-free-busy-calendars/query-free-busy-calendars.mjs +++ b/components/google_calendar/actions/query-free-busy-calendars/query-free-busy-calendars.mjs @@ -4,7 +4,7 @@ export default { key: "google_calendar-query-free-busy-calendars", name: "Retrieve Free/Busy Calendar Details", description: "Retrieve Free/Busy Calendar Details from the user account. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Freebusy.html#query)", - version: "0.1.1", + version: "0.1.2", type: "action", props: { googleCalendar, diff --git a/components/google_calendar/actions/quick-add-event/quick-add-event.mjs b/components/google_calendar/actions/quick-add-event/quick-add-event.mjs index 2afc968dd30c7..5bc8f86d7229d 100644 --- a/components/google_calendar/actions/quick-add-event/quick-add-event.mjs +++ b/components/google_calendar/actions/quick-add-event/quick-add-event.mjs @@ -4,7 +4,7 @@ export default { key: "google_calendar-quick-add-event", name: "Add Quick Event", description: "Create an event to the Google Calendar. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#quickAdd)", - version: "0.1.0", + version: "0.1.1", type: "action", props: { googleCalendar, diff --git a/components/google_calendar/actions/update-event-attendees/update-event-attendees.mjs b/components/google_calendar/actions/update-event-attendees/update-event-attendees.mjs index ec09e65498599..930f9384aade1 100644 --- a/components/google_calendar/actions/update-event-attendees/update-event-attendees.mjs +++ b/components/google_calendar/actions/update-event-attendees/update-event-attendees.mjs @@ -4,7 +4,7 @@ export default { key: "google_calendar-update-event-attendees", name: "Update attendees of an event", description: "Update attendees of an existing event. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#update)", - version: "0.1.0", + version: "0.1.1", type: "action", props: { googleCalendar, diff --git a/components/google_calendar/actions/update-event/update-event.mjs b/components/google_calendar/actions/update-event/update-event.mjs index a18bb8d478aa5..76770f69cd201 100644 --- a/components/google_calendar/actions/update-event/update-event.mjs +++ b/components/google_calendar/actions/update-event/update-event.mjs @@ -4,7 +4,7 @@ export default { key: "google_calendar-update-event", name: "Update Event", description: "Update an event to the Google Calendar. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#update)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { googleCalendar, diff --git a/components/google_calendar/package.json b/components/google_calendar/package.json index 17b0aae0d0fba..543f31a896b3d 100644 --- a/components/google_calendar/package.json +++ b/components/google_calendar/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_calendar", - "version": "0.3.9", + "version": "0.3.10", "description": "Pipedream Google_calendar Components", "main": "google_calendar.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/google_calendar", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@googleapis/calendar": "^1.0.2", "@pipedream/platform": "^1.2.0", diff --git a/components/google_calendar/sources/event-cancelled/event-cancelled.mjs b/components/google_calendar/sources/event-cancelled/event-cancelled.mjs index 7139c725752c4..44823aa63999c 100644 --- a/components/google_calendar/sources/event-cancelled/event-cancelled.mjs +++ b/components/google_calendar/sources/event-cancelled/event-cancelled.mjs @@ -5,7 +5,7 @@ export default { key: "google_calendar-event-cancelled", name: "Event Cancelled", description: "Emits when an event is cancelled or deleted", - version: "0.1.2", + version: "0.1.3", type: "source", dedupe: "unique", // Dedupe events based on the Google Calendar event ID methods: { diff --git a/components/google_calendar/sources/event-ended/event-ended.mjs b/components/google_calendar/sources/event-ended/event-ended.mjs index 6ccd984b0536f..a891976a26f12 100644 --- a/components/google_calendar/sources/event-ended/event-ended.mjs +++ b/components/google_calendar/sources/event-ended/event-ended.mjs @@ -5,7 +5,7 @@ export default { key: "google_calendar-event-ended", name: "Event Ended", description: "Emits when an event ends", - version: "0.1.2", + version: "0.1.3", type: "source", dedupe: "unique", // Dedupe events based on the Google Calendar event ID methods: { diff --git a/components/google_calendar/sources/event-start/event-start.mjs b/components/google_calendar/sources/event-start/event-start.mjs index 0fbc8fabfb453..a1589e70a2672 100644 --- a/components/google_calendar/sources/event-start/event-start.mjs +++ b/components/google_calendar/sources/event-start/event-start.mjs @@ -5,7 +5,7 @@ export default { key: "google_calendar-event-start", name: "Event Start", description: "Emits a specified time before an event starts", - version: "0.1.2", + version: "0.1.3", type: "source", dedupe: "unique", // Dedupe events based on the Google Calendar event ID methods: { diff --git a/components/google_calendar/sources/new-calendar/new-calendar.mjs b/components/google_calendar/sources/new-calendar/new-calendar.mjs index ded69628d1b88..9757f76fc9384 100644 --- a/components/google_calendar/sources/new-calendar/new-calendar.mjs +++ b/components/google_calendar/sources/new-calendar/new-calendar.mjs @@ -5,7 +5,7 @@ export default { key: "google_calendar-new-calendar", name: "New Calendar", description: "Emit an event when a calendar is created.", - version: "0.1.2", + version: "0.1.3", type: "source", props: { db: "$.service.db", diff --git a/components/google_calendar/sources/new-event-search/new-event-search.mjs b/components/google_calendar/sources/new-event-search/new-event-search.mjs index 32a97e3381c51..1528d029fb3f6 100644 --- a/components/google_calendar/sources/new-event-search/new-event-search.mjs +++ b/components/google_calendar/sources/new-event-search/new-event-search.mjs @@ -5,7 +5,7 @@ export default { key: "google_calendar-new-event-search", name: "Event Search", description: "Emit when an event is created that matches a search", - version: "0.1.2", + version: "0.1.3", type: "source", dedupe: "unique", // Dedupe events based on the Google Calendar event ID props: { diff --git a/components/google_calendar/sources/new-event/new-event.mjs b/components/google_calendar/sources/new-event/new-event.mjs index 4c76a655ea456..5f110f750f3cf 100644 --- a/components/google_calendar/sources/new-event/new-event.mjs +++ b/components/google_calendar/sources/new-event/new-event.mjs @@ -5,7 +5,7 @@ export default { key: "google_calendar-new-event", name: "New Event", description: "Emits when an event is created", - version: "0.1.2", + version: "0.1.3", type: "source", dedupe: "unique", // Dedupe events based on the Google Calendar event ID methods: { diff --git a/components/google_calendar/sources/new-or-updated-event-instant/new-or-updated-event-instant.mjs b/components/google_calendar/sources/new-or-updated-event-instant/new-or-updated-event-instant.mjs index 5c4f5528bf1ec..c263bf77719a1 100644 --- a/components/google_calendar/sources/new-or-updated-event-instant/new-or-updated-event-instant.mjs +++ b/components/google_calendar/sources/new-or-updated-event-instant/new-or-updated-event-instant.mjs @@ -7,7 +7,7 @@ export default { type: "source", name: "New or Updated Event (Instant)", description: "Emit new calendar events when an event is created or updated (does not emit cancelled events)", - version: "0.1.5", + version: "0.1.6", dedupe: "unique", props: { googleCalendar, diff --git a/components/google_calendar/sources/new-or-updated-event/new-or-updated-event.mjs b/components/google_calendar/sources/new-or-updated-event/new-or-updated-event.mjs index ae17042277c27..f049eb90dc304 100644 --- a/components/google_calendar/sources/new-or-updated-event/new-or-updated-event.mjs +++ b/components/google_calendar/sources/new-or-updated-event/new-or-updated-event.mjs @@ -5,7 +5,7 @@ export default { key: "google_calendar-new-or-updated-event", name: "New or Updated Event", description: "Emits when an event is created or updated (except when it's cancelled)", - version: "0.1.2", + version: "0.1.3", type: "source", dedupe: "unique", // Dedupe events based on the Google Calendar event ID methods: { diff --git a/components/google_calendar/sources/upcoming-event-alert/upcoming-event-alert.mjs b/components/google_calendar/sources/upcoming-event-alert/upcoming-event-alert.mjs index aa267c98170f6..fba8174488a95 100644 --- a/components/google_calendar/sources/upcoming-event-alert/upcoming-event-alert.mjs +++ b/components/google_calendar/sources/upcoming-event-alert/upcoming-event-alert.mjs @@ -9,7 +9,7 @@ export default { name: "Upcoming Event Alert", description: `Triggers based on a time interval before an upcoming event in the calendar. This source uses Pipedream's Task Scheduler. [See here](${docLink}) for more information and instructions for connecting your Pipedream account.`, - version: "0.0.1", + version: "0.0.2", type: "source", props: { pipedream: taskScheduler.props.pipedream, diff --git a/components/google_classroom/actions/get-assignment/get-assignment.mjs b/components/google_classroom/actions/get-assignment/get-assignment.mjs index 71c6bf9e0cb77..807ffc8c0da99 100644 --- a/components/google_classroom/actions/get-assignment/get-assignment.mjs +++ b/components/google_classroom/actions/get-assignment/get-assignment.mjs @@ -4,7 +4,7 @@ export default { key: "google_classroom-get-assignment", name: "Get Assignment", description: "Retrieve information about an assignment. [See the docs here](https://developers.google.com/classroom/reference/rest/v1/courses.courseWork/get)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { googleClassroom, diff --git a/components/google_classroom/package.json b/components/google_classroom/package.json index 39ce72b3c0fcd..9d579af5cd4eb 100644 --- a/components/google_classroom/package.json +++ b/components/google_classroom/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_classroom", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Google_classroom Components", "main": "google_classroom.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/google_classroom", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/google_classroom/sources/assignment-done/assignment-done.mjs b/components/google_classroom/sources/assignment-done/assignment-done.mjs index be51abceb1057..e7cf086ce8510 100644 --- a/components/google_classroom/sources/assignment-done/assignment-done.mjs +++ b/components/google_classroom/sources/assignment-done/assignment-done.mjs @@ -5,7 +5,7 @@ export default { key: "google_classroom-assignment-done", name: "Assignment Done", description: "Emit new event when an assignment in a course is marked as done.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", methods: { diff --git a/components/google_classroom/sources/new-assignment/new-assignment.mjs b/components/google_classroom/sources/new-assignment/new-assignment.mjs index fd84f0bd4b462..73cbb2af84229 100644 --- a/components/google_classroom/sources/new-assignment/new-assignment.mjs +++ b/components/google_classroom/sources/new-assignment/new-assignment.mjs @@ -5,7 +5,7 @@ export default { key: "google_classroom-new-assignment", name: "New Assignment", description: "Emit new event when an assignment is added to a course.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/google_classroom/sources/new-due-date/new-due-date.mjs b/components/google_classroom/sources/new-due-date/new-due-date.mjs index 7fbb14bebf46f..5d1c97ae7a90b 100644 --- a/components/google_classroom/sources/new-due-date/new-due-date.mjs +++ b/components/google_classroom/sources/new-due-date/new-due-date.mjs @@ -5,7 +5,7 @@ export default { key: "google_classroom-new-due-date", name: "New Due Date", description: "Emit new event when an assignment's due date is created or updated'.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", methods: { diff --git a/components/google_cloud/actions/bigquery-insert-rows/bigquery-insert-rows.mjs b/components/google_cloud/actions/bigquery-insert-rows/bigquery-insert-rows.mjs index 709310570b5f4..7b4c055945d1d 100644 --- a/components/google_cloud/actions/bigquery-insert-rows/bigquery-insert-rows.mjs +++ b/components/google_cloud/actions/bigquery-insert-rows/bigquery-insert-rows.mjs @@ -3,7 +3,7 @@ import utils from "../../common/utils.mjs"; export default { name: "Bigquery Insert Rows", - version: "0.0.1", + version: "0.0.2", key: "google_cloud-bigquery-insert-rows", type: "action", description: "Inserts rows into a BigQuery table. [See the docs](https://github.com/googleapis/nodejs-bigquery) and for an example [here](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/insertRowsAsStream.js).", diff --git a/components/google_cloud/actions/create-bucket/create-bucket.mjs b/components/google_cloud/actions/create-bucket/create-bucket.mjs index bc343637d2afd..4e4dbff57aefc 100644 --- a/components/google_cloud/actions/create-bucket/create-bucket.mjs +++ b/components/google_cloud/actions/create-bucket/create-bucket.mjs @@ -3,7 +3,7 @@ import storageClasses from "../../utils/storageClasses.mjs"; export default { name: "Create Bucket", - version: "0.0.1", + version: "0.0.2", key: "google_cloud-create-bucket", type: "action", description: "Creates a bucket on Google Cloud Storage [See the docs](https://googleapis.dev/nodejs/storage/latest/Bucket.html#create)", diff --git a/components/google_cloud/actions/get-bucket/get-bucket.mjs b/components/google_cloud/actions/get-bucket/get-bucket.mjs index 95269bb3cb91c..f203d9216562d 100644 --- a/components/google_cloud/actions/get-bucket/get-bucket.mjs +++ b/components/google_cloud/actions/get-bucket/get-bucket.mjs @@ -2,7 +2,7 @@ import googleCloud from "../../google_cloud.app.mjs"; export default { name: "Get Bucket Metadata", - version: "0.0.2", + version: "0.0.3", key: "google_cloud-get-bucket", type: "action", description: "Gets Google Cloud Storage bucket metadata. [See the docs](https://googleapis.dev/nodejs/storage/latest/Bucket.html#getMetadata).", diff --git a/components/google_cloud/actions/get-object/get-object.mjs b/components/google_cloud/actions/get-object/get-object.mjs index 416a630b6ef1c..2bb20c9aef74e 100644 --- a/components/google_cloud/actions/get-object/get-object.mjs +++ b/components/google_cloud/actions/get-object/get-object.mjs @@ -2,7 +2,7 @@ import googleCloud from "../../google_cloud.app.mjs"; export default { name: "Get Object", - version: "0.0.1", + version: "0.0.2", key: "google_cloud-get-object", type: "action", description: "Downloads an object from a Google Cloud Storage bucket, [See the docs](https://googleapis.dev/nodejs/storage/latest/File.html#get)", diff --git a/components/google_cloud/actions/list-buckets/list-buckets.mjs b/components/google_cloud/actions/list-buckets/list-buckets.mjs index c61016483870b..bd8fe01fa3683 100644 --- a/components/google_cloud/actions/list-buckets/list-buckets.mjs +++ b/components/google_cloud/actions/list-buckets/list-buckets.mjs @@ -2,7 +2,7 @@ import googleCloud from "../../google_cloud.app.mjs"; export default { name: "List Buckets", - version: "0.0.1", + version: "0.0.2", key: "google_cloud-list-buckets", type: "action", description: "List Google Cloud Storage buckets, [See the docs](https://googleapis.dev/nodejs/storage/latest/Storage.html#getBuckets)", diff --git a/components/google_cloud/actions/logging-write-log/logging-write-log.mjs b/components/google_cloud/actions/logging-write-log/logging-write-log.mjs index 74ca1839200b7..6a07c4a95798a 100644 --- a/components/google_cloud/actions/logging-write-log/logging-write-log.mjs +++ b/components/google_cloud/actions/logging-write-log/logging-write-log.mjs @@ -3,7 +3,7 @@ import logSeverity from "../../utils/logSeverity.mjs"; export default { name: "Logging - Write Log", - version: "0.0.2", + version: "0.0.3", key: "google_cloud-logging-write-log", description: "Writes log data to the Logging service, [See the docs](https://cloud.google.com/nodejs/docs/reference/logging/latest/logging/log#_google_cloud_logging_Log_write_member_1_)", props: { diff --git a/components/google_cloud/actions/search-objects/search-objects.mjs b/components/google_cloud/actions/search-objects/search-objects.mjs index 19e7b1b221763..0a92264a4f2be 100644 --- a/components/google_cloud/actions/search-objects/search-objects.mjs +++ b/components/google_cloud/actions/search-objects/search-objects.mjs @@ -2,7 +2,7 @@ import googleCloud from "../../google_cloud.app.mjs"; export default { name: "Search Objects", - version: "0.0.1", + version: "0.0.2", key: "google_cloud-search-objects", type: "action", description: "Search objects by a prefix, [See the docs](https://googleapis.dev/nodejs/storage/latest/Bucket.html#getFiles)", diff --git a/components/google_cloud/actions/upload-object/upload-object.mjs b/components/google_cloud/actions/upload-object/upload-object.mjs index 3346565298c2b..ba927bcafdeb2 100644 --- a/components/google_cloud/actions/upload-object/upload-object.mjs +++ b/components/google_cloud/actions/upload-object/upload-object.mjs @@ -2,7 +2,7 @@ import googleCloud from "../../google_cloud.app.mjs"; export default { name: "Upload An Object", - version: "0.0.1", + version: "0.0.2", key: "google_cloud-upload-object", type: "action", description: "Upload an object to a Google Cloud Storage bucket, [See the docs](https://googleapis.dev/nodejs/storage/latest/Bucket.html#upload)", diff --git a/components/google_cloud/package.json b/components/google_cloud/package.json index 1fd6a5337f77c..9e3bf97e0fb39 100644 --- a/components/google_cloud/package.json +++ b/components/google_cloud/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_cloud", - "version": "0.3.6", + "version": "0.3.7", "description": "Pipedream Google_cloud Components", "main": "google_cloud.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/google_cloud", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/google_cloud/sources/bigquery-new-row/bigquery-new-row.mjs b/components/google_cloud/sources/bigquery-new-row/bigquery-new-row.mjs index a11242d1301ba..eb9d05ebd8cf1 100644 --- a/components/google_cloud/sources/bigquery-new-row/bigquery-new-row.mjs +++ b/components/google_cloud/sources/bigquery-new-row/bigquery-new-row.mjs @@ -9,7 +9,7 @@ export default { // eslint-disable-next-line pipedream/source-name name: "BigQuery - New Row", description: "Emit new events when a new row is added to a table", - version: "0.1.4", + version: "0.1.5", dedupe: "unique", type: "source", props: { diff --git a/components/google_cloud/sources/bigquery-query-results/bigquery-query-results.mjs b/components/google_cloud/sources/bigquery-query-results/bigquery-query-results.mjs index 375a7cff45e2b..f808dde2745da 100644 --- a/components/google_cloud/sources/bigquery-query-results/bigquery-query-results.mjs +++ b/components/google_cloud/sources/bigquery-query-results/bigquery-query-results.mjs @@ -8,7 +8,7 @@ export default { // eslint-disable-next-line pipedream/source-name name: "BigQuery - Query Results", description: "Emit new events with the results of an arbitrary query", - version: "0.1.3", + version: "0.1.4", dedupe: "unique", type: "source", props: { diff --git a/components/google_cloud/sources/new-pubsub-messages/new-pubsub-messages.mjs b/components/google_cloud/sources/new-pubsub-messages/new-pubsub-messages.mjs index 137fcfb94463d..d4ac7f97a2ac9 100644 --- a/components/google_cloud/sources/new-pubsub-messages/new-pubsub-messages.mjs +++ b/components/google_cloud/sources/new-pubsub-messages/new-pubsub-messages.mjs @@ -5,7 +5,7 @@ export default { key: "google_cloud-new-pubsub-messages", name: "New Pub/Sub Messages", description: "Emit new Pub/Sub topic in your GCP account. Messages published to this topic are emitted from the Pipedream source.", - version: "0.1.4", + version: "0.1.5", type: "source", dedupe: "unique", // Dedupe on Pub/Sub message ID props: { diff --git a/components/google_contacts/actions/create-contact/create-contact.mjs b/components/google_contacts/actions/create-contact/create-contact.mjs index ebfd9cd5cbfec..afbbb6720fefd 100644 --- a/components/google_contacts/actions/create-contact/create-contact.mjs +++ b/components/google_contacts/actions/create-contact/create-contact.mjs @@ -5,7 +5,7 @@ export default { key: "google_contacts-create-contact", name: "Create Contact", description: "Creates a contact. [See the docs here](https://developers.google.com/people/api/rest/v1/people/createContact)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/google_contacts/actions/delete-contact/delete-contact.mjs b/components/google_contacts/actions/delete-contact/delete-contact.mjs index 8046b6a391c87..32216f44630ed 100644 --- a/components/google_contacts/actions/delete-contact/delete-contact.mjs +++ b/components/google_contacts/actions/delete-contact/delete-contact.mjs @@ -5,7 +5,7 @@ export default { key: "google_contacts-delete-contact", name: "Delete Contact", description: "Deletes a contact. [See the docs here](https://developers.google.com/people/api/rest/v1/people/deleteContact)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/google_contacts/actions/get-contact/get-contact.mjs b/components/google_contacts/actions/get-contact/get-contact.mjs index dd46bff470d1c..5a03fefb7863b 100644 --- a/components/google_contacts/actions/get-contact/get-contact.mjs +++ b/components/google_contacts/actions/get-contact/get-contact.mjs @@ -5,7 +5,7 @@ export default { key: "google_contacts-get-contact", name: "Get Contact", description: "Get information about a contact. [See the docs here](https://developers.google.com/people/api/rest/v1/people/get)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/google_contacts/actions/list-contacts/list-contacts.mjs b/components/google_contacts/actions/list-contacts/list-contacts.mjs index 9f1d94526a0a0..92364736a6872 100644 --- a/components/google_contacts/actions/list-contacts/list-contacts.mjs +++ b/components/google_contacts/actions/list-contacts/list-contacts.mjs @@ -6,7 +6,7 @@ export default { key: "google_contacts-list-contacts", name: "List Contacts", description: "Lists all contacts of the authenticated user. [See the docs here](https://developers.google.com/people/api/rest/v1/people.connections/list)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/google_contacts/actions/update-contact/update-contact.mjs b/components/google_contacts/actions/update-contact/update-contact.mjs index ce5dd615f84b1..f0a395a2abad6 100644 --- a/components/google_contacts/actions/update-contact/update-contact.mjs +++ b/components/google_contacts/actions/update-contact/update-contact.mjs @@ -5,7 +5,7 @@ export default { key: "google_contacts-update-contact", name: "Update Contact", description: "Updates a contact. [See the docs here](https://developers.google.com/people/api/rest/v1/people/updateContact)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/google_contacts/package.json b/components/google_contacts/package.json index 3f27d94e8ab8d..410cebae5ed54 100644 --- a/components/google_contacts/package.json +++ b/components/google_contacts/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_contacts", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Gooogle Contacts Components", "main": "google_contacts.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/google_contacts", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.10.0", "googleapis": "^96.0.0" diff --git a/components/google_dialogflow/actions/create-context/create-context.mjs b/components/google_dialogflow/actions/create-context/create-context.mjs index 98f4f5351472d..46ba1848aab44 100644 --- a/components/google_dialogflow/actions/create-context/create-context.mjs +++ b/components/google_dialogflow/actions/create-context/create-context.mjs @@ -5,7 +5,7 @@ import { v4 } from "uuid"; export default { type: "action", key: "google_dialogflow-create-context", - version: "0.0.1", + version: "0.0.2", name: "Create Context", description: "Creates a context, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions.contexts/create) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#createContext2)", props: { diff --git a/components/google_dialogflow/actions/create-entities/create-entities.mjs b/components/google_dialogflow/actions/create-entities/create-entities.mjs index abcc63e54f7ea..1c79a00703f21 100644 --- a/components/google_dialogflow/actions/create-entities/create-entities.mjs +++ b/components/google_dialogflow/actions/create-entities/create-entities.mjs @@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs"; export default { type: "action", key: "google_dialogflow-create-entities", - version: "0.0.1", + version: "0.0.2", name: "Create Entities", description: "Batch create entities, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes.entities/batchCreate) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#batchCreateEntities2)", props: { diff --git a/components/google_dialogflow/actions/create-entity-type/create-entity-type.mjs b/components/google_dialogflow/actions/create-entity-type/create-entity-type.mjs index 6fb3dbc0c829b..cd8d3bf6084db 100644 --- a/components/google_dialogflow/actions/create-entity-type/create-entity-type.mjs +++ b/components/google_dialogflow/actions/create-entity-type/create-entity-type.mjs @@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs"; export default { type: "action", key: "google_dialogflow-create-entity-type", - version: "0.0.1", + version: "0.0.2", name: "Create Entity Type", description: "Creates an Entity Type, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/create) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#createEntityType2)", props: { diff --git a/components/google_dialogflow/actions/create-intent/create-intent.mjs b/components/google_dialogflow/actions/create-intent/create-intent.mjs index 3cccd800be381..643e1b6826859 100644 --- a/components/google_dialogflow/actions/create-intent/create-intent.mjs +++ b/components/google_dialogflow/actions/create-intent/create-intent.mjs @@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs"; export default { type: "action", key: "google_dialogflow-create-intent", - version: "0.0.1", + version: "0.0.2", name: "Create Intent", description: "Creates an intent, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.intents/create) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Intents.html#createIntent2)", props: { diff --git a/components/google_dialogflow/actions/create-update-agent/create-update-agent.mjs b/components/google_dialogflow/actions/create-update-agent/create-update-agent.mjs index b3c548e1edbc3..6ad68d8d1e98c 100644 --- a/components/google_dialogflow/actions/create-update-agent/create-update-agent.mjs +++ b/components/google_dialogflow/actions/create-update-agent/create-update-agent.mjs @@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs"; export default { type: "action", key: "google_dialogflow-create-update-agent", - version: "0.0.1", + version: "0.0.2", name: "Create or Update Agent", description: "Creates new agent, updates if already created [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects/setAgent) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2.Agents.html#setAgent2)", props: { diff --git a/components/google_dialogflow/actions/delete-agent/delete-agent.mjs b/components/google_dialogflow/actions/delete-agent/delete-agent.mjs index 7787beebbcb9d..a6dea2de5f925 100644 --- a/components/google_dialogflow/actions/delete-agent/delete-agent.mjs +++ b/components/google_dialogflow/actions/delete-agent/delete-agent.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-delete-agent", - version: "0.0.1", + version: "0.0.2", name: "Delete Agent", description: "Deletes an agent, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects/deleteAgent) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2.Agents.html#deleteAgent2)", props: { diff --git a/components/google_dialogflow/actions/delete-context/delete-context.mjs b/components/google_dialogflow/actions/delete-context/delete-context.mjs index dd713694420a2..b234bcaf071e8 100644 --- a/components/google_dialogflow/actions/delete-context/delete-context.mjs +++ b/components/google_dialogflow/actions/delete-context/delete-context.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-delete-context", - version: "0.0.1", + version: "0.0.2", name: "Delete Context", description: "Deletes a context [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.environments.users.sessions.contexts/delete) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#deleteContext2)", props: { diff --git a/components/google_dialogflow/actions/delete-entities/delete-entities.mjs b/components/google_dialogflow/actions/delete-entities/delete-entities.mjs index ddf7172270d79..770eec4481299 100644 --- a/components/google_dialogflow/actions/delete-entities/delete-entities.mjs +++ b/components/google_dialogflow/actions/delete-entities/delete-entities.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-delete-entities", - version: "0.0.1", + version: "0.0.2", name: "Delete Entities", description: "Batch delete entities, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes.entities/batchDelete) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#batchDeleteEntities2)", props: { diff --git a/components/google_dialogflow/actions/delete-entity-type/delete-entity-type.mjs b/components/google_dialogflow/actions/delete-entity-type/delete-entity-type.mjs index 659c126af2ef5..e44f093567443 100644 --- a/components/google_dialogflow/actions/delete-entity-type/delete-entity-type.mjs +++ b/components/google_dialogflow/actions/delete-entity-type/delete-entity-type.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-delete-entity-type", - version: "0.0.1", + version: "0.0.2", name: "Delete Entity Type", description: "Deletes an entity type, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/delete) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#deleteEntityType2)", props: { diff --git a/components/google_dialogflow/actions/delete-intent/delete-intent.mjs b/components/google_dialogflow/actions/delete-intent/delete-intent.mjs index a9a6750385539..d0c7dce8f2ba3 100644 --- a/components/google_dialogflow/actions/delete-intent/delete-intent.mjs +++ b/components/google_dialogflow/actions/delete-intent/delete-intent.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-delete-intent", - version: "0.0.1", + version: "0.0.2", name: "Delete Intent", description: "Deletes an intent, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.intents/delete) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Intents.html#deleteIntent2)", props: { diff --git a/components/google_dialogflow/actions/detect-intent/detect-intent.mjs b/components/google_dialogflow/actions/detect-intent/detect-intent.mjs index 25fe02fb5a984..4ed55d0a8c89c 100644 --- a/components/google_dialogflow/actions/detect-intent/detect-intent.mjs +++ b/components/google_dialogflow/actions/detect-intent/detect-intent.mjs @@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs"; export default { type: "action", key: "google_dialogflow-detect-intent", - version: "0.0.2", + version: "0.0.3", name: "Detect Intent", description: "Processes a natural language query and returns structured, actionable data as a result, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions/detectIntent) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Sessions.html#detectIntent2)", props: { diff --git a/components/google_dialogflow/actions/get-agent/get-agent.mjs b/components/google_dialogflow/actions/get-agent/get-agent.mjs index 0f3c7904eb1e3..cd141b89f1ac1 100644 --- a/components/google_dialogflow/actions/get-agent/get-agent.mjs +++ b/components/google_dialogflow/actions/get-agent/get-agent.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-get-agent", - version: "0.0.1", + version: "0.0.2", name: "Get Agent", description: "Retrieves an agent, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects/getAgent) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2.Agents.html#getAgent2)", props: { diff --git a/components/google_dialogflow/actions/get-context/get-context.mjs b/components/google_dialogflow/actions/get-context/get-context.mjs index a5a69e19e176a..ab9feddf0e65d 100644 --- a/components/google_dialogflow/actions/get-context/get-context.mjs +++ b/components/google_dialogflow/actions/get-context/get-context.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-get-context", - version: "0.0.1", + version: "0.0.2", name: "Get Context", description: "Get a context, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions.contexts/get) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#getContext2)", props: { 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 da8712e4b7343..94852e66880ec 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: "0.0.1", + version: "0.0.2", name: "Get Entity Type", description: "Retrieves an Entity Type, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/get) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#getEntityType2)", props: { diff --git a/components/google_dialogflow/actions/get-intent/get-intent.mjs b/components/google_dialogflow/actions/get-intent/get-intent.mjs index 930ecad5c5218..0a13f5620c81e 100644 --- a/components/google_dialogflow/actions/get-intent/get-intent.mjs +++ b/components/google_dialogflow/actions/get-intent/get-intent.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-get-intent", - version: "0.0.1", + version: "0.0.2", name: "Get Intent", description: "Retrieves an intent [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.intents/get) and [client API][https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Intents.html#getIntent2]", props: { diff --git a/components/google_dialogflow/actions/list-contexts/list-contexts.mjs b/components/google_dialogflow/actions/list-contexts/list-contexts.mjs index 41abab455a294..7335a6ac3916c 100644 --- a/components/google_dialogflow/actions/list-contexts/list-contexts.mjs +++ b/components/google_dialogflow/actions/list-contexts/list-contexts.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-list-contexts", - version: "0.0.1", + version: "0.0.2", name: "List Contexts", description: "Retrieves the list of the contexts with the given session ID, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions.contexts/list) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#listContexts2)", props: { diff --git a/components/google_dialogflow/actions/list-entity-types/list-entity-types.mjs b/components/google_dialogflow/actions/list-entity-types/list-entity-types.mjs index 366841788e6fc..bd9207fd98f3a 100644 --- a/components/google_dialogflow/actions/list-entity-types/list-entity-types.mjs +++ b/components/google_dialogflow/actions/list-entity-types/list-entity-types.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-list-entity-types", - version: "0.0.1", + version: "0.0.2", name: "List Entity Types", description: "Retrieves list of entity types, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/list) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#listEntityTypes2)", props: { diff --git a/components/google_dialogflow/actions/list-intents/list-intents.mjs b/components/google_dialogflow/actions/list-intents/list-intents.mjs index e9f49e543d583..0890a39a42b6f 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: "0.0.1", + version: "0.0.2", name: "List Intents", description: "Retrieves the list of the intents, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2beta1/projects.agent.intents/list) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Intents.html#listIntents2)", props: { diff --git a/components/google_dialogflow/actions/update-context/update-context.mjs b/components/google_dialogflow/actions/update-context/update-context.mjs index 8687d9b31182f..dcc30b54a274a 100644 --- a/components/google_dialogflow/actions/update-context/update-context.mjs +++ b/components/google_dialogflow/actions/update-context/update-context.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-update-context", - version: "0.0.1", + version: "0.0.2", name: "Update Context", description: "Updates a context, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.sessions.contexts/patch) and [client API](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.Contexts.html#updateContext2)", props: { diff --git a/components/google_dialogflow/actions/update-entity-type/update-entity-type.mjs b/components/google_dialogflow/actions/update-entity-type/update-entity-type.mjs index 14767f7ab7880..24405f862b399 100644 --- a/components/google_dialogflow/actions/update-entity-type/update-entity-type.mjs +++ b/components/google_dialogflow/actions/update-entity-type/update-entity-type.mjs @@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs"; export default { type: "action", key: "google_dialogflow-update-entity-type", - version: "0.0.1", + version: "0.0.2", name: "Update Entity Type", description: "Updates an Entity Type, [See REST docs](https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/projects.agent.entityTypes/patch) and [client API docs](https://googleapis.dev/nodejs/dialogflow/latest/google.cloud.dialogflow.v2beta1.EntityTypes.html#updateEntityType2)", props: { diff --git a/components/google_dialogflow/package.json b/components/google_dialogflow/package.json index f97f79f2efc59..e7a5ebccb99c6 100644 --- a/components/google_dialogflow/package.json +++ b/components/google_dialogflow/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_dialogflow", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Google Dialogflow Components", "main": "google_dialogflow.app.mjs", "keywords": [ @@ -11,7 +11,6 @@ ], "homepage": "https://pipedream.com/apps/google_dialogflow", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@google-cloud/dialogflow": "^5.1.0" }, diff --git a/components/google_directory/package.json b/components/google_directory/package.json index bd2e3cc6cd224..3ad4d9c0b9af2 100644 --- a/components/google_directory/package.json +++ b/components/google_directory/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_directory", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Google Directory Components", "main": "dist/app/google_directory.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/google_directory", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/google_docs/actions/append-image/append-image.mjs b/components/google_docs/actions/append-image/append-image.mjs index d2276bc30679b..19616795cba20 100644 --- a/components/google_docs/actions/append-image/append-image.mjs +++ b/components/google_docs/actions/append-image/append-image.mjs @@ -4,7 +4,7 @@ export default { key: "google_docs-append-image", name: "Append Image to Document", description: "Appends an image to the end of a document. [See the docs](https://developers.google.com/docs/api/reference/rest/v1/documents/request#InsertInlineImageRequest)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { googleDocs, diff --git a/components/google_docs/actions/append-text/append-text.mjs b/components/google_docs/actions/append-text/append-text.mjs index f0898b6789092..69a1c9610f189 100644 --- a/components/google_docs/actions/append-text/append-text.mjs +++ b/components/google_docs/actions/append-text/append-text.mjs @@ -4,7 +4,7 @@ export default { key: "google_docs-append-text", name: "Append Text", description: "Append text to an existing document. [See the docs](https://developers.google.com/docs/api/reference/rest/v1/documents/request#InsertTextRequest)", - version: "0.1.1", + version: "0.1.2", type: "action", props: { googleDocs, diff --git a/components/google_docs/actions/create-document-from-text/create-document-from-text.mjs b/components/google_docs/actions/create-document-from-text/create-document-from-text.mjs index 69c0a1af9d5ca..2437bfd76057c 100644 --- a/components/google_docs/actions/create-document-from-text/create-document-from-text.mjs +++ b/components/google_docs/actions/create-document-from-text/create-document-from-text.mjs @@ -4,7 +4,7 @@ export default { key: "google_docs-create-document-from-text", name: "Create New Document from Text", description: "Create a new document from plain text. [See the docs](https://developers.google.com/docs/api/reference/rest/v1/documents/create)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { googleDocs, diff --git a/components/google_docs/actions/create-document/create-document.mjs b/components/google_docs/actions/create-document/create-document.mjs index a31afd6e5d5cf..8945536c1cb1b 100644 --- a/components/google_docs/actions/create-document/create-document.mjs +++ b/components/google_docs/actions/create-document/create-document.mjs @@ -4,7 +4,7 @@ export default { key: "google_docs-create-document", name: "Create a New Document", description: "Create a new, empty document. To add content after creating the document, pass the document ID exported by this step to the Append Text action. [See the docs](https://developers.google.com/docs/api/reference/rest/v1/documents/create)", - version: "0.1.1", + version: "0.1.2", type: "action", props: { googleDocs, diff --git a/components/google_docs/actions/get-document/get-document.mjs b/components/google_docs/actions/get-document/get-document.mjs index cc8918c1f0e33..ce94a97d89a30 100644 --- a/components/google_docs/actions/get-document/get-document.mjs +++ b/components/google_docs/actions/get-document/get-document.mjs @@ -4,7 +4,7 @@ export default { key: "google_docs-get-document", name: "Get Document", description: "Get the contents of the latest version of a document. [See the docs](https://developers.google.com/docs/api/reference/rest/v1/documents/get)", - version: "0.1.0", + version: "0.1.1", type: "action", props: { googleDocs, diff --git a/components/google_docs/actions/replace-image/replace-image.mjs b/components/google_docs/actions/replace-image/replace-image.mjs index b5adc1ee10d9b..059369d9768e5 100644 --- a/components/google_docs/actions/replace-image/replace-image.mjs +++ b/components/google_docs/actions/replace-image/replace-image.mjs @@ -4,7 +4,7 @@ export default { key: "google_docs-replace-image", name: "Replace Image", description: "Replace image in a existing document. [See the docs](https://developers.google.com/docs/api/reference/rest/v1/documents/request#ReplaceImageRequest)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { googleDocs, diff --git a/components/google_docs/actions/replace-text/replace-text.mjs b/components/google_docs/actions/replace-text/replace-text.mjs index ec4aa8d856971..4ccbe9277d9c0 100644 --- a/components/google_docs/actions/replace-text/replace-text.mjs +++ b/components/google_docs/actions/replace-text/replace-text.mjs @@ -4,7 +4,7 @@ export default { key: "google_docs-replace-text", name: "Replace Text", description: "Replace all instances of matched text in a existing document. [See the docs](https://developers.google.com/docs/api/reference/rest/v1/documents/request#ReplaceAllTextRequest)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { googleDocs, diff --git a/components/google_docs/package.json b/components/google_docs/package.json index 5e873643e8076..52cfe9f468f7a 100644 --- a/components/google_docs/package.json +++ b/components/google_docs/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_docs", - "version": "0.3.4", + "version": "0.3.5", "description": "Pipedream Google_docs Components", "main": "google_docs.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/google_docs", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/google_drive/actions/add-file-sharing-preference/add-file-sharing-preference.mjs b/components/google_drive/actions/add-file-sharing-preference/add-file-sharing-preference.mjs index 17c6252f57978..839e9516c2b73 100644 --- a/components/google_drive/actions/add-file-sharing-preference/add-file-sharing-preference.mjs +++ b/components/google_drive/actions/add-file-sharing-preference/add-file-sharing-preference.mjs @@ -11,7 +11,7 @@ export default { name: "Add File Sharing Preference", description: "Add a [sharing](https://support.google.com/drive/answer/7166529) permission to the sharing preferences of a file and provide a sharing URL. [See the docs](https://developers.google.com/drive/api/v3/reference/permissions/create) for more information", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/copy-file/copy-file.mjs b/components/google_drive/actions/copy-file/copy-file.mjs index e1be09b798a2f..722e13495549d 100644 --- a/components/google_drive/actions/copy-file/copy-file.mjs +++ b/components/google_drive/actions/copy-file/copy-file.mjs @@ -4,7 +4,7 @@ export default { key: "google_drive-copy-file", name: "Copy File", description: "Create a copy of the specified file. [See the docs](https://developers.google.com/drive/api/v3/reference/files/copy) for more information", - version: "0.0.3", + version: "0.0.4", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/create-file-from-template/create-file-from-template.mjs b/components/google_drive/actions/create-file-from-template/create-file-from-template.mjs index d87571740ca09..27cbf308bd67f 100644 --- a/components/google_drive/actions/create-file-from-template/create-file-from-template.mjs +++ b/components/google_drive/actions/create-file-from-template/create-file-from-template.mjs @@ -8,7 +8,7 @@ export default { key: "google_drive-create-file-from-template", name: "Create New File From Template", description: "Create a new google doc file from template. [See documentation](https://www.npmjs.com/package/google-docs-mustaches)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/create-file-from-text/create-file-from-text.mjs b/components/google_drive/actions/create-file-from-text/create-file-from-text.mjs index 13659504324a1..b43304c96e53b 100644 --- a/components/google_drive/actions/create-file-from-text/create-file-from-text.mjs +++ b/components/google_drive/actions/create-file-from-text/create-file-from-text.mjs @@ -5,7 +5,7 @@ export default { key: "google_drive-create-file-from-text", name: "Create New File From Text", description: "Create a new file from plain text. [See the docs](https://developers.google.com/drive/api/v3/reference/files/create) for more information", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/create-file/create-file.mjs b/components/google_drive/actions/create-file/create-file.mjs index e4b7f5fd3abcb..5fdd839e1767d 100644 --- a/components/google_drive/actions/create-file/create-file.mjs +++ b/components/google_drive/actions/create-file/create-file.mjs @@ -7,7 +7,7 @@ export default { key: "google_drive-create-file", name: "Create a New File", description: "Create a new file from a URL or /tmp/filepath. [See the docs](https://developers.google.com/drive/api/v3/reference/files/create) for more information", - version: "0.0.8", + version: "0.0.9", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/create-folder/create-folder.mjs b/components/google_drive/actions/create-folder/create-folder.mjs index 6e4b1f0dd1fe7..e9f50ccdb3bda 100644 --- a/components/google_drive/actions/create-folder/create-folder.mjs +++ b/components/google_drive/actions/create-folder/create-folder.mjs @@ -13,7 +13,7 @@ export default { key: "google_drive-create-folder", name: "Create Folder", description: "Create a new empty folder. [See the docs](https://developers.google.com/drive/api/v3/reference/files/create) for more information", - version: "0.0.7", + version: "0.0.8", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/create-shared-drive/create-shared-drive.mjs b/components/google_drive/actions/create-shared-drive/create-shared-drive.mjs index 9a0f4393e8ec6..9def266e01857 100644 --- a/components/google_drive/actions/create-shared-drive/create-shared-drive.mjs +++ b/components/google_drive/actions/create-shared-drive/create-shared-drive.mjs @@ -4,7 +4,7 @@ export default { key: "google_drive-create-shared-drive", name: "Create Shared Drive", description: "Create a new shared drive. [See the docs](https://developers.google.com/drive/api/v3/reference/drives/create) for more information", - version: "0.0.3", + version: "0.0.4", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/delete-file/delete-file.mjs b/components/google_drive/actions/delete-file/delete-file.mjs index 97aa8c4bb77c8..5790126606015 100644 --- a/components/google_drive/actions/delete-file/delete-file.mjs +++ b/components/google_drive/actions/delete-file/delete-file.mjs @@ -5,7 +5,7 @@ export default { name: "Delete File", description: "Permanently delete a file or folder without moving it to the trash. [See the docs](https://developers.google.com/drive/api/v3/reference/files/delete) for more information", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/delete-shared-drive/delete-shared-drive.mjs b/components/google_drive/actions/delete-shared-drive/delete-shared-drive.mjs index 9e128022502d2..2a845ad1a4e0e 100644 --- a/components/google_drive/actions/delete-shared-drive/delete-shared-drive.mjs +++ b/components/google_drive/actions/delete-shared-drive/delete-shared-drive.mjs @@ -4,7 +4,7 @@ export default { key: "google_drive-delete-shared-drive", name: "Delete Shared Drive", description: "Delete a shared drive without any content. [See the docs](https://developers.google.com/drive/api/v3/reference/drives/delete) for more information", - version: "0.0.3", + version: "0.0.4", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/download-file/download-file.mjs b/components/google_drive/actions/download-file/download-file.mjs index a3d64be3928c2..cf065c2608421 100644 --- a/components/google_drive/actions/download-file/download-file.mjs +++ b/components/google_drive/actions/download-file/download-file.mjs @@ -18,7 +18,7 @@ export default { key: "google_drive-download-file", name: "Download File", description: "Download a file. [See the docs](https://developers.google.com/drive/api/v3/manage-downloads) for more information", - version: "0.0.3", + version: "0.0.4", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/find-file/find-file.mjs b/components/google_drive/actions/find-file/find-file.mjs index f783264a9b9d5..8a551deca886c 100644 --- a/components/google_drive/actions/find-file/find-file.mjs +++ b/components/google_drive/actions/find-file/find-file.mjs @@ -5,7 +5,7 @@ export default { key: "google_drive-find-file", name: "Find File", description: "Search for a specific file by name. [See the docs](https://developers.google.com/drive/api/v3/search-files) for more information", - version: "0.0.3", + version: "0.0.4", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/find-folder/find-folder.mjs b/components/google_drive/actions/find-folder/find-folder.mjs index 51480da2d093f..d2b08912e4b99 100644 --- a/components/google_drive/actions/find-folder/find-folder.mjs +++ b/components/google_drive/actions/find-folder/find-folder.mjs @@ -7,7 +7,7 @@ export default { key: "google_drive-find-folder", name: "Find Folder", description: "Search for a specific folder by name. [See the docs](https://developers.google.com/drive/api/v3/search-files) for more information", - version: "0.0.5", + version: "0.0.6", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/get-folder-id-for-path/get-folder-id-for-path.mjs b/components/google_drive/actions/get-folder-id-for-path/get-folder-id-for-path.mjs index 9b703e747f7a0..df6f21d45992d 100644 --- a/components/google_drive/actions/get-folder-id-for-path/get-folder-id-for-path.mjs +++ b/components/google_drive/actions/get-folder-id-for-path/get-folder-id-for-path.mjs @@ -12,7 +12,7 @@ export default { key: "google_drive-get-folder-id-for-path", name: "Get Folder ID for a Path", description: "Retrieve a folderId for a path. [See the docs](https://developers.google.com/drive/api/v3/search-files) for more information", - version: "0.0.3", + version: "0.0.4", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/get-shared-drive/get-shared-drive.mjs b/components/google_drive/actions/get-shared-drive/get-shared-drive.mjs index 8d3d318c2b6dd..b2e7945bf305a 100644 --- a/components/google_drive/actions/get-shared-drive/get-shared-drive.mjs +++ b/components/google_drive/actions/get-shared-drive/get-shared-drive.mjs @@ -4,7 +4,7 @@ export default { key: "google_drive-get-shared-drive", name: "Get Shared Drive", description: "Get a shared drive's metadata by ID. [See the docs](https://developers.google.com/drive/api/v3/reference/drives/get) for more information", - version: "0.0.3", + version: "0.0.4", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/list-files/list-files.mjs b/components/google_drive/actions/list-files/list-files.mjs index 763ebdb350542..3d1169b0d6835 100644 --- a/components/google_drive/actions/list-files/list-files.mjs +++ b/components/google_drive/actions/list-files/list-files.mjs @@ -5,7 +5,7 @@ export default { key: "google_drive-list-files", name: "List Files", description: "List files from a specific folder. [See the docs](https://developers.google.com/drive/api/v3/reference/files/list) for more information", - version: "0.0.2", + version: "0.0.3", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/move-file-to-trash/move-file-to-trash.mjs b/components/google_drive/actions/move-file-to-trash/move-file-to-trash.mjs index f8838603ceec3..e2549c224cfa3 100644 --- a/components/google_drive/actions/move-file-to-trash/move-file-to-trash.mjs +++ b/components/google_drive/actions/move-file-to-trash/move-file-to-trash.mjs @@ -5,7 +5,7 @@ export default { key: "google_drive-move-file-to-trash", name: "Move File to Trash", description: "Move a file or folder to trash. [See the docs](https://developers.google.com/drive/api/v3/reference/files/update) for more information", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/move-file/move-file.mjs b/components/google_drive/actions/move-file/move-file.mjs index 7118df4771434..0f3d3ef27303c 100644 --- a/components/google_drive/actions/move-file/move-file.mjs +++ b/components/google_drive/actions/move-file/move-file.mjs @@ -4,7 +4,7 @@ export default { key: "google_drive-move-file", name: "Move File", description: "Move a file from one folder to another. [See the docs](https://developers.google.com/drive/api/v3/reference/files/update) for more information", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/replace-file/replace-file.mjs b/components/google_drive/actions/replace-file/replace-file.mjs index 96fd73637170a..d13b1353b85d3 100644 --- a/components/google_drive/actions/replace-file/replace-file.mjs +++ b/components/google_drive/actions/replace-file/replace-file.mjs @@ -15,7 +15,7 @@ export default { key: "google_drive-replace-file", name: "Replace File", description: "Upload a file that replaces an existing file. [See the docs](https://developers.google.com/drive/api/v3/reference/files/update) for more information", - version: "0.0.5", + version: "0.0.6", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/search-shared-drives/search-shared-drives.mjs b/components/google_drive/actions/search-shared-drives/search-shared-drives.mjs index 9424b0cd103a9..a4f46de75bbe4 100644 --- a/components/google_drive/actions/search-shared-drives/search-shared-drives.mjs +++ b/components/google_drive/actions/search-shared-drives/search-shared-drives.mjs @@ -4,7 +4,7 @@ export default { key: "google_drive-search-shared-drives", name: "Search for Shared Drives", description: "Search for shared drives with query options. [See the docs](https://developers.google.com/drive/api/v3/search-shareddrives) for more information", - version: "0.0.3", + version: "0.0.4", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/update-file/update-file.mjs b/components/google_drive/actions/update-file/update-file.mjs index e640750354fab..658e7562dc101 100644 --- a/components/google_drive/actions/update-file/update-file.mjs +++ b/components/google_drive/actions/update-file/update-file.mjs @@ -6,7 +6,7 @@ export default { key: "google_drive-update-file", name: "Update File", description: "Update a file's metadata and/or content. [See the docs](https://developers.google.com/drive/api/v3/reference/files/update) for more information", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/update-shared-drive/update-shared-drive.mjs b/components/google_drive/actions/update-shared-drive/update-shared-drive.mjs index e7c65a45ae28e..0a81a89747520 100644 --- a/components/google_drive/actions/update-shared-drive/update-shared-drive.mjs +++ b/components/google_drive/actions/update-shared-drive/update-shared-drive.mjs @@ -4,7 +4,7 @@ export default { key: "google_drive-update-shared-drive", name: "Update Shared Drive", description: "Update an existing shared drive. [See the docs](https://developers.google.com/drive/api/v3/reference/drives/update) for more information", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleDrive, diff --git a/components/google_drive/actions/upload-file/upload-file.mjs b/components/google_drive/actions/upload-file/upload-file.mjs index 5e9710163b69d..7d62ccc7dafd5 100644 --- a/components/google_drive/actions/upload-file/upload-file.mjs +++ b/components/google_drive/actions/upload-file/upload-file.mjs @@ -8,7 +8,7 @@ export default { key: "google_drive-upload-file", name: "Upload File", description: "Copy an existing file to Google Drive. [See the docs](https://developers.google.com/drive/api/v3/manage-uploads) for more information", - version: "0.0.7", + version: "0.0.8", type: "action", props: { googleDrive, diff --git a/components/google_drive/package.json b/components/google_drive/package.json index 96382b8f836f4..3e9b9d463f5b7 100644 --- a/components/google_drive/package.json +++ b/components/google_drive/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_drive", - "version": "0.4.9", + "version": "0.4.10", "description": "Pipedream Google_drive Components", "main": "google_drive.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/google_drive", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@googleapis/drive": "^2.3.0", "@pipedream/platform": "^1.2.0", diff --git a/components/google_drive/sources/changes-to-specific-files-shared-drive/changes-to-specific-files-shared-drive.mjs b/components/google_drive/sources/changes-to-specific-files-shared-drive/changes-to-specific-files-shared-drive.mjs index dfcd7487a7954..2ab5bbc96efd7 100644 --- a/components/google_drive/sources/changes-to-specific-files-shared-drive/changes-to-specific-files-shared-drive.mjs +++ b/components/google_drive/sources/changes-to-specific-files-shared-drive/changes-to-specific-files-shared-drive.mjs @@ -25,7 +25,7 @@ export default { key: "google_drive-changes-to-specific-files-shared-drive", name: "Changes to Specific Files (Shared Drive)", description: "Watches for changes to specific files in a shared drive, emitting an event any time a change is made to one of those files", - version: "0.0.1", + version: "0.0.2", type: "source", // Dedupe events based on the "x-goog-message-number" header for the target channel: // https://developers.google.com/drive/api/v3/push#making-watch-requests diff --git a/components/google_drive/sources/changes-to-specific-files/changes-to-specific-files.mjs b/components/google_drive/sources/changes-to-specific-files/changes-to-specific-files.mjs index 6a2ebd5f5cdf2..81eecd404ed2f 100644 --- a/components/google_drive/sources/changes-to-specific-files/changes-to-specific-files.mjs +++ b/components/google_drive/sources/changes-to-specific-files/changes-to-specific-files.mjs @@ -16,7 +16,7 @@ export default { key: "google_drive-changes-to-specific-files", name: "Changes to Specific Files", description: "Watches for changes to specific files, emitting an event any time a change is made to one of those files. To watch for changes to [shared drive](https://support.google.com/a/users/answer/9310351) files, use the **Changes to Specific Files (Shared Drive)** source instead.", - version: "0.0.19", + version: "0.0.20", type: "source", // Dedupe events based on the "x-goog-message-number" header for the target channel: // https://developers.google.com/drive/api/v3/push#making-watch-requests diff --git a/components/google_drive/sources/new-files-instant/new-files-instant.mjs b/components/google_drive/sources/new-files-instant/new-files-instant.mjs index 5d42ca28e08b6..5688654c5ec9c 100644 --- a/components/google_drive/sources/new-files-instant/new-files-instant.mjs +++ b/components/google_drive/sources/new-files-instant/new-files-instant.mjs @@ -9,7 +9,7 @@ export default { key: "google_drive-new-files-instant", name: "New Files (Instant)", description: "Emit new event any time a new file is added in your linked Google Drive", - version: "0.0.15", + version: "0.0.16", type: "source", dedupe: "unique", props: { diff --git a/components/google_drive/sources/new-or-modified-comments/new-or-modified-comments.mjs b/components/google_drive/sources/new-or-modified-comments/new-or-modified-comments.mjs index 30ca5e77fc144..83851c8bcaf49 100644 --- a/components/google_drive/sources/new-or-modified-comments/new-or-modified-comments.mjs +++ b/components/google_drive/sources/new-or-modified-comments/new-or-modified-comments.mjs @@ -17,7 +17,7 @@ export default { name: "New or Modified Comments", description: "Emits a new event any time a file comment is added, modified, or deleted in your linked Google Drive", - version: "0.0.9", + version: "0.0.10", type: "source", // Dedupe events based on the "x-goog-message-number" header for the target channel: // https://developers.google.com/drive/api/v3/push#making-watch-requests diff --git a/components/google_drive/sources/new-or-modified-files/new-or-modified-files.mjs b/components/google_drive/sources/new-or-modified-files/new-or-modified-files.mjs index 291510a92bed7..b78aab586b70a 100644 --- a/components/google_drive/sources/new-or-modified-files/new-or-modified-files.mjs +++ b/components/google_drive/sources/new-or-modified-files/new-or-modified-files.mjs @@ -21,7 +21,7 @@ export default { name: "New or Modified Files", description: "Emits a new event any time any file in your linked Google Drive is added, modified, or deleted", - version: "0.0.20", + version: "0.0.21", type: "source", // Dedupe events based on the "x-goog-message-number" header for the target channel: // https://developers.google.com/drive/api/v3/push#making-watch-requests diff --git a/components/google_drive/sources/new-or-modified-folders/new-or-modified-folders.mjs b/components/google_drive/sources/new-or-modified-folders/new-or-modified-folders.mjs index 4f602b77cb88f..5d6c54b58b271 100644 --- a/components/google_drive/sources/new-or-modified-folders/new-or-modified-folders.mjs +++ b/components/google_drive/sources/new-or-modified-folders/new-or-modified-folders.mjs @@ -21,7 +21,7 @@ export default { name: "New or Modified Folders", description: "Emits a new event any time any folder in your linked Google Drive is added, modified, or deleted", - version: "0.0.9", + version: "0.0.10", type: "source", // Dedupe events based on the "x-goog-message-number" header for the target channel: // https://developers.google.com/drive/api/v3/push#making-watch-requests diff --git a/components/google_drive/sources/new-shared-drive/new-shared-drive.mjs b/components/google_drive/sources/new-shared-drive/new-shared-drive.mjs index c451b372f13f2..dc35d3734321a 100644 --- a/components/google_drive/sources/new-shared-drive/new-shared-drive.mjs +++ b/components/google_drive/sources/new-shared-drive/new-shared-drive.mjs @@ -5,7 +5,7 @@ export default { key: "google_drive-new-shared-drive", name: "New Shared Drive", description: "Emits a new event any time a shared drive is created.", - version: "0.0.11", + version: "0.0.12", type: "source", dedupe: "unique", props: { diff --git a/components/google_drive/sources/new-spreadsheet/new-spreadsheet.mjs b/components/google_drive/sources/new-spreadsheet/new-spreadsheet.mjs index 286ada1571ed4..3d6071d857d0c 100644 --- a/components/google_drive/sources/new-spreadsheet/new-spreadsheet.mjs +++ b/components/google_drive/sources/new-spreadsheet/new-spreadsheet.mjs @@ -6,7 +6,7 @@ export default { type: "source", name: "New Spreadsheet (Instant)", description: "Emit new event each time a new spreadsheet is created in a drive.", - version: "0.0.1", + version: "0.0.2", props: { googleDrive: newFilesInstant.props.googleDrive, db: newFilesInstant.props.db, diff --git a/components/google_recaptcha/actions/validate-recaptcha/validate-recaptcha.ts b/components/google_recaptcha/actions/validate-recaptcha/validate-recaptcha.ts index 085e16e2a44fa..6fb06e2a56c28 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.1", + version: "0.0.2", key: "google_recaptcha-validate-recaptcha", description: "Validate a Google reCAPTCHA request (v2 or v3). [See docs here](https://developers.google.com/recaptcha/docs/verify)", props: { diff --git a/components/google_recaptcha/package.json b/components/google_recaptcha/package.json index 759784e536d48..ed5a79260d86e 100644 --- a/components/google_recaptcha/package.json +++ b/components/google_recaptcha/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_recaptcha", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Google reCAPTCHA Components", "main": "dist/app/google_recaptcha.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/google_recaptcha", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/google_sheets/actions/add-multiple-rows/add-multiple-rows.mjs b/components/google_sheets/actions/add-multiple-rows/add-multiple-rows.mjs index 05bce714e5865..f5d1f989023bd 100644 --- a/components/google_sheets/actions/add-multiple-rows/add-multiple-rows.mjs +++ b/components/google_sheets/actions/add-multiple-rows/add-multiple-rows.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-add-multiple-rows", name: "Add Multiple Rows", description: "Add multiple rows of data to a Google Sheet", - version: "0.1.5", + version: "0.1.6", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/add-single-row/add-single-row.mjs b/components/google_sheets/actions/add-single-row/add-single-row.mjs index 118d5c3b64177..7145105913e5f 100644 --- a/components/google_sheets/actions/add-single-row/add-single-row.mjs +++ b/components/google_sheets/actions/add-single-row/add-single-row.mjs @@ -5,7 +5,7 @@ export default { key: "google_sheets-add-single-row", name: "Add Single Row", description: "Add a single row of data to Google Sheets", - version: "2.0.9", + version: "2.0.10", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/clear-cell/clear-cell.mjs b/components/google_sheets/actions/clear-cell/clear-cell.mjs index b11ae3095b9c7..a7ab946e20e7c 100644 --- a/components/google_sheets/actions/clear-cell/clear-cell.mjs +++ b/components/google_sheets/actions/clear-cell/clear-cell.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-clear-cell", name: "Clear Cell", description: "Delete the content of a specific cell in a spreadsheet", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/clear-row/clear-row.mjs b/components/google_sheets/actions/clear-row/clear-row.mjs index 2408ffd64d6fb..6081d75b2bf5a 100644 --- a/components/google_sheets/actions/clear-row/clear-row.mjs +++ b/components/google_sheets/actions/clear-row/clear-row.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-clear-row", name: "Clear Row", description: "Delete the content of a row in a spreadsheet. Deleted rows will appear as blank rows.", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/copy-worksheet/copy-worksheet.mjs b/components/google_sheets/actions/copy-worksheet/copy-worksheet.mjs index 2df8679617a72..165c8b242b099 100644 --- a/components/google_sheets/actions/copy-worksheet/copy-worksheet.mjs +++ b/components/google_sheets/actions/copy-worksheet/copy-worksheet.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-copy-worksheet", name: "Copy Worksheet", description: "Copy an existing worksheet to another Google Sheets file", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/create-column/create-column.mjs b/components/google_sheets/actions/create-column/create-column.mjs index 40dd8cc97b001..0c9dfc0339f0b 100644 --- a/components/google_sheets/actions/create-column/create-column.mjs +++ b/components/google_sheets/actions/create-column/create-column.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-create-column", name: "Create Column", description: "Create a new column in a spreadsheet", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/create-spreadsheet/create-spreadsheet.mjs b/components/google_sheets/actions/create-spreadsheet/create-spreadsheet.mjs index 899dfff348113..40545db0b26b8 100644 --- a/components/google_sheets/actions/create-spreadsheet/create-spreadsheet.mjs +++ b/components/google_sheets/actions/create-spreadsheet/create-spreadsheet.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-create-spreadsheet", name: "Create Spreadsheet", description: "Create a blank spreadsheet or duplicate an existing spreadsheet", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/create-worksheet/create-worksheet.mjs b/components/google_sheets/actions/create-worksheet/create-worksheet.mjs index 3922d27ce3a19..9478ee26e9265 100644 --- a/components/google_sheets/actions/create-worksheet/create-worksheet.mjs +++ b/components/google_sheets/actions/create-worksheet/create-worksheet.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-create-worksheet", name: "Create Worksheet", description: "Create a blank worksheet with a title", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/delete-row/delete-row.mjs b/components/google_sheets/actions/delete-row/delete-row.mjs index 61c758cd33691..899e031bd324b 100644 --- a/components/google_sheets/actions/delete-row/delete-row.mjs +++ b/components/google_sheets/actions/delete-row/delete-row.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-delete-row", name: "Delete Row", description: "Deletes a specific row in a spreadsheet", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/delete-worksheet/delete-worksheet.mjs b/components/google_sheets/actions/delete-worksheet/delete-worksheet.mjs index 5af69a4477906..c17728141d2e4 100644 --- a/components/google_sheets/actions/delete-worksheet/delete-worksheet.mjs +++ b/components/google_sheets/actions/delete-worksheet/delete-worksheet.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-delete-worksheet", name: "Delete Worksheet", description: "Delete a specific worksheet", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/find-row/find-row.mjs b/components/google_sheets/actions/find-row/find-row.mjs index 18d53c6c12610..e0b55b4b1d1fc 100644 --- a/components/google_sheets/actions/find-row/find-row.mjs +++ b/components/google_sheets/actions/find-row/find-row.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-find-row", name: "Find Row", description: "Find one or more rows by a column and value", - version: "0.1.3", + version: "0.1.4", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/get-cell/get-cell.mjs b/components/google_sheets/actions/get-cell/get-cell.mjs index 88742160290a4..2850a80b954b8 100644 --- a/components/google_sheets/actions/get-cell/get-cell.mjs +++ b/components/google_sheets/actions/get-cell/get-cell.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-get-cell", name: "Get Cell", description: "Fetch the contents of a specific cell in a spreadsheet", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/get-values-in-range/get-values-in-range.mjs b/components/google_sheets/actions/get-values-in-range/get-values-in-range.mjs index 427eca083bdbe..d718b845a1977 100644 --- a/components/google_sheets/actions/get-values-in-range/get-values-in-range.mjs +++ b/components/google_sheets/actions/get-values-in-range/get-values-in-range.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-get-values-in-range", name: "Get Values in Range", description: "Get values from a range of cells using A1 notation.", - version: "0.0.8", + version: "0.0.9", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/get-values/get-values.mjs b/components/google_sheets/actions/get-values/get-values.mjs index 4075a21fccab8..9fbbda602090c 100644 --- a/components/google_sheets/actions/get-values/get-values.mjs +++ b/components/google_sheets/actions/get-values/get-values.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-get-values", name: "Get Values", description: "Get all values from a sheet.", - version: "0.0.16", + version: "0.0.17", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/insert-comment/insert-comment.mjs b/components/google_sheets/actions/insert-comment/insert-comment.mjs index cd14e037ee32b..89d7a2eb9eed2 100644 --- a/components/google_sheets/actions/insert-comment/insert-comment.mjs +++ b/components/google_sheets/actions/insert-comment/insert-comment.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-insert-comment", name: "Insert Comment", description: "Insert a comment into a spreadsheet. [See the docs here](https://developers.google.com/drive/api/v3/reference/comments/create)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/google_sheets/actions/list-worksheets/list-worksheets.mjs b/components/google_sheets/actions/list-worksheets/list-worksheets.mjs index 259320fc95cce..4b328095b0625 100644 --- a/components/google_sheets/actions/list-worksheets/list-worksheets.mjs +++ b/components/google_sheets/actions/list-worksheets/list-worksheets.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-list-worksheets", name: "List Worksheets", description: "Get a list of all worksheets in a spreadsheet", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/update-cell/update-cell.mjs b/components/google_sheets/actions/update-cell/update-cell.mjs index ad3e13aa346b2..7f73b9410a84d 100644 --- a/components/google_sheets/actions/update-cell/update-cell.mjs +++ b/components/google_sheets/actions/update-cell/update-cell.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-update-cell", name: "Update Cell", description: "Update a cell in a spreadsheet", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/update-row/update-row.mjs b/components/google_sheets/actions/update-row/update-row.mjs index ca8dc0130afdb..fe04127b2a535 100644 --- a/components/google_sheets/actions/update-row/update-row.mjs +++ b/components/google_sheets/actions/update-row/update-row.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-update-row", name: "Update Row", description: "Update a row in a spreadsheet", - version: "0.0.4", + version: "0.0.5", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/update-rows/update-rows.mjs b/components/google_sheets/actions/update-rows/update-rows.mjs index fa0ff2f3e641a..d5f1fd353dd0c 100644 --- a/components/google_sheets/actions/update-rows/update-rows.mjs +++ b/components/google_sheets/actions/update-rows/update-rows.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-update-rows", name: "Update Rows", description: "Update multiple rows in a spreadsheet defined by a range", - version: "0.0.1", + version: "0.0.2", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/upsert-row/upsert-row.mjs b/components/google_sheets/actions/upsert-row/upsert-row.mjs index ffc394f89e4ef..587a4373c3f6d 100644 --- a/components/google_sheets/actions/upsert-row/upsert-row.mjs +++ b/components/google_sheets/actions/upsert-row/upsert-row.mjs @@ -21,7 +21,7 @@ export default { key: "google_sheets-upsert-row", name: "Upsert Row", description: "Upsert a row of data in a Google Sheet", - version: "0.0.6", + version: "0.0.7", type: "action", props: { googleSheets, diff --git a/components/google_sheets/package.json b/components/google_sheets/package.json index 3eda22b470243..4e69aae75cf43 100644 --- a/components/google_sheets/package.json +++ b/components/google_sheets/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_sheets", - "version": "0.3.9", + "version": "0.3.10", "description": "Pipedream Google_sheets Components", "main": "google_sheets.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/google_sheets", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@googleapis/sheets": "^0.3.0", "@pipedream/platform": "^0.10.0", diff --git a/components/google_sheets/sources/new-row-added-shared-drive/new-row-added-shared-drive.mjs b/components/google_sheets/sources/new-row-added-shared-drive/new-row-added-shared-drive.mjs index f55061dff5495..b62b1606eb8e7 100644 --- a/components/google_sheets/sources/new-row-added-shared-drive/new-row-added-shared-drive.mjs +++ b/components/google_sheets/sources/new-row-added-shared-drive/new-row-added-shared-drive.mjs @@ -7,7 +7,7 @@ export default { key: "google_sheets-new-row-added-shared-drive", name: "New Row Added (Shared Drive, Instant)", description: "Emit new events each time a row or rows are added to the bottom of a spreadsheet in a shared drive", - version: "0.0.4", + version: "0.0.5", dedupe: "unique", type: "source", props: { diff --git a/components/google_sheets/sources/new-row-added/new-row-added.mjs b/components/google_sheets/sources/new-row-added/new-row-added.mjs index 533c3c3617e78..86948eeca46d7 100644 --- a/components/google_sheets/sources/new-row-added/new-row-added.mjs +++ b/components/google_sheets/sources/new-row-added/new-row-added.mjs @@ -7,7 +7,7 @@ export default { key: "google_sheets-new-row-added", name: "New Row Added (Instant)", description: "Emit new events each time a row or rows are added to the bottom of a spreadsheet. To use this source with a spreadsheet in a [Shared Drive](https://support.google.com/a/users/answer/9310351), use the **New Row Added (Shared Drive, Instant)** source instead.", - version: "0.0.29", + version: "0.0.30", dedupe: "unique", type: "source", props: { diff --git a/components/google_sheets/sources/new-updates-shared-drive/new-updates-shared-drive.mjs b/components/google_sheets/sources/new-updates-shared-drive/new-updates-shared-drive.mjs index ce42ed9540d8e..728281bbd6394 100644 --- a/components/google_sheets/sources/new-updates-shared-drive/new-updates-shared-drive.mjs +++ b/components/google_sheets/sources/new-updates-shared-drive/new-updates-shared-drive.mjs @@ -8,7 +8,7 @@ export default { type: "source", name: "New Updates (Shared Drive, Instant)", description: "Emit new event each time a row or cell is updated in a spreadsheet in a shared drive", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...httpBase.props, diff --git a/components/google_sheets/sources/new-updates/new-updates.mjs b/components/google_sheets/sources/new-updates/new-updates.mjs index 26b848f6b38e9..f2f190840d827 100644 --- a/components/google_sheets/sources/new-updates/new-updates.mjs +++ b/components/google_sheets/sources/new-updates/new-updates.mjs @@ -8,7 +8,7 @@ export default { type: "source", name: "New Updates (Instant)", description: "Emit new event each time a row or cell is updated in a spreadsheet. To use this source with a spreadsheet in a [Shared Drive](https://support.google.com/a/users/answer/9310351), use the **New Updates (Shared Drive, Instant)** source instead.", - version: "0.0.27", + version: "0.0.28", dedupe: "unique", props: { ...httpBase.props, diff --git a/components/google_sheets/sources/new-worksheet-shared-drive/new-worksheet-shared-drive.mjs b/components/google_sheets/sources/new-worksheet-shared-drive/new-worksheet-shared-drive.mjs index 74c0c26d6b98d..554c6298764a4 100644 --- a/components/google_sheets/sources/new-worksheet-shared-drive/new-worksheet-shared-drive.mjs +++ b/components/google_sheets/sources/new-worksheet-shared-drive/new-worksheet-shared-drive.mjs @@ -8,7 +8,7 @@ export default { type: "source", name: "New Worksheet (Shared Drive, Instant)", description: "Emit new event each time a new worksheet is created in a spreadsheet in a shared drive", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", hooks: { ...httpBase.hooks, diff --git a/components/google_sheets/sources/new-worksheet/new-worksheet.mjs b/components/google_sheets/sources/new-worksheet/new-worksheet.mjs index ff7860e20c12f..f87e124869c33 100644 --- a/components/google_sheets/sources/new-worksheet/new-worksheet.mjs +++ b/components/google_sheets/sources/new-worksheet/new-worksheet.mjs @@ -8,7 +8,7 @@ export default { type: "source", name: "New Worksheet (Instant)", description: "Emit new event each time a new worksheet is created in a spreadsheet. To use this source with a spreadsheet in a [Shared Drive](https://support.google.com/a/users/answer/9310351), use the **New Worksheet (Shared Drive, Instant)** source instead.", - version: "0.0.14", + version: "0.0.15", dedupe: "unique", hooks: { ...httpBase.hooks, diff --git a/components/google_slides/actions/create-presentation/create-presentation.mjs b/components/google_slides/actions/create-presentation/create-presentation.mjs index 32eadac786ff3..e8f0cb6a07c5c 100644 --- a/components/google_slides/actions/create-presentation/create-presentation.mjs +++ b/components/google_slides/actions/create-presentation/create-presentation.mjs @@ -4,7 +4,7 @@ export default { key: "google_slides-create-presentation", name: "Create Presentation", description: "Create a blank presentation or duplicate an existing presentation. [See the docs here](https://developers.google.com/slides/api/guides/presentations#copy_an_existing_presentation)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/google_slides/actions/find-presentation/find-presentation.mjs b/components/google_slides/actions/find-presentation/find-presentation.mjs index be70d8ea5cf89..d6b4ba6c073d7 100644 --- a/components/google_slides/actions/find-presentation/find-presentation.mjs +++ b/components/google_slides/actions/find-presentation/find-presentation.mjs @@ -4,7 +4,7 @@ export default { key: "google_slides-find-presentation", name: "Find a Presentation", description: "Find a presentation on Google Drive. [See the docs here](https://developers.google.com/slides/api/samples/presentation#list_existing_presentation_files)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/google_slides/actions/refresh-chart/refresh-chart.mjs b/components/google_slides/actions/refresh-chart/refresh-chart.mjs index 85b5bf1677b00..3f74f4466b246 100644 --- a/components/google_slides/actions/refresh-chart/refresh-chart.mjs +++ b/components/google_slides/actions/refresh-chart/refresh-chart.mjs @@ -4,7 +4,7 @@ export default { key: "google_slides-refresh-chart", name: "Refresh a chart", description: "Refresh a chart from Sheets. [See the docs here](https://developers.google.com/slides/api/samples/elements#refresh_a_chart_from_sheets)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/google_slides/package.json b/components/google_slides/package.json index 1d9e7d43dc7cf..1234a519285e3 100644 --- a/components/google_slides/package.json +++ b/components/google_slides/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_slides", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Google Slides Components", "main": "google_slides.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/google_slides", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@googleapis/slides": "^0.7.1", "@googleapis/drive": "^2.3.0", diff --git a/components/google_slides/sources/new-presentation/new-presentation.mjs b/components/google_slides/sources/new-presentation/new-presentation.mjs index 7e4b036c3a7c4..6f8b18035a065 100644 --- a/components/google_slides/sources/new-presentation/new-presentation.mjs +++ b/components/google_slides/sources/new-presentation/new-presentation.mjs @@ -6,7 +6,7 @@ export default { type: "source", name: "New Presentation (Instant)", description: "Emit new event each time a new presentation is created in a drive.", - version: "0.0.1", + version: "0.0.2", hooks: { ...newFilesInstant.hooks, async deploy() { diff --git a/components/google_workspace/actions/list-activities-by-admin/list-activities-by-admin.ts b/components/google_workspace/actions/list-activities-by-admin/list-activities-by-admin.ts index bcf51ba6dc58a..7f9bb010716de 100644 --- a/components/google_workspace/actions/list-activities-by-admin/list-activities-by-admin.ts +++ b/components/google_workspace/actions/list-activities-by-admin/list-activities-by-admin.ts @@ -5,7 +5,7 @@ export default defineAction({ key: "google_workspace-list-activities-by-admin", name: "List Activities By Admin", description: "Retrieves a report of all Admin console activities done by a specific administrator. [See the docs](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin#get_admin_events) for more information", - version: "0.0.1", + version: "0.0.2", type: "action", props: { googleWorkspace, diff --git a/components/google_workspace/actions/list-activities-by-event-and-admin/list-activities-by-event-and-admin.ts b/components/google_workspace/actions/list-activities-by-event-and-admin/list-activities-by-event-and-admin.ts index 21b9775a685d1..fd3c469e9a256 100644 --- a/components/google_workspace/actions/list-activities-by-event-and-admin/list-activities-by-event-and-admin.ts +++ b/components/google_workspace/actions/list-activities-by-event-and-admin/list-activities-by-event-and-admin.ts @@ -5,7 +5,7 @@ export default defineAction({ key: "google_workspace-list-activities-by-event-and-admin", name: "List Activities By Event Name and Admin", description: "Retrieves a report of all activities for a specific event name and admin. [See the docs](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin#get_admin_event) for more information", - version: "0.0.1", + version: "0.0.2", type: "action", props: { googleWorkspace, diff --git a/components/google_workspace/actions/list-activities-by-event-name/list-activities-by-event-name.ts b/components/google_workspace/actions/list-activities-by-event-name/list-activities-by-event-name.ts index 3f42172ac7dc8..04e334c01dca8 100644 --- a/components/google_workspace/actions/list-activities-by-event-name/list-activities-by-event-name.ts +++ b/components/google_workspace/actions/list-activities-by-event-name/list-activities-by-event-name.ts @@ -5,7 +5,7 @@ export default defineAction({ key: "google_workspace-list-activities-by-event-name", name: "List Activities By Event Name", description: "Retrieves a report of all activities for a specific event name. [See the docs](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin#get_all_events) for more information", - version: "0.0.1", + version: "0.0.2", type: "action", props: { googleWorkspace, diff --git a/components/google_workspace/actions/list-all-activities/list-all-activities.ts b/components/google_workspace/actions/list-all-activities/list-all-activities.ts index 7c96bb7536ae9..59d7822a05d7d 100644 --- a/components/google_workspace/actions/list-all-activities/list-all-activities.ts +++ b/components/google_workspace/actions/list-all-activities/list-all-activities.ts @@ -5,7 +5,7 @@ export default defineAction({ key: "google_workspace-list-all-activities", name: "List All Activities", description: "Retrieves a report of all administrative activities done for an account. [See the docs](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin#get_account_events) for more information", - version: "0.0.1", + version: "0.0.2", type: "action", props: { googleWorkspace, diff --git a/components/google_workspace/package.json b/components/google_workspace/package.json index 923f978d13bea..1b62d408d2ff4 100644 --- a/components/google_workspace/package.json +++ b/components/google_workspace/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_workspace", - "version": "0.0.5", + "version": "0.0.6", "description": "Pipedream Google Workspace Admin Components", "main": "dist/app/google_workspace.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/google_workspace", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/google_workspace/sources/new-admin-activity-by-app-name/new-admin-activity-by-app-name.ts b/components/google_workspace/sources/new-admin-activity-by-app-name/new-admin-activity-by-app-name.ts index d5e50ecf899cc..2c2458bb0164b 100644 --- a/components/google_workspace/sources/new-admin-activity-by-app-name/new-admin-activity-by-app-name.ts +++ b/components/google_workspace/sources/new-admin-activity-by-app-name/new-admin-activity-by-app-name.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "google_workspace-new-admin-activity-by-app-name", name: "New Admin Activity By Application Name", description: "Emit new admin activities by selected user", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", props: { diff --git a/components/google_workspace/sources/new-admin-activity-by-user-and-app-name/new-admin-activity-by-user-and-app-name.ts b/components/google_workspace/sources/new-admin-activity-by-user-and-app-name/new-admin-activity-by-user-and-app-name.ts index 79a88ceb9a19f..eedddaa6af93a 100644 --- a/components/google_workspace/sources/new-admin-activity-by-user-and-app-name/new-admin-activity-by-user-and-app-name.ts +++ b/components/google_workspace/sources/new-admin-activity-by-user-and-app-name/new-admin-activity-by-user-and-app-name.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "google_workspace-new-admin-activity-by-user-and-app-name", name: "New Admin Activity By User And Application Name", description: "Emit new admin activities by selected user and application name", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", props: { diff --git a/components/google_workspace/sources/new-admin-activity-by-user/new-admin-activity-by-user.ts b/components/google_workspace/sources/new-admin-activity-by-user/new-admin-activity-by-user.ts index 70e96db7dd51d..113a12bf6ad1c 100644 --- a/components/google_workspace/sources/new-admin-activity-by-user/new-admin-activity-by-user.ts +++ b/components/google_workspace/sources/new-admin-activity-by-user/new-admin-activity-by-user.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "google_workspace-new-admin-activity-by-user", name: "New Admin Activity By User", description: "Emit new admin activities by selected user", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", props: { diff --git a/components/google_workspace/sources/new-admin-activity/new-admin-activity.ts b/components/google_workspace/sources/new-admin-activity/new-admin-activity.ts index b92451b26ecd6..057b4b59d6449 100644 --- a/components/google_workspace/sources/new-admin-activity/new-admin-activity.ts +++ b/components/google_workspace/sources/new-admin-activity/new-admin-activity.ts @@ -6,7 +6,7 @@ export default defineSource({ key: "google_workspace-new-admin-activity", name: "New Admin Activity", description: "Emit new admin activities", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/gorgias/actions/create-customer/create-customer.mjs b/components/gorgias/actions/create-customer/create-customer.mjs index 1e94afe61c836..c8cb85617c3c2 100644 --- a/components/gorgias/actions/create-customer/create-customer.mjs +++ b/components/gorgias/actions/create-customer/create-customer.mjs @@ -5,7 +5,7 @@ export default { key: "gorgias-create-customer", name: "Create Customer", description: "Create a new customer. [See the docs](https://developers.gorgias.com/reference/post_api-customers)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { gorgias, diff --git a/components/gorgias/actions/create-ticket/create-ticket.mjs b/components/gorgias/actions/create-ticket/create-ticket.mjs index 4f2f56b586bd7..7a32662eedb40 100644 --- a/components/gorgias/actions/create-ticket/create-ticket.mjs +++ b/components/gorgias/actions/create-ticket/create-ticket.mjs @@ -4,7 +4,7 @@ export default { key: "gorgias-create-ticket", name: "Create Ticket", description: "Create a new ticket. [See the docs](https://developers.gorgias.com/reference/post_api-tickets)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { gorgias, diff --git a/components/gorgias/actions/list-tickets/list-tickets.mjs b/components/gorgias/actions/list-tickets/list-tickets.mjs index a498d9c987081..0a03e56dc529b 100644 --- a/components/gorgias/actions/list-tickets/list-tickets.mjs +++ b/components/gorgias/actions/list-tickets/list-tickets.mjs @@ -4,7 +4,7 @@ export default { key: "gorgias-list-tickets", name: "List Tickets", description: "List all tickets. [See the docs](https://developers.gorgias.com/reference/get_api-tickets)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { gorgias, diff --git a/components/gorgias/actions/retrieve-customer/retrieve-customer.mjs b/components/gorgias/actions/retrieve-customer/retrieve-customer.mjs index 2690f451f3610..f3d263a899770 100644 --- a/components/gorgias/actions/retrieve-customer/retrieve-customer.mjs +++ b/components/gorgias/actions/retrieve-customer/retrieve-customer.mjs @@ -4,7 +4,7 @@ export default { key: "gorgias-retrieve-customer", name: "Retrieve a Customer", description: "Retrieve a customer. [See the docs](https://developers.gorgias.com/reference/get_api-customers-id-)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { gorgias, diff --git a/components/gorgias/actions/update-customer/update-customer.mjs b/components/gorgias/actions/update-customer/update-customer.mjs index 1f72a29e452a4..f62ac9ad58b57 100644 --- a/components/gorgias/actions/update-customer/update-customer.mjs +++ b/components/gorgias/actions/update-customer/update-customer.mjs @@ -10,7 +10,7 @@ export default { key: "gorgias-update-customer", name: "Update Customer", description: "Update a customer. [See the docs](https://developers.gorgias.com/reference/put_api-customers-id-)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { gorgias, diff --git a/components/gorgias/package.json b/components/gorgias/package.json index 11ca84b2cce17..2facfa094ffd1 100644 --- a/components/gorgias/package.json +++ b/components/gorgias/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gorgias", - "version": "0.3.4", + "version": "0.3.5", "description": "Pipedream Gorgias Components", "main": "gorgias.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/gorgias", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/gorgias/sources/ticket-created/ticket-created.mjs b/components/gorgias/sources/ticket-created/ticket-created.mjs index aeea3de9adcc1..8963b4ad3f183 100644 --- a/components/gorgias/sources/ticket-created/ticket-created.mjs +++ b/components/gorgias/sources/ticket-created/ticket-created.mjs @@ -6,7 +6,7 @@ export default { key: "gorgias-ticket-created", name: "New Ticket", description: "Emit new event when a ticket is created. [See the docs](https://developers.gorgias.com/reference/the-event-object)", - version: "0.1.1", + version: "0.1.2", type: "source", methods: { ...base.methods, diff --git a/components/gorgias/sources/ticket-message-created/ticket-message-created.mjs b/components/gorgias/sources/ticket-message-created/ticket-message-created.mjs index 182556b7f2c3f..a1923b833fd58 100644 --- a/components/gorgias/sources/ticket-message-created/ticket-message-created.mjs +++ b/components/gorgias/sources/ticket-message-created/ticket-message-created.mjs @@ -6,7 +6,7 @@ export default { key: "gorgias-ticket-messaged-created", name: "New Ticket Message", description: "Emit new event when a ticket message is created. [See the docs](https://developers.gorgias.com/reference/the-event-object)", - version: "0.1.1", + version: "0.1.2", type: "source", methods: { ...base.methods, diff --git a/components/gorgias/sources/ticket-updated/ticket-updated.mjs b/components/gorgias/sources/ticket-updated/ticket-updated.mjs index 00fd482117aa8..80bf82377c08a 100644 --- a/components/gorgias/sources/ticket-updated/ticket-updated.mjs +++ b/components/gorgias/sources/ticket-updated/ticket-updated.mjs @@ -6,7 +6,7 @@ export default { key: "gorgias-ticket-updated", name: "New Updated Ticket", description: "Emit new event when a ticket is updated. [See the docs](https://developers.gorgias.com/reference/the-event-object)", - version: "0.1.1", + version: "0.1.2", type: "source", methods: { ...base.methods, diff --git a/components/gorgias_oauth/package.json b/components/gorgias_oauth/package.json index 7e151c778ca32..e1673643c8481 100644 --- a/components/gorgias_oauth/package.json +++ b/components/gorgias_oauth/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gorgias_oauth", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Gorgias OAuth Components", "main": "gorgias_oauth.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ ], "homepage": "https://pipedream.com/apps/gorgias-oauth", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/grafbase/package.json b/components/grafbase/package.json index 005f41030bbe6..015e704d1aa82 100644 --- a/components/grafbase/package.json +++ b/components/grafbase/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/grafbase", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Grafbase Components", "main": "dist/app/grafbase.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/grafbase", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/graphhopper/package.json b/components/graphhopper/package.json index d4fba05ba53a9..713f85ffa5a54 100644 --- a/components/graphhopper/package.json +++ b/components/graphhopper/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/graphhopper", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream GraphHopper Components", "main": "dist/app/graphhopper.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/graphhopper", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/grist/package.json b/components/grist/package.json index 87e461f94e834..1584c2aed202f 100644 --- a/components/grist/package.json +++ b/components/grist/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/grist", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Grist Components", "main": "dist/app/grist.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/grist", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/growsurf/package.json b/components/growsurf/package.json index b242f2da1d817..a4564d30b8469 100644 --- a/components/growsurf/package.json +++ b/components/growsurf/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/growsurf", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Growsurf Components", "main": "dist/app/growsurf.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/growsurf", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/gumroad/package.json b/components/gumroad/package.json index 68ac05e78c015..b18b0b1c306ff 100644 --- a/components/gumroad/package.json +++ b/components/gumroad/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gumroad", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Gumroad Components", "main": "gumroad.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/gumroad", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/gumroad/sources/new-cancellation/new-cancellation.mjs b/components/gumroad/sources/new-cancellation/new-cancellation.mjs index 3ca03b557d114..bbe3fb949f0c7 100644 --- a/components/gumroad/sources/new-cancellation/new-cancellation.mjs +++ b/components/gumroad/sources/new-cancellation/new-cancellation.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Cancellation", - version: "0.0.3", + version: "0.0.4", key: "gumroad-new-cancellation", description: "Emit new event on a sale is cancelled.", type: "source", diff --git a/components/gumroad/sources/new-product/new-product.mjs b/components/gumroad/sources/new-product/new-product.mjs index f41ca1f5ec47a..5ee1e9895b735 100644 --- a/components/gumroad/sources/new-product/new-product.mjs +++ b/components/gumroad/sources/new-product/new-product.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Product", - version: "0.0.3", + version: "0.0.4", key: "gumroad-new-product", description: "Emit new event on each new product.", type: "source", diff --git a/components/gumroad/sources/new-refund/new-refund.mjs b/components/gumroad/sources/new-refund/new-refund.mjs index 000a80ca59234..4568a7304da83 100644 --- a/components/gumroad/sources/new-refund/new-refund.mjs +++ b/components/gumroad/sources/new-refund/new-refund.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Refund", - version: "0.0.3", + version: "0.0.4", key: "gumroad-new-refund", description: "Emit new event on a sale is refunded.", type: "source", diff --git a/components/gumroad/sources/new-sale/new-sale.mjs b/components/gumroad/sources/new-sale/new-sale.mjs index 8528972967ab9..ec25632414523 100644 --- a/components/gumroad/sources/new-sale/new-sale.mjs +++ b/components/gumroad/sources/new-sale/new-sale.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Sale", - version: "0.0.3", + version: "0.0.4", key: "gumroad-new-sale", description: "Emit new event on each new sale.", type: "source", diff --git a/components/gupshup/package.json b/components/gupshup/package.json index f5a21c6736092..8501aecbf22a8 100644 --- a/components/gupshup/package.json +++ b/components/gupshup/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gupshup", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Gupshup Components", "main": "dist/app/gupshup.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/gupshup", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/guru/package.json b/components/guru/package.json index a186f8110b5e0..c50c8c39acbbb 100644 --- a/components/guru/package.json +++ b/components/guru/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/guru", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Guru Components", "main": "dist/app/guru.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/guru", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/habitica/package.json b/components/habitica/package.json index e07ae073c7e1d..9d638b98d71e4 100644 --- a/components/habitica/package.json +++ b/components/habitica/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/habitica", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Habitica Components", "main": "dist/app/habitica.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/habitica", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/hacker_news/package.json b/components/hacker_news/package.json index e4cb86cdc223e..571dfeb670cca 100644 --- a/components/hacker_news/package.json +++ b/components/hacker_news/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/hacker_news", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Hacker_news Components", "main": "hacker_news.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/hacker_news", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/hacker_news/sources/new-comments-by-keyword/new-comments-by-keyword.js b/components/hacker_news/sources/new-comments-by-keyword/new-comments-by-keyword.js index 9e600780fc112..3f4559e6d8f1c 100644 --- a/components/hacker_news/sources/new-comments-by-keyword/new-comments-by-keyword.js +++ b/components/hacker_news/sources/new-comments-by-keyword/new-comments-by-keyword.js @@ -9,7 +9,7 @@ module.exports = { name: "New Comments by Keyword", description: "Emit new comments that mention a specific keyword", app: "hacker_news", - version: "0.0.4", + version: "0.0.5", type: "source", props: { hacker_news, diff --git a/components/hacker_news/sources/new-stories-by-keyword/new-stories-by-keyword.js b/components/hacker_news/sources/new-stories-by-keyword/new-stories-by-keyword.js index 5630c8eb66477..9130a259b4ac7 100644 --- a/components/hacker_news/sources/new-stories-by-keyword/new-stories-by-keyword.js +++ b/components/hacker_news/sources/new-stories-by-keyword/new-stories-by-keyword.js @@ -8,7 +8,7 @@ module.exports = { key: "hacker_news-new-stories-by-keyword", name: "New Stories by Keyword", description: "Emit new stories that mention a specific keyword", - version: "0.0.4", + version: "0.0.5", type: "source", props: { hacker_news, diff --git a/components/harvest/actions/create-timesheet-entry/create-timesheet-entry.mjs b/components/harvest/actions/create-timesheet-entry/create-timesheet-entry.mjs index 3050a89a1606f..5d574b0ead262 100644 --- a/components/harvest/actions/create-timesheet-entry/create-timesheet-entry.mjs +++ b/components/harvest/actions/create-timesheet-entry/create-timesheet-entry.mjs @@ -10,7 +10,7 @@ export default { description: `Creates a new time entry object. [Create a time entry via duration documentation](https://help.getharvest.com/api-v2/timesheets-api/timesheets/time-entries/#create-a-time-entry-via-duration), [Create a time entry via start and end time documentation](https://help.getharvest.com/api-v2/timesheets-api/timesheets/time-entries/#create-a-time-entry-via-start-and-end-time)`, - version: "0.0.1", + version: "0.0.2", type: "action", props: { harvest, diff --git a/components/harvest/actions/start-timer/start-timer.mjs b/components/harvest/actions/start-timer/start-timer.mjs index b25d819b7fe59..c01c2487b2ac4 100644 --- a/components/harvest/actions/start-timer/start-timer.mjs +++ b/components/harvest/actions/start-timer/start-timer.mjs @@ -4,7 +4,7 @@ export default { key: "harvest-start-timer", name: "Start Time Entry", description: "Restart a stopped timer entry. [See docs here](https://help.getharvest.com/api-v2/timesheets-api/timesheets/time-entries/#restart-a-stopped-time-entry)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { harvest, diff --git a/components/harvest/actions/stop-timer/stop-timer.mjs b/components/harvest/actions/stop-timer/stop-timer.mjs index 41e28d664ac5e..35ce58717639f 100644 --- a/components/harvest/actions/stop-timer/stop-timer.mjs +++ b/components/harvest/actions/stop-timer/stop-timer.mjs @@ -4,7 +4,7 @@ export default { key: "harvest-stop-timer", name: "Stop Time Entry", description: "Stop a timer entry. [See docs here](https://help.getharvest.com/api-v2/timesheets-api/timesheets/time-entries/#stop-a-running-time-entry)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { harvest, diff --git a/components/harvest/package.json b/components/harvest/package.json index 16f007c0fd26d..6ac975aa036e8 100644 --- a/components/harvest/package.json +++ b/components/harvest/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/harvest", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream Harvest Components", "main": "harvest.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/harvest", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/harvest/sources/new-invoice-entry/new-invoice-entry.mjs b/components/harvest/sources/new-invoice-entry/new-invoice-entry.mjs index f071d1e609658..6676ea5fb4b07 100644 --- a/components/harvest/sources/new-invoice-entry/new-invoice-entry.mjs +++ b/components/harvest/sources/new-invoice-entry/new-invoice-entry.mjs @@ -5,7 +5,7 @@ export default { key: "harvest-new-invoice-entry", name: "New Invoice Entry", description: "Emit new notifications when a new invoice is created", - version: "0.0.3", + version: "0.0.4", type: "source", props: { harvest, diff --git a/components/harvest/sources/new-timesheet-entry/new-timesheet-entry.mjs b/components/harvest/sources/new-timesheet-entry/new-timesheet-entry.mjs index 7deb915094530..c9dc01564f5a7 100644 --- a/components/harvest/sources/new-timesheet-entry/new-timesheet-entry.mjs +++ b/components/harvest/sources/new-timesheet-entry/new-timesheet-entry.mjs @@ -5,7 +5,7 @@ export default { key: "harvest-new-timesheet-entry", name: "New Timesheet Entry", description: "Emit new notifications when a new timesheet entry is created", - version: "0.0.3", + version: "0.0.4", type: "source", props: { harvest, diff --git a/components/heartbeat/package.json b/components/heartbeat/package.json index 25f56faf7f481..f0b19f2d076fa 100644 --- a/components/heartbeat/package.json +++ b/components/heartbeat/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/heartbeat", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Heartbeat Components", "main": "dist/app/heartbeat.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/heartbeat", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/helcim/package.json b/components/helcim/package.json index 37b7d53b43b7a..b979a7b412d3a 100644 --- a/components/helcim/package.json +++ b/components/helcim/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/helcim", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Helcim Components", "main": "dist/app/helcim.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/helcim", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/helper_functions/actions/base64-decode-string/base64-decode-string.mjs b/components/helper_functions/actions/base64-decode-string/base64-decode-string.mjs index bdc5fe47493f4..9efa3b1025dfc 100644 --- a/components/helper_functions/actions/base64-decode-string/base64-decode-string.mjs +++ b/components/helper_functions/actions/base64-decode-string/base64-decode-string.mjs @@ -5,7 +5,7 @@ export default { key: "helper_functions-base64-decode-string", name: "Base64 Decode String", description: "Accepts a base64-encoded string, returns a decoded UTF-8 string", - version: "0.1.1", + version: "0.1.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/convert-currency/convert-currency.mjs b/components/helper_functions/actions/convert-currency/convert-currency.mjs index e2b58478dc237..02492adffbb9f 100644 --- a/components/helper_functions/actions/convert-currency/convert-currency.mjs +++ b/components/helper_functions/actions/convert-currency/convert-currency.mjs @@ -5,7 +5,8 @@ import helper_functions from "../../helper_functions.app.mjs"; export default { key: "helper_functions-convert-currency", name: "Convert Currency via exchangerate.host", - version: "0.1.1", + description: "Convert a currency via exchangerate", + version: "0.1.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/convert-html-to-slack-mrkdwn/convert-html-to-slack-mrkdwn.mjs b/components/helper_functions/actions/convert-html-to-slack-mrkdwn/convert-html-to-slack-mrkdwn.mjs index 01dde9f43b64d..e694faa9a0121 100644 --- a/components/helper_functions/actions/convert-html-to-slack-mrkdwn/convert-html-to-slack-mrkdwn.mjs +++ b/components/helper_functions/actions/convert-html-to-slack-mrkdwn/convert-html-to-slack-mrkdwn.mjs @@ -6,7 +6,7 @@ export default { key: "helper_functions-convert-html-to-slack-mrkdwn", name: "Convert HTML to Slack mrkdwn format", description: "Converts an HTML string to the Slack mrkdwn format using", - version: "0.1.1", + version: "0.1.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/convert-object-to-json-string/convert-object-to-json-string.mjs b/components/helper_functions/actions/convert-object-to-json-string/convert-object-to-json-string.mjs index 557b559e13fcd..b718b12e60ebe 100644 --- a/components/helper_functions/actions/convert-object-to-json-string/convert-object-to-json-string.mjs +++ b/components/helper_functions/actions/convert-object-to-json-string/convert-object-to-json-string.mjs @@ -5,7 +5,7 @@ export default { key: "helper_functions-convert-object-to-json-string", name: "Convert JavaScript Object to JSON String", description: "Accepts a JavaScript object, returns that object converted to a JSON string", - version: "0.1.1", + version: "0.1.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/delay/delay.mjs b/components/helper_functions/actions/delay/delay.mjs index 94e7d82b96b64..d5fb2cef1615f 100644 --- a/components/helper_functions/actions/delay/delay.mjs +++ b/components/helper_functions/actions/delay/delay.mjs @@ -5,7 +5,7 @@ export default { key: "helper_functions-delay", name: "Delay by N milliseconds", description: "Delays the execution of your workflow for the specified number of milliseconds", - version: "0.1.1", + version: "0.1.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/download-file-to-tmp/download-file-to-tmp.mjs b/components/helper_functions/actions/download-file-to-tmp/download-file-to-tmp.mjs index ab1e41611c3cb..632ef608dfaa9 100644 --- a/components/helper_functions/actions/download-file-to-tmp/download-file-to-tmp.mjs +++ b/components/helper_functions/actions/download-file-to-tmp/download-file-to-tmp.mjs @@ -6,7 +6,7 @@ export default { key: "helper_functions-download-file-to-tmp", name: "Download File To /tmp", description: "Downloads a file to [your workflow's /tmp directory](https://pipedream.com/docs/code/nodejs/working-with-files/#the-tmp-directory)", - version: "0.3.0", + version: "0.3.1", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/export-variables/export-variables.mjs b/components/helper_functions/actions/export-variables/export-variables.mjs index eb1fc7c7ea87c..a652696cff35f 100644 --- a/components/helper_functions/actions/export-variables/export-variables.mjs +++ b/components/helper_functions/actions/export-variables/export-variables.mjs @@ -5,7 +5,7 @@ export default { key: "helper_functions-export-variables", name: "Export Variables", description: "Export variables for use in your workflow", - version: "0.0.1", + version: "0.0.2", type: "action", props: { helperFunctions, diff --git a/components/helper_functions/actions/format-iso8601-datetime/format-iso8601-datetime.mjs b/components/helper_functions/actions/format-iso8601-datetime/format-iso8601-datetime.mjs index fdd9b804ad550..d51bdf004a9ea 100644 --- a/components/helper_functions/actions/format-iso8601-datetime/format-iso8601-datetime.mjs +++ b/components/helper_functions/actions/format-iso8601-datetime/format-iso8601-datetime.mjs @@ -6,7 +6,7 @@ export default { key: "helper_functions-format-iso8601-datetime", name: "Format ISO8601 Date/Time for Google Sheets", description: "Use the moment.js npm package to format an ISO8601 date/time as Google Sheets friendly formats. This action exports an object with compound date/time, date-only, and time-only values.", - version: "0.1.1", + version: "0.1.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/get-coutry-name-by-code-iso/get-coutry-name-by-code-iso.mjs b/components/helper_functions/actions/get-coutry-name-by-code-iso/get-coutry-name-by-code-iso.mjs index a6ad39216f742..c479dc57ee19d 100644 --- a/components/helper_functions/actions/get-coutry-name-by-code-iso/get-coutry-name-by-code-iso.mjs +++ b/components/helper_functions/actions/get-coutry-name-by-code-iso/get-coutry-name-by-code-iso.mjs @@ -5,7 +5,7 @@ export default { key: "helper_functions-get-coutry-name-by-code-iso", name: "Country name, given code (2-letter)", description: "Return the country name (in English) when given the 2-letter country code", - version: "0.1.1", + version: "0.1.2", type: "action", props: { helper_functions, @@ -264,7 +264,7 @@ export default { "ZW": "Zimbabwe", }; - if (isoCountries.hasOwnProperty(countryCode)) { + if (isoCountries[countryCode]) { return isoCountries[countryCode]; } else { return countryCode; diff --git a/components/helper_functions/actions/get-current-time-in-specific-timezone/get-current-time-in-specific-timezone.mjs b/components/helper_functions/actions/get-current-time-in-specific-timezone/get-current-time-in-specific-timezone.mjs index c1535ae494393..394710bc3e78e 100644 --- a/components/helper_functions/actions/get-current-time-in-specific-timezone/get-current-time-in-specific-timezone.mjs +++ b/components/helper_functions/actions/get-current-time-in-specific-timezone/get-current-time-in-specific-timezone.mjs @@ -6,7 +6,7 @@ export default { key: "helper_functions-get-current-time-in-specific-timezone", name: "Get Current Time in Timezone", description: "Returns the current time, tied to this workflow invocation, in the target timezone", - version: "0.1.1", + version: "0.1.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/get-iso-string-n-days-ago/get-iso-string-n-days-ago.mjs b/components/helper_functions/actions/get-iso-string-n-days-ago/get-iso-string-n-days-ago.mjs index 4342f42908355..ff543efcab393 100644 --- a/components/helper_functions/actions/get-iso-string-n-days-ago/get-iso-string-n-days-ago.mjs +++ b/components/helper_functions/actions/get-iso-string-n-days-ago/get-iso-string-n-days-ago.mjs @@ -6,7 +6,7 @@ export default { key: "helper_functions-get-iso-string-n-days-ago", name: "Get ISO String N Days Ago", description: "Returns an ISO string (UTC TZ) N days ago", - version: "0.1.1", + version: "0.1.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/get-time-in-specific-timezone/get-time-in-specific-timezone.mjs b/components/helper_functions/actions/get-time-in-specific-timezone/get-time-in-specific-timezone.mjs index 26134b27d28fa..d6472ffbc81b0 100644 --- a/components/helper_functions/actions/get-time-in-specific-timezone/get-time-in-specific-timezone.mjs +++ b/components/helper_functions/actions/get-time-in-specific-timezone/get-time-in-specific-timezone.mjs @@ -6,7 +6,7 @@ export default { key: "helper_functions-get-time-in-specific-timezone", name: "Get Time in Timezone", description: "Given an ISO 8601 timestamp, and a timezone, convert the time to the target timezone.", - version: "0.1.1", + version: "0.1.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/html-to-markdown/html-to-markdown.mjs b/components/helper_functions/actions/html-to-markdown/html-to-markdown.mjs index bc58a11a06f1d..8b9ddb1e8983a 100644 --- a/components/helper_functions/actions/html-to-markdown/html-to-markdown.mjs +++ b/components/helper_functions/actions/html-to-markdown/html-to-markdown.mjs @@ -6,7 +6,7 @@ export default { key: "helper_functions-html-to-markdown", name: "HTML to Markdown", description: "Convert via turndown", - version: "1.0.1", + version: "1.0.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/prettify-json/prettify-json.mjs b/components/helper_functions/actions/prettify-json/prettify-json.mjs index 5f4e020d2a5ec..b364465076f3b 100644 --- a/components/helper_functions/actions/prettify-json/prettify-json.mjs +++ b/components/helper_functions/actions/prettify-json/prettify-json.mjs @@ -6,7 +6,7 @@ export default { key: "helper_functions-prettify-json", name: "Pretty Print JSON", description: "Pretty print a JavaScript object or value", - version: "0.1.1", + version: "0.1.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/random-integer/random-integer.mjs b/components/helper_functions/actions/random-integer/random-integer.mjs index 684e9d2703bd6..29c105b51f3c3 100644 --- a/components/helper_functions/actions/random-integer/random-integer.mjs +++ b/components/helper_functions/actions/random-integer/random-integer.mjs @@ -4,7 +4,7 @@ export default { key: "helper_functions-random-integer", name: "Random Integer", description: "Generate a random integer (whole number). Useful for random delays.", - version: "0.0.1", + version: "0.0.2", type: "action", props: { helperFunctions, diff --git a/components/helper_functions/actions/random-item-from-list/random-item-from-list.mjs b/components/helper_functions/actions/random-item-from-list/random-item-from-list.mjs index 7667db3b4aec8..bcc8625fb9eba 100644 --- a/components/helper_functions/actions/random-item-from-list/random-item-from-list.mjs +++ b/components/helper_functions/actions/random-item-from-list/random-item-from-list.mjs @@ -4,7 +4,7 @@ export default { key: "helper_functions-random-item-from-list", name: "Random Item from List", description: "Returns a randomly selected value from a user-defined list of options.", - version: "0.0.1", + version: "0.0.2", type: "action", props: { helperFunctions, diff --git a/components/helper_functions/actions/retrieve-all-rss-stories/retrieve-all-rss-stories.mjs b/components/helper_functions/actions/retrieve-all-rss-stories/retrieve-all-rss-stories.mjs index 4f37860cb81e1..e84352954ebe9 100644 --- a/components/helper_functions/actions/retrieve-all-rss-stories/retrieve-all-rss-stories.mjs +++ b/components/helper_functions/actions/retrieve-all-rss-stories/retrieve-all-rss-stories.mjs @@ -6,7 +6,7 @@ export default { key: "helper_functions-retrieve-all-rss-stories", name: "Retrieve all RSS Stories", description: "Retrieve all stories from one or more RSS feeds.", - version: "0.1.1", + version: "0.1.2", type: "action", props: { helper_functions, @@ -20,7 +20,7 @@ export default { let stories = []; - for (url of this.rss_feeds) { + for (const url of this.rss_feeds) { let feed = await parser.parseURL(url); console.log(feed.title); diff --git a/components/helper_functions/actions/retrieve-new-rss-stories/retrieve-new-rss-stories.mjs b/components/helper_functions/actions/retrieve-new-rss-stories/retrieve-new-rss-stories.mjs index ed845965e2f00..b45f45d6b994a 100644 --- a/components/helper_functions/actions/retrieve-new-rss-stories/retrieve-new-rss-stories.mjs +++ b/components/helper_functions/actions/retrieve-new-rss-stories/retrieve-new-rss-stories.mjs @@ -7,7 +7,7 @@ export default { key: "helper_functions-retrieve-new-rss-stories", name: "Retrieve New RSS Stories", description: "Gets new stories from a specified RSS feed that have not already been processed.", - version: "0.2.1", + version: "0.2.2", type: "action", props: { helper_functions, @@ -23,7 +23,7 @@ export default { const previouslyPostedStories = get(this, "$checkpoint", []); let newStories = []; - for (url of this.rss_feeds) { + for (const url of this.rss_feeds) { let feed = await parser.parseURL(url); console.log(feed.title); diff --git a/components/helper_functions/actions/schedule-task-in-future/schedule-task-in-future.mjs b/components/helper_functions/actions/schedule-task-in-future/schedule-task-in-future.mjs index 6ccdc75cea899..4f37d1bd08976 100644 --- a/components/helper_functions/actions/schedule-task-in-future/schedule-task-in-future.mjs +++ b/components/helper_functions/actions/schedule-task-in-future/schedule-task-in-future.mjs @@ -6,7 +6,7 @@ export default { key: "helper_functions-schedule-task-in-future", name: "Pipedream Task Scheduler - Schedule Task", description: "Schedule a task with an existing task scheduler source. See [here](https://github.com/PipedreamHQ/pipedream/blob/master/components/pipedream/sources/new-scheduled-tasks/README.md) for more details.", - version: "0.2.1", + version: "0.2.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/send-email-with-nodemailer/send-email-with-nodemailer.mjs b/components/helper_functions/actions/send-email-with-nodemailer/send-email-with-nodemailer.mjs index a9e03c6572062..faf042584081c 100644 --- a/components/helper_functions/actions/send-email-with-nodemailer/send-email-with-nodemailer.mjs +++ b/components/helper_functions/actions/send-email-with-nodemailer/send-email-with-nodemailer.mjs @@ -6,7 +6,7 @@ export default { key: "helper_functions-send-email-with-nodemailer", name: "Send email with Nodemailer", description: "Sends an email using the nodemailer package", - version: "0.2.1", + version: "0.2.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/send-http-request/send-http-request.mjs b/components/helper_functions/actions/send-http-request/send-http-request.mjs index 4dc2f9bd29e86..990e181429501 100644 --- a/components/helper_functions/actions/send-http-request/send-http-request.mjs +++ b/components/helper_functions/actions/send-http-request/send-http-request.mjs @@ -4,7 +4,7 @@ export default { key: "helper_functions-send-http-request", name: "Send Webhook", description: "Send Webhook and Payload", - version: "1.0.0", + version: "1.0.1", type: "action", props: { helperFunctions, diff --git a/components/helper_functions/actions/send-to-s3/send-to-s3.mjs b/components/helper_functions/actions/send-to-s3/send-to-s3.mjs index d086d322c5528..4d6f0c45ff532 100644 --- a/components/helper_functions/actions/send-to-s3/send-to-s3.mjs +++ b/components/helper_functions/actions/send-to-s3/send-to-s3.mjs @@ -5,7 +5,7 @@ export default { key: "helper_functions-send-to-s3", name: "Send to Amazon S3", description: "Send data to Amazon S3 using Pipedream's destination integration. See https://docs.pipedream.com/destinations/s3/", - version: "0.2.1", + version: "0.2.2", type: "action", props: { helper_functions, diff --git a/components/helper_functions/actions/xml-to-json/xml-to-json.mjs b/components/helper_functions/actions/xml-to-json/xml-to-json.mjs index aae7025b6b494..c7617653734f2 100644 --- a/components/helper_functions/actions/xml-to-json/xml-to-json.mjs +++ b/components/helper_functions/actions/xml-to-json/xml-to-json.mjs @@ -5,7 +5,7 @@ export default { key: "helper_functions-xml-to-json", name: "XML to JSON", description: "See [xml-js](https://github.com/nashwaan/xml-js)", - version: "0.2.2", + version: "0.2.3", type: "action", props: { helper_functions, diff --git a/components/helper_functions/package.json b/components/helper_functions/package.json index 86eeef13a651a..737c2d71c22cc 100644 --- a/components/helper_functions/package.json +++ b/components/helper_functions/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/helper_functions", - "version": "0.3.8", + "version": "0.3.9", "description": "Pipedream Helper_functions Components", "main": "helper_functions.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/helper_functions", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/helpwise/package.json b/components/helpwise/package.json index 943679bbffb2e..382ebdeca247f 100644 --- a/components/helpwise/package.json +++ b/components/helpwise/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/helpwise", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Helpwise Components", "main": "dist/app/helpwise.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/helpwise", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/here/package.json b/components/here/package.json index 41e72ca59cbee..4ebecd6a0b5eb 100644 --- a/components/here/package.json +++ b/components/here/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/here", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Here Components", "main": "here.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/here", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0", "@pipedreamhq/platform": "^0.8.1" diff --git a/components/here/sources/weather-for-zip/weather-for-zip.js b/components/here/sources/weather-for-zip/weather-for-zip.js index 21e55e327f728..d547c1d4fdf19 100644 --- a/components/here/sources/weather-for-zip/weather-for-zip.js +++ b/components/here/sources/weather-for-zip/weather-for-zip.js @@ -3,7 +3,7 @@ const { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } = require("@pipedream/platform") module.exports = { name: "Weather for ZIP Code", - version: "0.0.3", + version: "0.0.4", key: "here-weather-for-zip", description: "Emits the weather report for a specific ZIP code on a schedule", type: "source", diff --git a/components/heysummit/package.json b/components/heysummit/package.json index 0feebd6f7f39f..962d65ab292aa 100644 --- a/components/heysummit/package.json +++ b/components/heysummit/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/heysummit", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream HeySummit Components", "main": "heysummit.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/heysummit", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/heysummit/sources/new-attendee-registered/new-attendee-registered.mjs b/components/heysummit/sources/new-attendee-registered/new-attendee-registered.mjs index ca5c15b053b97..1b097e3471521 100644 --- a/components/heysummit/sources/new-attendee-registered/new-attendee-registered.mjs +++ b/components/heysummit/sources/new-attendee-registered/new-attendee-registered.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Attendee Registered", - version: "0.0.3", + version: "0.0.4", key: "heysummit-new-attendee-registered", description: "Emit new event when an attendee is registered on a event.", type: "source", diff --git a/components/heysummit/sources/new-talk-attendee-registered/new-talk-attendee-registered.mjs b/components/heysummit/sources/new-talk-attendee-registered/new-talk-attendee-registered.mjs index f13613e1e994e..15a6d6c0e75c6 100644 --- a/components/heysummit/sources/new-talk-attendee-registered/new-talk-attendee-registered.mjs +++ b/components/heysummit/sources/new-talk-attendee-registered/new-talk-attendee-registered.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Talk Attendee Registered", - version: "0.0.3", + version: "0.0.4", key: "heysummit-new-talk-attendee-registered", description: "Emit new event when an attendee is registered on a talk.", type: "source", diff --git a/components/html_css_to_image/actions/create-image-from-html/create-image-from-html.mjs b/components/html_css_to_image/actions/create-image-from-html/create-image-from-html.mjs index c6bf2bc172c39..2f3739dbb8711 100644 --- a/components/html_css_to_image/actions/create-image-from-html/create-image-from-html.mjs +++ b/components/html_css_to_image/actions/create-image-from-html/create-image-from-html.mjs @@ -4,7 +4,7 @@ export default { key: "html_css_to_image-create-image-from-html", name: "Create Image From HTML", description: "Create Image From HTML. [See the docs](https://docs.htmlcsstoimage.com/getting-started/using-the-api/#creating-an-image).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { htmlCssToImageApp, diff --git a/components/html_css_to_image/actions/create-image-from-url/create-image-from-url.mjs b/components/html_css_to_image/actions/create-image-from-url/create-image-from-url.mjs index 1c1d98ad6aebc..09706a18c2f0c 100644 --- a/components/html_css_to_image/actions/create-image-from-url/create-image-from-url.mjs +++ b/components/html_css_to_image/actions/create-image-from-url/create-image-from-url.mjs @@ -4,7 +4,7 @@ export default { key: "html_css_to_image-create-image-from-url", name: "Create Image From URL", description: "Create Image From URL. [See the docs](https://docs.htmlcsstoimage.com/getting-started/using-the-api/#creating-an-image).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { htmlCssToImageApp, diff --git a/components/html_css_to_image/package.json b/components/html_css_to_image/package.json index 479c2fb493855..8de2fd7c0a855 100644 --- a/components/html_css_to_image/package.json +++ b/components/html_css_to_image/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/html_css_to_image", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream HTML/CSS to Image Components", "main": "html_css_to_image.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/html_css_to_image", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/http/actions/custom-request/custom-request.mjs b/components/http/actions/custom-request/custom-request.mjs index 1bdb85db14c57..a7e3608cd4334 100644 --- a/components/http/actions/custom-request/custom-request.mjs +++ b/components/http/actions/custom-request/custom-request.mjs @@ -5,7 +5,7 @@ export default { name: "Send any HTTP Request", description: "Send an HTTP request using any method and URL. Optionally configure query string parameters, headers, and basic auth.", type: "action", - version: "1.0.1", + version: "1.0.2", props: { http, httpRequest: { diff --git a/components/http/actions/get-request/get-request.mjs b/components/http/actions/get-request/get-request.mjs index 1aa4b99f7f9ac..429fa9fb30650 100644 --- a/components/http/actions/get-request/get-request.mjs +++ b/components/http/actions/get-request/get-request.mjs @@ -6,7 +6,7 @@ export default { name: "Send GET Request", description: "Send an HTTP GET request to any URL. Optionally configure query string parameters, headers and basic auth.", type: "action", - version: "1.0.1", + version: "1.0.2", props: { ...customRequest.props, /* eslint-disable-next-line pipedream/props-label,pipedream/props-description */ diff --git a/components/http/actions/post-request/post-request.mjs b/components/http/actions/post-request/post-request.mjs index ebc9135c9d0d9..3775dff5eea8d 100644 --- a/components/http/actions/post-request/post-request.mjs +++ b/components/http/actions/post-request/post-request.mjs @@ -6,7 +6,7 @@ export default { name: "Send POST Request", description: "Send an HTTP POST request to any URL. Optionally configure query string parameters, headers and basic auth.", type: "action", - version: "1.0.1", + version: "1.0.2", props: { ...customRequest.props, /* eslint-disable-next-line pipedream/props-label,pipedream/props-description */ diff --git a/components/http/actions/put-request/put-request.mjs b/components/http/actions/put-request/put-request.mjs index c42812d76b640..82d3ebd7bc192 100644 --- a/components/http/actions/put-request/put-request.mjs +++ b/components/http/actions/put-request/put-request.mjs @@ -6,7 +6,7 @@ export default { name: "Send PUT Request", description: "Send an HTTP PUT request to any URL. Optionally configure query string parameters, headers and basic auth.", type: "action", - version: "1.0.1", + version: "1.0.2", props: { ...customRequest.props, /* eslint-disable-next-line pipedream/props-label,pipedream/props-description */ diff --git a/components/http/actions/return-http-response/return-http-response.mjs b/components/http/actions/return-http-response/return-http-response.mjs index c6872050b9984..de14f2a52cc89 100644 --- a/components/http/actions/return-http-response/return-http-response.mjs +++ b/components/http/actions/return-http-response/return-http-response.mjs @@ -6,7 +6,7 @@ export default { description: "Use with an HTTP Source that uses `Return a custom response from your workflow` as its `HTTP Response`", type: "action", - version: "0.0.2", + version: "0.0.3", props: { http, resStatusCode: { diff --git a/components/http/package.json b/components/http/package.json index febb1d69e8e6d..942f6cfa6ecb7 100644 --- a/components/http/package.json +++ b/components/http/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/http", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Http Components", "main": "http.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/http", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/http/sources/new-requests-payload-only/new-requests-payload-only.mjs b/components/http/sources/new-requests-payload-only/new-requests-payload-only.mjs index 35fb38a5d0d37..383054ba981b5 100644 --- a/components/http/sources/new-requests-payload-only/new-requests-payload-only.mjs +++ b/components/http/sources/new-requests-payload-only/new-requests-payload-only.mjs @@ -7,7 +7,7 @@ export default { name: "New Requests (Payload Only)", // eslint-disable-next-line description: "Get a URL and emit the HTTP body as an event on every request", - version: "0.1.1", + version: "0.1.2", type: "source", props: { // eslint-disable-next-line diff --git a/components/http/sources/new-requests/new-requests.mjs b/components/http/sources/new-requests/new-requests.mjs index ab6bd67c2ec31..54652b5281134 100644 --- a/components/http/sources/new-requests/new-requests.mjs +++ b/components/http/sources/new-requests/new-requests.mjs @@ -5,7 +5,7 @@ export default { key: "http-new-requests", name: "New Requests", description: "Get a URL and emit the full HTTP event on every request (including headers and query parameters). You can also configure the HTTP response code, body, and more.", - version: "0.1.1", + version: "0.1.2", type: "source", props: { httpInterface: { diff --git a/components/http/sources/watch-url/watch-url.mjs b/components/http/sources/watch-url/watch-url.mjs index 6782eac611d14..5cf78bcc84e80 100644 --- a/components/http/sources/watch-url/watch-url.mjs +++ b/components/http/sources/watch-url/watch-url.mjs @@ -6,7 +6,7 @@ export default { key: "http-watch-url", name: "New event when the content of the URL changes.", description: "Emit new event when the content of the URL changes.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/hub_planner/package.json b/components/hub_planner/package.json index 7300f7faba1ff..c58751872781d 100644 --- a/components/hub_planner/package.json +++ b/components/hub_planner/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/hub_planner", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream HUB Planner Components", "main": "dist/app/hub_planner.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/hub_planner", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/hubspot/actions/add-contact-to-list/add-contact-to-list.mjs b/components/hubspot/actions/add-contact-to-list/add-contact-to-list.mjs index e82a5b3cecc7c..a890b83e3bfa6 100644 --- a/components/hubspot/actions/add-contact-to-list/add-contact-to-list.mjs +++ b/components/hubspot/actions/add-contact-to-list/add-contact-to-list.mjs @@ -4,7 +4,7 @@ export default { key: "hubspot-add-contact-to-list", name: "Add Contact to List", description: "Adds a contact to a specific static list. [See the docs here](https://legacydocs.hubspot.com/docs/methods/lists/add_contact_to_list)", - version: "0.0.4", + version: "0.0.5", type: "action", props: { hubspot, diff --git a/components/hubspot/actions/batch-create-or-update-contact/batch-create-or-update-contact.mjs b/components/hubspot/actions/batch-create-or-update-contact/batch-create-or-update-contact.mjs index a46c9d8839eec..5c1978afe57c2 100644 --- a/components/hubspot/actions/batch-create-or-update-contact/batch-create-or-update-contact.mjs +++ b/components/hubspot/actions/batch-create-or-update-contact/batch-create-or-update-contact.mjs @@ -4,7 +4,7 @@ export default { key: "hubspot-batch-create-or-update-contact", name: "Batch Create or Update Contact", description: "Create or update a batch of contacts by its ID. [See the docs here](https://developers.hubspot.com/docs/api/crm/contacts)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { hubspot, diff --git a/components/hubspot/actions/create-associations/create-associations.mjs b/components/hubspot/actions/create-associations/create-associations.mjs index 7b429e2f3d370..5f8a1fbb5eb9b 100644 --- a/components/hubspot/actions/create-associations/create-associations.mjs +++ b/components/hubspot/actions/create-associations/create-associations.mjs @@ -4,7 +4,7 @@ export default { key: "hubspot-create-associations", name: "Create Associations", description: "Create associations between objects. [See the docs here](https://developers.hubspot.com/docs/api/crm/associations#endpoint?spec=POST-/crm/v3/associations/{fromObjectType}/{toObjectType}/batch/create)", - version: "0.0.4", + version: "0.0.5", type: "action", props: { hubspot, diff --git a/components/hubspot/actions/create-company/create-company.mjs b/components/hubspot/actions/create-company/create-company.mjs index 0e3174aa75bd5..dc63f8f12c785 100644 --- a/components/hubspot/actions/create-company/create-company.mjs +++ b/components/hubspot/actions/create-company/create-company.mjs @@ -6,7 +6,7 @@ export default { key: "hubspot-create-company", name: "Create Company", description: "Create a company in Hubspot. [See the docs here](https://developers.hubspot.com/docs/api/crm/companies#endpoint?spec=POST-/crm/v3/objects/companies)", - version: "0.0.5", + version: "0.0.6", type: "action", methods: { ...common.methods, diff --git a/components/hubspot/actions/create-contact/create-contact.mjs b/components/hubspot/actions/create-contact/create-contact.mjs index d7a3497024c57..82f6ec2b15e70 100644 --- a/components/hubspot/actions/create-contact/create-contact.mjs +++ b/components/hubspot/actions/create-contact/create-contact.mjs @@ -6,7 +6,7 @@ export default { key: "hubspot-create-contact", name: "Create Contact", description: "Create a contact in Hubspot. [See the docs here](https://developers.hubspot.com/docs/api/crm/contacts#endpoint?spec=POST-/crm/v3/objects/contacts)", - version: "0.0.5", + version: "0.0.6", type: "action", methods: { ...common.methods, diff --git a/components/hubspot/actions/create-deal/create-deal.mjs b/components/hubspot/actions/create-deal/create-deal.mjs index 675d55340ad3d..b69386940febb 100644 --- a/components/hubspot/actions/create-deal/create-deal.mjs +++ b/components/hubspot/actions/create-deal/create-deal.mjs @@ -6,7 +6,7 @@ export default { key: "hubspot-create-deal", name: "Create Deal", description: "Create a deal in Hubspot. [See the docs here](https://developers.hubspot.com/docs/api/crm/deals#endpoint?spec=POST-/crm/v3/objects/deals)", - version: "0.0.5", + version: "0.0.6", type: "action", methods: { ...common.methods, diff --git a/components/hubspot/actions/create-engagement/create-engagement.mjs b/components/hubspot/actions/create-engagement/create-engagement.mjs index 99cc717cda537..77836e67eb269 100644 --- a/components/hubspot/actions/create-engagement/create-engagement.mjs +++ b/components/hubspot/actions/create-engagement/create-engagement.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-create-engagement", name: "Create Engagement", description: "Create a new engagement for a contact. [See the docs here](https://developers.hubspot.com/docs/api/crm/engagements)", - version: "0.0.5", + version: "0.0.6", type: "action", props: { ...common.props, diff --git a/components/hubspot/actions/create-or-update-contact/create-or-update-contact.mjs b/components/hubspot/actions/create-or-update-contact/create-or-update-contact.mjs index e5124ce75c315..231b44299a289 100644 --- a/components/hubspot/actions/create-or-update-contact/create-or-update-contact.mjs +++ b/components/hubspot/actions/create-or-update-contact/create-or-update-contact.mjs @@ -6,7 +6,7 @@ export default { key: "hubspot-create-or-update-contact", name: "Create or Update Contact", description: "Creates a new contact or updates an existing contact based on email address. [See the docs here](https://developers.hubspot.com/docs/api/crm/contacts#endpoint?spec=POST-/crm/v3/objects/contacts)", - version: "0.0.3", + version: "0.0.4", type: "action", async additionalProps() { const schema = await this.hubspot.getSchema(this.getObjectType()); diff --git a/components/hubspot/actions/enroll-contact-into-workflow/enroll-contact-into-workflow.mjs b/components/hubspot/actions/enroll-contact-into-workflow/enroll-contact-into-workflow.mjs index e3fcc2ba2a60e..37220028d0c0e 100644 --- a/components/hubspot/actions/enroll-contact-into-workflow/enroll-contact-into-workflow.mjs +++ b/components/hubspot/actions/enroll-contact-into-workflow/enroll-contact-into-workflow.mjs @@ -4,7 +4,7 @@ export default { key: "hubspot-enroll-contact-into-workflow", name: "Enroll Contact Into Workflow", description: "Add a contact to a workflow. Note: The Workflows API currently only supports contact-based workflows. [See the docs here](https://legacydocs.hubspot.com/docs/methods/workflows/add_contact)", - version: "0.0.4", + version: "0.0.5", type: "action", props: { hubspot, diff --git a/components/hubspot/actions/get-company/get-company.mjs b/components/hubspot/actions/get-company/get-company.mjs index 6d67e24461ef8..8e2006340efee 100644 --- a/components/hubspot/actions/get-company/get-company.mjs +++ b/components/hubspot/actions/get-company/get-company.mjs @@ -6,7 +6,7 @@ export default { key: "hubspot-get-company", name: "Get Company", description: "Gets a company. [See the docs here](https://developers.hubspot.com/docs/api/crm/companies#endpoint?spec=GET-/crm/v3/objects/companies/{companyId})", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/hubspot/actions/get-contact/get-contact.mjs b/components/hubspot/actions/get-contact/get-contact.mjs index dc1bca8cadd8f..bbdc27ae2c3f5 100644 --- a/components/hubspot/actions/get-contact/get-contact.mjs +++ b/components/hubspot/actions/get-contact/get-contact.mjs @@ -6,7 +6,7 @@ export default { key: "hubspot-get-contact", name: "Get Contact", description: "Gets a contact. [See the docs here](https://developers.hubspot.com/docs/api/crm/contacts#endpoint?spec=GET-/crm/v3/objects/contacts/{contactId})", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/hubspot/actions/get-deal/get-deal.mjs b/components/hubspot/actions/get-deal/get-deal.mjs index 8bd866c75684f..6b5cf0e48d84e 100644 --- a/components/hubspot/actions/get-deal/get-deal.mjs +++ b/components/hubspot/actions/get-deal/get-deal.mjs @@ -6,7 +6,7 @@ export default { key: "hubspot-get-deal", name: "Get Deal", description: "Gets a deal. [See the docs here](https://developers.hubspot.com/docs/api/crm/deals#endpoint?spec=GET-/crm/v3/objects/deals/{dealId})", - version: "0.0.4", + version: "0.0.5", type: "action", props: { ...common.props, diff --git a/components/hubspot/actions/get-file-public-url/get-file-public-url.mjs b/components/hubspot/actions/get-file-public-url/get-file-public-url.mjs index f3fb03a9f3e7c..1cba1d8b0bc71 100644 --- a/components/hubspot/actions/get-file-public-url/get-file-public-url.mjs +++ b/components/hubspot/actions/get-file-public-url/get-file-public-url.mjs @@ -4,7 +4,7 @@ export default { key: "hubspot-get-file-public-url", name: "Get File Public URL", description: "Get a publicly available URL for a file that was uploaded using a Hubspot form. [See the docs here](https://developers.hubspot.com/docs/api/files/files#endpoint?spec=GET-/files/v3/files/{fileId}/signed-url)", - version: "0.0.4", + version: "0.0.5", type: "action", props: { hubspot, diff --git a/components/hubspot/actions/search-crm/search-crm.mjs b/components/hubspot/actions/search-crm/search-crm.mjs index 8ae7c84407f5b..fe2dbf480c3af 100644 --- a/components/hubspot/actions/search-crm/search-crm.mjs +++ b/components/hubspot/actions/search-crm/search-crm.mjs @@ -7,7 +7,7 @@ export default { key: "hubspot-search-crm", name: "Search CRM", description: "Search companies, contacts, deals, feedback submissions, products, tickets, line-items, or quotes. [See the docs here](https://developers.hubspot.com/docs/api/crm/search)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { hubspot, diff --git a/components/hubspot/actions/update-company/update-company.mjs b/components/hubspot/actions/update-company/update-company.mjs index 4cbf24284e8f2..dec3092bd62b7 100644 --- a/components/hubspot/actions/update-company/update-company.mjs +++ b/components/hubspot/actions/update-company/update-company.mjs @@ -7,7 +7,7 @@ export default { key: "hubspot-update-company", name: "Update Company", description: "Update a company in Hubspot. [See the docs here](https://developers.hubspot.com/docs/api/crm/companies)", - version: "0.0.3", + version: "0.0.4", type: "action", methods: { ...common.methods, diff --git a/components/hubspot/actions/update-contact/update-contact.mjs b/components/hubspot/actions/update-contact/update-contact.mjs index a6d6cdc60d4d3..dc6a7beec9b53 100644 --- a/components/hubspot/actions/update-contact/update-contact.mjs +++ b/components/hubspot/actions/update-contact/update-contact.mjs @@ -7,7 +7,7 @@ export default { key: "hubspot-update-contact", name: "Update Contact", description: "Update a contact in Hubspot. [See the docs here](https://developers.hubspot.com/docs/api/crm/contacts#endpoint?spec=POST-/crm/v3/objects/contacts)", - version: "0.0.4", + version: "0.0.5", type: "action", methods: { ...common.methods, diff --git a/components/hubspot/package.json b/components/hubspot/package.json index 0e69bd614c81b..3f5893a173be5 100644 --- a/components/hubspot/package.json +++ b/components/hubspot/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/hubspot", - "version": "0.5.7", + "version": "0.5.8", "description": "Pipedream Hubspot Components", "main": "hubspot.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/hubspot", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0", "bottleneck": "^2.19.5" diff --git a/components/hubspot/sources/company-updated/company-updated.mjs b/components/hubspot/sources/company-updated/company-updated.mjs index cf874395338f0..5bfb1d5e2f325 100644 --- a/components/hubspot/sources/company-updated/company-updated.mjs +++ b/components/hubspot/sources/company-updated/company-updated.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-company-updated", name: "Company Updated", description: "Emit new event each time a company is updated.", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/contact-updated/contact-updated.mjs b/components/hubspot/sources/contact-updated/contact-updated.mjs index 89659a7ce7c49..7fa7613b95dc8 100644 --- a/components/hubspot/sources/contact-updated/contact-updated.mjs +++ b/components/hubspot/sources/contact-updated/contact-updated.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-contact-updated", name: "Contact Updated", description: "Emit new event each time a contact is updated.", - version: "0.0.10", + version: "0.0.11", dedupe: "unique", type: "source", methods: { diff --git a/components/hubspot/sources/deal-updated/deal-updated.mjs b/components/hubspot/sources/deal-updated/deal-updated.mjs index b33fcaab6f07b..83bcbae585ef6 100644 --- a/components/hubspot/sources/deal-updated/deal-updated.mjs +++ b/components/hubspot/sources/deal-updated/deal-updated.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-deal-updated", name: "Deal Updated", description: "Emit new event each time a deal is updated.", - version: "0.0.10", + version: "0.0.11", type: "source", dedupe: "unique", hooks: {}, diff --git a/components/hubspot/sources/delete-blog-article/delete-blog-article.mjs b/components/hubspot/sources/delete-blog-article/delete-blog-article.mjs index 8995dc1cbe4c6..b2f0cbbe17b6e 100644 --- a/components/hubspot/sources/delete-blog-article/delete-blog-article.mjs +++ b/components/hubspot/sources/delete-blog-article/delete-blog-article.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-delete-blog-article", name: "Deleted Blog Posts", description: "Emit new event for each deleted blog post.", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/line-item-updated/line-item-updated.mjs b/components/hubspot/sources/line-item-updated/line-item-updated.mjs index 2f254b8837c1e..012e7e6fe1f0c 100644 --- a/components/hubspot/sources/line-item-updated/line-item-updated.mjs +++ b/components/hubspot/sources/line-item-updated/line-item-updated.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-line-item-updated", name: "Line Item Updated", description: "Emit new event each time a line item is updated.", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/new-blog-article/new-blog-article.mjs b/components/hubspot/sources/new-blog-article/new-blog-article.mjs index ea2f9fcd6f5f5..bf5507fc3ecdd 100644 --- a/components/hubspot/sources/new-blog-article/new-blog-article.mjs +++ b/components/hubspot/sources/new-blog-article/new-blog-article.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-blog-article", name: "New Blog Posts", description: "Emit new event for each new blog post.", - version: "0.0.10", + version: "0.0.11", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/new-company/new-company.mjs b/components/hubspot/sources/new-company/new-company.mjs index 7f12806f362f9..f0cebec209908 100644 --- a/components/hubspot/sources/new-company/new-company.mjs +++ b/components/hubspot/sources/new-company/new-company.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-company", name: "New Companies", description: "Emit new event for each new company added.", - version: "0.0.10", + version: "0.0.11", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/new-contact-in-list/new-contact-in-list.mjs b/components/hubspot/sources/new-contact-in-list/new-contact-in-list.mjs index 5572dedba13d4..5a39a1a4f5681 100644 --- a/components/hubspot/sources/new-contact-in-list/new-contact-in-list.mjs +++ b/components/hubspot/sources/new-contact-in-list/new-contact-in-list.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-contact-in-list", name: "New Contact in List", description: "Emit new event for each new contact in a list.", - version: "0.0.10", + version: "0.0.11", dedupe: "unique", type: "source", props: { diff --git a/components/hubspot/sources/new-contact/new-contact.mjs b/components/hubspot/sources/new-contact/new-contact.mjs index 56bd2d98f2202..6de6cee16e7a5 100644 --- a/components/hubspot/sources/new-contact/new-contact.mjs +++ b/components/hubspot/sources/new-contact/new-contact.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-contact", name: "New Contacts", description: "Emit new event for each new contact added.", - version: "0.0.10", + version: "0.0.11", dedupe: "unique", type: "source", methods: { diff --git a/components/hubspot/sources/new-deal-in-stage/new-deal-in-stage.mjs b/components/hubspot/sources/new-deal-in-stage/new-deal-in-stage.mjs index 6c40f3c842390..8799f02aaeea1 100644 --- a/components/hubspot/sources/new-deal-in-stage/new-deal-in-stage.mjs +++ b/components/hubspot/sources/new-deal-in-stage/new-deal-in-stage.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-deal-in-stage", name: "New Deal In Stage", description: "Emit new event for each new deal in a stage.", - version: "0.0.10", + version: "0.0.11", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/new-deal/new-deal.mjs b/components/hubspot/sources/new-deal/new-deal.mjs index 086b25d444a65..ffd501dbdcbeb 100644 --- a/components/hubspot/sources/new-deal/new-deal.mjs +++ b/components/hubspot/sources/new-deal/new-deal.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-deal", name: "New Deals", description: "Emit new event for each new deal created.", - version: "0.0.10", + version: "0.0.11", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/new-email-event/new-email-event.mjs b/components/hubspot/sources/new-email-event/new-email-event.mjs index 97dd3aaca417d..15f14a7c3b6db 100644 --- a/components/hubspot/sources/new-email-event/new-email-event.mjs +++ b/components/hubspot/sources/new-email-event/new-email-event.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-email-event", name: "New Email Event", description: "Emit new event for each new Hubspot email event.", - version: "0.0.10", + version: "0.0.11", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/new-email-subscriptions-timeline/new-email-subscriptions-timeline.mjs b/components/hubspot/sources/new-email-subscriptions-timeline/new-email-subscriptions-timeline.mjs index a23e51d25f8b4..4bedc7eef864d 100644 --- a/components/hubspot/sources/new-email-subscriptions-timeline/new-email-subscriptions-timeline.mjs +++ b/components/hubspot/sources/new-email-subscriptions-timeline/new-email-subscriptions-timeline.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-email-subscriptions-timeline", name: "New Email Subscriptions Timeline", description: "Emit new event when new email timeline subscription added for the portal.", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/new-engagement/new-engagement.mjs b/components/hubspot/sources/new-engagement/new-engagement.mjs index 21995499fa3b6..73435a528cfe7 100644 --- a/components/hubspot/sources/new-engagement/new-engagement.mjs +++ b/components/hubspot/sources/new-engagement/new-engagement.mjs @@ -5,7 +5,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.11", + version: "0.0.12", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/new-event/new-event.mjs b/components/hubspot/sources/new-event/new-event.mjs index 440d3a7a66f1c..45b839e524da5 100644 --- a/components/hubspot/sources/new-event/new-event.mjs +++ b/components/hubspot/sources/new-event/new-event.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-event", name: "New Events", description: "Emit new event for each new Hubspot event.", - version: "0.0.10", + version: "0.0.11", dedupe: "unique", type: "source", props: { diff --git a/components/hubspot/sources/new-form-submission/new-form-submission.mjs b/components/hubspot/sources/new-form-submission/new-form-submission.mjs index df8bc96191500..f041cdb556c64 100644 --- a/components/hubspot/sources/new-form-submission/new-form-submission.mjs +++ b/components/hubspot/sources/new-form-submission/new-form-submission.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-form-submission", name: "New Form Submission", description: "Emit new event for each new submission of a form.", - version: "0.0.12", + version: "0.0.13", dedupe: "unique", type: "source", props: { diff --git a/components/hubspot/sources/new-line-item/new-line-item.mjs b/components/hubspot/sources/new-line-item/new-line-item.mjs index c899b1924b191..d1da8856219d3 100644 --- a/components/hubspot/sources/new-line-item/new-line-item.mjs +++ b/components/hubspot/sources/new-line-item/new-line-item.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-line-item", name: "New Line Item", description: "Emit new event for each new line item added.", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/new-or-updated-crm-object/new-or-updated-crm-object.mjs b/components/hubspot/sources/new-or-updated-crm-object/new-or-updated-crm-object.mjs index b7727d5fa9951..9af83d631a19e 100644 --- a/components/hubspot/sources/new-or-updated-crm-object/new-or-updated-crm-object.mjs +++ b/components/hubspot/sources/new-or-updated-crm-object/new-or-updated-crm-object.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-or-updated-crm-object", name: "New or Updated CRM Object", description: "Emit new event each time a CRM Object of the specified object type is updated.", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", type: "source", props: { diff --git a/components/hubspot/sources/new-product/new-product.mjs b/components/hubspot/sources/new-product/new-product.mjs index c7b395de58700..156ab63b5de93 100644 --- a/components/hubspot/sources/new-product/new-product.mjs +++ b/components/hubspot/sources/new-product/new-product.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-product", name: "New Products", description: "Emit new event for each new product created.", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/new-social-media-message/new-social-media-message.mjs b/components/hubspot/sources/new-social-media-message/new-social-media-message.mjs index 56642e47989cc..786933773aa5e 100644 --- a/components/hubspot/sources/new-social-media-message/new-social-media-message.mjs +++ b/components/hubspot/sources/new-social-media-message/new-social-media-message.mjs @@ -6,7 +6,7 @@ export default { name: "New Social Media Message", description: `Emit new event when a message is posted from HubSpot to the specified social media channel`, - version: "0.0.7", + version: "0.0.8", type: "source", dedupe: "unique", props: { diff --git a/components/hubspot/sources/new-task/new-task.mjs b/components/hubspot/sources/new-task/new-task.mjs index 0a3cf4327244b..9506f574fb3d4 100644 --- a/components/hubspot/sources/new-task/new-task.mjs +++ b/components/hubspot/sources/new-task/new-task.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-task", name: "New Calendar Task", description: "Emit new event for each new task added.", - version: "0.0.10", + version: "0.0.11", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/new-ticket/new-ticket.mjs b/components/hubspot/sources/new-ticket/new-ticket.mjs index 6e1ac424c88d0..dbaef28ca7534 100644 --- a/components/hubspot/sources/new-ticket/new-ticket.mjs +++ b/components/hubspot/sources/new-ticket/new-ticket.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-new-ticket", name: "New Tickets", description: "Emit new event for each new ticket created.", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/product-updated/product-updated.mjs b/components/hubspot/sources/product-updated/product-updated.mjs index 923162fefef17..a1e21deed84bb 100644 --- a/components/hubspot/sources/product-updated/product-updated.mjs +++ b/components/hubspot/sources/product-updated/product-updated.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-product-updated", name: "Product Updated", description: "Emit new event each time a product is updated.", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot/sources/updated-blog-article/updated-blog-article.mjs b/components/hubspot/sources/updated-blog-article/updated-blog-article.mjs index e6e14daccd9f7..a4e39806fe8d8 100644 --- a/components/hubspot/sources/updated-blog-article/updated-blog-article.mjs +++ b/components/hubspot/sources/updated-blog-article/updated-blog-article.mjs @@ -5,7 +5,7 @@ export default { key: "hubspot-updated-blog-article", name: "Updated Blog Posts", description: "Emit new event for each updated blog post.", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", type: "source", hooks: {}, diff --git a/components/hubspot_developer_app/package.json b/components/hubspot_developer_app/package.json index 96f270d49a44f..c99b9fd1b1748 100644 --- a/components/hubspot_developer_app/package.json +++ b/components/hubspot_developer_app/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/hubspot_developer_app", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream HubSpot (Developer App) Components", "main": "dist/app/hubspot_developer_app.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/hubspot_developer_app", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/humanitix/package.json b/components/humanitix/package.json index 8762b6fe52896..1ea33cafb807a 100644 --- a/components/humanitix/package.json +++ b/components/humanitix/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/humanitix", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Humanitix Components", "main": "dist/app/humanitix.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/humanitix", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/hygraph/package.json b/components/hygraph/package.json index bf7ba5a73e92d..0b258db523242 100644 --- a/components/hygraph/package.json +++ b/components/hygraph/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/hygraph", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Hygraph Components", "main": "dist/app/hygraph.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/hygraph", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/idealpostcodes/package.json b/components/idealpostcodes/package.json index 8a7f54b76b06e..1bd25b54c9346 100644 --- a/components/idealpostcodes/package.json +++ b/components/idealpostcodes/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/idealpostcodes", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream IdealPostcodes Components", "main": "dist/app/idealpostcodes.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/idealpostcodes", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/idealspot/package.json b/components/idealspot/package.json index 111cae2f5fb49..b001d2804ecb9 100644 --- a/components/idealspot/package.json +++ b/components/idealspot/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/idealspot", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream IdealSpot Components", "main": "dist/app/idealspot.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/idealspot", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/ifttt/actions/trigger-event-with-json/trigger-event-with-json.mjs b/components/ifttt/actions/trigger-event-with-json/trigger-event-with-json.mjs index 3c136e1d16938..d0bed12d893ea 100644 --- a/components/ifttt/actions/trigger-event-with-json/trigger-event-with-json.mjs +++ b/components/ifttt/actions/trigger-event-with-json/trigger-event-with-json.mjs @@ -4,7 +4,7 @@ export default { name: "Trigger Event with JSON", description: "Trigger Event with an arbitrary JSON payload. [See docs](https://help.ifttt.com/hc/en-us/articles/115010230347-Webhooks-service-FAQ)", key: "ifttt-trigger-event-with-json", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ifttt, diff --git a/components/ifttt/actions/trigger-event-with-values/trigger-event-with-values.mjs b/components/ifttt/actions/trigger-event-with-values/trigger-event-with-values.mjs index 021a05e82f61b..e3d57d37dcddd 100644 --- a/components/ifttt/actions/trigger-event-with-values/trigger-event-with-values.mjs +++ b/components/ifttt/actions/trigger-event-with-values/trigger-event-with-values.mjs @@ -4,7 +4,7 @@ export default { name: "Trigger Event with Values", description: "Trigger Event with 3 JSON values. [See docs](https://help.ifttt.com/hc/en-us/articles/115010230347-Webhooks-service-FAQ)", key: "ifttt-trigger-event-with-values", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ifttt, diff --git a/components/ifttt/package.json b/components/ifttt/package.json index fa07602e69c23..0242ac20e0187 100644 --- a/components/ifttt/package.json +++ b/components/ifttt/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ifttt", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream IFTTT Components", "main": "ifttt.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/ifttt", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.10.0" }, diff --git a/components/imap/package.json b/components/imap/package.json index d924e06d31457..dcb336c078be0 100644 --- a/components/imap/package.json +++ b/components/imap/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/imap", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream IMAP Components", "main": "imap.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/imap", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/imap/sources/new-email/new-email.mjs b/components/imap/sources/new-email/new-email.mjs index 591974fab2e7c..01db0aee81074 100644 --- a/components/imap/sources/new-email/new-email.mjs +++ b/components/imap/sources/new-email/new-email.mjs @@ -9,7 +9,7 @@ export default { key: "imap-new-email", name: "New Email", description: "Emit new event for each new email in a mailbox", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/imgbb/actions/upload-picture/upload-picture.mjs b/components/imgbb/actions/upload-picture/upload-picture.mjs index 8e53208e8a70f..9a7229d9022a6 100644 --- a/components/imgbb/actions/upload-picture/upload-picture.mjs +++ b/components/imgbb/actions/upload-picture/upload-picture.mjs @@ -7,7 +7,7 @@ export default { key: "imgbb-upload-picture", name: "Upload picture", description: "Upload a picture to imgbb. [See the docs here](https://api.imgbb.com/)", - version: "0.2.4", + version: "0.2.5", type: "action", props: { app, diff --git a/components/imgbb/package.json b/components/imgbb/package.json index ee2a96f0d9617..b1f87299a33c3 100644 --- a/components/imgbb/package.json +++ b/components/imgbb/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/imgbb", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream imgbb Components", "main": "dist/app/imgbb.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/imgbb", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/infusionsoft/actions/create-order-item/create-order-item.ts b/components/infusionsoft/actions/create-order-item/create-order-item.ts index 58c663c5a4247..4ada421df9556 100644 --- a/components/infusionsoft/actions/create-order-item/create-order-item.ts +++ b/components/infusionsoft/actions/create-order-item/create-order-item.ts @@ -7,7 +7,7 @@ export default defineAction({ description: "Add an item to an existing order [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/createOrderItemsOnOrderUsingPOST)", key: "infusionsoft-create-order-item", - version: "0.0.1", + version: "0.0.2", type: "action", props: { infusionsoft, diff --git a/components/infusionsoft/actions/create-payment/create-payment.ts b/components/infusionsoft/actions/create-payment/create-payment.ts index a6ac5d2080eae..027e833869db9 100644 --- a/components/infusionsoft/actions/create-payment/create-payment.ts +++ b/components/infusionsoft/actions/create-payment/create-payment.ts @@ -7,7 +7,7 @@ export default defineAction({ description: "Create or add a payment record [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/createPaymentOnOrderUsingPOST)", key: "infusionsoft-create-payment", - version: "0.0.1", + version: "0.0.2", type: "action", props: { infusionsoft, diff --git a/components/infusionsoft/actions/get-company/get-company.ts b/components/infusionsoft/actions/get-company/get-company.ts index dfef0cd91eec8..31470fbae7fcf 100644 --- a/components/infusionsoft/actions/get-company/get-company.ts +++ b/components/infusionsoft/actions/get-company/get-company.ts @@ -8,7 +8,7 @@ export default defineAction({ description: "Retrieve details of a Company [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/getCompanyUsingGET)", key: "infusionsoft-get-company", - version: "0.0.1", + version: "0.0.2", type: "action", props: { infusionsoft, diff --git a/components/infusionsoft/actions/get-contact/get-contact.ts b/components/infusionsoft/actions/get-contact/get-contact.ts index 9b6a11efaa422..487dcc0f0aac3 100644 --- a/components/infusionsoft/actions/get-contact/get-contact.ts +++ b/components/infusionsoft/actions/get-contact/get-contact.ts @@ -8,7 +8,7 @@ export default defineAction({ description: "Retrieve details of a Contact [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/getContactUsingGET)", key: "infusionsoft-get-contact", - version: "0.0.1", + version: "0.0.2", type: "action", props: { infusionsoft, diff --git a/components/infusionsoft/package.json b/components/infusionsoft/package.json index 3a5e1689bba33..bbc75b3cd9083 100644 --- a/components/infusionsoft/package.json +++ b/components/infusionsoft/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/infusionsoft", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream InfusionSoft Components", "main": "dist/app/infusionsoft.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/infusionsoft", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/infusionsoft/sources/new-invoice/new-invoice.ts b/components/infusionsoft/sources/new-invoice/new-invoice.ts index 6c8791fe26627..4b78bf5d753d4 100644 --- a/components/infusionsoft/sources/new-invoice/new-invoice.ts +++ b/components/infusionsoft/sources/new-invoice/new-invoice.ts @@ -8,7 +8,7 @@ export default defineSource({ description: "Emit new event for each new **invoice** [See docs here](https://developer.infusionsoft.com/docs/rest/#tag/REST-Hooks)", key: "infusionsoft-new-invoice", - version: "0.0.1", + version: "0.0.2", type: "source", methods: { ...common.methods, diff --git a/components/infusionsoft/sources/new-order/new-order.ts b/components/infusionsoft/sources/new-order/new-order.ts index be5c6d304875f..7e74c2ba3e9a3 100644 --- a/components/infusionsoft/sources/new-order/new-order.ts +++ b/components/infusionsoft/sources/new-order/new-order.ts @@ -8,7 +8,7 @@ export default defineSource({ description: "Emit new event for each new **order** [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/getOrderUsingGET)", key: "infusionsoft-new-order", - version: "0.0.1", + version: "0.0.2", type: "source", methods: { ...common.methods, diff --git a/components/infusionsoft/sources/new-payment/new-payment.ts b/components/infusionsoft/sources/new-payment/new-payment.ts index 33095481ff555..941bbb9d40116 100644 --- a/components/infusionsoft/sources/new-payment/new-payment.ts +++ b/components/infusionsoft/sources/new-payment/new-payment.ts @@ -8,7 +8,7 @@ export default defineSource({ description: "Emit new event for each new **payment** [See docs here](https://developer.infusionsoft.com/docs/rest/#operation/getTransactionUsingGET)", key: "infusionsoft-new-payment", - version: "0.0.1", + version: "0.0.2", type: "source", methods: { ...common.methods, diff --git a/components/inksprout/actions/create-summary/create-summary.mjs b/components/inksprout/actions/create-summary/create-summary.mjs index 6681533447956..7be3f3499645c 100644 --- a/components/inksprout/actions/create-summary/create-summary.mjs +++ b/components/inksprout/actions/create-summary/create-summary.mjs @@ -5,7 +5,7 @@ export default { key: "inksprout-create-summary", name: "Create Summary", description: "Create summary by either url or raw text. [See the docs](https://inksprout.co/docs/index.html#item-2-2).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/inksprout/actions/list-summaries/list-summaries.mjs b/components/inksprout/actions/list-summaries/list-summaries.mjs index b5d012700049d..038de386a0ce5 100644 --- a/components/inksprout/actions/list-summaries/list-summaries.mjs +++ b/components/inksprout/actions/list-summaries/list-summaries.mjs @@ -4,7 +4,7 @@ export default { key: "inksprout-list-summaries", name: "List Summaries", description: "List all summaries created. [See the docs](https://inksprout.co/docs/index.html#item-2-2).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/inksprout/package.json b/components/inksprout/package.json index 5073dd16ebe8d..4a916dca72469 100644 --- a/components/inksprout/package.json +++ b/components/inksprout/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/inksprout", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Inksprout Components", "main": "inksprout.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/inksprout", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/inksprout/sources/new-summary/new-summary.mjs b/components/inksprout/sources/new-summary/new-summary.mjs index f3876ebecbeff..f76c12d9768bf 100644 --- a/components/inksprout/sources/new-summary/new-summary.mjs +++ b/components/inksprout/sources/new-summary/new-summary.mjs @@ -5,7 +5,7 @@ export default { key: "inksprout-new-summary", name: "New event for each summary created. [See the docs](https://inksprout.co/docs/index.html#item-2-2).", description: "Emit new event when a summary is created.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/intercom/actions/create-note/create-note.mjs b/components/intercom/actions/create-note/create-note.mjs index 617f7c2557560..ba5e85e80a117 100644 --- a/components/intercom/actions/create-note/create-note.mjs +++ b/components/intercom/actions/create-note/create-note.mjs @@ -4,7 +4,7 @@ export default { key: "intercom-create-note", name: "Create Note", description: "Creates a note for a specific user. [See the docs here](https://developers.intercom.com/intercom-api-reference/reference/create-note-for-contact)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { intercom, diff --git a/components/intercom/actions/send-incoming-message/send-incoming-message.mjs b/components/intercom/actions/send-incoming-message/send-incoming-message.mjs index a27d50fdb3d6d..75178c8f21849 100644 --- a/components/intercom/actions/send-incoming-message/send-incoming-message.mjs +++ b/components/intercom/actions/send-incoming-message/send-incoming-message.mjs @@ -4,7 +4,7 @@ export default { key: "intercom-send-incoming-message", name: "Send Incoming Message", description: "Send a message from a user into your Intercom app. [See the docs here](https://developers.intercom.com/intercom-api-reference/reference/create-a-conversation)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { intercom, diff --git a/components/intercom/package.json b/components/intercom/package.json index d5a4e530ff067..30abd6524041a 100644 --- a/components/intercom/package.json +++ b/components/intercom/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/intercom", - "version": "0.3.6", + "version": "0.3.7", "description": "Pipedream Intercom Components", "main": "intercom.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/intercom", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/intercom/sources/conversation-closed/conversation-closed.mjs b/components/intercom/sources/conversation-closed/conversation-closed.mjs index 1b4c135a9b72e..8f5ae3aea688c 100644 --- a/components/intercom/sources/conversation-closed/conversation-closed.mjs +++ b/components/intercom/sources/conversation-closed/conversation-closed.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-conversation-closed", name: "New Closed Conversation", description: "Emit new event each time a conversation is closed.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/intercom/sources/lead-added-email/lead-added-email.mjs b/components/intercom/sources/lead-added-email/lead-added-email.mjs index 4eb3c7a32ba92..a641015dc632b 100644 --- a/components/intercom/sources/lead-added-email/lead-added-email.mjs +++ b/components/intercom/sources/lead-added-email/lead-added-email.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-lead-added-email", name: "Lead Added Email", description: "Emit new event each time a lead adds their email address.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/intercom/sources/new-admin-reply/new-admin-reply.mjs b/components/intercom/sources/new-admin-reply/new-admin-reply.mjs index 1c3e8910631a7..6f98ee199ab07 100644 --- a/components/intercom/sources/new-admin-reply/new-admin-reply.mjs +++ b/components/intercom/sources/new-admin-reply/new-admin-reply.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-new-admin-reply", name: "New Reply From Admin", description: "Emit new event each time an admin replies to a conversation.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/intercom/sources/new-company/new-company.mjs b/components/intercom/sources/new-company/new-company.mjs index 7d8c4dd373e6b..6dc8389af2893 100644 --- a/components/intercom/sources/new-company/new-company.mjs +++ b/components/intercom/sources/new-company/new-company.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-new-company", name: "New Companies", description: "Emit new event each time a new company is added.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/intercom/sources/new-conversation/new-conversation.mjs b/components/intercom/sources/new-conversation/new-conversation.mjs index 5ddfc8344552a..b804764003a15 100644 --- a/components/intercom/sources/new-conversation/new-conversation.mjs +++ b/components/intercom/sources/new-conversation/new-conversation.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-new-conversation", name: "New Conversations", description: "Emit new event each time a new conversation is added.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/intercom/sources/new-event/new-event.mjs b/components/intercom/sources/new-event/new-event.mjs index 4ca30572c1f14..c746b9aab9210 100644 --- a/components/intercom/sources/new-event/new-event.mjs +++ b/components/intercom/sources/new-event/new-event.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-new-event", name: "New Event", description: "Emit new event for each new Intercom event for a user.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", props: { diff --git a/components/intercom/sources/new-lead/new-lead.mjs b/components/intercom/sources/new-lead/new-lead.mjs index 26a750be2c543..a4f6d1d432df7 100644 --- a/components/intercom/sources/new-lead/new-lead.mjs +++ b/components/intercom/sources/new-lead/new-lead.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-new-lead", name: "New Leads", description: "Emit new event each time a new lead is added.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/intercom/sources/new-unsubscription/new-unsubscription.mjs b/components/intercom/sources/new-unsubscription/new-unsubscription.mjs index 246924a7eef5a..47680e66ee3dc 100644 --- a/components/intercom/sources/new-unsubscription/new-unsubscription.mjs +++ b/components/intercom/sources/new-unsubscription/new-unsubscription.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-new-unsubscription", name: "New Unsubscriptions", description: "Emit new event each time a user unsubscribes from receiving emails.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/intercom/sources/new-user-reply/new-user-reply.mjs b/components/intercom/sources/new-user-reply/new-user-reply.mjs index 6fa6afb171cea..2fed937856cc2 100644 --- a/components/intercom/sources/new-user-reply/new-user-reply.mjs +++ b/components/intercom/sources/new-user-reply/new-user-reply.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-new-user-reply", name: "New Reply From User", description: "Emit new event each time a user replies to a conversation.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/intercom/sources/new-user/new-user.mjs b/components/intercom/sources/new-user/new-user.mjs index 05ccd077dae54..9b690f66c2f9a 100644 --- a/components/intercom/sources/new-user/new-user.mjs +++ b/components/intercom/sources/new-user/new-user.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-new-user", name: "New Users", description: "Emit new event each time a new user is added.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/intercom/sources/tag-added-to-conversation/tag-added-to-conversation.mjs b/components/intercom/sources/tag-added-to-conversation/tag-added-to-conversation.mjs index 4bf036b95657a..f5c52e31b2449 100644 --- a/components/intercom/sources/tag-added-to-conversation/tag-added-to-conversation.mjs +++ b/components/intercom/sources/tag-added-to-conversation/tag-added-to-conversation.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-tag-added-to-conversation", name: "Tag Added To Conversation", description: "Emit new event each time a new tag is added to a conversation.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/intercom/sources/tag-added-to-lead/tag-added-to-lead.mjs b/components/intercom/sources/tag-added-to-lead/tag-added-to-lead.mjs index 42a2c0d79b1d4..cdf01394ea70a 100644 --- a/components/intercom/sources/tag-added-to-lead/tag-added-to-lead.mjs +++ b/components/intercom/sources/tag-added-to-lead/tag-added-to-lead.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-tag-added-to-lead", name: "Tag Added To Lead", description: "Emit new event each time a new tag is added to a lead.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/intercom/sources/tag-added-to-user/tag-added-to-user.mjs b/components/intercom/sources/tag-added-to-user/tag-added-to-user.mjs index 7a55bd9384364..d547447588615 100644 --- a/components/intercom/sources/tag-added-to-user/tag-added-to-user.mjs +++ b/components/intercom/sources/tag-added-to-user/tag-added-to-user.mjs @@ -5,7 +5,7 @@ export default { key: "intercom-tag-added-to-user", name: "Tag Added To User", description: "Emit new event each time a new tag is added to a user.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/intuiface/actions/available-experiences/available-experiences.mjs b/components/intuiface/actions/available-experiences/available-experiences.mjs index f6307bb85b64d..499365970bd84 100644 --- a/components/intuiface/actions/available-experiences/available-experiences.mjs +++ b/components/intuiface/actions/available-experiences/available-experiences.mjs @@ -4,7 +4,7 @@ export default { key: "intuiface-available-experiences", name: "List Available Experiences", description: "Get a list of available experiences that can receive a message. [See the docs](https://my.intuiface.com/api-doc/#/default/getExperiences).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/intuiface/actions/send-message/send-message.mjs b/components/intuiface/actions/send-message/send-message.mjs index 30e874e986d7e..3fb5731814de5 100644 --- a/components/intuiface/actions/send-message/send-message.mjs +++ b/components/intuiface/actions/send-message/send-message.mjs @@ -4,7 +4,7 @@ export default { key: "intuiface-send-message", name: "Send Message", description: "Send messages to any connected Intuiface Player running an experience that embeds the [Web Triggers Interface Asset](https://support.intuiface.com/hc/en-us/articles/360007431151-Web-Triggers-Overview). [See the docs](https://my.intuiface.com/api-doc/#/default/sendMessage).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/intuiface/package.json b/components/intuiface/package.json index aeb8803078585..38c9d876fe0bb 100644 --- a/components/intuiface/package.json +++ b/components/intuiface/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/intuiface", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Intuiface Components", "main": "dist/app/intuiface.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/intuiface", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/ip2location/actions/query-ip-info/query-ip-info.mjs b/components/ip2location/actions/query-ip-info/query-ip-info.mjs index 4797377e1be07..a63482bcb45ac 100644 --- a/components/ip2location/actions/query-ip-info/query-ip-info.mjs +++ b/components/ip2location/actions/query-ip-info/query-ip-info.mjs @@ -5,7 +5,7 @@ export default { name: "Query IP address", description: "Query IP address using IP2Location API. [See the docs here](https://www.ip2location.com/web-service/ip2location) for how to use this API.", key: "ip2location-query-ip-info", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ip2locationApp, diff --git a/components/ip2location/package.json b/components/ip2location/package.json index a1a6b228d3ef0..d7388a7ba3cd5 100644 --- a/components/ip2location/package.json +++ b/components/ip2location/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ip2location", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Ip2location Components", "main": "ip2location.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/ip2location", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.9.0" }, diff --git a/components/ip2proxy/actions/query-ip-info/query-ip-info.mjs b/components/ip2proxy/actions/query-ip-info/query-ip-info.mjs index 744e1cbdc1d2a..31211b98725da 100644 --- a/components/ip2proxy/actions/query-ip-info/query-ip-info.mjs +++ b/components/ip2proxy/actions/query-ip-info/query-ip-info.mjs @@ -5,7 +5,7 @@ export default { name: "Query IP address", description: "Query IP address using IP2Proxy API. [See the docs here](https://www.ip2location.com/web-service/ip2proxy) for how to use this API.", key: "ip2proxy-query-ip-info", - version: "0.0.3", + version: "0.0.4", type: "action", props: { ip2proxyApp, diff --git a/components/ip2proxy/package.json b/components/ip2proxy/package.json index 058af84ec06a0..9d686c106ad73 100644 --- a/components/ip2proxy/package.json +++ b/components/ip2proxy/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ip2proxy", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Ip2location Components", "main": "ip2proxy.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/ip2proxy", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.9.0" }, diff --git a/components/ip2whois/actions/query-domain-info/query-domain-info.mjs b/components/ip2whois/actions/query-domain-info/query-domain-info.mjs index 2402f290d22c5..45fd3589136b7 100644 --- a/components/ip2whois/actions/query-domain-info/query-domain-info.mjs +++ b/components/ip2whois/actions/query-domain-info/query-domain-info.mjs @@ -4,7 +4,7 @@ export default { name: "WHOIS lookup", description: "Helps users to obtain domain information, WHOIS record, by using a domain name. Please refer to the [documentation](https://ip2whois.com/developers-api) for the details of the fields returned.", key: "ip2whois-query-domain-info", - version: "0.0.5", + version: "0.0.6", type: "action", props: { ip2whoisApp, diff --git a/components/ip2whois/package.json b/components/ip2whois/package.json index dfc0b9f59155c..f202347848c32 100644 --- a/components/ip2whois/package.json +++ b/components/ip2whois/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ip2whois", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Ip2whois Components", "main": "ip2whois.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/ip2whois", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/ipinfo_io/actions/lookup-asn/lookup-asn.mjs b/components/ipinfo_io/actions/lookup-asn/lookup-asn.mjs index d3aa946d2ab4a..fcfb3d2c04218 100644 --- a/components/ipinfo_io/actions/lookup-asn/lookup-asn.mjs +++ b/components/ipinfo_io/actions/lookup-asn/lookup-asn.mjs @@ -2,7 +2,7 @@ import ipinfo_io from "../../ipinfo_io.app.mjs"; export default { name: "Lookup ASN", - version: "0.0.1", + version: "0.0.2", key: "ipinfo_io-lookup-asn", description: "Lookup an ASN. [See docs here](https://ipinfo.io/developers/asn)", type: "action", diff --git a/components/ipinfo_io/actions/lookup-ip/lookup-ip.mjs b/components/ipinfo_io/actions/lookup-ip/lookup-ip.mjs index 2ce5e0e300e53..63d9589e6bc08 100644 --- a/components/ipinfo_io/actions/lookup-ip/lookup-ip.mjs +++ b/components/ipinfo_io/actions/lookup-ip/lookup-ip.mjs @@ -2,7 +2,7 @@ import ipinfo_io from "../../ipinfo_io.app.mjs"; export default { name: "Lookup Ip", - version: "0.0.1", + version: "0.0.2", key: "ipinfo_io-lookup-ip", description: "Lookup an IP. [See docs here](https://ipinfo.io/developers#ip-address-parameter)", type: "action", diff --git a/components/ipinfo_io/package.json b/components/ipinfo_io/package.json index d26ae9e5fe272..bed9a113ca52b 100644 --- a/components/ipinfo_io/package.json +++ b/components/ipinfo_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ipinfo_io", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream IPinfo.io Components", "main": "ipinfo_io.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/ipinfo_io", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/iqair_airvisual/package.json b/components/iqair_airvisual/package.json index 12c904110e9c3..4bc6dd6813473 100644 --- a/components/iqair_airvisual/package.json +++ b/components/iqair_airvisual/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/iqair_airvisual", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream IQAir AirVisual Components", "main": "dist/app/iqair_airvisual.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/iqair_airvisual", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/isn/package.json b/components/isn/package.json index 943d735a5c160..8294c5bbb0670 100644 --- a/components/isn/package.json +++ b/components/isn/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/isn", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream ISN Components", "main": "dist/app/isn.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/isn", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/iterate/package.json b/components/iterate/package.json index 8b48bb7397f9f..30db1626003a8 100644 --- a/components/iterate/package.json +++ b/components/iterate/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/iterate", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream Iterate Components", "main": "iterate.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/iterate", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/iterate/sources/new-question-answer-received/new-question-answer-received.mjs b/components/iterate/sources/new-question-answer-received/new-question-answer-received.mjs index edaf944ed5df1..364e83e68fe1d 100644 --- a/components/iterate/sources/new-question-answer-received/new-question-answer-received.mjs +++ b/components/iterate/sources/new-question-answer-received/new-question-answer-received.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Question Answer", - version: "0.0.3", + version: "0.0.4", key: "iterate-new-question-answer-received", description: "Emit new event when a question is answered.", type: "source", diff --git a/components/iterate/sources/new-survey-response-received/new-survey-response-received.mjs b/components/iterate/sources/new-survey-response-received/new-survey-response-received.mjs index d4efb545b8da1..d3c8b8cb87ddb 100644 --- a/components/iterate/sources/new-survey-response-received/new-survey-response-received.mjs +++ b/components/iterate/sources/new-survey-response-received/new-survey-response-received.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Survey Response", - version: "0.0.3", + version: "0.0.4", key: "iterate-new-survey-response-received", description: "Emit new event when a survey is answered.", type: "source", diff --git a/components/jellyreach/package.json b/components/jellyreach/package.json index d8fb9a37cad82..a32f6c46726d3 100644 --- a/components/jellyreach/package.json +++ b/components/jellyreach/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/jellyreach", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Jellyreach Components", "main": "dist/app/jellyreach.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/jellyreach", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/jira/actions/add-attachment-to-issue/add-attachment-to-issue.mjs b/components/jira/actions/add-attachment-to-issue/add-attachment-to-issue.mjs index 3b205f76c0743..34553bb24e702 100644 --- a/components/jira/actions/add-attachment-to-issue/add-attachment-to-issue.mjs +++ b/components/jira/actions/add-attachment-to-issue/add-attachment-to-issue.mjs @@ -8,23 +8,23 @@ export default { key: "jira-add-attachment-to-issue", name: "Add Attachment To Issue", description: "Adds an attachment to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments/#api-rest-api-3-issue-issueidorkey-attachments-post)", - version: "0.2.7", + version: "0.2.8", type: "action", props: { jira, cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, issueIdOrKey: { propDefinition: [ jira, "issueIdOrKey", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, filename: { diff --git a/components/jira/actions/add-comment-to-issue/add-comment-to-issue.mjs b/components/jira/actions/add-comment-to-issue/add-comment-to-issue.mjs index 2e7d4a8a054bf..46ded979b9793 100644 --- a/components/jira/actions/add-comment-to-issue/add-comment-to-issue.mjs +++ b/components/jira/actions/add-comment-to-issue/add-comment-to-issue.mjs @@ -5,23 +5,23 @@ export default { key: "jira-add-comment-to-issue", name: "Add Comment To Issue", description: "Adds a new comment to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-post)", - version: "0.1.5", + version: "0.1.6", type: "action", props: { jira, cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, issueIdOrKey: { propDefinition: [ jira, "issueIdOrKey", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, body: { diff --git a/components/jira/actions/add-multiple-attachments-to-issue/add-multiple-attachments-to-issue.mjs b/components/jira/actions/add-multiple-attachments-to-issue/add-multiple-attachments-to-issue.mjs index 790243efea406..617934e169548 100644 --- a/components/jira/actions/add-multiple-attachments-to-issue/add-multiple-attachments-to-issue.mjs +++ b/components/jira/actions/add-multiple-attachments-to-issue/add-multiple-attachments-to-issue.mjs @@ -8,23 +8,23 @@ export default { key: "jira-add-multiple-attachments-to-issue", name: "Add Multiple Attachments To Issue", description: "Adds multiple attachments to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments/#api-rest-api-3-issue-issueidorkey-attachments-post)", - version: "0.0.5", + version: "0.0.6", type: "action", props: { jira, cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, issueIdOrKey: { propDefinition: [ jira, "issueIdOrKey", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, filenames: { diff --git a/components/jira/actions/add-watcher-to-issue/add-watcher-to-issue.mjs b/components/jira/actions/add-watcher-to-issue/add-watcher-to-issue.mjs index 9dcdbd83def60..c0c8cd6ff708b 100644 --- a/components/jira/actions/add-watcher-to-issue/add-watcher-to-issue.mjs +++ b/components/jira/actions/add-watcher-to-issue/add-watcher-to-issue.mjs @@ -3,7 +3,7 @@ import jira from "../../jira.app.mjs"; export default { key: "jira-add-watcher-to-issue", name: "Add Watcher To Issue", - version: "0.0.4", + version: "0.0.5", description: "Adds a user as a watcher of an issue by passing the account ID of the user, For example, `5b10ac8d82e05b22cc7d4ef5`, If no user is specified the calling user is added. [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers/#api-rest-api-3-issue-issueidorkey-watchers-post)", type: "action", props: { @@ -11,16 +11,16 @@ export default { cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, issueIdOrKey: { propDefinition: [ jira, "issueIdOrKey", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, accountId: { @@ -28,8 +28,8 @@ export default { jira, "accountId", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, }, diff --git a/components/jira/actions/assign-issue/assign-issue.mjs b/components/jira/actions/assign-issue/assign-issue.mjs index 5d68dd00ba73e..1f850789efb62 100644 --- a/components/jira/actions/assign-issue/assign-issue.mjs +++ b/components/jira/actions/assign-issue/assign-issue.mjs @@ -3,7 +3,7 @@ import jira from "../../jira.app.mjs"; export default { key: "jira-assign-issue", name: "Assign Issue", - version: "0.0.4", + version: "0.0.5", description: "Assigns an issue to a user. [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-assignee-put)", type: "action", props: { @@ -11,16 +11,16 @@ export default { cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, issueIdOrKey: { propDefinition: [ jira, "issueIdOrKey", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, accountId: { @@ -28,8 +28,8 @@ export default { jira, "accountId", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, }, diff --git a/components/jira/actions/create-issue/create-issue.mjs b/components/jira/actions/create-issue/create-issue.mjs index 9fc6a822380e2..c7202e902236e 100644 --- a/components/jira/actions/create-issue/create-issue.mjs +++ b/components/jira/actions/create-issue/create-issue.mjs @@ -5,23 +5,23 @@ export default { key: "jira-create-issue", name: "Create Issue", description: "Creates an issue or, where the option to create subtasks is enabled in Jira, a subtask, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-issue-post)", - version: "0.1.9", + version: "0.1.10", type: "action", props: { jira, cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, projectID: { propDefinition: [ jira, "projectID", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, issueType: { @@ -30,7 +30,7 @@ export default { "issueType", (configuredProps) => ({ projectID: configuredProps.projectID, - cloudId: configuredProps.cloudId + cloudId: configuredProps.cloudId, }), ], }, @@ -64,8 +64,8 @@ export default { jira, "accountId", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], optional: true, }, @@ -86,8 +86,8 @@ export default { jira, "accountId", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], optional: true, }, @@ -138,8 +138,8 @@ export default { jira, "transition", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], type: "string", }, diff --git a/components/jira/actions/create-version/create-version.mjs b/components/jira/actions/create-version/create-version.mjs index 0de133220ebee..41bb4cca62f1a 100644 --- a/components/jira/actions/create-version/create-version.mjs +++ b/components/jira/actions/create-version/create-version.mjs @@ -4,23 +4,23 @@ export default { key: "jira-create-version", name: "Create Jira Version in project", description: "Creates a project version., [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions/#api-rest-api-3-version-post)", - version: "0.1.5", + version: "0.1.6", type: "action", props: { jira, cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, projectID: { propDefinition: [ jira, "projectID", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, name: { diff --git a/components/jira/actions/delete-project/delete-project.mjs b/components/jira/actions/delete-project/delete-project.mjs index aac6241b88add..e8209aace17b6 100644 --- a/components/jira/actions/delete-project/delete-project.mjs +++ b/components/jira/actions/delete-project/delete-project.mjs @@ -4,7 +4,7 @@ export default { key: "jira-delete-project", name: "Delete Project", description: "Deletes a project, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-projectidorkey-delete)", - version: "0.1.5", + version: "0.1.6", type: "action", props: { jira, diff --git a/components/jira/actions/get-all-projects/get-all-projects.mjs b/components/jira/actions/get-all-projects/get-all-projects.mjs index 2b96c92f5c733..4e4532086c3e9 100644 --- a/components/jira/actions/get-all-projects/get-all-projects.mjs +++ b/components/jira/actions/get-all-projects/get-all-projects.mjs @@ -4,15 +4,15 @@ export default { key: "jira-get-all-projects", name: "Get All Projects", description: "Gets metadata on all projects, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-project-get)", - version: "0.1.6", + version: "0.1.7", type: "action", props: { jira, cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, recent: { type: "integer", diff --git a/components/jira/actions/get-issue/get-issue.mjs b/components/jira/actions/get-issue/get-issue.mjs index 8902fd8ccec51..f7a20f33a0d8c 100644 --- a/components/jira/actions/get-issue/get-issue.mjs +++ b/components/jira/actions/get-issue/get-issue.mjs @@ -4,23 +4,23 @@ export default { key: "jira-get-issue", name: "Get Issue", description: "Gets the details for an issue. [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get)", - version: "0.1.7", + version: "0.1.8", type: "action", props: { jira, cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, issueIdOrKey: { propDefinition: [ jira, "issueIdOrKey", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, fields: { diff --git a/components/jira/actions/get-task/get-task.mjs b/components/jira/actions/get-task/get-task.mjs index ac818630e1937..dc138b559a7fa 100644 --- a/components/jira/actions/get-task/get-task.mjs +++ b/components/jira/actions/get-task/get-task.mjs @@ -4,15 +4,15 @@ export default { key: "jira-get-task", name: "Get Task", description: "Gets the status of a long-running asynchronous task, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks/#api-rest-api-3-task-taskid-get)", - version: "0.1.5", + version: "0.1.6", type: "action", props: { jira, cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, taskId: { type: "string", diff --git a/components/jira/actions/get-transitions/get-transitions.mjs b/components/jira/actions/get-transitions/get-transitions.mjs index ca856242b5daf..5f93d33c2ceac 100644 --- a/components/jira/actions/get-transitions/get-transitions.mjs +++ b/components/jira/actions/get-transitions/get-transitions.mjs @@ -4,23 +4,23 @@ export default { key: "jira-get-transitions", name: "Get Transitions", description: "Gets either all transitions or a transition that can be performed by the user on an issue, based on the issue's status, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-transitions-get)", - version: "0.1.5", + version: "0.1.6", type: "action", props: { jira, cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, issueIdOrKey: { propDefinition: [ jira, "issueIdOrKey", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, transitionId: { diff --git a/components/jira/actions/get-user/get-user.mjs b/components/jira/actions/get-user/get-user.mjs index 9bba27e2ce5ea..cb4943f3868d9 100644 --- a/components/jira/actions/get-user/get-user.mjs +++ b/components/jira/actions/get-user/get-user.mjs @@ -4,23 +4,23 @@ export default { key: "jira-get-user", name: "Get User", description: "Gets details of user, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-get)", - version: "0.1.5", + version: "0.1.6", type: "action", props: { jira, cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, accountId: { propDefinition: [ jira, "accountId", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, expand: { diff --git a/components/jira/actions/list-issue-comments/list-issue-comments.mjs b/components/jira/actions/list-issue-comments/list-issue-comments.mjs index d19217111f0ea..a937c6e90ee9e 100644 --- a/components/jira/actions/list-issue-comments/list-issue-comments.mjs +++ b/components/jira/actions/list-issue-comments/list-issue-comments.mjs @@ -4,23 +4,23 @@ export default { key: "jira-list-issue-comments", name: "List Issue Comments", description: "Lists all comments for an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-get)", - version: "0.1.5", + version: "0.1.6", type: "action", props: { jira, cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, issueIdOrKey: { propDefinition: [ jira, "issueIdOrKey", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, orderBy: { diff --git a/components/jira/actions/transition-issue/transition-issue.mjs b/components/jira/actions/transition-issue/transition-issue.mjs index 1158c1fc977da..a9843e6c0dc06 100644 --- a/components/jira/actions/transition-issue/transition-issue.mjs +++ b/components/jira/actions/transition-issue/transition-issue.mjs @@ -5,7 +5,7 @@ export default { key: "jira-transition-issue", name: "Transition Issue", description: "Performs an issue transition and, if the transition has a screen, updates the fields from the transition screen, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-transitions-post)", - version: "0.1.7", + version: "0.1.8", type: "action", props: { jira, diff --git a/components/jira/actions/update-comment/update-comment.mjs b/components/jira/actions/update-comment/update-comment.mjs index 0780a4b55c275..bce45a67587e6 100644 --- a/components/jira/actions/update-comment/update-comment.mjs +++ b/components/jira/actions/update-comment/update-comment.mjs @@ -5,23 +5,23 @@ export default { key: "jira-update-comment", name: "Update Comment", description: "Updates a comment, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-id-put)", - version: "0.1.5", + version: "0.1.6", type: "action", props: { jira, cloudId: { propDefinition: [ jira, - "cloudId" - ] + "cloudId", + ], }, issueIdOrKey: { propDefinition: [ jira, "issueIdOrKey", (c) => ({ - cloudId: c.cloudId - }) + cloudId: c.cloudId, + }), ], }, commentId: { diff --git a/components/jira/actions/update-issue/update-issue.mjs b/components/jira/actions/update-issue/update-issue.mjs index 4b94901e44e26..1f5b21492e2da 100644 --- a/components/jira/actions/update-issue/update-issue.mjs +++ b/components/jira/actions/update-issue/update-issue.mjs @@ -5,7 +5,7 @@ export default { key: "jira-update-issue", name: "Update Issue", description: "Updates an issue. A transition may be applied and issue properties updated as part of the edit, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put)", - version: "0.2.3", + version: "0.2.4", type: "action", props: { jira, diff --git a/components/jira/package.json b/components/jira/package.json index b80d14396c53e..b739d68d243b6 100644 --- a/components/jira/package.json +++ b/components/jira/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/jira", - "version": "0.0.7", + "version": "0.0.8", "description": "Pipedream Jira Components", "main": "jira.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/jira", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.10.0", "form-data": "^4.0.0" diff --git a/components/jira/sources/events/events.mjs b/components/jira/sources/events/events.mjs index 81f16dd583095..117af4862ba21 100644 --- a/components/jira/sources/events/events.mjs +++ b/components/jira/sources/events/events.mjs @@ -5,7 +5,7 @@ export default { key: "jira-events", name: "New Event", description: "Emit new event when an event with subscribed event source triggered, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks/#api-rest-api-3-webhook-post)", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", ...common, diff --git a/components/jira/sources/issue-created/issue-created.mjs b/components/jira/sources/issue-created/issue-created.mjs index 6edca070dbff7..b32f39743675e 100644 --- a/components/jira/sources/issue-created/issue-created.mjs +++ b/components/jira/sources/issue-created/issue-created.mjs @@ -4,7 +4,7 @@ export default { key: "jira-issue-created", name: "New Issue Created Event", description: "Emit new event when an issue is created. Note that Jira supports only one webhook, if more sources are needed please use `New Event` source and select multiple events.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", ...common, diff --git a/components/jira/sources/issue-deleted/issue-deleted.mjs b/components/jira/sources/issue-deleted/issue-deleted.mjs index 5bd6505ac2852..a1f2fc3566683 100644 --- a/components/jira/sources/issue-deleted/issue-deleted.mjs +++ b/components/jira/sources/issue-deleted/issue-deleted.mjs @@ -4,7 +4,7 @@ export default { key: "jira-issue-deleted", name: "New Issue Deleted Event", description: "Emit new event when an issue is deleted. Note that Jira supports only one webhook, if more sources are needed please use `New Event` source and select multiple events.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", ...common, diff --git a/components/jira/sources/issue-updated/issue-updated.mjs b/components/jira/sources/issue-updated/issue-updated.mjs index 73717e726461c..00e983a100c94 100644 --- a/components/jira/sources/issue-updated/issue-updated.mjs +++ b/components/jira/sources/issue-updated/issue-updated.mjs @@ -4,7 +4,7 @@ export default { key: "jira-issue-updated", name: "New Issue Updated Event", description: "Emit new event when an issue is updated. Note that Jira supports only one webhook, if more sources are needed please use `New Event` source and select multiple events.", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", ...common, diff --git a/components/jobnimbus/package.json b/components/jobnimbus/package.json index a6e6d49660fec..e0ca046c670bd 100644 --- a/components/jobnimbus/package.json +++ b/components/jobnimbus/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/jobnimbus", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Jobnimbus Components", "main": "dist/app/jobnimbus.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/jobnimbus", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/joomla/actions/create-article/create-article.mjs b/components/joomla/actions/create-article/create-article.mjs index 513eaaf5f6b18..4e77d80c6dc7a 100644 --- a/components/joomla/actions/create-article/create-article.mjs +++ b/components/joomla/actions/create-article/create-article.mjs @@ -4,7 +4,7 @@ export default { name: "Create Article", description: "Create an article. See the docs [here](https://docs.joomla.org/J4.x:Joomla_Core_APIs#Create_Article)", key: "joomla-create-article", - version: "0.0.1", + version: "0.0.2", type: "action", props: { joomla, diff --git a/components/joomla/actions/update-article/update-article.mjs b/components/joomla/actions/update-article/update-article.mjs index 3fd9292fd408e..72cf66a99bbae 100644 --- a/components/joomla/actions/update-article/update-article.mjs +++ b/components/joomla/actions/update-article/update-article.mjs @@ -4,7 +4,7 @@ export default { name: "Update Article", description: "Update an article. See the docs [here](https://docs.joomla.org/J4.x:Joomla_Core_APIs#Update_Article)", key: "joomla-update-article", - version: "0.0.1", + version: "0.0.2", type: "action", props: { joomla, diff --git a/components/joomla/package.json b/components/joomla/package.json index 44804c4237599..2ad674a97d801 100644 --- a/components/joomla/package.json +++ b/components/joomla/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/joomla", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Joomla Components", "main": "joomla.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/joomla", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.10.0" }, diff --git a/components/jotform/actions/get-form-submissions/get-form-submissions.mjs b/components/jotform/actions/get-form-submissions/get-form-submissions.mjs index c59d2c8171266..9577c5bbcba94 100644 --- a/components/jotform/actions/get-form-submissions/get-form-submissions.mjs +++ b/components/jotform/actions/get-form-submissions/get-form-submissions.mjs @@ -5,7 +5,7 @@ export default { key: "jotform-get-form-submissions", name: "Get Form Submissions", description: "Gets a list of form responses [See the docs here](https://api.jotform.com/docs/#form-id-submissions)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/jotform/actions/get-monthly-user-usage/get-monthly-user-usage.mjs b/components/jotform/actions/get-monthly-user-usage/get-monthly-user-usage.mjs index dca9d3ccb5a75..52ae507dceb49 100644 --- a/components/jotform/actions/get-monthly-user-usage/get-monthly-user-usage.mjs +++ b/components/jotform/actions/get-monthly-user-usage/get-monthly-user-usage.mjs @@ -5,7 +5,7 @@ export default { key: "jotform-get-monthly-user-usage", name: "Get Monthly User Usage", description: "Gets number of form submissions received this month. Also, get number of SSL form submissions, payment form submissions and upload space used by user [See the docs here](https://api.jotform.com/docs/#user-usage)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/jotform/actions/get-user-submissions/get-user-submissions.mjs b/components/jotform/actions/get-user-submissions/get-user-submissions.mjs index 12a7ae1cf5b67..b8204567b5050 100644 --- a/components/jotform/actions/get-user-submissions/get-user-submissions.mjs +++ b/components/jotform/actions/get-user-submissions/get-user-submissions.mjs @@ -5,7 +5,7 @@ export default { key: "jotform-get-user-submissions", name: "Get User Submissions", description: "Gets a list of all submissions for all forms on the account [See the docs here](https://api.jotform.com/docs/#user-submissions)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/jotform/package.json b/components/jotform/package.json index 40a37f051138c..5a4a8a13dc026 100644 --- a/components/jotform/package.json +++ b/components/jotform/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/jotform", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Jotform Components", "main": "jotform.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/jotform", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "axios": "^0.21.1", "query-string": "^7.1.1" diff --git a/components/jotform/sources/new-submission/new-submission.mjs b/components/jotform/sources/new-submission/new-submission.mjs index 32d217644f882..fcb857d90e54a 100644 --- a/components/jotform/sources/new-submission/new-submission.mjs +++ b/components/jotform/sources/new-submission/new-submission.mjs @@ -4,7 +4,7 @@ export default { key: "jotform-new-submission", name: "New Submission (Instant)", description: "Emit new event when a form is submitted", - version: "0.0.6", + version: "0.0.7", type: "source", props: { jotform, diff --git a/components/junip/package.json b/components/junip/package.json index 3da9e2863a6da..06da53ab6761d 100644 --- a/components/junip/package.json +++ b/components/junip/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/junip", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Junip Components", "main": "dist/app/junip.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/junip", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/kakao/package.json b/components/kakao/package.json index 7bcdbd66af247..3639226dc2628 100644 --- a/components/kakao/package.json +++ b/components/kakao/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/kakao", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Kakao Components", "main": "dist/app/kakao.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/kakao", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/kanbanflow/actions/create-task/create-task.ts b/components/kanbanflow/actions/create-task/create-task.ts index 42281dfa91374..79bb97f47f36e 100644 --- a/components/kanbanflow/actions/create-task/create-task.ts +++ b/components/kanbanflow/actions/create-task/create-task.ts @@ -10,7 +10,7 @@ export default defineAction({ name: "Create Task", description: "Create a task (docs available on board settings)", key: "kanbanflow-create-task", - version: "0.0.1", + version: "0.0.2", type: "action", methods: { splitFlagPropValue(value: string, splitKey: string): object { diff --git a/components/kanbanflow/package.json b/components/kanbanflow/package.json index 46f8c27b35458..d8b3346e7b1cb 100644 --- a/components/kanbanflow/package.json +++ b/components/kanbanflow/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/kanbanflow", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream KanbanFlow Components", "main": "dist/app/kanbanflow.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/kanbanflow", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/kanbanflow/sources/task-created/task-created.ts b/components/kanbanflow/sources/task-created/task-created.ts index 0fe87692ab8c7..5a10138d61396 100644 --- a/components/kanbanflow/sources/task-created/task-created.ts +++ b/components/kanbanflow/sources/task-created/task-created.ts @@ -7,7 +7,7 @@ export default defineSource({ name: "Task Created", description: "Emit new event when a **new task is created**", key: "kanbanflow-task-created", - version: "0.0.1", + version: "0.0.2", type: "source", methods: { ...common.methods, diff --git a/components/kanbanflow/sources/task-moved/task-moved.ts b/components/kanbanflow/sources/task-moved/task-moved.ts index ad9d82b6b1f09..e354e0f23e865 100644 --- a/components/kanbanflow/sources/task-moved/task-moved.ts +++ b/components/kanbanflow/sources/task-moved/task-moved.ts @@ -9,7 +9,7 @@ export default defineSource({ name: "Task Moved", description: "Emit new event when a **task is moved**", key: "kanbanflow-task-moved", - version: "0.0.1", + version: "0.0.2", type: "source", methods: { ...common.methods, diff --git a/components/kanbanize/actions/create-new-task/create-new-task.mjs b/components/kanbanize/actions/create-new-task/create-new-task.mjs index 1e259b1f01397..0b1ba74933628 100644 --- a/components/kanbanize/actions/create-new-task/create-new-task.mjs +++ b/components/kanbanize/actions/create-new-task/create-new-task.mjs @@ -4,7 +4,7 @@ export default { key: "kanbanize-create-new-task", name: "Create New Task", description: "Create New Task. [See the docs here](https://kanbanize.com/api)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { kanbanizeApp, diff --git a/components/kanbanize/actions/edit-task/edit-task.mjs b/components/kanbanize/actions/edit-task/edit-task.mjs index efe425b196cbc..e69e4452d55e3 100644 --- a/components/kanbanize/actions/edit-task/edit-task.mjs +++ b/components/kanbanize/actions/edit-task/edit-task.mjs @@ -4,7 +4,7 @@ export default { key: "kanbanize-edit-task", name: "Edit Task", description: "Edit Task. [See the docs here](https://kanbanize.com/api)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { kanbanizeApp, diff --git a/components/kanbanize/actions/list-all-tasks/list-all-tasks.mjs b/components/kanbanize/actions/list-all-tasks/list-all-tasks.mjs index ff09e774eca22..302f03689ee6b 100644 --- a/components/kanbanize/actions/list-all-tasks/list-all-tasks.mjs +++ b/components/kanbanize/actions/list-all-tasks/list-all-tasks.mjs @@ -5,7 +5,7 @@ export default { key: "kanbanize-list-all-tasks", name: "List Tasks", description: "Get All Tasks. [See the docs here](https://kanbanize.com/api)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { kanbanizeApp, diff --git a/components/kanbanize/package.json b/components/kanbanize/package.json index 16dd481573104..fcb0f08bc0323 100644 --- a/components/kanbanize/package.json +++ b/components/kanbanize/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/kanbanize", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Kanbanize Components", "main": "kanbanize.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/kanbanize", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/karbon/package.json b/components/karbon/package.json index 4d50a9b51ef3f..6e534393e6bdd 100644 --- a/components/karbon/package.json +++ b/components/karbon/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/karbon", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Karbon Components", "main": "dist/app/karbon.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/karbon", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/kartra/package.json b/components/kartra/package.json index 12fc9cc08d7e4..64fec10bcdcba 100644 --- a/components/kartra/package.json +++ b/components/kartra/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/kartra", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Kartra Components", "main": "dist/app/kartra.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/kartra", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/keen_io/package.json b/components/keen_io/package.json index b06d08d924c4f..ae55e62714151 100644 --- a/components/keen_io/package.json +++ b/components/keen_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/keen_io", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Keen.io Components", "main": "dist/app/keen_io.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/keen_io", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/klaviyo/actions/add-member-to-list/add-member-to-list.mjs b/components/klaviyo/actions/add-member-to-list/add-member-to-list.mjs index 8e2a172db7562..8b3a44000fc7e 100644 --- a/components/klaviyo/actions/add-member-to-list/add-member-to-list.mjs +++ b/components/klaviyo/actions/add-member-to-list/add-member-to-list.mjs @@ -4,7 +4,7 @@ export default { key: "klaviyo-add-member-to-list", name: "Add Member To List", description: "Add member to a specific list. [See the docs here](https://developers.klaviyo.com/en/v1-2/reference/add-members)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { klaviyo, diff --git a/components/klaviyo/actions/create-new-list/create-new-list.mjs b/components/klaviyo/actions/create-new-list/create-new-list.mjs index c467c8993073d..8bd6a1fff71d1 100644 --- a/components/klaviyo/actions/create-new-list/create-new-list.mjs +++ b/components/klaviyo/actions/create-new-list/create-new-list.mjs @@ -4,7 +4,7 @@ export default { key: "klaviyo-create-new-list", name: "Create New List", description: "Creates a new list in an account. [See the docs here](https://developers.klaviyo.com/en/v1-2/reference/create-list)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { klaviyo, diff --git a/components/klaviyo/actions/get-lists/get-lists.mjs b/components/klaviyo/actions/get-lists/get-lists.mjs index 6e33301b090ea..89c327445f23c 100644 --- a/components/klaviyo/actions/get-lists/get-lists.mjs +++ b/components/klaviyo/actions/get-lists/get-lists.mjs @@ -4,7 +4,7 @@ export default { key: "klaviyo-get-lists", name: "Get Lists", description: "Get a listing of all of the lists in an account. [See the docs here](https://developers.klaviyo.com/en/v1-2/reference/get-lists)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { klaviyo, diff --git a/components/klaviyo/package.json b/components/klaviyo/package.json index 7b30c2ffc91f4..0f32051c83631 100644 --- a/components/klaviyo/package.json +++ b/components/klaviyo/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/klaviyo", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Klaviyo Components", "main": "klaviyo.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/klaviyo", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/klipfolio/package.json b/components/klipfolio/package.json index fa9c9a179f563..cccf7a1e3674a 100644 --- a/components/klipfolio/package.json +++ b/components/klipfolio/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/klipfolio", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Klipfolio Components", "main": "dist/app/klipfolio.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/klipfolio", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/knack/actions/create-record/create-record.mjs b/components/knack/actions/create-record/create-record.mjs index 5779b82bd31e9..548bce38ddb59 100644 --- a/components/knack/actions/create-record/create-record.mjs +++ b/components/knack/actions/create-record/create-record.mjs @@ -7,7 +7,7 @@ export default { name: "Create Record", description: "Create a Record for a Knack object [(See docs here)](https://docs.knack.com/docs/object-based-post)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...base.props, diff --git a/components/knack/actions/delete-record/delete-record.mjs b/components/knack/actions/delete-record/delete-record.mjs index 2d6046015d53a..ff0b2b9612f42 100644 --- a/components/knack/actions/delete-record/delete-record.mjs +++ b/components/knack/actions/delete-record/delete-record.mjs @@ -7,7 +7,7 @@ export default { name: "Delete Record", description: "Delete a Record for a Knack object [(See docs here)](https://docs.knack.com/docs/object-based-delete)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...base.props, diff --git a/components/knack/actions/get-record/get-record.mjs b/components/knack/actions/get-record/get-record.mjs index 9ec3e56a36cc4..e70cdc55f4582 100644 --- a/components/knack/actions/get-record/get-record.mjs +++ b/components/knack/actions/get-record/get-record.mjs @@ -7,7 +7,7 @@ export default { name: "Get Record(s)", description: "Get one or more Records for a Knack object [(See docs here)](https://docs.knack.com/docs/retrieving-records)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...base.props, diff --git a/components/knack/actions/update-record/update-record.mjs b/components/knack/actions/update-record/update-record.mjs index 91b9d59c2be84..87c3f2013147e 100644 --- a/components/knack/actions/update-record/update-record.mjs +++ b/components/knack/actions/update-record/update-record.mjs @@ -9,7 +9,7 @@ export default { name: "Update Record", description: "Update a Record for a Knack object [(See docs here)](https://docs.knack.com/docs/object-based-put)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...base.props, diff --git a/components/knack/package.json b/components/knack/package.json index 34e509ce0bbfd..acea6b4b8813e 100644 --- a/components/knack/package.json +++ b/components/knack/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/knack", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Knack Components", "main": "knack.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/knack", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/knack/sources/new-record/new-record.mjs b/components/knack/sources/new-record/new-record.mjs index ff15e717d80af..352dcd06da3c5 100644 --- a/components/knack/sources/new-record/new-record.mjs +++ b/components/knack/sources/new-record/new-record.mjs @@ -6,7 +6,7 @@ export default { name: "New Record", description: "Emit new event for each record created", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", props: { knack, diff --git a/components/knowbe4/package.json b/components/knowbe4/package.json index 74a0d921ed867..d758c2368859f 100644 --- a/components/knowbe4/package.json +++ b/components/knowbe4/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/knowbe4", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream KnowBe4 Components", "main": "dist/app/knowbe4.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/knowbe4", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/kucoin_futures/actions/generic-api-call/generic-api-call.mjs b/components/kucoin_futures/actions/generic-api-call/generic-api-call.mjs index 778c93292741b..77a91e3cd4c8b 100644 --- a/components/kucoin_futures/actions/generic-api-call/generic-api-call.mjs +++ b/components/kucoin_futures/actions/generic-api-call/generic-api-call.mjs @@ -2,7 +2,7 @@ import kucoinFutures from "../../kucoin_futures.app.mjs"; export default { name: "Kucoin Futures Generic API Call", - version: "0.0.2", + version: "0.0.3", key: "kucoin_futures-generic-api-call", description: "Make any API call for Kucoin Futures as per the documentation." + "See docs [here](https://docs.kucoin.com/futures/#general)", diff --git a/components/kucoin_futures/package.json b/components/kucoin_futures/package.json index 803d01c0f9fe0..b5ee561ad9e2e 100644 --- a/components/kucoin_futures/package.json +++ b/components/kucoin_futures/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/kucoin_futures", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Kucoin Futures Components", "main": "kucoin_futures.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/kucoin_futures", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/kyvio/package.json b/components/kyvio/package.json index a089ba3c4cc28..47301a12531a1 100644 --- a/components/kyvio/package.json +++ b/components/kyvio/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/kyvio", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Kyvio Components", "main": "dist/app/kyvio.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/kyvio", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/labs64_netlicensing/package.json b/components/labs64_netlicensing/package.json index 9e22eb19b52d5..202cba1a5c92b 100644 --- a/components/labs64_netlicensing/package.json +++ b/components/labs64_netlicensing/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/labs64_netlicensing", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Labs64 NetLicensing Components", "main": "dist/app/labs64_netlicensing.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/labs64_netlicensing", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/lahar/package.json b/components/lahar/package.json index 91dda09d088e4..0bfc61a962174 100644 --- a/components/lahar/package.json +++ b/components/lahar/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/lahar", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Lahar Components", "main": "dist/app/lahar.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/lahar", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/laposta/actions/create-relation/create-relation.mjs b/components/laposta/actions/create-relation/create-relation.mjs index 6119f93c23222..7e11acabae73b 100644 --- a/components/laposta/actions/create-relation/create-relation.mjs +++ b/components/laposta/actions/create-relation/create-relation.mjs @@ -2,7 +2,7 @@ import laposta from "../../laposta.app.mjs"; export default { name: "Create Relation", - version: "0.0.1", + version: "0.0.2", key: "laposta-create-relation", description: "Creates a relation. [See docs here (Go to `Add relationship`)](http://api.laposta.nl/doc/)", type: "action", diff --git a/components/laposta/actions/delete-relation/delete-relation.mjs b/components/laposta/actions/delete-relation/delete-relation.mjs index 9cfe0b6cd0cd5..ea6c5c87a2194 100644 --- a/components/laposta/actions/delete-relation/delete-relation.mjs +++ b/components/laposta/actions/delete-relation/delete-relation.mjs @@ -2,7 +2,7 @@ import laposta from "../../laposta.app.mjs"; export default { name: "Delete Relation", - version: "0.0.1", + version: "0.0.2", key: "laposta-delete-relation", description: "Deletes a relation. [See docs here (Go to `Remove relationship`)](http://api.laposta.nl/doc/)", type: "action", diff --git a/components/laposta/actions/update-relation/update-relation.mjs b/components/laposta/actions/update-relation/update-relation.mjs index d7c5806a745eb..ad6312b38cd54 100644 --- a/components/laposta/actions/update-relation/update-relation.mjs +++ b/components/laposta/actions/update-relation/update-relation.mjs @@ -2,7 +2,7 @@ import laposta from "../../laposta.app.mjs"; export default { name: "Update Relation", - version: "0.0.1", + version: "0.0.2", key: "laposta-update-relation", description: "Updates a relation. [See docs here (Go to `Change relationship`)](http://api.laposta.nl/doc/)", type: "action", diff --git a/components/laposta/package.json b/components/laposta/package.json index 92c1314785bd2..03e777715e4a0 100644 --- a/components/laposta/package.json +++ b/components/laposta/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/laposta", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Laposta Components", "main": "dist/app/laposta.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/laposta", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/laposta/sources/new-relation-created/new-relation-created.mjs b/components/laposta/sources/new-relation-created/new-relation-created.mjs index 848b88437df28..2ac08a41a0ba2 100644 --- a/components/laposta/sources/new-relation-created/new-relation-created.mjs +++ b/components/laposta/sources/new-relation-created/new-relation-created.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Relation Created (Instant)", - version: "0.0.1", + version: "0.0.2", key: "laposta-new-relation-created", description: "Emit new event on each created relation. [See docs here (Go to `Add webhook`)](http://api.laposta.nl/doc/)", type: "source", diff --git a/components/laposta/sources/new-relation-deleted/new-relation-deleted.mjs b/components/laposta/sources/new-relation-deleted/new-relation-deleted.mjs index 3439d4b08a991..cde727ab26671 100644 --- a/components/laposta/sources/new-relation-deleted/new-relation-deleted.mjs +++ b/components/laposta/sources/new-relation-deleted/new-relation-deleted.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Relation Deleted (Instant)", - version: "0.0.1", + version: "0.0.2", key: "laposta-new-relation-deleted", description: "Emit new event on each deleted relation. [See docs here (Go to `Add webhook`)](http://api.laposta.nl/doc/)", type: "source", diff --git a/components/laposta/sources/new-relation-updated/new-relation-updated.mjs b/components/laposta/sources/new-relation-updated/new-relation-updated.mjs index 787f153f268cf..ef398ecc1717b 100644 --- a/components/laposta/sources/new-relation-updated/new-relation-updated.mjs +++ b/components/laposta/sources/new-relation-updated/new-relation-updated.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Relation Updated (Instant)", - version: "0.0.1", + version: "0.0.2", key: "laposta-new-relation-updated", description: "Emit new event on each updated relation. [See docs here (Go to `Add webhook`)](http://api.laposta.nl/doc/)", type: "source", diff --git a/components/leadboxer/package.json b/components/leadboxer/package.json index c16df99d0dc02..a5abef98e5a99 100644 --- a/components/leadboxer/package.json +++ b/components/leadboxer/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/leadboxer", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream LeadBoxer Components", "main": "dist/app/leadboxer.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/leadboxer", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/leadfeeder/actions/find-lead/find-lead.mjs b/components/leadfeeder/actions/find-lead/find-lead.mjs index 473ca200fc59c..a988a07ba57ec 100644 --- a/components/leadfeeder/actions/find-lead/find-lead.mjs +++ b/components/leadfeeder/actions/find-lead/find-lead.mjs @@ -5,7 +5,7 @@ export default { name: "Find Lead", description: "Retrieves a specific lead. [See the docs](https://docs.leadfeeder.com/api/#get-a-specific-lead).", type: "action", - version: "0.0.1", + version: "0.0.2", props: { app, accountId: { diff --git a/components/leadfeeder/package.json b/components/leadfeeder/package.json index 900d7cfe9d7ca..77855d0b0df4b 100644 --- a/components/leadfeeder/package.json +++ b/components/leadfeeder/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/leadfeeder", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Leadfeeder Components", "main": "leadfeeder.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/leadfeeder", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.1.1" }, diff --git a/components/leadfeeder/sources/new-lead-created/new-lead-created.mjs b/components/leadfeeder/sources/new-lead-created/new-lead-created.mjs index 3727bf68a278b..6f941b87856ee 100644 --- a/components/leadfeeder/sources/new-lead-created/new-lead-created.mjs +++ b/components/leadfeeder/sources/new-lead-created/new-lead-created.mjs @@ -7,7 +7,7 @@ export default { name: "New Lead Created", description: "Emit new event when a new lead is created. [See the docs](https://docs.leadfeeder.com/api/#get-leads)", type: "source", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", methods: { ...common.methods, diff --git a/components/leadfeeder/sources/new-recurring-lead/new-recurring-lead.mjs b/components/leadfeeder/sources/new-recurring-lead/new-recurring-lead.mjs index af854f4f82e20..3d9f5d25fd6e9 100644 --- a/components/leadfeeder/sources/new-recurring-lead/new-recurring-lead.mjs +++ b/components/leadfeeder/sources/new-recurring-lead/new-recurring-lead.mjs @@ -6,7 +6,7 @@ export default { name: "New Recurring Lead", description: "Emit new event when a lead is recurred. [See the docs](https://docs.leadfeeder.com/api/#get-all-visits-of-a-lead)", type: "source", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/lemlist/actions/add-email-in-unsubscribes/add-email-in-unsubscribes.mjs b/components/lemlist/actions/add-email-in-unsubscribes/add-email-in-unsubscribes.mjs index 62d70d14e3a1b..92b0b1f3af682 100644 --- a/components/lemlist/actions/add-email-in-unsubscribes/add-email-in-unsubscribes.mjs +++ b/components/lemlist/actions/add-email-in-unsubscribes/add-email-in-unsubscribes.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-add-email-in-unsubscribes", name: "Add Email In Unsubscribes", description: "This action adds a lead in the unsubscribed list. [See the docs here](https://developer.lemlist.com/#add-an-email-address-in-the-unsubscribes)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/actions/add-lead-to-campaign/add-lead-to-campaign.mjs b/components/lemlist/actions/add-lead-to-campaign/add-lead-to-campaign.mjs index 51d4c4b5f9e7f..902bb7aafb2c1 100644 --- a/components/lemlist/actions/add-lead-to-campaign/add-lead-to-campaign.mjs +++ b/components/lemlist/actions/add-lead-to-campaign/add-lead-to-campaign.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-add-lead-to-campaign", name: "Add Lead To A Campaign", description: "This action adds a lead in a specific campaign. If the lead doesn't exist, it'll be created, then inserted to the campaign. The creator of the lead is the campaign's sender [See the docs here](https://developer.lemlist.com/#add-a-lead-in-a-campaign)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/actions/delete-email-from-unsubscribes/delete-email-from-unsubscribes.mjs b/components/lemlist/actions/delete-email-from-unsubscribes/delete-email-from-unsubscribes.mjs index 28f8b0d242eb6..5c944a13fd388 100644 --- a/components/lemlist/actions/delete-email-from-unsubscribes/delete-email-from-unsubscribes.mjs +++ b/components/lemlist/actions/delete-email-from-unsubscribes/delete-email-from-unsubscribes.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-delete-email-from-unsubscribes", name: "Delete An Email From Unsubscribes", description: "This action deletes a lead in the unsubscribed list. [See the docs here](https://developer.lemlist.com/#delete-an-email-address-from-the-unsubscribes)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/actions/delete-lead-from-a-campaign/delete-lead-from-a-campaign.mjs b/components/lemlist/actions/delete-lead-from-a-campaign/delete-lead-from-a-campaign.mjs index 41684df11d86e..410372e8227ed 100644 --- a/components/lemlist/actions/delete-lead-from-a-campaign/delete-lead-from-a-campaign.mjs +++ b/components/lemlist/actions/delete-lead-from-a-campaign/delete-lead-from-a-campaign.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-delete-lead-from-a-campaign", name: "Delete Lead From Campaign", description: "This action deletes a lead from a specific campaign. All information, including statistics, will be deleted. [See the docs here](https://developer.lemlist.com/#delete-a-lead-from-a-campaign)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/actions/get-lead/get-lead.mjs b/components/lemlist/actions/get-lead/get-lead.mjs index 2f85bca5e0871..0949d0cc3e395 100644 --- a/components/lemlist/actions/get-lead/get-lead.mjs +++ b/components/lemlist/actions/get-lead/get-lead.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-get-lead", name: "Get Lead", description: "This action retrieves all the information of a specific lead using its email. [See the docs here](https://developer.lemlist.com/#get-a-specific-lead-by-email)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/actions/mark-lead-from-all-campaigns-as-interested/mark-lead-from-all-campaigns-as-interested.mjs b/components/lemlist/actions/mark-lead-from-all-campaigns-as-interested/mark-lead-from-all-campaigns-as-interested.mjs index 2124be20adcee..b59b28bda67fb 100644 --- a/components/lemlist/actions/mark-lead-from-all-campaigns-as-interested/mark-lead-from-all-campaigns-as-interested.mjs +++ b/components/lemlist/actions/mark-lead-from-all-campaigns-as-interested/mark-lead-from-all-campaigns-as-interested.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-mark-lead-from-all-campaigns-as-interested", name: "Mark Lead From All Campaigns As Interested", description: "This action marks a specific lead as interested using its email in all campaigns. [See the docs here](https://developer.lemlist.com/#mark-as-interested-a-specific-lead-by-email)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/actions/mark-lead-from-all-campaigns-as-notinterested/mark-lead-from-all-campaigns-as-notinterested.mjs b/components/lemlist/actions/mark-lead-from-all-campaigns-as-notinterested/mark-lead-from-all-campaigns-as-notinterested.mjs index 080309fb290d4..afb121c5c78c0 100644 --- a/components/lemlist/actions/mark-lead-from-all-campaigns-as-notinterested/mark-lead-from-all-campaigns-as-notinterested.mjs +++ b/components/lemlist/actions/mark-lead-from-all-campaigns-as-notinterested/mark-lead-from-all-campaigns-as-notinterested.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-mark-lead-from-all-campaigns-as-notinterested", name: "Mark Lead From All Campaigns As Not Interested", description: "This action marks a specific lead as not interested using its email in all campaigns. [See the docs here](https://developer.lemlist.com/#mark-as-not-interested-a-specific-lead-by-email)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/actions/mark-lead-from-one-campaigns-as-interested/mark-lead-from-one-campaigns-as-interested.mjs b/components/lemlist/actions/mark-lead-from-one-campaigns-as-interested/mark-lead-from-one-campaigns-as-interested.mjs index 2350dcb030461..7c664463fb24a 100644 --- a/components/lemlist/actions/mark-lead-from-one-campaigns-as-interested/mark-lead-from-one-campaigns-as-interested.mjs +++ b/components/lemlist/actions/mark-lead-from-one-campaigns-as-interested/mark-lead-from-one-campaigns-as-interested.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-mark-lead-from-one-campaigns-as-interested", name: "Mark Lead From One Campaigns As Interested", description: "This action marks a specific lead as interested using its email in a specific campaign. [See the docs here](https://developer.lemlist.com/#mark-as-interested-a-lead-in-a-specific-campaign)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/actions/mark-lead-from-one-campaigns-as-notinterested/mark-lead-from-one-campaigns-as-notinterested.mjs b/components/lemlist/actions/mark-lead-from-one-campaigns-as-notinterested/mark-lead-from-one-campaigns-as-notinterested.mjs index 76202d616647f..1009af487e534 100644 --- a/components/lemlist/actions/mark-lead-from-one-campaigns-as-notinterested/mark-lead-from-one-campaigns-as-notinterested.mjs +++ b/components/lemlist/actions/mark-lead-from-one-campaigns-as-notinterested/mark-lead-from-one-campaigns-as-notinterested.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-mark-lead-from-one-campaigns-as-notinterested", name: "Mark Lead From One Campaigns As Not Interested", description: "This action marks a specific lead as not interested using its email in a specific campaign. [See the docs here](https://developer.lemlist.com/#mark-as-not-interested-a-lead-in-a-specific-campaign)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/actions/pause-lead-from-all-campaigns/pause-lead-from-all-campaigns.mjs b/components/lemlist/actions/pause-lead-from-all-campaigns/pause-lead-from-all-campaigns.mjs index 4d076eeee89a9..aa847edbaf269 100644 --- a/components/lemlist/actions/pause-lead-from-all-campaigns/pause-lead-from-all-campaigns.mjs +++ b/components/lemlist/actions/pause-lead-from-all-campaigns/pause-lead-from-all-campaigns.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-pause-lead-from-all-campaigns", name: "Pause Lead From All Campaigns", description: "This action pauses a specific lead using its email in all campaigns. [See the docs here](https://developer.lemlist.com/#pause-a-specific-lead-by-email)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/actions/resume-lead-from-all-campaigns/resume-lead-from-all-campaigns.mjs b/components/lemlist/actions/resume-lead-from-all-campaigns/resume-lead-from-all-campaigns.mjs index 65dbdfce78b96..ea1e98005010e 100644 --- a/components/lemlist/actions/resume-lead-from-all-campaigns/resume-lead-from-all-campaigns.mjs +++ b/components/lemlist/actions/resume-lead-from-all-campaigns/resume-lead-from-all-campaigns.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-resume-lead-from-all-campaigns", name: "Resume Lead From All Campaigns", description: "This action starts a specific lead using its email in all campaigns. [See the docs here](https://developer.lemlist.com/#resume-a-specific-lead-by-email)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/actions/unsubscribe-lead-from-a-campaign/unsubscribe-lead-from-a-campaign.mjs b/components/lemlist/actions/unsubscribe-lead-from-a-campaign/unsubscribe-lead-from-a-campaign.mjs index 3188e47d4f4e9..8ead27e39a845 100644 --- a/components/lemlist/actions/unsubscribe-lead-from-a-campaign/unsubscribe-lead-from-a-campaign.mjs +++ b/components/lemlist/actions/unsubscribe-lead-from-a-campaign/unsubscribe-lead-from-a-campaign.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-unsubscribe-lead-from-a-campaign", name: "Unsubscribe Lead From Campaign", description: "This action will unsubscribe a lead from all campaigns if he belongs to the specified campaign. [See the docs here](https://developer.lemlist.com/#unsubscribe-a-lead-from-a-campaign)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/actions/update-lead-in-a-campaign/update-lead-in-a-campaign.mjs b/components/lemlist/actions/update-lead-in-a-campaign/update-lead-in-a-campaign.mjs index 6466ff54c72ac..3ece169531a74 100644 --- a/components/lemlist/actions/update-lead-in-a-campaign/update-lead-in-a-campaign.mjs +++ b/components/lemlist/actions/update-lead-in-a-campaign/update-lead-in-a-campaign.mjs @@ -4,7 +4,7 @@ export default { key: "lemlist-update-lead-in-a-campaign", name: "Update Lead In Campaign", description: "This action updates a lead in a specific campaign. If the lead doesn't exist a 404 error will be returned. [See the docs here](https://developer.lemlist.com/#update-a-lead-in-a-campaign)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lemlist, diff --git a/components/lemlist/package.json b/components/lemlist/package.json index 262ca5d78dfbe..d1c823c96fc69 100644 --- a/components/lemlist/package.json +++ b/components/lemlist/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/lemlist", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Lemlist Components", "main": "dist/app/lemlist.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/lemlist", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.1.0" }, diff --git a/components/lemlist/sources/new-activity/new-activity.mjs b/components/lemlist/sources/new-activity/new-activity.mjs index 85a0edd429cf3..db7f789b01493 100644 --- a/components/lemlist/sources/new-activity/new-activity.mjs +++ b/components/lemlist/sources/new-activity/new-activity.mjs @@ -6,7 +6,7 @@ export default { name: "New Activity (Instant)", key: "lemlist-new-activity", description: "Emit new event for each new activity. [See docs here](https://developer.lemlist.com/#add-a-hook)", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/lemlist/sources/unsubscribed-recipient/unsubscribed-recipient.mjs b/components/lemlist/sources/unsubscribed-recipient/unsubscribed-recipient.mjs index c457ec86a3f1b..4c39347a11386 100644 --- a/components/lemlist/sources/unsubscribed-recipient/unsubscribed-recipient.mjs +++ b/components/lemlist/sources/unsubscribed-recipient/unsubscribed-recipient.mjs @@ -6,7 +6,7 @@ export default { name: "New Unsubscribed Recipient (Instant)", key: "lemlist-unsubscribe-recipient", description: "Emit new event when a recipient unsubscribes. [See docs here](https://developer.lemlist.com/#add-a-hook)", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/lessaccounting/package.json b/components/lessaccounting/package.json index a5a8e2bc45177..c7ea0fae37963 100644 --- a/components/lessaccounting/package.json +++ b/components/lessaccounting/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/lessaccounting", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream LessAccounting Components", "main": "dist/app/lessaccounting.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/lessaccounting", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/levity/package.json b/components/levity/package.json index 056e637516585..d009e91f13874 100644 --- a/components/levity/package.json +++ b/components/levity/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/levity", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Levity Components", "main": "dist/app/levity.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/levity", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/lexoffice/package.json b/components/lexoffice/package.json index 16a1e7bdc2fc1..abca7a9ad2f90 100644 --- a/components/lexoffice/package.json +++ b/components/lexoffice/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/lexoffice", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Lexoffice Components", "main": "dist/app/lexoffice.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/lexoffice", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/lighthouse/actions/create-milestone/create-milestone.mjs b/components/lighthouse/actions/create-milestone/create-milestone.mjs index 3446feb779a79..32b4457875f1a 100644 --- a/components/lighthouse/actions/create-milestone/create-milestone.mjs +++ b/components/lighthouse/actions/create-milestone/create-milestone.mjs @@ -2,7 +2,7 @@ import lighthouse from "../../lighthouse.app.mjs"; export default { name: "Create Milestone", - version: "0.0.1", + version: "0.0.2", key: "lighthouse-create-milestone", description: "Creates a milestone. [See docs here](http://help.lighthouseapp.com/kb/api/milestones#create-milestone-code-post-projects-project_id-milestones-xml-code-)", type: "action", diff --git a/components/lighthouse/actions/create-project/create-project.mjs b/components/lighthouse/actions/create-project/create-project.mjs index 53aefe51da3ed..8945248939923 100644 --- a/components/lighthouse/actions/create-project/create-project.mjs +++ b/components/lighthouse/actions/create-project/create-project.mjs @@ -2,7 +2,7 @@ import lighthouse from "../../lighthouse.app.mjs"; export default { name: "Create Project", - version: "0.0.1", + version: "0.0.2", key: "lighthouse-create-project", description: "Creates a project. [See docs here](http://help.lighthouseapp.com/kb/api/projects#create-a-new-project-rarr-code-post-projects-xml-code-)", type: "action", diff --git a/components/lighthouse/actions/create-ticket/create-ticket.mjs b/components/lighthouse/actions/create-ticket/create-ticket.mjs index a99cf500ba001..92de56b52ec7b 100644 --- a/components/lighthouse/actions/create-ticket/create-ticket.mjs +++ b/components/lighthouse/actions/create-ticket/create-ticket.mjs @@ -3,7 +3,7 @@ import constants from "../common/constants.mjs"; export default { name: "Create Ticket", - version: "0.0.1", + version: "0.0.2", key: "lighthouse-create-ticket", description: "Creates a ticket. [See docs here](http://help.lighthouseapp.com/kb/api/tickets#create-ticket-code-post-projects-project_id-tickets-xml-code-)", type: "action", diff --git a/components/lighthouse/package.json b/components/lighthouse/package.json index 579d95f2bfcd6..e1bce26181c6e 100644 --- a/components/lighthouse/package.json +++ b/components/lighthouse/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/lighthouse", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Lighthouse Components", "main": "lighthouse.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/lighthouse", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/lighthouse/sources/new-message-created/new-message-created.mjs b/components/lighthouse/sources/new-message-created/new-message-created.mjs index ca2b91872d5e5..88662a61d38e0 100644 --- a/components/lighthouse/sources/new-message-created/new-message-created.mjs +++ b/components/lighthouse/sources/new-message-created/new-message-created.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Message Created", - version: "0.0.1", + version: "0.0.2", key: "lighthouse-new-message-created", description: "Emit new event for each new message created.", type: "source", diff --git a/components/lighthouse/sources/new-milestone-created/new-milestone-created.mjs b/components/lighthouse/sources/new-milestone-created/new-milestone-created.mjs index 47e3e4fe3201d..128aa73dfb240 100644 --- a/components/lighthouse/sources/new-milestone-created/new-milestone-created.mjs +++ b/components/lighthouse/sources/new-milestone-created/new-milestone-created.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Milestone Created", - version: "0.0.1", + version: "0.0.2", key: "lighthouse-new-milestone-created", description: "Emit new event for each new milestone created.", type: "source", diff --git a/components/lighthouse/sources/new-project-created/new-project-created.mjs b/components/lighthouse/sources/new-project-created/new-project-created.mjs index b466855a6cc46..3dbd0afee7947 100644 --- a/components/lighthouse/sources/new-project-created/new-project-created.mjs +++ b/components/lighthouse/sources/new-project-created/new-project-created.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Project Created", - version: "0.0.1", + version: "0.0.2", key: "lighthouse-new-project-created", description: "Emit new event for each new project created.", type: "source", diff --git a/components/lighthouse/sources/new-ticket-created/new-ticket-created.mjs b/components/lighthouse/sources/new-ticket-created/new-ticket-created.mjs index 345c625814b55..8f2a3bf2ed473 100644 --- a/components/lighthouse/sources/new-ticket-created/new-ticket-created.mjs +++ b/components/lighthouse/sources/new-ticket-created/new-ticket-created.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Ticket Created", - version: "0.0.1", + version: "0.0.2", key: "lighthouse-new-ticket-created", description: "Emit new event for each new ticket created.", type: "source", diff --git a/components/linear/actions/create-issue/create-issue.mjs b/components/linear/actions/create-issue/create-issue.mjs index 8ed4018a12b4a..17d480465b9d5 100644 --- a/components/linear/actions/create-issue/create-issue.mjs +++ b/components/linear/actions/create-issue/create-issue.mjs @@ -10,6 +10,6 @@ export default { ...utils.getAppProps(createIssue), key: "linear-create-issue", description: "Create an issue (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)", - version: "0.3.8", + version: "0.3.9", }; diff --git a/components/linear/actions/get-issue/get-issue.mjs b/components/linear/actions/get-issue/get-issue.mjs index 0dc83bd493846..459c7faa6deee 100644 --- a/components/linear/actions/get-issue/get-issue.mjs +++ b/components/linear/actions/get-issue/get-issue.mjs @@ -10,6 +10,6 @@ export default { ...utils.getAppProps(getIssue), key: "linear-get-issue", description: "Get an issue by ID (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api)", - version: "0.0.4", + version: "0.0.5", }; diff --git a/components/linear/actions/get-teams/get-teams.mjs b/components/linear/actions/get-teams/get-teams.mjs index 840454462531e..e965561e5091f 100644 --- a/components/linear/actions/get-teams/get-teams.mjs +++ b/components/linear/actions/get-teams/get-teams.mjs @@ -9,7 +9,7 @@ export default { ...getTeams, key: "linear-get-teams", description: "Get all the teams (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)", - version: "0.1.6", + version: "0.1.7", props: { linearApp, }, diff --git a/components/linear/actions/search-issues/search-issues.mjs b/components/linear/actions/search-issues/search-issues.mjs index 35073ac058480..b90ba29c4237f 100644 --- a/components/linear/actions/search-issues/search-issues.mjs +++ b/components/linear/actions/search-issues/search-issues.mjs @@ -10,6 +10,6 @@ export default { ...utils.getAppProps(searchIssues), key: "linear-search-issues", description: "Search issues (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api)", - version: "0.1.5", + version: "0.1.6", }; diff --git a/components/linear/actions/update-issue/update-issue.mjs b/components/linear/actions/update-issue/update-issue.mjs index 0225d7301de30..6f0fba678b7f3 100644 --- a/components/linear/actions/update-issue/update-issue.mjs +++ b/components/linear/actions/update-issue/update-issue.mjs @@ -9,6 +9,6 @@ export default { ...utils.getAppProps(updateIssue), key: "linear-update-issue", description: "Update an issue (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)", - version: "0.0.7", + version: "0.0.8", }; diff --git a/components/linear/package.json b/components/linear/package.json index c0d03d4419737..0166f7267a280 100644 --- a/components/linear/package.json +++ b/components/linear/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/linear", - "version": "0.4.5", + "version": "0.4.6", "description": "Pipedream Linear Components", "main": "linear.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/linear", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/linear/sources/comment-created-instant/comment-created-instant.mjs b/components/linear/sources/comment-created-instant/comment-created-instant.mjs index be3c1f434791d..4e2fb082df2cd 100644 --- a/components/linear/sources/comment-created-instant/comment-created-instant.mjs +++ b/components/linear/sources/comment-created-instant/comment-created-instant.mjs @@ -10,5 +10,5 @@ export default { ...utils.getAppProps(commentCreatedInstant), key: "linear-comment-created-instant", description: "Emit new event when a new comment is created (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/webhooks)", - version: "0.0.6", + version: "0.0.7", }; diff --git a/components/linear/sources/issue-created-instant/issue-created-instant.mjs b/components/linear/sources/issue-created-instant/issue-created-instant.mjs index a68733e5672a4..503ca7b396ce0 100644 --- a/components/linear/sources/issue-created-instant/issue-created-instant.mjs +++ b/components/linear/sources/issue-created-instant/issue-created-instant.mjs @@ -10,5 +10,5 @@ export default { ...utils.getAppProps(issueCreatedInstant), key: "linear-issue-created-instant", description: "Emit new event when a new issue is created (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/webhooks)", - version: "0.2.5", + version: "0.2.6", }; diff --git a/components/linear/sources/issue-updated-instant/issue-updated-instant.mjs b/components/linear/sources/issue-updated-instant/issue-updated-instant.mjs index d187762114b50..42ac0735f8255 100644 --- a/components/linear/sources/issue-updated-instant/issue-updated-instant.mjs +++ b/components/linear/sources/issue-updated-instant/issue-updated-instant.mjs @@ -10,5 +10,5 @@ export default { ...utils.getAppProps(issueUpdatedInstant), key: "linear-issue-updated-instant", description: "Emit new event when an issue is updated (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/webhooks)", - version: "0.2.5", + version: "0.2.6", }; diff --git a/components/linear_app/actions/create-issue/create-issue.mjs b/components/linear_app/actions/create-issue/create-issue.mjs index d39322d24efa7..b56a5c92a01cc 100644 --- a/components/linear_app/actions/create-issue/create-issue.mjs +++ b/components/linear_app/actions/create-issue/create-issue.mjs @@ -5,7 +5,7 @@ export default { key: "linear_app-create-issue", name: "Create Issue", description: "Create an issue (API Key). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)", - version: "0.3.7", + version: "0.3.8", props: { linearApp, teamId: { diff --git a/components/linear_app/actions/get-issue/get-issue.mjs b/components/linear_app/actions/get-issue/get-issue.mjs index 057384ec79e22..798f5f9c8b7fa 100644 --- a/components/linear_app/actions/get-issue/get-issue.mjs +++ b/components/linear_app/actions/get-issue/get-issue.mjs @@ -4,7 +4,7 @@ export default { key: "linear_app-get-issue", name: "Get Issue", description: "Get an issue by ID (API Key). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api)", - version: "0.0.4", + version: "0.0.5", type: "action", props: { linearApp, diff --git a/components/linear_app/actions/get-teams/get-teams.mjs b/components/linear_app/actions/get-teams/get-teams.mjs index 558d67ecf640f..1987cfcf4c1b2 100644 --- a/components/linear_app/actions/get-teams/get-teams.mjs +++ b/components/linear_app/actions/get-teams/get-teams.mjs @@ -4,7 +4,7 @@ export default { key: "linear_app-get-teams", name: "Get Teams", description: "Get all the teams (API Key). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api)", - version: "0.1.6", + version: "0.1.7", type: "action", props: { linearApp, diff --git a/components/linear_app/actions/search-issues/search-issues.mjs b/components/linear_app/actions/search-issues/search-issues.mjs index d74a88acdba59..5bbe99674dd34 100644 --- a/components/linear_app/actions/search-issues/search-issues.mjs +++ b/components/linear_app/actions/search-issues/search-issues.mjs @@ -6,7 +6,7 @@ export default { name: "Search Issues", description: "Search issues (API Key). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api)", type: "action", - version: "0.1.5", + version: "0.1.6", props: { linearApp, query: { diff --git a/components/linear_app/actions/update-issue/update-issue.mjs b/components/linear_app/actions/update-issue/update-issue.mjs index 259ce380d8a98..49b9bb43e7b7a 100644 --- a/components/linear_app/actions/update-issue/update-issue.mjs +++ b/components/linear_app/actions/update-issue/update-issue.mjs @@ -5,7 +5,7 @@ export default { name: "Update Issue", description: "Update an issue (API Key). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)", type: "action", - version: "0.0.7", + version: "0.0.8", props: { linearApp, issueId: { diff --git a/components/linear_app/package.json b/components/linear_app/package.json index aa5fb599a1578..3c3faaf8f3ca1 100644 --- a/components/linear_app/package.json +++ b/components/linear_app/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/linear_app", - "version": "0.4.5", + "version": "0.4.6", "description": "Pipedream Linear_app Components", "main": "linear_app.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/linear_app", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/linear_app/sources/comment-created-instant/comment-created-instant.mjs b/components/linear_app/sources/comment-created-instant/comment-created-instant.mjs index 05116586dc64d..4b220c5062cb3 100644 --- a/components/linear_app/sources/comment-created-instant/comment-created-instant.mjs +++ b/components/linear_app/sources/comment-created-instant/comment-created-instant.mjs @@ -7,7 +7,7 @@ export default { name: "New Created Comment (Instant)", description: "Emit new event when a new comment is created. See the docs [here](https://developers.linear.app/docs/graphql/webhooks)", type: "source", - version: "0.0.6", + version: "0.0.7", dedupe: "unique", methods: { ...common.methods, diff --git a/components/linear_app/sources/issue-created-instant/issue-created-instant.mjs b/components/linear_app/sources/issue-created-instant/issue-created-instant.mjs index 3842b54246100..445d67da40a2f 100644 --- a/components/linear_app/sources/issue-created-instant/issue-created-instant.mjs +++ b/components/linear_app/sources/issue-created-instant/issue-created-instant.mjs @@ -7,7 +7,7 @@ export default { name: "New Created Issue (Instant)", description: "Emit new event when a new issue is created. See the docs [here](https://developers.linear.app/docs/graphql/webhooks)", type: "source", - version: "0.2.5", + version: "0.2.6", dedupe: "unique", methods: { ...common.methods, diff --git a/components/linear_app/sources/issue-updated-instant/issue-updated-instant.mjs b/components/linear_app/sources/issue-updated-instant/issue-updated-instant.mjs index b8ad55050e6dc..851abb8b83927 100644 --- a/components/linear_app/sources/issue-updated-instant/issue-updated-instant.mjs +++ b/components/linear_app/sources/issue-updated-instant/issue-updated-instant.mjs @@ -7,7 +7,7 @@ export default { name: "New Updated Issue (Instant)", description: "Emit new event when an issue is updated. See the docs [here](https://developers.linear.app/docs/graphql/webhooks)", type: "source", - version: "0.2.5", + version: "0.2.6", dedupe: "unique", methods: { ...common.methods, diff --git a/components/linkedin/actions/analytics-finder-account-sample/analytics-finder-account-sample.mjs b/components/linkedin/actions/analytics-finder-account-sample/analytics-finder-account-sample.mjs index bd15023eb1afe..8b06214e009ab 100644 --- a/components/linkedin/actions/analytics-finder-account-sample/analytics-finder-account-sample.mjs +++ b/components/linkedin/actions/analytics-finder-account-sample/analytics-finder-account-sample.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-analytics-finder-account-sample", name: "Query Analytics Finder Account Sample", description: "Sample query using analytics finder that gets analytics for a particular account for date range starting in a given year. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/ads-reporting#sample-request)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/analytics-finder-campaign-sample/analytics-finder-campaign-sample.mjs b/components/linkedin/actions/analytics-finder-campaign-sample/analytics-finder-campaign-sample.mjs index 2626040168c4f..becb4ceeec3ce 100644 --- a/components/linkedin/actions/analytics-finder-campaign-sample/analytics-finder-campaign-sample.mjs +++ b/components/linkedin/actions/analytics-finder-campaign-sample/analytics-finder-campaign-sample.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-analytics-finder-campaign-sample", name: "Query Analytics Finder Campaign Sample", description: "Sample query using analytics finder that gets analytics for a particular campaign in a date range starting in a given year. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/ads-reporting#analytics-finder)", - version: "0.2.2", + version: "0.2.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/create-comment/create-comment.mjs b/components/linkedin/actions/create-comment/create-comment.mjs index 609752fc76f9c..3a49c023471e6 100644 --- a/components/linkedin/actions/create-comment/create-comment.mjs +++ b/components/linkedin/actions/create-comment/create-comment.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-create-comment", name: "Create Comment", description: "Create a comment on a share or user generated content post. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#create-comment)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/create-like-on-share/create-like-on-share.mjs b/components/linkedin/actions/create-like-on-share/create-like-on-share.mjs index 50b071d921a66..b9f0f5c02da4c 100644 --- a/components/linkedin/actions/create-like-on-share/create-like-on-share.mjs +++ b/components/linkedin/actions/create-like-on-share/create-like-on-share.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-create-like-on-share", name: "Create Like On Share", description: "Creates a like on a share. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#create-a-like-on-a-share)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/create-text-post-organization/create-text-post-organization.mjs b/components/linkedin/actions/create-text-post-organization/create-text-post-organization.mjs index 130010df539c4..4ebc7dfac189a 100644 --- a/components/linkedin/actions/create-text-post-organization/create-text-post-organization.mjs +++ b/components/linkedin/actions/create-text-post-organization/create-text-post-organization.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-create-text-post-organization", name: "Create a Simple Post (Organization)", description: "Create post on LinkedIn using text, URL or article. [See the docs](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/posts-api?view=li-lms-2022-11&tabs=http#create-organic-posts) for more information", - version: "0.0.2", + version: "0.0.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/create-text-post-user/create-text-post-user.mjs b/components/linkedin/actions/create-text-post-user/create-text-post-user.mjs index 0ae3829012f01..cf3e4a3dec6bd 100644 --- a/components/linkedin/actions/create-text-post-user/create-text-post-user.mjs +++ b/components/linkedin/actions/create-text-post-user/create-text-post-user.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-create-text-post-user", name: "Create a Simple Post (User)", description: "Create post on LinkedIn using text, URL or article. [See the docs](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/posts-api?view=li-lms-2022-11&tabs=http#create-organic-posts) for more information", - version: "0.0.2", + version: "0.0.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/delete-post/delete-post.mjs b/components/linkedin/actions/delete-post/delete-post.mjs index 43abf09afe128..0afac316de891 100644 --- a/components/linkedin/actions/delete-post/delete-post.mjs +++ b/components/linkedin/actions/delete-post/delete-post.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-delete-post", name: "Delete Post", description: "Removes a post from user's wall. [See the docs](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api?tabs=http#delete-shares) for more information", - version: "0.0.2", + version: "0.0.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/fetch-ad-account/fetch-ad-account.mjs b/components/linkedin/actions/fetch-ad-account/fetch-ad-account.mjs index 615a3ae7c4124..7dc61a7c27825 100644 --- a/components/linkedin/actions/fetch-ad-account/fetch-ad-account.mjs +++ b/components/linkedin/actions/fetch-ad-account/fetch-ad-account.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-fetch-ad-account", name: "Fetch Ad Account", description: "Fetches an individual adAccount given its id. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads/account-structure/create-and-manage-accounts#fetch-ad-account)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/get-current-member-profile/get-current-member-profile.mjs b/components/linkedin/actions/get-current-member-profile/get-current-member-profile.mjs index c226f126011cf..76803cb460682 100644 --- a/components/linkedin/actions/get-current-member-profile/get-current-member-profile.mjs +++ b/components/linkedin/actions/get-current-member-profile/get-current-member-profile.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-get-current-member-profile", name: "Get Current Member Profile", description: "Gets the profile of the current authenticated member. [See the docs here](https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api#retrieve-current-members-profile)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/get-member-organization-access-control/get-member-organization-access-control.mjs b/components/linkedin/actions/get-member-organization-access-control/get-member-organization-access-control.mjs index 64f458a5c3e38..1ae95c6552201 100644 --- a/components/linkedin/actions/get-member-organization-access-control/get-member-organization-access-control.mjs +++ b/components/linkedin/actions/get-member-organization-access-control/get-member-organization-access-control.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-get-member-organization-access-control", name: "Get Member's Organization Access Control Information", description: "Gets the organization access control information of the current authenticated member. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-access-control?context=linkedin/compliance/context#find-a-members-organization-access-control-information)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/get-member-profile/get-member-profile.mjs b/components/linkedin/actions/get-member-profile/get-member-profile.mjs index 94939f0347e2c..d58105fc32c2d 100644 --- a/components/linkedin/actions/get-member-profile/get-member-profile.mjs +++ b/components/linkedin/actions/get-member-profile/get-member-profile.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-get-member-profile", name: "Get Member Profile", description: "Gets another member's profile, given its person id. [See the docs here](https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api#retrieve-other-members-profile)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/get-multiple-member-profiles/get-multiple-member-profiles.mjs b/components/linkedin/actions/get-multiple-member-profiles/get-multiple-member-profiles.mjs index 12a85f2c366aa..1d45c0f4b053c 100644 --- a/components/linkedin/actions/get-multiple-member-profiles/get-multiple-member-profiles.mjs +++ b/components/linkedin/actions/get-multiple-member-profiles/get-multiple-member-profiles.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-get-multiple-member-profiles", name: "Get Multiple Member Profiles", description: "Gets multiple member profiles at once. [See the docs here](https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api#retrieve-other-members-profile)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/get-organization-access-control/get-organization-access-control.mjs b/components/linkedin/actions/get-organization-access-control/get-organization-access-control.mjs index 38a3952ff6751..af8dfb0266b98 100644 --- a/components/linkedin/actions/get-organization-access-control/get-organization-access-control.mjs +++ b/components/linkedin/actions/get-organization-access-control/get-organization-access-control.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-get-organization-access-control", name: "Gets Organization Access Control", description: "Gets an organization's access control information, given the organization urn. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-access-control?context=linkedin/compliance/context#find-access-control-information)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/get-organization-administrators/get-organization-administrators.mjs b/components/linkedin/actions/get-organization-administrators/get-organization-administrators.mjs index b1e333953cf71..0849208c2081e 100644 --- a/components/linkedin/actions/get-organization-administrators/get-organization-administrators.mjs +++ b/components/linkedin/actions/get-organization-administrators/get-organization-administrators.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-get-organization-administrators", name: "Get Organization Administrators", description: "Gets the administator members of an organization, given the organization urn. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-access-control?context=linkedin/compliance/context#find-organization-administrators)", - version: "0.2.2", + version: "0.2.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/post-share/post-share.mjs b/components/linkedin/actions/post-share/post-share.mjs index e37814cc36c96..76e58071e73b8 100644 --- a/components/linkedin/actions/post-share/post-share.mjs +++ b/components/linkedin/actions/post-share/post-share.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-post-share", name: "Post Share", description: "Posts a share, text, media, or rather sponsored content, in the context of a specific member or organization. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api#post-shares)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/query-analytics-finder/query-analytics-finder.mjs b/components/linkedin/actions/query-analytics-finder/query-analytics-finder.mjs index 9628c0871afc3..f41237f8f45bc 100644 --- a/components/linkedin/actions/query-analytics-finder/query-analytics-finder.mjs +++ b/components/linkedin/actions/query-analytics-finder/query-analytics-finder.mjs @@ -16,7 +16,7 @@ export default { key: "linkedin-query-analytics-finder", name: "Query Analytics Finder", description: "Queries the Analytics Finder to get analytics for the specified entity i.e company, account, campaign. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/ads-reporting#analytics-finder)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/retrieve-comments-on-comments/retrieve-comments-on-comments.mjs b/components/linkedin/actions/retrieve-comments-on-comments/retrieve-comments-on-comments.mjs index dbba76d134b56..f0b84ba837975 100644 --- a/components/linkedin/actions/retrieve-comments-on-comments/retrieve-comments-on-comments.mjs +++ b/components/linkedin/actions/retrieve-comments-on-comments/retrieve-comments-on-comments.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-retrieve-comments-on-comments", name: "Retrieves Comments on Comments", description: "Retrieves comments on comments, given the parent comment urn. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#retrieve-comments-on-comments)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, 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 0f0e39660a239..56aef354b92d1 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.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/search-organization/search-organization.mjs b/components/linkedin/actions/search-organization/search-organization.mjs index ba5959b0b783e..7013c7cc95375 100644 --- a/components/linkedin/actions/search-organization/search-organization.mjs +++ b/components/linkedin/actions/search-organization/search-organization.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-search-organization", name: "Search Organization", description: "Searches for an organization by vanity name or email domain. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-lookup-api)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/share-content/share-content.mjs b/components/linkedin/actions/share-content/share-content.mjs index 8465d89972ea1..d9229b4088bb9 100644 --- a/components/linkedin/actions/share-content/share-content.mjs +++ b/components/linkedin/actions/share-content/share-content.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-share-content", name: "Share Content", description: "Shares a post with content, which represents external articles and media such as images referenced in a share. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api#post-shares)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { linkedin, diff --git a/components/linkedin/actions/share-text-mentions/share-text-mentions.mjs b/components/linkedin/actions/share-text-mentions/share-text-mentions.mjs index 840ea25aab06a..588098b1e61ef 100644 --- a/components/linkedin/actions/share-text-mentions/share-text-mentions.mjs +++ b/components/linkedin/actions/share-text-mentions/share-text-mentions.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-share-text-mentions", name: "Share Text And Mentions", description: "Shares a posts with text and mentions only. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api#share-text-and-mentions)", - version: "0.3.2", + version: "0.3.3", type: "action", props: { linkedin, diff --git a/components/linkedin/package.json b/components/linkedin/package.json index fda4b169853f1..dbd6e4821a56b 100644 --- a/components/linkedin/package.json +++ b/components/linkedin/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/linkedin", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Linkedin Components", "main": "linkedin.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/linkedin", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/linqs_cc/package.json b/components/linqs_cc/package.json index f79acfd1df47c..27a87c4e5d4a2 100644 --- a/components/linqs_cc/package.json +++ b/components/linqs_cc/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/linqs_cc", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream linqs Components", "main": "dist/app/linqs_cc.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/linqs_cc", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/listen_notes/package.json b/components/listen_notes/package.json index 68b9fbf479594..98cda4dae11ac 100644 --- a/components/listen_notes/package.json +++ b/components/listen_notes/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/listen_notes", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Listen Notes Components", "main": "dist/app/listen_notes.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/listen_notes", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/liveagent/actions/create-customer/create-customer.mjs b/components/liveagent/actions/create-customer/create-customer.mjs index e6259060186d1..fa275d0d0d390 100644 --- a/components/liveagent/actions/create-customer/create-customer.mjs +++ b/components/liveagent/actions/create-customer/create-customer.mjs @@ -2,7 +2,7 @@ import liveagent from "../../liveagent.app.mjs"; export default { name: "Create Customer", - version: "0.0.1", + version: "0.0.2", key: "liveagent-create-customer", description: "Creates a customer. [See docs here](https://pipedream.ladesk.com/docs/api/v3/#/contacts/createContact)", type: "action", diff --git a/components/liveagent/package.json b/components/liveagent/package.json index adb6994653df8..b9b4b97687552 100644 --- a/components/liveagent/package.json +++ b/components/liveagent/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/liveagent", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Liveagent Components", "main": "liveagent.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/liveagent", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/liveagent/sources/new-customer/new-customer.mjs b/components/liveagent/sources/new-customer/new-customer.mjs index def045d5940fe..10596851ad543 100644 --- a/components/liveagent/sources/new-customer/new-customer.mjs +++ b/components/liveagent/sources/new-customer/new-customer.mjs @@ -3,7 +3,7 @@ import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; export default { name: "New Customer", - version: "0.0.2", + version: "0.0.3", key: "liveagent-new-customer", description: "Emit new event on each new customer.", type: "source", diff --git a/components/lob/actions/cancel-postcard/cancel-postcard.ts b/components/lob/actions/cancel-postcard/cancel-postcard.ts index aa0431fda3968..b65f56a7423b2 100644 --- a/components/lob/actions/cancel-postcard/cancel-postcard.ts +++ b/components/lob/actions/cancel-postcard/cancel-postcard.ts @@ -5,7 +5,7 @@ export default defineAction({ key: "lob-cancel-postcard", name: "Cancel Postcard", description: "Completely removes a postcard from production. This can only be done if the postcard has a `send_date` and the `send_date` has not yet passed. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcard_delete).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lob, diff --git a/components/lob/actions/create-postcard/create-postcard.ts b/components/lob/actions/create-postcard/create-postcard.ts index 287fa6572660e..37da122a4f5d4 100644 --- a/components/lob/actions/create-postcard/create-postcard.ts +++ b/components/lob/actions/create-postcard/create-postcard.ts @@ -6,7 +6,7 @@ export default defineAction({ key: "lob-create-postcard", name: "Create Postcard", description: "Creates a new postcard given information. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcard_create).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lob, diff --git a/components/lob/actions/list-postcards/list-postcards.ts b/components/lob/actions/list-postcards/list-postcards.ts index 83ee2bb16bb9e..17d19d89c2778 100644 --- a/components/lob/actions/list-postcards/list-postcards.ts +++ b/components/lob/actions/list-postcards/list-postcards.ts @@ -5,7 +5,7 @@ export default defineAction({ key: "lob-list-postcards", name: "List Postcards", description: "Returns a list of your postcards. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcards_list).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lob, diff --git a/components/lob/actions/retrieve-postcard/retrieve-postcard.ts b/components/lob/actions/retrieve-postcard/retrieve-postcard.ts index 39368aa3a1555..cfcfd243d2f52 100644 --- a/components/lob/actions/retrieve-postcard/retrieve-postcard.ts +++ b/components/lob/actions/retrieve-postcard/retrieve-postcard.ts @@ -5,7 +5,7 @@ export default defineAction({ key: "lob-retrieve-postcard", name: "Retrieve Postcard", description: "Retrieves the details of an existing postcard. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcard_retrieve).", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lob, diff --git a/components/lob/package.json b/components/lob/package.json index 6230c68e4662c..3cb147ebd3dcd 100644 --- a/components/lob/package.json +++ b/components/lob/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/lob", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Lob Components", "main": "dist/app/lob.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/lob", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/lodgify/package.json b/components/lodgify/package.json index 02fe895654221..ea999aedcaa4d 100644 --- a/components/lodgify/package.json +++ b/components/lodgify/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/lodgify", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Lodgify Components", "main": "dist/app/lodgify.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/lodgify", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/logoraisr/package.json b/components/logoraisr/package.json index 308d311719eb1..3380cd45bb1f3 100644 --- a/components/logoraisr/package.json +++ b/components/logoraisr/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/logoraisr", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Logoraisr Components", "main": "dist/app/logoraisr.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/logoraisr", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/looker/package.json b/components/looker/package.json index db4ba9f3b8c85..d3af0dd06f267 100644 --- a/components/looker/package.json +++ b/components/looker/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/looker", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Looker Components", "main": "dist/app/looker.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/looker", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/loqate/package.json b/components/loqate/package.json index f47cf26df1110..1844ed9c9d3de 100644 --- a/components/loqate/package.json +++ b/components/loqate/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/loqate", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Loqate Components", "main": "dist/app/loqate.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/loqate", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/lusha/actions/find-company/find-company.mjs b/components/lusha/actions/find-company/find-company.mjs index 63f71f7640b78..3ffa55f238c84 100644 --- a/components/lusha/actions/find-company/find-company.mjs +++ b/components/lusha/actions/find-company/find-company.mjs @@ -4,7 +4,7 @@ export default { key: "lusha-find-company", name: "Find Company", description: "Search for a company. [See docs here](https://www.lusha.com/docs/#company-api)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lusha, diff --git a/components/lusha/actions/find-contact/find-contact.mjs b/components/lusha/actions/find-contact/find-contact.mjs index a0c73a37049d9..0388bf23fbdf1 100644 --- a/components/lusha/actions/find-contact/find-contact.mjs +++ b/components/lusha/actions/find-contact/find-contact.mjs @@ -4,7 +4,7 @@ export default { key: "lusha-find-contact", name: "Find Contact", description: "Search for a contact. [See docs here](https://www.lusha.com/docs/#person-api)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { lusha, diff --git a/components/lusha/package.json b/components/lusha/package.json index 18d5bee255f06..c419eb7947c3b 100644 --- a/components/lusha/package.json +++ b/components/lusha/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/lusha", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Lusha Components", "main": "lusha.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/lusha", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/mailboxvalidator/actions/validate-email/validate-email.ts b/components/mailboxvalidator/actions/validate-email/validate-email.ts index aa497400fca86..6b09c8ca865dc 100644 --- a/components/mailboxvalidator/actions/validate-email/validate-email.ts +++ b/components/mailboxvalidator/actions/validate-email/validate-email.ts @@ -9,7 +9,7 @@ export default defineAction({ description: "Validate an email address [See docs here](https://www.mailboxvalidator.com/api-single-validation)", key: "mailboxvalidator-validate-email", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mailboxvalidator, diff --git a/components/mailboxvalidator/package.json b/components/mailboxvalidator/package.json index a2ef0f3898466..0006c04ca4ccb 100644 --- a/components/mailboxvalidator/package.json +++ b/components/mailboxvalidator/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mailboxvalidator", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream MailboxValidator Components", "main": "dist/app/mailboxvalidator.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/mailboxvalidator", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, 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 41417d746e896..adc28b8539e31 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.2", + version: "0.2.3", type: "action", props: { mailchimp, 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 d245d8b77d865..0a70496de7223 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.2", + version: "0.2.3", type: "action", props: { mailchimp, 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 0e2e09b3554df..978841a823b2f 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.1", + version: "0.0.2", type: "action", props: { mailchimp, 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 bf0b44bd93a3f..082e4dde1e44d 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.1", + version: "0.0.2", type: "action", props: { mailchimp, 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 078fe746a7447..c8ac5693b835e 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.2", + version: "0.2.3", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/create-campaign/create-campaign.mjs b/components/mailchimp/actions/create-campaign/create-campaign.mjs index 0ebb2fdecf271..5cefc0d2e638c 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.2", + version: "0.2.3", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/create-list/create-list.mjs b/components/mailchimp/actions/create-list/create-list.mjs index 71646374a9cff..3ae6671413fe5 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.1", + version: "0.0.2", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/delete-campaign/delete-campaign.mjs b/components/mailchimp/actions/delete-campaign/delete-campaign.mjs index dcd2dcdb6e866..18fcb8711a620 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.1", + version: "0.0.2", type: "action", props: { mailchimp, 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 f93ac7e8ae89d..637157b662c46 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.1", + version: "0.0.2", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/delete-list/delete-list.mjs b/components/mailchimp/actions/delete-list/delete-list.mjs index 83a8f5273ba3a..be39673804d3d 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.1", + version: "0.0.2", type: "action", props: { mailchimp, 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 68e488ed7a707..6af7e4ee46c70 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.1", + version: "0.0.2", type: "action", props: { mailchimp, 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 1a96a3562afe4..954e000ea1ebc 100644 --- a/components/mailchimp/actions/get-campaign-report/get-campaign-report.mjs +++ b/components/mailchimp/actions/get-campaign-report/get-campaign-report.mjs @@ -7,7 +7,7 @@ export default { key: "mailchimp-get-a-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.1", + version: "0.0.2", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/get-campaign/get-campaign.mjs b/components/mailchimp/actions/get-campaign/get-campaign.mjs index edb096996e75e..94225d4a3b43a 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.1", + version: "0.0.2", type: "action", props: { mailchimp, 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 58984c4f89840..0ab1dfc0497e8 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.1", + version: "0.0.2", type: "action", props: { mailchimp, 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 b6e2f5cb14948..70b4955aa3578 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.1", + version: "0.0.2", type: "action", props: { mailchimp, 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 b990eac4efb56..ebfdf3e054972 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.1", + version: "0.0.2", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/get-list/get-list.mjs b/components/mailchimp/actions/get-list/get-list.mjs index 23be448bdc79f..ffa3f5ff7ba06 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.1", + version: "0.0.2", type: "action", props: { mailchimp, 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 b84a18e7050ce..605c953422f41 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.1", + version: "0.0.2", type: "action", props: { mailchimp, 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 b099c144290ce..8490a499183d0 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.1", + version: "0.0.2", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/search-campaign/search-campaign.mjs b/components/mailchimp/actions/search-campaign/search-campaign.mjs index d58c49e69600c..07ce8a93723a6 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.1", + version: "0.0.2", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/search-lists/search-lists.mjs b/components/mailchimp/actions/search-lists/search-lists.mjs index 455824c9e9a78..9940dfe345d31 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.1", + version: "0.0.2", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/search-member/search-member.mjs b/components/mailchimp/actions/search-member/search-member.mjs index c937b2aa2fb71..9e410ec05dae4 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.1", + version: "0.0.2", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/send-campaign/send-campaign.mjs b/components/mailchimp/actions/send-campaign/send-campaign.mjs index a9d07571e9b79..2e1ad426dcc32 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.2", + version: "0.2.3", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/unsubscribe-email/unsubscribe-email.mjs b/components/mailchimp/actions/unsubscribe-email/unsubscribe-email.mjs index 525b81a73ec01..a75b9481ad061 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.2", + version: "0.2.3", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/update-campaign/update-campaign.mjs b/components/mailchimp/actions/update-campaign/update-campaign.mjs index ded552acd91e6..2ec0a77f89bdd 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.1", + version: "0.0.2", type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/update-list/update-list.mjs b/components/mailchimp/actions/update-list/update-list.mjs index 12f9f5c795c72..3a86a1da16c44 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.1", + version: "0.0.2", type: "action", props: { mailchimp, diff --git a/components/mailchimp/package.json b/components/mailchimp/package.json index 8052678d1fa48..3e8b9413d71e7 100644 --- a/components/mailchimp/package.json +++ b/components/mailchimp/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mailchimp", - "version": "1.0.2", + "version": "1.0.3", "description": "Pipedream Mailchimp Components", "main": "mailchimp.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/mailchimp", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" 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..02f50a0635b67 100644 --- a/components/mailchimp/sources/new-list-event/new-list-event.mjs +++ b/components/mailchimp/sources/new-list-event/new-list-event.mjs @@ -6,7 +6,7 @@ export default { 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", + 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/mailcoach/package.json b/components/mailcoach/package.json index 00de96e4ff598..a1efae0c04b43 100644 --- a/components/mailcoach/package.json +++ b/components/mailcoach/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mailcoach", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Mailcoach Components", "main": "dist/app/mailcoach.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/mailcoach", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/mailerlite/actions/create-subscriber/create-subscriber.mjs b/components/mailerlite/actions/create-subscriber/create-subscriber.mjs index 75dee760f8635..c7f3493d5f7b5 100644 --- a/components/mailerlite/actions/create-subscriber/create-subscriber.mjs +++ b/components/mailerlite/actions/create-subscriber/create-subscriber.mjs @@ -5,7 +5,7 @@ export default { key: "mailerlite-create-subscriber", name: "Create Subscriber", description: "Create a new subscriber. [See docs](https://developers.mailerlite.com/docs/subscribers.html#create-update-subscriber)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { mailerlite, diff --git a/components/mailerlite/actions/list-subscribers/list-subscribers.mjs b/components/mailerlite/actions/list-subscribers/list-subscribers.mjs index b2f6aa060f296..def96661064a4 100644 --- a/components/mailerlite/actions/list-subscribers/list-subscribers.mjs +++ b/components/mailerlite/actions/list-subscribers/list-subscribers.mjs @@ -5,7 +5,7 @@ export default { key: "mailerlite-list-subscribers", name: "List Subscribers", description: "Lists all subscribers in a group. [See the docs here](https://developers.mailerlite.com/docs/subscribers.html#list-all-subscribers)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { mailerlite, diff --git a/components/mailerlite/actions/remove-subscriber-from-group/remove-subscriber-from-group.mjs b/components/mailerlite/actions/remove-subscriber-from-group/remove-subscriber-from-group.mjs index 1a4aedf144ab7..8d258e860201c 100644 --- a/components/mailerlite/actions/remove-subscriber-from-group/remove-subscriber-from-group.mjs +++ b/components/mailerlite/actions/remove-subscriber-from-group/remove-subscriber-from-group.mjs @@ -4,7 +4,7 @@ export default { key: "mailerlite-remove-subscriber-from-group", name: "Remove Subscriber From Group", description: "Removes single subscriber from specified group. [See the docs here](https://developers.mailerlite.com/docs/groups.html#unassign-subscriber-from-a-group)", - version: "0.0.3", + version: "0.0.4", type: "action", props: { mailerlite, diff --git a/components/mailerlite/actions/subscribe-to-group/subscribe-to-group.mjs b/components/mailerlite/actions/subscribe-to-group/subscribe-to-group.mjs index dacf70e8d4531..384cd9611dfe4 100644 --- a/components/mailerlite/actions/subscribe-to-group/subscribe-to-group.mjs +++ b/components/mailerlite/actions/subscribe-to-group/subscribe-to-group.mjs @@ -4,7 +4,7 @@ export default { key: "mailerlite-subscribe-to-group", name: "Subscribe to MailerLite Group", description: "Add a subscriber to a group. [See the docs here](https://developers.mailerlite.com/docs/groups.html#assign-subscriber-to-a-group)", - version: "0.3.1", + version: "0.3.2", type: "action", props: { mailerlite, diff --git a/components/mailerlite/actions/update-subscriber/update-subscriber.mjs b/components/mailerlite/actions/update-subscriber/update-subscriber.mjs index 0c174ae21abad..8fa32ad2ecf28 100644 --- a/components/mailerlite/actions/update-subscriber/update-subscriber.mjs +++ b/components/mailerlite/actions/update-subscriber/update-subscriber.mjs @@ -4,7 +4,7 @@ export default { key: "mailerlite-update-subscriber", name: "Update Subscriber", description: "Updates single active subscriber. [See docs](https://developers.mailerlite.com/docs/subscribers.html#create-update-subscriber)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { mailerlite, diff --git a/components/mailerlite/package.json b/components/mailerlite/package.json index 9216f0d08cc2d..f3effa761943f 100644 --- a/components/mailerlite/package.json +++ b/components/mailerlite/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mailerlite", - "version": "1.0.3", + "version": "1.0.4", "description": "Pipedream Mailerlite Components", "main": "mailerlite.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/mailerlite", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/mailgun/actions/create-mailinglist-member/create-mailinglist-member.mjs b/components/mailgun/actions/create-mailinglist-member/create-mailinglist-member.mjs index 95a934f26d398..87ca5fc5695a2 100644 --- a/components/mailgun/actions/create-mailinglist-member/create-mailinglist-member.mjs +++ b/components/mailgun/actions/create-mailinglist-member/create-mailinglist-member.mjs @@ -6,7 +6,7 @@ export default { key: "mailgun-create-mailinglist-member", name: "Create Mailing List Member", description: "Add to an existing mailing list. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { mailgun, diff --git a/components/mailgun/actions/create-route/create-route.mjs b/components/mailgun/actions/create-route/create-route.mjs index b4fd49297d1c7..d3f67fbfc2587 100644 --- a/components/mailgun/actions/create-route/create-route.mjs +++ b/components/mailgun/actions/create-route/create-route.mjs @@ -5,7 +5,7 @@ export default { key: "mailgun-create-route", name: "Create Route", description: "Create a new route. [See the docs here](https://documentation.mailgun.com/en/latest/api-routes.html#actions)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { mailgun, diff --git a/components/mailgun/actions/delete-mailinglist-member/delete-mailinglist-member.mjs b/components/mailgun/actions/delete-mailinglist-member/delete-mailinglist-member.mjs index 635d2f6234e2f..0acf058ab7473 100644 --- a/components/mailgun/actions/delete-mailinglist-member/delete-mailinglist-member.mjs +++ b/components/mailgun/actions/delete-mailinglist-member/delete-mailinglist-member.mjs @@ -6,7 +6,7 @@ export default { key: "mailgun-delete-mailinglist-member", name: "Delete Mailing List Member", description: "Delete a mailing list member by address. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { mailgun, diff --git a/components/mailgun/actions/list-domains/list-domains.mjs b/components/mailgun/actions/list-domains/list-domains.mjs index f852eebcbd94f..6767af304281d 100644 --- a/components/mailgun/actions/list-domains/list-domains.mjs +++ b/components/mailgun/actions/list-domains/list-domains.mjs @@ -6,7 +6,7 @@ export default { key: "mailgun-list-domains", name: "List Domains", description: "List domains in Mailgun. [See the docs here](https://documentation.mailgun.com/en/latest/api-domains.html#domains)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { mailgun, diff --git a/components/mailgun/actions/list-mailinglist-members/list-mailinglist-members.mjs b/components/mailgun/actions/list-mailinglist-members/list-mailinglist-members.mjs index 9587d0927677b..da5836f1847fd 100644 --- a/components/mailgun/actions/list-mailinglist-members/list-mailinglist-members.mjs +++ b/components/mailgun/actions/list-mailinglist-members/list-mailinglist-members.mjs @@ -6,7 +6,7 @@ export default { key: "mailgun-list-mailinglist-members", name: "Get Mailing List Members", description: "List all mailing list members. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { mailgun, diff --git a/components/mailgun/actions/retrieve-mailinglist-member/retrieve-mailinglist-member.mjs b/components/mailgun/actions/retrieve-mailinglist-member/retrieve-mailinglist-member.mjs index fb808e8cdf401..10abf3134b6d1 100644 --- a/components/mailgun/actions/retrieve-mailinglist-member/retrieve-mailinglist-member.mjs +++ b/components/mailgun/actions/retrieve-mailinglist-member/retrieve-mailinglist-member.mjs @@ -6,7 +6,7 @@ export default { key: "mailgun-retrieve-mailinglist-member", name: "Get Mailing List Member", description: "Retrieve a mailing list member by address. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { mailgun, diff --git a/components/mailgun/actions/send-email/send-email.mjs b/components/mailgun/actions/send-email/send-email.mjs index 2b8020e5f5954..758c7a404018a 100644 --- a/components/mailgun/actions/send-email/send-email.mjs +++ b/components/mailgun/actions/send-email/send-email.mjs @@ -7,7 +7,7 @@ export default { key: "mailgun-send-email", name: "Send Email", description: "Send email with Mailgun. [See the docs here](https://documentation.mailgun.com/en/latest/api-sending.html#sending)", - version: "0.1.0", + version: "0.1.1", type: "action", props: { mailgun, diff --git a/components/mailgun/actions/suppress-email/suppress-email.mjs b/components/mailgun/actions/suppress-email/suppress-email.mjs index 08571273c21ba..de0af6905dd8c 100644 --- a/components/mailgun/actions/suppress-email/suppress-email.mjs +++ b/components/mailgun/actions/suppress-email/suppress-email.mjs @@ -6,7 +6,7 @@ export default { key: "mailgun-suppress-email", name: "Suppress Email", description: "Add email to the Mailgun suppression list. [See the docs here](https://documentation.mailgun.com/en/latest/api-suppressions.html#suppressions)", - version: "0.0.3", + version: "0.0.4", type: "action", props: { mailgun, diff --git a/components/mailgun/actions/verify-email/verify-email.mjs b/components/mailgun/actions/verify-email/verify-email.mjs index 5adad4e75c853..4b63a4002c2d0 100644 --- a/components/mailgun/actions/verify-email/verify-email.mjs +++ b/components/mailgun/actions/verify-email/verify-email.mjs @@ -6,7 +6,7 @@ export default { key: "mailgun-verify-email", name: "Verify Email", description: "Verify email address deliverability with Mailgun. [See the docs here](https://documentation.mailgun.com/en/latest/api-email-validation.html)", - version: "0.0.3", + version: "0.0.4", type: "action", props: { mailgun, diff --git a/components/mailgun/package.json b/components/mailgun/package.json index 0595beb9bfd5b..8e03f07dbae64 100644 --- a/components/mailgun/package.json +++ b/components/mailgun/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mailgun", - "version": "0.0.5", + "version": "0.0.6", "description": "Pipedream Mailgun Components", "main": "mailgun.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/mailgun", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/mailgun/sources/new-bounce/new-bounce.mjs b/components/mailgun/sources/new-bounce/new-bounce.mjs index dea53860b1dda..c5adfeb9fa3ac 100644 --- a/components/mailgun/sources/new-bounce/new-bounce.mjs +++ b/components/mailgun/sources/new-bounce/new-bounce.mjs @@ -6,7 +6,7 @@ export default { name: "New Bounce (Instant)", type: "source", description: "Emit new event when the email recipient could not be reached.", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/mailgun/sources/new-click/new-click.mjs b/components/mailgun/sources/new-click/new-click.mjs index 264311601191d..e44a29aa152ee 100644 --- a/components/mailgun/sources/new-click/new-click.mjs +++ b/components/mailgun/sources/new-click/new-click.mjs @@ -9,7 +9,7 @@ export default { "must be pointing to mailgun.org. See more at the Mailgun User's Manual [Tracking Messages]" + "(https://documentation.mailgun.com/en/latest/user_manual.html#tracking-messages) " + "section", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", methods: { diff --git a/components/mailgun/sources/new-complaint/new-complaint.mjs b/components/mailgun/sources/new-complaint/new-complaint.mjs index 56bba2e7395d8..d3af309ccb127 100644 --- a/components/mailgun/sources/new-complaint/new-complaint.mjs +++ b/components/mailgun/sources/new-complaint/new-complaint.mjs @@ -6,7 +6,7 @@ export default { name: "New Complaint (Instant)", type: "source", description: "Emit new event when the email recipient clicked on the spam complaint button within their email client. Feedback loops enable the notification to be received by Mailgun.", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/mailgun/sources/new-delivery-failure/new-delivery-failure.mjs b/components/mailgun/sources/new-delivery-failure/new-delivery-failure.mjs index ea3de35a17505..228f91283ca3a 100644 --- a/components/mailgun/sources/new-delivery-failure/new-delivery-failure.mjs +++ b/components/mailgun/sources/new-delivery-failure/new-delivery-failure.mjs @@ -6,7 +6,7 @@ export default { name: "New Delivery Failure (Instant)", type: "source", description: "Emit new event when an email can't be delivered to the recipient email server.", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/mailgun/sources/new-delivery/new-delivery.mjs b/components/mailgun/sources/new-delivery/new-delivery.mjs index 572b6bc4bafb2..b8ed8240f926a 100644 --- a/components/mailgun/sources/new-delivery/new-delivery.mjs +++ b/components/mailgun/sources/new-delivery/new-delivery.mjs @@ -6,7 +6,7 @@ export default { name: "New Delivery (Instant)", type: "source", description: "Emit new event when an email is sent and accepted by the recipient email server.", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/mailgun/sources/new-log-data/new-log-data.mjs b/components/mailgun/sources/new-log-data/new-log-data.mjs index 9f12467116047..b453aa3643671 100644 --- a/components/mailgun/sources/new-log-data/new-log-data.mjs +++ b/components/mailgun/sources/new-log-data/new-log-data.mjs @@ -6,7 +6,7 @@ export default { name: "New Log Data", type: "source", description: "Emit new event when new data is logged in Mailgun's Control Panel. Occurs for most actions within the associated Mailgun account.", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...common.methods, diff --git a/components/mailgun/sources/new-mailing-list/new-mailing-list.mjs b/components/mailgun/sources/new-mailing-list/new-mailing-list.mjs index 311fc8efad736..1f88f3e0a0e8e 100644 --- a/components/mailgun/sources/new-mailing-list/new-mailing-list.mjs +++ b/components/mailgun/sources/new-mailing-list/new-mailing-list.mjs @@ -6,7 +6,7 @@ export default { name: "New Mailing List", type: "source", description: "Emit new event when a new mailing list is added to the associated Mailgun account.", - version: "0.0.3", + version: "0.0.4", dedupe: "greatest", props: { ...common.props, diff --git a/components/mailgun/sources/new-open/new-open.mjs b/components/mailgun/sources/new-open/new-open.mjs index 517ede0c4ba6a..c9dd6751ecc48 100644 --- a/components/mailgun/sources/new-open/new-open.mjs +++ b/components/mailgun/sources/new-open/new-open.mjs @@ -9,7 +9,7 @@ export default { "viewing. Open tracking must be enabled in the Mailgun control panel, and the CNAME record " + "must be pointing to mailgun.org. See more at the Mailgun User's Manual [Tracking Messages]" + "(https://documentation.mailgun.com/en/latest/user_manual.html#tracking-messages) section", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/mailgun/sources/new-permanent-failure/new-permanent-failure.mjs b/components/mailgun/sources/new-permanent-failure/new-permanent-failure.mjs index 9c72ca4212541..644049c8c8e17 100644 --- a/components/mailgun/sources/new-permanent-failure/new-permanent-failure.mjs +++ b/components/mailgun/sources/new-permanent-failure/new-permanent-failure.mjs @@ -7,7 +7,7 @@ export default { type: "source", description: "Emit new event when an email can't be delivered to the recipient email server due " + "to a permanent mailbox error such as non-existent mailbox.", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/mailgun/sources/new-temporary-failure/new-temporary-failure.mjs b/components/mailgun/sources/new-temporary-failure/new-temporary-failure.mjs index 81ea75aa06e95..331df827f2926 100644 --- a/components/mailgun/sources/new-temporary-failure/new-temporary-failure.mjs +++ b/components/mailgun/sources/new-temporary-failure/new-temporary-failure.mjs @@ -8,7 +8,7 @@ export default { description: "Emit new event when an email can't be delivered to the recipient email server due " + "to a temporary mailbox error such as an ESP block. ESP is the Email Service Provider " + "managing the recipient email server.", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...common.methods, diff --git a/components/mailgun/sources/new-unsubscribe/new-unsubscribe.mjs b/components/mailgun/sources/new-unsubscribe/new-unsubscribe.mjs index b7a387302d80f..c8f54e290f13f 100644 --- a/components/mailgun/sources/new-unsubscribe/new-unsubscribe.mjs +++ b/components/mailgun/sources/new-unsubscribe/new-unsubscribe.mjs @@ -9,7 +9,7 @@ export default { "Unsubscribe tracking must be enabled in the Mailgun control panel. See more at the " + "Mailgun User's Manual [Tracking Messages]" + "(https://documentation.mailgun.com/en/latest/user_manual.html#tracking-messages) section", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/mailify/package.json b/components/mailify/package.json index b5dc462a7a02e..9a193a8e3988c 100644 --- a/components/mailify/package.json +++ b/components/mailify/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mailify", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Mailify Components", "main": "dist/app/mailify.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/mailify", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/mailjet/actions/create-contact/create-contact.mjs b/components/mailjet/actions/create-contact/create-contact.mjs index 8462ea7ea0a93..c498e835200bf 100644 --- a/components/mailjet/actions/create-contact/create-contact.mjs +++ b/components/mailjet/actions/create-contact/create-contact.mjs @@ -5,7 +5,7 @@ export default { name: "Create Contact", description: "Add a new unique contact to your global contact list and select its exclusion status. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact/#v3_post_contact)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { mailjetApp, email: { diff --git a/components/mailjet/actions/list-contacts/list-contacts.mjs b/components/mailjet/actions/list-contacts/list-contacts.mjs index 3933c16ecdb11..824296f56a8ee 100644 --- a/components/mailjet/actions/list-contacts/list-contacts.mjs +++ b/components/mailjet/actions/list-contacts/list-contacts.mjs @@ -5,7 +5,7 @@ export default { name: "List Contacts", description: "Retrieve details for all contact lists - name, subscriber count, creation timestamp, deletion status. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact-list/#v3_get_contactslist)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { mailjetApp, limit: { diff --git a/components/mailjet/actions/send-message/send-message.mjs b/components/mailjet/actions/send-message/send-message.mjs index 4d89c75ef35e8..e8f0620f1bc0f 100644 --- a/components/mailjet/actions/send-message/send-message.mjs +++ b/components/mailjet/actions/send-message/send-message.mjs @@ -5,7 +5,7 @@ export default { name: "Send Message", description: "Send a message via Send API v3. Send API v3 is built mainly for speed, allowing you to send up to 100 messages in a single API call. [See the docs here](https://dev.mailjet.com/email/reference/send-emails/#v3_1_post_send)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { mailjetApp, fromEmail: { diff --git a/components/mailjet/actions/update-contact/update-contact.mjs b/components/mailjet/actions/update-contact/update-contact.mjs index d2834aad55ee1..d5d24c9baf81b 100644 --- a/components/mailjet/actions/update-contact/update-contact.mjs +++ b/components/mailjet/actions/update-contact/update-contact.mjs @@ -5,7 +5,7 @@ export default { name: "Update Contact", description: "Update the user-given name and exclusion status of a specific contact. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact/#v3_put_contact_contact_ID)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { mailjetApp, contactId: { diff --git a/components/mailjet/package.json b/components/mailjet/package.json index 3d289c89ff271..4185b4e8707b2 100644 --- a/components/mailjet/package.json +++ b/components/mailjet/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mailjet", - "version": "0.4.2", + "version": "0.4.3", "description": "Pipedream Mailjet Components", "main": "mailjet.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/mailjet", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0", "node-mailjet": "^3.3.13" diff --git a/components/mailjet/sources/contact-created/contact-created.mjs b/components/mailjet/sources/contact-created/contact-created.mjs index 9a9a6767b4bc6..b0ac40eb59b46 100644 --- a/components/mailjet/sources/contact-created/contact-created.mjs +++ b/components/mailjet/sources/contact-created/contact-created.mjs @@ -6,7 +6,7 @@ export default { name: "Contact Created", description: "Emit new event when a contact is created. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact-list/#v3_get_contactslist)", type: "source", - version: "0.0.4", + version: "0.0.5", dedupe: "unique", methods: { ...common.methods, diff --git a/components/mailrefine/package.json b/components/mailrefine/package.json index 86b02794ad18f..41441a628dc91 100644 --- a/components/mailrefine/package.json +++ b/components/mailrefine/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mailrefine", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Mailrefine Components", "main": "dist/app/mailrefine.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/mailrefine", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/manifestly_checklists/package.json b/components/manifestly_checklists/package.json index 73f217060f33a..dbce1352a2160 100644 --- a/components/manifestly_checklists/package.json +++ b/components/manifestly_checklists/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/manifestly_checklists", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Manifestly Checklists Components", "main": "dist/app/manifestly_checklists.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/manifestly_checklists", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/mapbox/package.json b/components/mapbox/package.json index 8b7d4672aed5e..6adaa9ef9e5f5 100644 --- a/components/mapbox/package.json +++ b/components/mapbox/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mapbox", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Mapbox Components", "main": "dist/app/mapbox.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/mapbox", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/marketing_master_io/package.json b/components/marketing_master_io/package.json index 516472f6a744b..f1b760fd83961 100644 --- a/components/marketing_master_io/package.json +++ b/components/marketing_master_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/marketing_master_io", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Marketing Master IO Components", "main": "dist/app/marketing_master_io.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/marketing_master_io", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/mastodon/actions/bookmark-status/bookmark-status.mjs b/components/mastodon/actions/bookmark-status/bookmark-status.mjs index 4ab0df9d0817c..f548b4ef9c9a3 100644 --- a/components/mastodon/actions/bookmark-status/bookmark-status.mjs +++ b/components/mastodon/actions/bookmark-status/bookmark-status.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-bookmark-status", name: "Bookmark Status", description: "Privately bookmark a status. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#bookmark)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/boost-status/boost-status.mjs b/components/mastodon/actions/boost-status/boost-status.mjs index ad65a19a493fe..c3967f7871bbd 100644 --- a/components/mastodon/actions/boost-status/boost-status.mjs +++ b/components/mastodon/actions/boost-status/boost-status.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-boost-status", name: "Boost Status", description: "Reshare a status on your own profile. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#boost)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/delete-status/delete-status.mjs b/components/mastodon/actions/delete-status/delete-status.mjs index 2704246d7c205..62bd333ec5c3e 100644 --- a/components/mastodon/actions/delete-status/delete-status.mjs +++ b/components/mastodon/actions/delete-status/delete-status.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-delete-status", name: "Delete Status", description: "Delete one of your own statuses. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#delete)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/edit-status/edit-status.mjs b/components/mastodon/actions/edit-status/edit-status.mjs index e205bf0888e33..a2f6dea0adceb 100644 --- a/components/mastodon/actions/edit-status/edit-status.mjs +++ b/components/mastodon/actions/edit-status/edit-status.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-edit-status", name: "Edit Status", description: "Edit a given status to change its text or sensitivity. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#edit)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/favorite-status/favorite-status.mjs b/components/mastodon/actions/favorite-status/favorite-status.mjs index 924794ea3df7d..e7392966732d9 100644 --- a/components/mastodon/actions/favorite-status/favorite-status.mjs +++ b/components/mastodon/actions/favorite-status/favorite-status.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-favorite-status", name: "Favorite Status", description: "Add a status to your favourites list. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#favourite)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/mute-conversation/mute-conversation.mjs b/components/mastodon/actions/mute-conversation/mute-conversation.mjs index 0f5d37173405d..4b946ceb939f6 100644 --- a/components/mastodon/actions/mute-conversation/mute-conversation.mjs +++ b/components/mastodon/actions/mute-conversation/mute-conversation.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-mute-conversation", name: "Mute Conversation", description: "Do not receive notifications for the thread that this status is part of. Must be a thread in which you are a participant. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#mute)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/perform-search/perform-search.mjs b/components/mastodon/actions/perform-search/perform-search.mjs index aee98a6a774ca..37e9e4c4cfba0 100644 --- a/components/mastodon/actions/perform-search/perform-search.mjs +++ b/components/mastodon/actions/perform-search/perform-search.mjs @@ -5,7 +5,7 @@ export default { key: "mastodon-perform-search", name: "Perform Search", description: "Search for content in accounts, statuses or hashtags. [See the docs here](https://docs.joinmastodon.org/methods/search/#v2)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/pin-status/pin-status.mjs b/components/mastodon/actions/pin-status/pin-status.mjs index 717954c8e2b2d..4403b61e23f97 100644 --- a/components/mastodon/actions/pin-status/pin-status.mjs +++ b/components/mastodon/actions/pin-status/pin-status.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-pin-status", name: "Pin Status to Profile", description: "Feature one of your own public statuses at the top of your profile. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#pin)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/post-status/post-status.mjs b/components/mastodon/actions/post-status/post-status.mjs index 1d4a07b04e908..d99370ea3a5b5 100644 --- a/components/mastodon/actions/post-status/post-status.mjs +++ b/components/mastodon/actions/post-status/post-status.mjs @@ -5,7 +5,7 @@ export default { key: "mastodon-post-status", name: "Post Status", description: "Publish a status with the given parameters. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#create)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/unbookmark-status/unbookmark-status.mjs b/components/mastodon/actions/unbookmark-status/unbookmark-status.mjs index 64a3975233d86..424f00b7a6b02 100644 --- a/components/mastodon/actions/unbookmark-status/unbookmark-status.mjs +++ b/components/mastodon/actions/unbookmark-status/unbookmark-status.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-unbookmark-status", name: "Undo Bookmark of a Status", description: "Remove a status from your private bookmarks. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unbookmark)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/unboost-status/unboost-status.mjs b/components/mastodon/actions/unboost-status/unboost-status.mjs index a5e26499ee4ef..068ae2ea96d68 100644 --- a/components/mastodon/actions/unboost-status/unboost-status.mjs +++ b/components/mastodon/actions/unboost-status/unboost-status.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-unboost-status", name: "Undo Boost of a Status", description: "Undo a reshare of a status. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unreblog)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/unfavorite-status/unfavorite-status.mjs b/components/mastodon/actions/unfavorite-status/unfavorite-status.mjs index d3c4235007f65..2ffe6cdc6a624 100644 --- a/components/mastodon/actions/unfavorite-status/unfavorite-status.mjs +++ b/components/mastodon/actions/unfavorite-status/unfavorite-status.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-unfavorite-status", name: "Undo Favorite of a Status", description: "Remove a status from your favourites list.. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unfavourite)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/unmute-conversation/unmute-conversation.mjs b/components/mastodon/actions/unmute-conversation/unmute-conversation.mjs index 0cd43ed66adde..19bb63a63cf95 100644 --- a/components/mastodon/actions/unmute-conversation/unmute-conversation.mjs +++ b/components/mastodon/actions/unmute-conversation/unmute-conversation.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-unmute-conversation", name: "Unmute a Conversation", description: "Start receiving notifications again for the thread that this status is part of. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unmute)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/unpin-status/unpin-status.mjs b/components/mastodon/actions/unpin-status/unpin-status.mjs index 78e81b8f0bd8e..94cad15da6a3c 100644 --- a/components/mastodon/actions/unpin-status/unpin-status.mjs +++ b/components/mastodon/actions/unpin-status/unpin-status.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-unpin-status", name: "Unpin Status from Profile", description: "Unfeature a status from the top of your profile. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unpin)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/view-hashtag-timeline/view-hashtag-timeline.mjs b/components/mastodon/actions/view-hashtag-timeline/view-hashtag-timeline.mjs index e014647ed912a..5c142afa5f7c8 100644 --- a/components/mastodon/actions/view-hashtag-timeline/view-hashtag-timeline.mjs +++ b/components/mastodon/actions/view-hashtag-timeline/view-hashtag-timeline.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-view-hashtag-timeline", name: "View Hashtag Timeline", description: "View public statuses containing the given hashtag. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#tag)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/view-home-timeline/view-home-timeline.mjs b/components/mastodon/actions/view-home-timeline/view-home-timeline.mjs index bad918222c6d2..3122028e7b681 100644 --- a/components/mastodon/actions/view-home-timeline/view-home-timeline.mjs +++ b/components/mastodon/actions/view-home-timeline/view-home-timeline.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-view-home-timeline", name: "View Home Timeline", description: "View statuses from followed users. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#home)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/view-list-timeline/view-list-timeline.mjs b/components/mastodon/actions/view-list-timeline/view-list-timeline.mjs index 54f2bdb041ce8..0f2df3352631e 100644 --- a/components/mastodon/actions/view-list-timeline/view-list-timeline.mjs +++ b/components/mastodon/actions/view-list-timeline/view-list-timeline.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-view-list-timeline", name: "View List Timeline", description: "View statuses in the given list timeline. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#list)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/view-public-timeline/view-public-timeline.mjs b/components/mastodon/actions/view-public-timeline/view-public-timeline.mjs index 2f27ec25afaed..647592b2b4868 100644 --- a/components/mastodon/actions/view-public-timeline/view-public-timeline.mjs +++ b/components/mastodon/actions/view-public-timeline/view-public-timeline.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-view-public-timeline", name: "View Public Timeline", description: "View public statuses. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#public)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/actions/view-single-status/view-single-status.mjs b/components/mastodon/actions/view-single-status/view-single-status.mjs index d6ccad74523af..2c659e14f39bd 100644 --- a/components/mastodon/actions/view-single-status/view-single-status.mjs +++ b/components/mastodon/actions/view-single-status/view-single-status.mjs @@ -4,7 +4,7 @@ export default { key: "mastodon-view-single-status", name: "View Single Status", description: "Obtain information about a status. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#get)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mastodon, diff --git a/components/mastodon/package.json b/components/mastodon/package.json index acfdffa6ee62e..fa96c6a1d4ddf 100644 --- a/components/mastodon/package.json +++ b/components/mastodon/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mastodon", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Mastodon Components", "main": "mastodon.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/mastodon", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/mastodon/sources/new-status-boosted/new-status-boosted.mjs b/components/mastodon/sources/new-status-boosted/new-status-boosted.mjs index e2fb8868e473e..b0df926aabc97 100644 --- a/components/mastodon/sources/new-status-boosted/new-status-boosted.mjs +++ b/components/mastodon/sources/new-status-boosted/new-status-boosted.mjs @@ -5,7 +5,7 @@ export default { key: "mastodon-new-status-boosted", name: "New Status Boosted", description: "Emit new event when the specified status is boosted. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#reblogged_by)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", props: { diff --git a/components/mastodon/sources/new-status-favorited/new-status-favorited.mjs b/components/mastodon/sources/new-status-favorited/new-status-favorited.mjs index fe4c94c8955de..a7e5315bb298f 100644 --- a/components/mastodon/sources/new-status-favorited/new-status-favorited.mjs +++ b/components/mastodon/sources/new-status-favorited/new-status-favorited.mjs @@ -5,7 +5,7 @@ export default { key: "mastodon-new-status-favorited", name: "New Status Favorited", description: "Emit new event when the specified status is favorited. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#favourited_by)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", props: { diff --git a/components/mastodon/sources/new-status/new-status.mjs b/components/mastodon/sources/new-status/new-status.mjs index f8a340707988c..e6cd0e3e0b650 100644 --- a/components/mastodon/sources/new-status/new-status.mjs +++ b/components/mastodon/sources/new-status/new-status.mjs @@ -5,7 +5,7 @@ export default { key: "mastodon-new-status", name: "New Status", description: "Emit new event when a new status is posted to your Profile. [See the docs here](https://docs.joinmastodon.org/methods/accounts/#statuses)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", hooks: { diff --git a/components/mattermost/actions/post-message/post-message.ts b/components/mattermost/actions/post-message/post-message.ts index 643c45202351b..b3e5e9774f403 100644 --- a/components/mattermost/actions/post-message/post-message.ts +++ b/components/mattermost/actions/post-message/post-message.ts @@ -9,7 +9,7 @@ export default defineAction({ description: "Create a new post in a channel [See docs here](https://api.mattermost.com/#tag/posts/operation/CreatePost)", key: "mattermost-post-message", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mattermost, diff --git a/components/mattermost/package.json b/components/mattermost/package.json index 011b65dda1f50..f1175b51f6f9c 100644 --- a/components/mattermost/package.json +++ b/components/mattermost/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mattermost", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Mattermost Components", "main": "dist/app/mattermost.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/mattermost", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/mautic/actions/add-contact-to-campaign/add-contact-to-campaign.mjs b/components/mautic/actions/add-contact-to-campaign/add-contact-to-campaign.mjs index 7f99078b2503b..5b751bfa82260 100644 --- a/components/mautic/actions/add-contact-to-campaign/add-contact-to-campaign.mjs +++ b/components/mautic/actions/add-contact-to-campaign/add-contact-to-campaign.mjs @@ -4,7 +4,7 @@ export default { key: "mautic-add-contact-to-campaign", name: "Add Contact to a Campaign", description: "Adds a contact to a specific campaign. [See docs](https://developer.mautic.org/#add-contact-to-a-campaign)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { mautic, diff --git a/components/mautic/actions/clone-campaign/clone-campaign.mjs b/components/mautic/actions/clone-campaign/clone-campaign.mjs index 183ebead6e004..afea91f0942fb 100644 --- a/components/mautic/actions/clone-campaign/clone-campaign.mjs +++ b/components/mautic/actions/clone-campaign/clone-campaign.mjs @@ -4,7 +4,7 @@ export default { key: "mautic-clone-campaign", name: "Clone Campaign", description: "Clones an existing campaign. [See docs](https://developer.mautic.org/#clone-a-campaign)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { mautic, diff --git a/components/mautic/actions/create-contact/create-contact.mjs b/components/mautic/actions/create-contact/create-contact.mjs index fe26c9c0702a9..c75e068e1180c 100644 --- a/components/mautic/actions/create-contact/create-contact.mjs +++ b/components/mautic/actions/create-contact/create-contact.mjs @@ -9,7 +9,7 @@ export default { key: "mautic-create-contact", name: "Create Contact", description: "Creates a new contact. [See docs](https://developer.mautic.org/#create-contact)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { mautic, diff --git a/components/mautic/actions/delete-company/delete-company.mjs b/components/mautic/actions/delete-company/delete-company.mjs index 03701d8759416..c214af0024c11 100644 --- a/components/mautic/actions/delete-company/delete-company.mjs +++ b/components/mautic/actions/delete-company/delete-company.mjs @@ -4,7 +4,7 @@ export default { key: "mautic-delete-company", name: "Delete Company", description: "Deletes a company. [See docs](https://developer.mautic.org/#delete-company)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { mautic, diff --git a/components/mautic/actions/get-campaign/get-campaign.mjs b/components/mautic/actions/get-campaign/get-campaign.mjs index 3f2d8ca608850..0a156da6b51ff 100644 --- a/components/mautic/actions/get-campaign/get-campaign.mjs +++ b/components/mautic/actions/get-campaign/get-campaign.mjs @@ -4,7 +4,7 @@ export default { key: "mautic-get-campaign", name: "Get Campaign", description: "Gets an individual campaign by ID. [See docs](https://developer.mautic.org/#get-campaign)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { mautic, diff --git a/components/mautic/actions/get-contact/get-contact.mjs b/components/mautic/actions/get-contact/get-contact.mjs index 28f8d0c1d1950..a14968a34b5c9 100644 --- a/components/mautic/actions/get-contact/get-contact.mjs +++ b/components/mautic/actions/get-contact/get-contact.mjs @@ -4,7 +4,7 @@ export default { key: "mautic-get-contact", name: "Get Contact", description: "Gets an individual contact by ID. [See docs](https://developer.mautic.org/#get-contact)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { mautic, diff --git a/components/mautic/actions/list-available-contact-fields/list-available-contact-fields.mjs b/components/mautic/actions/list-available-contact-fields/list-available-contact-fields.mjs index 4fb29f4c53ef4..1622442e594d9 100644 --- a/components/mautic/actions/list-available-contact-fields/list-available-contact-fields.mjs +++ b/components/mautic/actions/list-available-contact-fields/list-available-contact-fields.mjs @@ -4,7 +4,7 @@ export default { key: "mautic-list-available-contact-fields", name: "List Available Contact Fields", description: "Gets a list of available contact fields including custom ones. [See docs](https://developer.mautic.org/#list-available-fields)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { mautic, diff --git a/components/mautic/actions/search-campaigns/search-campaigns.mjs b/components/mautic/actions/search-campaigns/search-campaigns.mjs index 16e46ac6b2cb2..ca768c28b626c 100644 --- a/components/mautic/actions/search-campaigns/search-campaigns.mjs +++ b/components/mautic/actions/search-campaigns/search-campaigns.mjs @@ -8,7 +8,7 @@ export default { key: "mautic-search-campaigns", name: "Search Campaigns", description: "Gets a list of campaigns by a search term. [See docs](https://developer.mautic.org/#list-campaigns)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { mautic, diff --git a/components/mautic/actions/search-companies/search-companies.mjs b/components/mautic/actions/search-companies/search-companies.mjs index 64a975052ffa1..3b5b5a817ad49 100644 --- a/components/mautic/actions/search-companies/search-companies.mjs +++ b/components/mautic/actions/search-companies/search-companies.mjs @@ -8,7 +8,7 @@ export default { key: "mautic-search-companies", name: "Search Companies", description: "Gets a list of companies by a search term. [See docs](https://developer.mautic.org/#list-contact-companies)", - version: "0.3.0", + version: "0.3.1", type: "action", props: { mautic, diff --git a/components/mautic/actions/search-contacts/search-contacts.mjs b/components/mautic/actions/search-contacts/search-contacts.mjs index 8f91cdbb80d1e..8bdb6d920b1c7 100644 --- a/components/mautic/actions/search-contacts/search-contacts.mjs +++ b/components/mautic/actions/search-contacts/search-contacts.mjs @@ -8,7 +8,7 @@ export default { key: "mautic-search-contacts", name: "Search Contacts", description: "Gets a list of contacts by a search term. [See docs](https://developer.mautic.org/#list-contacts)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { mautic, diff --git a/components/mautic/actions/update-contact/update-contact.mjs b/components/mautic/actions/update-contact/update-contact.mjs index ec8891b591ae2..6ea4a96d591e8 100644 --- a/components/mautic/actions/update-contact/update-contact.mjs +++ b/components/mautic/actions/update-contact/update-contact.mjs @@ -5,7 +5,7 @@ export default { key: "mautic-update-contact", name: "Update Contact", description: "Updates a contact. [See docs](https://developer.mautic.org/#edit-contact)", - version: "0.2.0", + version: "0.2.1", type: "action", props: { mautic, diff --git a/components/mautic/package.json b/components/mautic/package.json index 9064af7f75687..a67595501420c 100644 --- a/components/mautic/package.json +++ b/components/mautic/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mautic", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Mautic Components", "main": "mautic.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/mautic", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.10.0", "lodash-es": "^4.17.21" diff --git a/components/mautic/sources/new-contact/new-contact.mjs b/components/mautic/sources/new-contact/new-contact.mjs index 59d6e321a21b0..05ec605e0485d 100644 --- a/components/mautic/sources/new-contact/new-contact.mjs +++ b/components/mautic/sources/new-contact/new-contact.mjs @@ -6,7 +6,7 @@ export default { key: "mautic-new-contact", name: "New Contact", description: "Emit new event when a contact is created. [See the docs](https://developer.mautic.org/#webhooks)", - version: "0.0.1", + version: "0.0.2", type: "source", methods: { ...base.methods, diff --git a/components/mautic/sources/new-form-submission/new-form-submission.mjs b/components/mautic/sources/new-form-submission/new-form-submission.mjs index 6b6738be6516f..2048506ab57e5 100644 --- a/components/mautic/sources/new-form-submission/new-form-submission.mjs +++ b/components/mautic/sources/new-form-submission/new-form-submission.mjs @@ -6,7 +6,7 @@ export default { key: "mautic-new-form-submission", name: "New Form Submission", description: "Emit new event when a form is submitted. [See the docs](https://developer.mautic.org/#webhooks)", - version: "0.0.1", + version: "0.0.2", type: "source", props: { ...base.props, diff --git a/components/mautic/sources/updated-contact/updated-contact.mjs b/components/mautic/sources/updated-contact/updated-contact.mjs index 7c615ad1d762b..5679d21c27a98 100644 --- a/components/mautic/sources/updated-contact/updated-contact.mjs +++ b/components/mautic/sources/updated-contact/updated-contact.mjs @@ -7,7 +7,7 @@ export default { // eslint-disable-next-line pipedream/source-name name: "Updated Contact", description: "Emit new event when a contact is updated. [See the docs](https://developer.mautic.org/#webhooks)", - version: "0.0.1", + version: "0.0.2", type: "source", methods: { ...base.methods, diff --git a/components/mav/package.json b/components/mav/package.json index 0966d4de94bae..0d30839d839d6 100644 --- a/components/mav/package.json +++ b/components/mav/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mav", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Mav Components", "main": "dist/app/mav.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/mav", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/mediatoolkit/package.json b/components/mediatoolkit/package.json index 66592d3434c8e..9f692eb32b69f 100644 --- a/components/mediatoolkit/package.json +++ b/components/mediatoolkit/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mediatoolkit", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Mediatoolkit Components", "main": "dist/app/mediatoolkit.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/mediatoolkit", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/mediatoolkit/sources/new-mention/new-mention.ts b/components/mediatoolkit/sources/new-mention/new-mention.ts index 9d8c778a6ea16..75fb6644df12c 100644 --- a/components/mediatoolkit/sources/new-mention/new-mention.ts +++ b/components/mediatoolkit/sources/new-mention/new-mention.ts @@ -4,7 +4,7 @@ import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; export default defineSource({ name: "New Mention", - version: "0.0.2", + version: "0.0.3", key: "mediatoolkit-new-mention", description: "Emit new event on each new mention.", type: "source", diff --git a/components/meetup/package.json b/components/meetup/package.json index ec72b3ba4d3b0..bb43ce0d5ce04 100644 --- a/components/meetup/package.json +++ b/components/meetup/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/meetup", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Meetup Components", "main": "dist/app/meetup.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/meetup", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/membervault/package.json b/components/membervault/package.json index 43abdf4f27989..f80674c60ffc0 100644 --- a/components/membervault/package.json +++ b/components/membervault/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/membervault", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Membervault Components", "main": "dist/app/membervault.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/membervault", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/mercury/package.json b/components/mercury/package.json index 1c482b0f4b3ee..a9d515669ba2f 100644 --- a/components/mercury/package.json +++ b/components/mercury/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mercury", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Mercury Components", "main": "mercury.app.js", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/mercury", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/mercury/sources/new-transaction/new-transaction.js b/components/mercury/sources/new-transaction/new-transaction.js index 0bfe058f1a9fc..4b9314579f63d 100644 --- a/components/mercury/sources/new-transaction/new-transaction.js +++ b/components/mercury/sources/new-transaction/new-transaction.js @@ -5,7 +5,7 @@ module.exports = { key: "mercury-new-transaction", name: "New Transaction", description: "Emits an event for each new transaction in an account.", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", type: "source", props: { diff --git a/components/microsoft_onedrive/actions/get-table/get-table.mjs b/components/microsoft_onedrive/actions/get-table/get-table.mjs index e71b94149a46d..459147660a5f5 100644 --- a/components/microsoft_onedrive/actions/get-table/get-table.mjs +++ b/components/microsoft_onedrive/actions/get-table/get-table.mjs @@ -5,7 +5,7 @@ export default { name: "Get Table", description: "Retrieve a table from an Excel spreadsheet stored in OneDrive", key: "microsoft_onedrive-get-excel-table", - version: "0.0.1", + version: "0.0.2", type: "action", props: { onedrive, diff --git a/components/microsoft_onedrive/package.json b/components/microsoft_onedrive/package.json index b748810201bcb..71c74cd4b2930 100644 --- a/components/microsoft_onedrive/package.json +++ b/components/microsoft_onedrive/package.json @@ -1,11 +1,10 @@ { "name": "@pipedream/microsoft_onedrive", - "version": "1.0.1", + "version": "1.0.2", "description": "Pipedream Microsoft OneDrive components", "main": "microsoft_onedrive.app.js", "homepage": "https://pipedream.com/apps/microsoft-onedrive", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/microsoft_onedrive/sources/new-file-in-folder/new-file-in-folder.mjs b/components/microsoft_onedrive/sources/new-file-in-folder/new-file-in-folder.mjs index aeae877bd3405..9b925db009bfb 100644 --- a/components/microsoft_onedrive/sources/new-file-in-folder/new-file-in-folder.mjs +++ b/components/microsoft_onedrive/sources/new-file-in-folder/new-file-in-folder.mjs @@ -7,7 +7,7 @@ export default { key: "microsoft_onedrive-new-file-in-folder", name: "New File in Folder (Instant)", description: "Emit an event when a new file is added to a specific directory tree in a OneDrive drive", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", props: { ...base.props, diff --git a/components/microsoft_onedrive/sources/new-file-of-types-in-folder/new-file-of-types-in-folder.mjs b/components/microsoft_onedrive/sources/new-file-of-types-in-folder/new-file-of-types-in-folder.mjs index 097f86f86275f..54c25cd2c2ba5 100644 --- a/components/microsoft_onedrive/sources/new-file-of-types-in-folder/new-file-of-types-in-folder.mjs +++ b/components/microsoft_onedrive/sources/new-file-of-types-in-folder/new-file-of-types-in-folder.mjs @@ -7,7 +7,7 @@ export default { key: "microsoft_onedrive-new-file-of-types-in-folder", name: "New File of Types in Folder (Instant)", description: "Emit an event when a new file of a specific type is created under a directory tree in a OneDrive drive", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...base.props, diff --git a/components/microsoft_onedrive/sources/new-file/new-file.mjs b/components/microsoft_onedrive/sources/new-file/new-file.mjs index 49cfedbf75290..61036fd25fc44 100644 --- a/components/microsoft_onedrive/sources/new-file/new-file.mjs +++ b/components/microsoft_onedrive/sources/new-file/new-file.mjs @@ -6,7 +6,7 @@ export default { key: "microsoft_onedrive-new-file", name: "New File (Instant)", description: "Emit new event when a new file is added to a specific drive in OneDrive", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...base.methods, diff --git a/components/microsoft_onedrive/sources/new-folder-in-folder/new-folder-in-folder.mjs b/components/microsoft_onedrive/sources/new-folder-in-folder/new-folder-in-folder.mjs index 612fa18878967..9f81e5b929dfb 100644 --- a/components/microsoft_onedrive/sources/new-folder-in-folder/new-folder-in-folder.mjs +++ b/components/microsoft_onedrive/sources/new-folder-in-folder/new-folder-in-folder.mjs @@ -7,7 +7,7 @@ export default { key: "microsoft_onedrive-new-folder-in-folder", name: "New Folder in Folder (Instant)", description: "Emit an event when a new folder is created under a directory tree in a OneDrive drive", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...base.props, diff --git a/components/microsoft_onedrive/sources/new-folder/new-folder.mjs b/components/microsoft_onedrive/sources/new-folder/new-folder.mjs index 07d8f962c4bf5..ffd0ece549c33 100644 --- a/components/microsoft_onedrive/sources/new-folder/new-folder.mjs +++ b/components/microsoft_onedrive/sources/new-folder/new-folder.mjs @@ -6,7 +6,7 @@ export default { key: "microsoft_onedrive-new-folder", name: "New Folder (Instant)", description: "Emit new event when a new folder is created in a OneDrive drive", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", methods: { ...base.methods, diff --git a/components/microsoft_outlook/actions/create-calendar-event/create-calendar-event.mjs b/components/microsoft_outlook/actions/create-calendar-event/create-calendar-event.mjs index f12449389c988..2b196506366bf 100644 --- a/components/microsoft_outlook/actions/create-calendar-event/create-calendar-event.mjs +++ b/components/microsoft_outlook/actions/create-calendar-event/create-calendar-event.mjs @@ -3,7 +3,7 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-create-calendar-event", - version: "0.0.4", + version: "0.0.5", name: "Create Calendar Event", description: "Create an event in the user's default calendar, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-post-events)", props: { diff --git a/components/microsoft_outlook/actions/create-contact/create-contact.mjs b/components/microsoft_outlook/actions/create-contact/create-contact.mjs index afef6639d82bd..7a00c9a831327 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.4", + version: "0.0.5", name: "Create Contact", description: "Add a contact to the root Contacts folder, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-post-contacts)", props: { 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 adf2972295018..0c5015d855d42 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 @@ -3,7 +3,7 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-create-draft-email", - version: "0.0.4", + version: "0.0.5", name: "Create Draft Email", description: "Create a draft email, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-post-messages)", props: { diff --git a/components/microsoft_outlook/actions/find-contacts/find-contacts.mjs b/components/microsoft_outlook/actions/find-contacts/find-contacts.mjs index aa920c8ae5e33..9cbcb5ad04603 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.4", + version: "0.0.5", name: "Find Contacts", description: "Finds contacts with given search string", props: { diff --git a/components/microsoft_outlook/actions/list-contacts/list-contacts.mjs b/components/microsoft_outlook/actions/list-contacts/list-contacts.mjs index 22a46440fa7bc..95e14136a0474 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.4", + version: "0.0.5", name: "List Contacts", description: "Get a contact collection from the default contacts folder, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-list-contacts)", props: { diff --git a/components/microsoft_outlook/actions/send-email/send-email.mjs b/components/microsoft_outlook/actions/send-email/send-email.mjs index 9a7d2cb42e351..487f11b2530f0 100644 --- a/components/microsoft_outlook/actions/send-email/send-email.mjs +++ b/components/microsoft_outlook/actions/send-email/send-email.mjs @@ -3,7 +3,7 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-send-email", - version: "0.0.5", + version: "0.0.6", name: "Send Email", description: "Send an email to one or multiple recipients, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-sendmail)", props: { diff --git a/components/microsoft_outlook/actions/update-contact/update-contact.mjs b/components/microsoft_outlook/actions/update-contact/update-contact.mjs index cc9f84a9b1ddd..e9554114a3fd8 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.4", + version: "0.0.5", name: "Update Contact", description: "Add a contact to the root Contacts folder, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-post-contacts)", props: { diff --git a/components/microsoft_outlook/package.json b/components/microsoft_outlook/package.json index f8fbc283a5fcd..e21a7154055d3 100644 --- a/components/microsoft_outlook/package.json +++ b/components/microsoft_outlook/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/microsoft_outlook", - "version": "0.0.7", + "version": "0.0.8", "description": "Pipedream Microsoft Outlook Components", "main": "microsoft_outlook.app.mjs", "keywords": [ @@ -11,7 +11,6 @@ ], "homepage": "https://pipedream.com/apps/microsoft_outlook", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "axios": "^0.21.1", "js-base64": "^3.7.2", diff --git a/components/microsoft_outlook/sources/new-calendar-event/new-calendar-event.mjs b/components/microsoft_outlook/sources/new-calendar-event/new-calendar-event.mjs index 7b6ca737ae1c8..df5999b117e74 100644 --- a/components/microsoft_outlook/sources/new-calendar-event/new-calendar-event.mjs +++ b/components/microsoft_outlook/sources/new-calendar-event/new-calendar-event.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_outlook-new-calendar-event", name: "New Calendar Event (Instant)", description: "Emit new event when a new Calendar event is created", - version: "0.0.5", + version: "0.0.6", type: "source", hooks: { ...common.hooks, diff --git a/components/microsoft_outlook/sources/new-contact/new-contact.mjs b/components/microsoft_outlook/sources/new-contact/new-contact.mjs index b01d21d86cd27..3a1c0b77270a0 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.5", + version: "0.0.6", type: "source", hooks: { ...common.hooks, diff --git a/components/microsoft_outlook/sources/new-email/new-email.mjs b/components/microsoft_outlook/sources/new-email/new-email.mjs index 3095bbebac592..a58208d8334d6 100644 --- a/components/microsoft_outlook/sources/new-email/new-email.mjs +++ b/components/microsoft_outlook/sources/new-email/new-email.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_outlook-new-email", name: "New Email Event (Instant)", description: "Emit new event when an email received", - version: "0.0.5", + version: "0.0.6", type: "source", hooks: { ...common.hooks, diff --git a/components/microsoft_outlook/sources/updated-calendar-event/updated-calendar-event.mjs b/components/microsoft_outlook/sources/updated-calendar-event/updated-calendar-event.mjs index 20aa2fe569dfb..9e2aed306ee19 100644 --- a/components/microsoft_outlook/sources/updated-calendar-event/updated-calendar-event.mjs +++ b/components/microsoft_outlook/sources/updated-calendar-event/updated-calendar-event.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_outlook-updated-calendar-event", name: "New Calendar Event Update (Instant)", description: "Emit new event when a Calendar event is updated", - version: "0.0.5", + version: "0.0.6", type: "source", hooks: { ...common.hooks, diff --git a/components/microsoft_teams/actions/create-channel/create-channel.mjs b/components/microsoft_teams/actions/create-channel/create-channel.mjs index 726686eb95633..b5d4ca75d8a88 100644 --- a/components/microsoft_teams/actions/create-channel/create-channel.mjs +++ b/components/microsoft_teams/actions/create-channel/create-channel.mjs @@ -5,7 +5,7 @@ export default { name: "Create Channel", description: "Create a new channel in Microsoft Teams. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-post?view=graph-rest-1.0&tabs=http)", type: "action", - version: "0.0.3", + version: "0.0.4", props: { microsoftTeams, teamId: { diff --git a/components/microsoft_teams/actions/list-channels/list-channels.mjs b/components/microsoft_teams/actions/list-channels/list-channels.mjs index 2083887c6b264..968f37a51a98d 100644 --- a/components/microsoft_teams/actions/list-channels/list-channels.mjs +++ b/components/microsoft_teams/actions/list-channels/list-channels.mjs @@ -5,7 +5,7 @@ export default { name: "List Channels", description: "Lists all channels in a Microsoft Team. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-1.0&tabs=http)", type: "action", - version: "0.0.3", + version: "0.0.4", props: { microsoftTeams, teamId: { diff --git a/components/microsoft_teams/actions/send-channel-message/send-channel-message.mjs b/components/microsoft_teams/actions/send-channel-message/send-channel-message.mjs index ceb5e1cb225ac..c7a481648a9a7 100644 --- a/components/microsoft_teams/actions/send-channel-message/send-channel-message.mjs +++ b/components/microsoft_teams/actions/send-channel-message/send-channel-message.mjs @@ -5,7 +5,7 @@ export default { name: "Send Channel Message", description: "Send a message to a team's channel. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-1.0&tabs=http)", type: "action", - version: "0.0.3", + version: "0.0.4", props: { microsoftTeams, teamId: { diff --git a/components/microsoft_teams/actions/send-chat-message/send-chat-message.mjs b/components/microsoft_teams/actions/send-chat-message/send-chat-message.mjs index dfc1744541a47..d2d9f2406717e 100644 --- a/components/microsoft_teams/actions/send-chat-message/send-chat-message.mjs +++ b/components/microsoft_teams/actions/send-chat-message/send-chat-message.mjs @@ -5,7 +5,7 @@ export default { name: "Send Chat Message", description: "Send a message to a team's chat. [See the docs here](https://docs.microsoft.com/en-us/graph/api/chat-post-messages?view=graph-rest-1.0&tabs=http)", type: "action", - version: "0.0.3", + version: "0.0.4", props: { microsoftTeams, chatId: { diff --git a/components/microsoft_teams/package.json b/components/microsoft_teams/package.json index 219e3620ce29f..b94fe80e560e4 100644 --- a/components/microsoft_teams/package.json +++ b/components/microsoft_teams/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/microsoft_teams", - "version": "0.0.6", + "version": "0.0.7", "description": "Pipedream Microsoft Teams Components", "main": "microsoft_teams.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "teams" ], "homepage": "https://pipedream.com/apps/microsoft_teams", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/microsoft_teams/sources/new-channel-message/new-channel-message.mjs b/components/microsoft_teams/sources/new-channel-message/new-channel-message.mjs index 293534cdb6d66..8a00900cc2456 100644 --- a/components/microsoft_teams/sources/new-channel-message/new-channel-message.mjs +++ b/components/microsoft_teams/sources/new-channel-message/new-channel-message.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_teams-new-channel-message", name: "New Channel Message", description: "Emit new event when a new message is posted in a channel", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/microsoft_teams/sources/new-channel/new-channel.mjs b/components/microsoft_teams/sources/new-channel/new-channel.mjs index 616cb8f7ba590..b942245e39b5d 100644 --- a/components/microsoft_teams/sources/new-channel/new-channel.mjs +++ b/components/microsoft_teams/sources/new-channel/new-channel.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_teams-new-channel", name: "New Channel", description: "Emit new event when a new channel is created within a team", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/microsoft_teams/sources/new-chat-message/new-chat-message.mjs b/components/microsoft_teams/sources/new-chat-message/new-chat-message.mjs index 7176ce1398b0b..032efdea80279 100644 --- a/components/microsoft_teams/sources/new-chat-message/new-chat-message.mjs +++ b/components/microsoft_teams/sources/new-chat-message/new-chat-message.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_teams-new-chat-message", name: "New Chat Message", description: "Emit new event when a new message is received in a chat", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/microsoft_teams/sources/new-chat/new-chat.mjs b/components/microsoft_teams/sources/new-chat/new-chat.mjs index e09a94d8ed2ae..1aa90951d05f8 100644 --- a/components/microsoft_teams/sources/new-chat/new-chat.mjs +++ b/components/microsoft_teams/sources/new-chat/new-chat.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_teams-new-chat", name: "New Chat", description: "Emit new event when a new chat is created", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/microsoft_teams/sources/new-team-member/new-team-member.mjs b/components/microsoft_teams/sources/new-team-member/new-team-member.mjs index 56b58831862fa..48c416f587bc3 100644 --- a/components/microsoft_teams/sources/new-team-member/new-team-member.mjs +++ b/components/microsoft_teams/sources/new-team-member/new-team-member.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_teams-new-team-member", name: "New Team Member", description: "Emit new event when a new member is added to a team", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/microsoft_teams/sources/new-team/new-team.mjs b/components/microsoft_teams/sources/new-team/new-team.mjs index da62eb98d880a..0ad6feb033920 100644 --- a/components/microsoft_teams/sources/new-team/new-team.mjs +++ b/components/microsoft_teams/sources/new-team/new-team.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_teams-new-team", name: "New Team", description: "Emit new event when a new team is joined by the authenticated user", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/miro_custom_app/actions/create-board/create-board.mjs b/components/miro_custom_app/actions/create-board/create-board.mjs index 6240815935c97..2f8ff16a277db 100644 --- a/components/miro_custom_app/actions/create-board/create-board.mjs +++ b/components/miro_custom_app/actions/create-board/create-board.mjs @@ -2,7 +2,7 @@ import app from "../../miro_custom_app.app.mjs"; export default { name: "Create Board", - version: "0.0.1", + version: "0.0.2", key: "miro_custom_app-create-board", description: "Creates a Miro board. [See the docs](https://developers.miro.com/reference/create-board).", type: "action", diff --git a/components/miro_custom_app/actions/create-shape/create-shape.mjs b/components/miro_custom_app/actions/create-shape/create-shape.mjs index 771b6f017b01d..f9c874a2f5635 100644 --- a/components/miro_custom_app/actions/create-shape/create-shape.mjs +++ b/components/miro_custom_app/actions/create-shape/create-shape.mjs @@ -4,7 +4,7 @@ const { app } = common.props; export default { name: "Create Shape", - version: "0.0.1", + version: "0.0.2", key: "miro_custom_app-create-shape", description: "Creates a shape on a Miro board. [See the docs](https://developers.miro.com/reference/create-shape-item).", type: "action", diff --git a/components/miro_custom_app/actions/create-sticky-note/create-sticky-note.mjs b/components/miro_custom_app/actions/create-sticky-note/create-sticky-note.mjs index cd88a847412f5..42484c1742c49 100644 --- a/components/miro_custom_app/actions/create-sticky-note/create-sticky-note.mjs +++ b/components/miro_custom_app/actions/create-sticky-note/create-sticky-note.mjs @@ -5,7 +5,7 @@ const { app } = common.props; export default { name: "Create Sticky Note", - version: "0.0.1", + version: "0.0.2", key: "miro_custom_app-create-sticky-note", description: "Creates a sticky note on a Miro board. [See the docs](https://developers.miro.com/reference/create-sticky-note-item).", type: "action", diff --git a/components/miro_custom_app/actions/delete-board/delete-board.mjs b/components/miro_custom_app/actions/delete-board/delete-board.mjs index 437ab8ddf82d2..a0c27efc35505 100644 --- a/components/miro_custom_app/actions/delete-board/delete-board.mjs +++ b/components/miro_custom_app/actions/delete-board/delete-board.mjs @@ -3,7 +3,7 @@ import common from "../common/base.mjs"; export default { ...common, name: "Delete Board", - version: "0.0.1", + version: "0.0.2", key: "miro_custom_app-delete-board", description: "Deletes a Miro board. [See the docs](https://developers.miro.com/reference/delete-board).", type: "action", diff --git a/components/miro_custom_app/actions/delete-item/delete-item.mjs b/components/miro_custom_app/actions/delete-item/delete-item.mjs index 43d4d2575b19e..5edeabeebce34 100644 --- a/components/miro_custom_app/actions/delete-item/delete-item.mjs +++ b/components/miro_custom_app/actions/delete-item/delete-item.mjs @@ -4,7 +4,7 @@ const { app } = common.props; export default { name: "Delete Item", - version: "0.0.1", + version: "0.0.2", key: "miro_custom_app-delete-item", description: "Deletes an item from a Miro board. [See the docs](https://developers.miro.com/reference/delete-item).", type: "action", diff --git a/components/miro_custom_app/actions/get-board/get-board.mjs b/components/miro_custom_app/actions/get-board/get-board.mjs index 725639ab1f0eb..865e0d47319d3 100644 --- a/components/miro_custom_app/actions/get-board/get-board.mjs +++ b/components/miro_custom_app/actions/get-board/get-board.mjs @@ -3,7 +3,7 @@ import common from "../common/base.mjs"; export default { ...common, name: "Get Board", - version: "0.0.1", + version: "0.0.2", key: "miro_custom_app-get-board", description: "Returns a Miro board. [See the docs](https://developers.miro.com/reference/get-specific-board).", type: "action", diff --git a/components/miro_custom_app/actions/get-items/get-items.mjs b/components/miro_custom_app/actions/get-items/get-items.mjs index 3f7df7692844a..ac21598c6ec22 100644 --- a/components/miro_custom_app/actions/get-items/get-items.mjs +++ b/components/miro_custom_app/actions/get-items/get-items.mjs @@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs"; export default { name: "Get Items", - version: "0.0.1", + version: "0.0.2", key: "miro_custom_app-get-items", description: "Returns items on a Miro board. [See the docs](https://developers.miro.com/reference/get-items).", type: "action", diff --git a/components/miro_custom_app/actions/get-specific-item/get-specific-item.mjs b/components/miro_custom_app/actions/get-specific-item/get-specific-item.mjs index f42728a237099..bbabe7cc54020 100644 --- a/components/miro_custom_app/actions/get-specific-item/get-specific-item.mjs +++ b/components/miro_custom_app/actions/get-specific-item/get-specific-item.mjs @@ -4,7 +4,7 @@ const { app } = common.props; export default { name: "Get Specific Item", - version: "0.0.1", + version: "0.0.2", key: "miro_custom_app-get-specific-item", description: "Returns a specific item on a Miro board. [See the docs](https://developers.miro.com/reference/get-specific-item).", type: "action", diff --git a/components/miro_custom_app/actions/list-boards/list-boards.mjs b/components/miro_custom_app/actions/list-boards/list-boards.mjs index 7096b84ebe7b2..672ca8a2c163b 100644 --- a/components/miro_custom_app/actions/list-boards/list-boards.mjs +++ b/components/miro_custom_app/actions/list-boards/list-boards.mjs @@ -4,7 +4,7 @@ import utils from "../../common/utils.mjs"; export default { name: "List Boards", - version: "0.0.2", + version: "0.0.3", key: "miro_custom_app-list-boards", description: "Returns a user's Miro boards. [See the docs](https://developers.miro.com/reference/get-boards).", type: "action", diff --git a/components/miro_custom_app/actions/update-board/update-board.mjs b/components/miro_custom_app/actions/update-board/update-board.mjs index 4f0d621e2b6b7..cceeea6252262 100644 --- a/components/miro_custom_app/actions/update-board/update-board.mjs +++ b/components/miro_custom_app/actions/update-board/update-board.mjs @@ -4,7 +4,7 @@ const { app } = common.props; export default { name: "Update Board", - version: "0.0.1", + version: "0.0.2", key: "miro_custom_app-update-board", description: "Updates a Miro board. [See the docs](https://developers.miro.com/reference/update-board).", type: "action", diff --git a/components/miro_custom_app/actions/update-shape/update-shape.mjs b/components/miro_custom_app/actions/update-shape/update-shape.mjs index ab7e49c9921c0..8f725a8d948eb 100644 --- a/components/miro_custom_app/actions/update-shape/update-shape.mjs +++ b/components/miro_custom_app/actions/update-shape/update-shape.mjs @@ -5,7 +5,7 @@ const { app } = common.props; export default { name: "Update Shape", - version: "0.0.1", + version: "0.0.2", key: "miro_custom_app-update-shape", description: "Updates content of an existing shape on a Miro board. [See the docs](https://developers.miro.com/reference/update-shape-item).", type: "action", diff --git a/components/miro_custom_app/actions/update-sticky-note/update-sticky-note.mjs b/components/miro_custom_app/actions/update-sticky-note/update-sticky-note.mjs index 8ae523e735ba6..86779e756168e 100644 --- a/components/miro_custom_app/actions/update-sticky-note/update-sticky-note.mjs +++ b/components/miro_custom_app/actions/update-sticky-note/update-sticky-note.mjs @@ -5,7 +5,7 @@ const { app } = common.props; export default { name: "Update Sticky Note", - version: "0.0.1", + version: "0.0.2", key: "miro_custom_app-update-sticky-note", description: "Updates content of an existing sticky note on a Miro board. [See the docs](https://developers.miro.com/reference/update-sticky-note-item).", type: "action", diff --git a/components/miro_custom_app/package.json b/components/miro_custom_app/package.json index 31e1671ac515d..7f8bd4964db0a 100644 --- a/components/miro_custom_app/package.json +++ b/components/miro_custom_app/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/miro_custom_app", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Miro Developer App Components", "main": "dist/app/miro_custom_app.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/miro_custom_app", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/mixmax/actions/create-contact-group/create-contact-group.mjs b/components/mixmax/actions/create-contact-group/create-contact-group.mjs index 31585a49baca3..48c2749996d36 100644 --- a/components/mixmax/actions/create-contact-group/create-contact-group.mjs +++ b/components/mixmax/actions/create-contact-group/create-contact-group.mjs @@ -5,7 +5,7 @@ export default { key: "mixmax-create-contact-group", name: "Create Contact Group", description: "Create a contact group. [See the docs here](https://developer.mixmax.com/reference/contactgroups-1)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/mixmax/actions/create-contact/create-contact.mjs b/components/mixmax/actions/create-contact/create-contact.mjs index 534ef28cf52db..0771a774afc50 100644 --- a/components/mixmax/actions/create-contact/create-contact.mjs +++ b/components/mixmax/actions/create-contact/create-contact.mjs @@ -5,7 +5,7 @@ export default { key: "mixmax-create-contact", name: "Create Contact", description: "Create one contact. [See the docs here](https://developer.mixmax.com/reference/contacts-1)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/mixmax/actions/get-contact-groups/get-contact-groups.mjs b/components/mixmax/actions/get-contact-groups/get-contact-groups.mjs index 39a269426520d..3faf3e49ffbab 100644 --- a/components/mixmax/actions/get-contact-groups/get-contact-groups.mjs +++ b/components/mixmax/actions/get-contact-groups/get-contact-groups.mjs @@ -6,7 +6,7 @@ export default { key: "mixmax-get-contact-groups", name: "Get Contact Groups", description: "Contact groups that you have access to (either that you have created, or that have been shared with you). [See the docs here](https://developer.mixmax.com/reference/contactgroups)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/mixmax/actions/get-contacts/get-contacts.mjs b/components/mixmax/actions/get-contacts/get-contacts.mjs index e7293e59b8ded..117aa42795b48 100644 --- a/components/mixmax/actions/get-contacts/get-contacts.mjs +++ b/components/mixmax/actions/get-contacts/get-contacts.mjs @@ -7,7 +7,7 @@ export default { key: "mixmax-get-contacts", name: "Get Contacts", description: "Lists all your Mixmax Contacts (ie people you've emailed using Mixmax). Does not currently return contacts shared with you via shared contact groups (a performance limitiation). [See the docs here](https://developer.mixmax.com/reference/contacts)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/mixmax/actions/search-contacts/search-contacts.mjs b/components/mixmax/actions/search-contacts/search-contacts.mjs index 5070bdf60c1df..4d2c55505a25b 100644 --- a/components/mixmax/actions/search-contacts/search-contacts.mjs +++ b/components/mixmax/actions/search-contacts/search-contacts.mjs @@ -5,7 +5,7 @@ export default { key: "mixmax-search-contacts", name: "Search Contacts", description: "Search for matching contacts. This API queries across different sources including mixmax, google directory, and salesforce (contacts, leads, accounts, and opportunities). [See the docs here](https://developer.mixmax.com/reference/contactsquery)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/mixmax/actions/update-contact/update-contact.mjs b/components/mixmax/actions/update-contact/update-contact.mjs index 5c68271236e33..0c24e02e92116 100644 --- a/components/mixmax/actions/update-contact/update-contact.mjs +++ b/components/mixmax/actions/update-contact/update-contact.mjs @@ -5,7 +5,7 @@ export default { key: "mixmax-update-contact", name: "Update Contact", description: "Update a specific contact. [See the docs here](https://developer.mixmax.com/reference/contactsid-1)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { ...common.props, diff --git a/components/mixmax/package.json b/components/mixmax/package.json index ab510ace2f014..7665a95d9248c 100644 --- a/components/mixmax/package.json +++ b/components/mixmax/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mixmax", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream MixMax Components", "main": "mixmax.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/mixmax", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/mixmax/sources/new-contact-group/new-contact-group.mjs b/components/mixmax/sources/new-contact-group/new-contact-group.mjs index e65b550b4bb50..030ef6897d689 100644 --- a/components/mixmax/sources/new-contact-group/new-contact-group.mjs +++ b/components/mixmax/sources/new-contact-group/new-contact-group.mjs @@ -6,7 +6,7 @@ export default { name: "New Contact Group", key: "mixmax-new-contact-group", description: "Emit new event when a new contact group is created. [See docs here](https://developer.mixmax.com/reference/contactgroups)", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/mixmax/sources/new-contact/new-contact.mjs b/components/mixmax/sources/new-contact/new-contact.mjs index a5e80bea8919a..ba04236893fd0 100644 --- a/components/mixmax/sources/new-contact/new-contact.mjs +++ b/components/mixmax/sources/new-contact/new-contact.mjs @@ -6,7 +6,7 @@ export default { name: "New Contact", key: "mixmax-new-contact", description: "Emit new event when a new contact is created. [See docs here](https://developer.mixmax.com/reference/contacts)", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/mobile_text_alerts/package.json b/components/mobile_text_alerts/package.json index 7d934a6234563..04c508dd99229 100644 --- a/components/mobile_text_alerts/package.json +++ b/components/mobile_text_alerts/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mobile_text_alerts", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Mobile Text Alerts Components", "main": "dist/app/mobile_text_alerts.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/mobile_text_alerts", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/mobilemonkey/package.json b/components/mobilemonkey/package.json index aae501b4febf7..a6cbc928f8e9d 100644 --- a/components/mobilemonkey/package.json +++ b/components/mobilemonkey/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mobilemonkey", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream MobileMonkey Components", "main": "dist/app/mobilemonkey.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/mobilemonkey", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/mode/package.json b/components/mode/package.json index 968d8e095bf77..956323be60ffe 100644 --- a/components/mode/package.json +++ b/components/mode/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mode", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Mode Components", "main": "dist/app/mode.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/mode", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/monday/actions/create-board/create-board.mjs b/components/monday/actions/create-board/create-board.mjs index 79939fa25c899..650e2202508a3 100644 --- a/components/monday/actions/create-board/create-board.mjs +++ b/components/monday/actions/create-board/create-board.mjs @@ -6,7 +6,7 @@ export default { name: "Create Board", description: "Creates a new board. [See the docs here](https://api.developer.monday.com/docs/boards#create-a-board)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { monday, boardName: { diff --git a/components/monday/actions/create-column/create-column.mjs b/components/monday/actions/create-column/create-column.mjs index d45315ddffcad..75a7bed7bfcb1 100644 --- a/components/monday/actions/create-column/create-column.mjs +++ b/components/monday/actions/create-column/create-column.mjs @@ -6,7 +6,7 @@ export default { name: "Create Column", description: "Creates a column. [See the docs here](https://developer.monday.com/api-reference/docs/columns-queries-1)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { monday, boardId: { diff --git a/components/monday/actions/create-group/create-group.mjs b/components/monday/actions/create-group/create-group.mjs index 2e43c3305b452..bbb4846532526 100644 --- a/components/monday/actions/create-group/create-group.mjs +++ b/components/monday/actions/create-group/create-group.mjs @@ -5,7 +5,7 @@ export default { name: "Create Group", description: "Creates a new group in a specific board. [See the docs here](https://api.developer.monday.com/docs/groups-queries#create-a-group)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { monday, boardId: { diff --git a/components/monday/actions/create-item/create-item.mjs b/components/monday/actions/create-item/create-item.mjs index f76f4ea0eabea..ee3edf0b2ef52 100644 --- a/components/monday/actions/create-item/create-item.mjs +++ b/components/monday/actions/create-item/create-item.mjs @@ -6,7 +6,7 @@ export default { name: "Create Item", description: "Creates an item. [See the docs here](https://api.developer.monday.com/docs/items-queries#create-an-item)", type: "action", - version: "0.0.3", + version: "0.0.4", props: { monday, boardId: { diff --git a/components/monday/actions/create-update/create-update.mjs b/components/monday/actions/create-update/create-update.mjs index ee5b37ce61865..560c09104c4e6 100644 --- a/components/monday/actions/create-update/create-update.mjs +++ b/components/monday/actions/create-update/create-update.mjs @@ -6,7 +6,7 @@ export default { name: "Create an Update", description: "Creates a new update. [See the docs here](https://api.developer.monday.com/docs/updates-queries#create-an-update)", type: "action", - version: "0.0.3", + version: "0.0.4", props: { monday, updateBody: { diff --git a/components/monday/actions/update-item-name/update-item-name.mjs b/components/monday/actions/update-item-name/update-item-name.mjs index 3a333da21b53d..4578de2a8c9bb 100644 --- a/components/monday/actions/update-item-name/update-item-name.mjs +++ b/components/monday/actions/update-item-name/update-item-name.mjs @@ -5,7 +5,7 @@ export default { name: "Update Item Name", description: "Update an item's name. [See the docs here](https://api.developer.monday.com/docs/item-name)", type: "action", - version: "0.0.3", + version: "0.0.4", props: { monday, boardId: { diff --git a/components/monday/package.json b/components/monday/package.json index 320a9fe7955dd..6375193102455 100644 --- a/components/monday/package.json +++ b/components/monday/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/monday", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Monday Components", "main": "monday.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/monday", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/monday/sources/column-value-updated/column-value-updated.mjs b/components/monday/sources/column-value-updated/column-value-updated.mjs index 12e862e1a4857..5c415abadd459 100644 --- a/components/monday/sources/column-value-updated/column-value-updated.mjs +++ b/components/monday/sources/column-value-updated/column-value-updated.mjs @@ -6,7 +6,7 @@ export default { name: "Column Value Updated", description: "Emit new event when a column value is updated on a board in Monday. For changes to Name, use the Name Updated Trigger.", type: "source", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", methods: { ...common.methods, diff --git a/components/monday/sources/name-updated/name-updated.mjs b/components/monday/sources/name-updated/name-updated.mjs index 57d92e4abdafd..b7d2466530f69 100644 --- a/components/monday/sources/name-updated/name-updated.mjs +++ b/components/monday/sources/name-updated/name-updated.mjs @@ -6,7 +6,7 @@ export default { name: "Name Updated", description: "Emit new event when an item's Name is updated on a board in Monday.", type: "source", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", methods: { ...common.methods, diff --git a/components/monday/sources/new-board/new-board.mjs b/components/monday/sources/new-board/new-board.mjs index cbe70494bfc16..ff2b53d260e31 100644 --- a/components/monday/sources/new-board/new-board.mjs +++ b/components/monday/sources/new-board/new-board.mjs @@ -6,7 +6,7 @@ export default { name: "New Board", description: "Emit new event when a new board is created in Monday.", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", props: { ...common.props, diff --git a/components/monday/sources/new-item/new-item.mjs b/components/monday/sources/new-item/new-item.mjs index 2f25b3b883f0a..3e0d70ed0b957 100644 --- a/components/monday/sources/new-item/new-item.mjs +++ b/components/monday/sources/new-item/new-item.mjs @@ -6,7 +6,7 @@ export default { name: "New Item", description: "Emit new event when a new item is added to a board in Monday.", type: "source", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", methods: { ...common.methods, diff --git a/components/monday/sources/new-user/new-user.mjs b/components/monday/sources/new-user/new-user.mjs index b1b686ebf86d3..8f23900eb60ab 100644 --- a/components/monday/sources/new-user/new-user.mjs +++ b/components/monday/sources/new-user/new-user.mjs @@ -6,7 +6,7 @@ export default { name: "New User", description: "Emit new event when a new user is created in Monday.", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", methods: { ...common.methods, diff --git a/components/monday/sources/specific-column-updated/specific-column-updated.mjs b/components/monday/sources/specific-column-updated/specific-column-updated.mjs index b4dad73455324..863c8a6499d65 100644 --- a/components/monday/sources/specific-column-updated/specific-column-updated.mjs +++ b/components/monday/sources/specific-column-updated/specific-column-updated.mjs @@ -6,7 +6,7 @@ export default { name: "Specific Column Updated", description: "Emit new event when a value in the specified column is updated on a board in Monday. For changes to Name, use the Name Updated Trigger.", type: "source", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { ...common.props, diff --git a/components/moneybird/actions/create-contact/create-contact.mjs b/components/moneybird/actions/create-contact/create-contact.mjs index b1eeb10b93239..34cf9b491be8d 100644 --- a/components/moneybird/actions/create-contact/create-contact.mjs +++ b/components/moneybird/actions/create-contact/create-contact.mjs @@ -4,7 +4,7 @@ export default { key: "moneybird-create-contact", name: "Create Contact", description: "Create a new contact. [See docs here](https://developer.moneybird.com/api/contacts/#post_contacts)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { moneybird, diff --git a/components/moneybird/actions/create-quote/create-quote.mjs b/components/moneybird/actions/create-quote/create-quote.mjs index b4e0500604478..31e485ac59bba 100644 --- a/components/moneybird/actions/create-quote/create-quote.mjs +++ b/components/moneybird/actions/create-quote/create-quote.mjs @@ -5,7 +5,7 @@ export default { key: "moneybird-create-quote", name: "Create Quote", description: "Create a new quote. [See docs here](https://developer.moneybird.com/api/estimates/#post_estimates)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { moneybird, diff --git a/components/moneybird/actions/create-sale-invoice/create-sale-invoice.mjs b/components/moneybird/actions/create-sale-invoice/create-sale-invoice.mjs index b2896cdc530ff..c4e269eaf5c6f 100644 --- a/components/moneybird/actions/create-sale-invoice/create-sale-invoice.mjs +++ b/components/moneybird/actions/create-sale-invoice/create-sale-invoice.mjs @@ -5,7 +5,7 @@ export default { key: "moneybird-create-sale-invoice", name: "Create Sale Invoice", description: "Create a sale invoice. [See docs here](https://developer.moneybird.com/api/sales_invoices/#post_sales_invoices)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { moneybird, diff --git a/components/moneybird/package.json b/components/moneybird/package.json index 27d43c617fe21..1001534ac4789 100644 --- a/components/moneybird/package.json +++ b/components/moneybird/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/moneybird", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Moneybird Components", "main": "moneybird.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/moneybird", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/moneybird/sources/new-webhook-event/new-webhook-event.mjs b/components/moneybird/sources/new-webhook-event/new-webhook-event.mjs index 2c6b20e24223d..5335f01a17936 100644 --- a/components/moneybird/sources/new-webhook-event/new-webhook-event.mjs +++ b/components/moneybird/sources/new-webhook-event/new-webhook-event.mjs @@ -3,7 +3,7 @@ import constants from "../common/constants.mjs"; export default { name: "New Webhook event", - version: "0.0.1", + version: "0.0.2", key: "moneybird-new-webhook-event", description: "Emit new event on each webhook event. [See docs here](https://developer.moneybird.com/webhooks/)", type: "source", diff --git a/components/mongodb/actions/create-new-document/create-new-document.mjs b/components/mongodb/actions/create-new-document/create-new-document.mjs index e957a9097e5dd..60e0ed39d7608 100644 --- a/components/mongodb/actions/create-new-document/create-new-document.mjs +++ b/components/mongodb/actions/create-new-document/create-new-document.mjs @@ -4,7 +4,7 @@ export default { key: "mongodb-create-new-document", name: "Create New Document", description: "Create a new document in a collection of your choice. [See the docs here](https://docs.mongodb.com/manual/tutorial/insert-documents/)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { mongodbApp, diff --git a/components/mongodb/actions/delete-document/delete-document.mjs b/components/mongodb/actions/delete-document/delete-document.mjs index fc0cbaf821787..b093c1b283e5f 100644 --- a/components/mongodb/actions/delete-document/delete-document.mjs +++ b/components/mongodb/actions/delete-document/delete-document.mjs @@ -4,7 +4,7 @@ export default { key: "mongodb-delete-document", name: "Delete a Document", description: "Delete a single document by ID. [See the docs here](https://docs.mongodb.com/manual/tutorial/remove-documents/)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { mongodbApp, diff --git a/components/mongodb/actions/find-document-by-id/find-document-by-id.mjs b/components/mongodb/actions/find-document-by-id/find-document-by-id.mjs index 052ae3411f53f..10fdf28b39bb4 100644 --- a/components/mongodb/actions/find-document-by-id/find-document-by-id.mjs +++ b/components/mongodb/actions/find-document-by-id/find-document-by-id.mjs @@ -4,7 +4,7 @@ export default { key: "mongodb-find-document-by-id", name: "Find Document by Id", description: "Retrieves a single document by ID. [See the docs here](https://docs.mongodb.com/manual/reference/method/db.collection.find/)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { mongodbApp, diff --git a/components/mongodb/actions/search-documents/search-documents.mjs b/components/mongodb/actions/search-documents/search-documents.mjs index e35629b2f92fb..516c30164f08f 100644 --- a/components/mongodb/actions/search-documents/search-documents.mjs +++ b/components/mongodb/actions/search-documents/search-documents.mjs @@ -4,7 +4,7 @@ export default { key: "mongodb-search-documents", name: "Search Documents", description: "Search for specific documents or return all documents. [See the docs here](https://docs.mongodb.com/manual/reference/method/db.collection.find/)", - version: "0.0.5", + version: "0.0.6", type: "action", props: { mongodbApp, diff --git a/components/mongodb/actions/update-document/update-document.mjs b/components/mongodb/actions/update-document/update-document.mjs index f45362930c1c6..1c82582073d1b 100644 --- a/components/mongodb/actions/update-document/update-document.mjs +++ b/components/mongodb/actions/update-document/update-document.mjs @@ -4,7 +4,7 @@ export default { key: "mongodb-update-a-document", name: "Update a Document", description: "Updates a single document by ID. [See the docs here](https://docs.mongodb.com/manual/reference/method/db.collection.findOneAndUpdate/)", - version: "0.1.2", + version: "0.1.3", type: "action", props: { mongodbApp, diff --git a/components/mongodb/package.json b/components/mongodb/package.json index ec66da04432dc..1b9a02535d18c 100644 --- a/components/mongodb/package.json +++ b/components/mongodb/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mongodb", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream MongoDB Components", "main": "mongodb.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ ], "homepage": "https://pipedream.com/apps/mongodb", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/mongodb/sources/new-collection/new-collection.mjs b/components/mongodb/sources/new-collection/new-collection.mjs index f2f0ecad4992c..8631193ec477c 100644 --- a/components/mongodb/sources/new-collection/new-collection.mjs +++ b/components/mongodb/sources/new-collection/new-collection.mjs @@ -5,7 +5,7 @@ export default { key: "mongodb-new-collection", name: "New Collection", description: "Emit new an event when a new collection is added to a database", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/mongodb/sources/new-database/new-database.mjs b/components/mongodb/sources/new-database/new-database.mjs index e88530402ed51..b7aa3d01d1990 100644 --- a/components/mongodb/sources/new-database/new-database.mjs +++ b/components/mongodb/sources/new-database/new-database.mjs @@ -5,7 +5,7 @@ export default { key: "mongodb-new-database", name: "New Database", description: "Emit new an event when a new database is added", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", methods: { diff --git a/components/mongodb/sources/new-document/new-document.mjs b/components/mongodb/sources/new-document/new-document.mjs index 7f5012cb445a6..78efa019b8740 100644 --- a/components/mongodb/sources/new-document/new-document.mjs +++ b/components/mongodb/sources/new-document/new-document.mjs @@ -5,7 +5,7 @@ export default { key: "mongodb-new-document", name: "New Document", description: "Emit new an event when a new document is added to a collection", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/mongodb/sources/new-field-in-document/new-field-in-document.mjs b/components/mongodb/sources/new-field-in-document/new-field-in-document.mjs index 050a767c30de4..1c640a61e7c35 100644 --- a/components/mongodb/sources/new-field-in-document/new-field-in-document.mjs +++ b/components/mongodb/sources/new-field-in-document/new-field-in-document.mjs @@ -5,7 +5,7 @@ export default { key: "mongodb-new-field-in-document", name: "New Field in Document", description: "Emit new an event when a new field is added to a document", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", props: { diff --git a/components/monkeylearn/actions/classify-text/classify-text.mjs b/components/monkeylearn/actions/classify-text/classify-text.mjs index 5a7a9d87b3a9a..b5fa0c20e1449 100644 --- a/components/monkeylearn/actions/classify-text/classify-text.mjs +++ b/components/monkeylearn/actions/classify-text/classify-text.mjs @@ -5,7 +5,7 @@ export default { key: "monkeylearn-classify-text", name: "Classify Text", description: "Classifies texts with a given classifier. [See the docs here](https://monkeylearn.com/api/v3/#classify)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/monkeylearn/actions/extract-text/extract-text.mjs b/components/monkeylearn/actions/extract-text/extract-text.mjs index f960ad7ecf617..9f2fcccfa67cf 100644 --- a/components/monkeylearn/actions/extract-text/extract-text.mjs +++ b/components/monkeylearn/actions/extract-text/extract-text.mjs @@ -5,7 +5,7 @@ export default { key: "monkeylearn-extract-text", name: "Extract Text", description: "Extracts information from texts with a given extractor. [See the docs here](https://monkeylearn.com/api/v3/#extract)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/monkeylearn/actions/upload-training-data/upload-training-data.mjs b/components/monkeylearn/actions/upload-training-data/upload-training-data.mjs index 3b9f9b9611063..422c041eaeb35 100644 --- a/components/monkeylearn/actions/upload-training-data/upload-training-data.mjs +++ b/components/monkeylearn/actions/upload-training-data/upload-training-data.mjs @@ -6,7 +6,7 @@ export default { key: "monkeylearn-upload-training-data", name: "Upload Training Data", description: "Uploads data to a classifier. This component can be used to upload new data to a classifier, to update the tags of texts that have already been uploaded, or both. [See the docs here](https://monkeylearn.com/api/v3/#upload-classifier-data)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/monkeylearn/package.json b/components/monkeylearn/package.json index 8466ea589b773..00c2e5f022902 100644 --- a/components/monkeylearn/package.json +++ b/components/monkeylearn/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/monkeylearn", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream MonkeyLearn Components", "main": "monkeylearn.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/monkeylearn", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/mozilla_observatory/package.json b/components/mozilla_observatory/package.json index 5c57c4a602905..36c32d6e103c5 100644 --- a/components/mozilla_observatory/package.json +++ b/components/mozilla_observatory/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mozilla_observatory", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Mozilla Observatory Components", "main": "dist/app/mozilla_observatory.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/mozilla_observatory", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/murlist/package.json b/components/murlist/package.json index f2ee4875e6678..9c1032cf7f925 100644 --- a/components/murlist/package.json +++ b/components/murlist/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/murlist", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream MurList Components", "main": "dist/app/murlist.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/murlist", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/mux/package.json b/components/mux/package.json index fc0f14b932fa4..33e0af76d07f3 100644 --- a/components/mux/package.json +++ b/components/mux/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mux", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Mux Components", "main": "dist/app/mux.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/mux", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/mx_toolbox/package.json b/components/mx_toolbox/package.json index 3247dd25e15e4..fa60186e1c2f4 100644 --- a/components/mx_toolbox/package.json +++ b/components/mx_toolbox/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mx_toolbox", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Mx Toolbox Components", "main": "dist/app/mx_toolbox.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/mx_toolbox", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/mysql/actions/create-row/create-row.mjs b/components/mysql/actions/create-row/create-row.mjs index 40c78f77edb03..861ab647da956 100644 --- a/components/mysql/actions/create-row/create-row.mjs +++ b/components/mysql/actions/create-row/create-row.mjs @@ -6,7 +6,7 @@ export default { name: "Create Row", description: "Adds a new row. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/insert.html)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { mysql, table: { diff --git a/components/mysql/actions/delete-row/delete-row.mjs b/components/mysql/actions/delete-row/delete-row.mjs index 2c3c04d34282f..25f06aafd254c 100644 --- a/components/mysql/actions/delete-row/delete-row.mjs +++ b/components/mysql/actions/delete-row/delete-row.mjs @@ -5,7 +5,7 @@ export default { name: "Delete Row", description: "Delete an existing row. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/delete.html)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { mysql, table: { diff --git a/components/mysql/actions/execute-query/execute-query.mjs b/components/mysql/actions/execute-query/execute-query.mjs index 47aca9058f863..03382eecc2cf5 100644 --- a/components/mysql/actions/execute-query/execute-query.mjs +++ b/components/mysql/actions/execute-query/execute-query.mjs @@ -5,7 +5,7 @@ export default { name: "Execute Query", description: "Find row(s) via a custom query. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/select.html)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { mysql, table: { diff --git a/components/mysql/actions/execute-stored-procedure/execute-stored-procedure.mjs b/components/mysql/actions/execute-stored-procedure/execute-stored-procedure.mjs index 5aeda24276f9d..6324bfd0e7842 100644 --- a/components/mysql/actions/execute-stored-procedure/execute-stored-procedure.mjs +++ b/components/mysql/actions/execute-stored-procedure/execute-stored-procedure.mjs @@ -5,7 +5,7 @@ export default { name: "Execute Stored Procedure", description: "Execute Stored Procedure. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/stored-programs-defining.html)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { mysql, storedProcedure: { diff --git a/components/mysql/actions/find-row/find-row.mjs b/components/mysql/actions/find-row/find-row.mjs index e3b8cc843e7cc..825f545b03e7f 100644 --- a/components/mysql/actions/find-row/find-row.mjs +++ b/components/mysql/actions/find-row/find-row.mjs @@ -5,7 +5,7 @@ export default { name: "Find Row", description: "Finds a row in a table via a lookup column. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/select.html)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { mysql, table: { diff --git a/components/mysql/actions/update-row/update-row.mjs b/components/mysql/actions/update-row/update-row.mjs index 683304946d3db..a4dc5ccb340f2 100644 --- a/components/mysql/actions/update-row/update-row.mjs +++ b/components/mysql/actions/update-row/update-row.mjs @@ -6,7 +6,7 @@ export default { name: "Update Row", description: "Updates an existing row. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/update.html)", type: "action", - version: "0.0.2", + version: "0.0.3", props: { mysql, table: { diff --git a/components/mysql/package.json b/components/mysql/package.json index d101cd3ea9eca..3989aa9a87186 100644 --- a/components/mysql/package.json +++ b/components/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mysql", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Mysql Components", "main": "mysql.app.mjs", "keywords": [ @@ -8,7 +8,6 @@ "mysql" ], "homepage": "https://pipedream.com/apps/mysql", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/mysql/sources/new-column/new-column.mjs b/components/mysql/sources/new-column/new-column.mjs index 941fb6716c5d8..260d4f1b24d11 100644 --- a/components/mysql/sources/new-column/new-column.mjs +++ b/components/mysql/sources/new-column/new-column.mjs @@ -6,7 +6,7 @@ export default { name: "New Column", description: "Emit new event when you add a new column to a table. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/show-columns.html)", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", props: { ...common.props, diff --git a/components/mysql/sources/new-or-updated-row/new-or-updated-row.mjs b/components/mysql/sources/new-or-updated-row/new-or-updated-row.mjs index ef0d3341c3ab3..eb8f56ade6dbd 100644 --- a/components/mysql/sources/new-or-updated-row/new-or-updated-row.mjs +++ b/components/mysql/sources/new-or-updated-row/new-or-updated-row.mjs @@ -8,7 +8,7 @@ export default { name: "New or Updated Row", description: "Emit new event when you add or modify a new row in a table. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/select.html)", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", props: { ...common.props, diff --git a/components/mysql/sources/new-row-custom-query/new-row-custom-query.mjs b/components/mysql/sources/new-row-custom-query/new-row-custom-query.mjs index 1e9803b2c77c3..71bf7e76399db 100644 --- a/components/mysql/sources/new-row-custom-query/new-row-custom-query.mjs +++ b/components/mysql/sources/new-row-custom-query/new-row-custom-query.mjs @@ -8,7 +8,7 @@ export default { key: "mysql-new-row-custom-query", name: "New Row (Custom Query)", description: "Emit new event when new rows are returned from a custom query. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/select.html)", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", props: { diff --git a/components/mysql/sources/new-row/new-row.mjs b/components/mysql/sources/new-row/new-row.mjs index cf9a22c178cd0..6386c83a19a73 100644 --- a/components/mysql/sources/new-row/new-row.mjs +++ b/components/mysql/sources/new-row/new-row.mjs @@ -8,7 +8,7 @@ export default { name: "New Row", description: "Emit new event when you add a new row to a table. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/select.html)", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", props: { ...common.props, diff --git a/components/mysql/sources/new-table/new-table.mjs b/components/mysql/sources/new-table/new-table.mjs index b420a83239b3f..d17412a840084 100644 --- a/components/mysql/sources/new-table/new-table.mjs +++ b/components/mysql/sources/new-table/new-table.mjs @@ -6,7 +6,7 @@ export default { name: "New Table", description: "Emit new event when a new table is added to a database. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/select.html)", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", props: { ...common.props, diff --git a/components/n8n_io/package.json b/components/n8n_io/package.json index 3b9c2626c4b77..b3623e56d4a20 100644 --- a/components/n8n_io/package.json +++ b/components/n8n_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/n8n_io", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream n8n.io Components", "main": "dist/app/n8n_io.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/n8n_io", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/namely/actions/create-user/create-user.ts b/components/namely/actions/create-user/create-user.ts index 772d835b8251d..a2243b808f589 100644 --- a/components/namely/actions/create-user/create-user.ts +++ b/components/namely/actions/create-user/create-user.ts @@ -4,7 +4,7 @@ import namely from "../../app/namely.app"; export default defineAction({ key: "namely-create-user", - version: "0.0.1", + version: "0.0.2", name: "Create User", description: "Creates a new user. [See docs here](https://developers.namely.com/docs/namely-api/28db3994d16fe-create-a-user)", type: "action", diff --git a/components/namely/actions/get-user/get-user.ts b/components/namely/actions/get-user/get-user.ts index bb3dda4beada4..6b09560c8b612 100644 --- a/components/namely/actions/get-user/get-user.ts +++ b/components/namely/actions/get-user/get-user.ts @@ -3,7 +3,7 @@ import namely from "../../app/namely.app"; export default defineAction({ key: "namely-get-user", - version: "0.0.1", + version: "0.0.2", name: "Get User", description: "Get a user. [See docs here](https://developers.namely.com/docs/namely-api/1c7f311bfa8e8-get-a-profile)", type: "action", diff --git a/components/namely/actions/update-user/update-user.ts b/components/namely/actions/update-user/update-user.ts index e8bd3c3f479bb..f22403ee3455f 100644 --- a/components/namely/actions/update-user/update-user.ts +++ b/components/namely/actions/update-user/update-user.ts @@ -4,7 +4,7 @@ import namely from "../../app/namely.app"; export default defineAction({ key: "namely-update-user", - version: "0.0.1", + version: "0.0.2", name: "Update User", description: "Updates a user. [See docs here](https://developers.namely.com/docs/namely-api/2bfe77e091d74-update-a-profile)", type: "action", diff --git a/components/namely/package.json b/components/namely/package.json index d8b2554c8953b..2375c88e8bbee 100644 --- a/components/namely/package.json +++ b/components/namely/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/namely", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Namely Components", "main": "dist/app/namely.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/namely", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/namely/sources/created-user/created-user.ts b/components/namely/sources/created-user/created-user.ts index a757e04743785..629fbc3160a00 100644 --- a/components/namely/sources/created-user/created-user.ts +++ b/components/namely/sources/created-user/created-user.ts @@ -4,7 +4,7 @@ import base from "../common/base-user"; export default defineSource({ ...base, key: "namely-created-user", - version: "0.0.2", + version: "0.0.3", name: "New Created User", description: "Emit new event for each user created.", type: "source", diff --git a/components/namely/sources/updated-user/updated-user.ts b/components/namely/sources/updated-user/updated-user.ts index a682e7fdb9a64..dd9e872161b65 100644 --- a/components/namely/sources/updated-user/updated-user.ts +++ b/components/namely/sources/updated-user/updated-user.ts @@ -4,7 +4,7 @@ import base from "../common/base-user"; export default defineSource({ ...base, key: "namely-updated-user", - version: "0.0.2", + version: "0.0.3", name: "New Updated User", type: "source", description: "Emit new event for each user updated.", diff --git a/components/nano_nets/package.json b/components/nano_nets/package.json index edc884819d498..8094dababe61a 100644 --- a/components/nano_nets/package.json +++ b/components/nano_nets/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nano_nets", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Nano Nets Components", "main": "dist/app/nano_nets.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/nano_nets", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/nectar_crm/actions/create-appointment/create-appointment.ts b/components/nectar_crm/actions/create-appointment/create-appointment.ts index 09c6cf4202125..0e5097c9dac4d 100644 --- a/components/nectar_crm/actions/create-appointment/create-appointment.ts +++ b/components/nectar_crm/actions/create-appointment/create-appointment.ts @@ -5,7 +5,7 @@ export default defineAction({ key: "nectar_crm-create-appointment", name: "Create Appointment", description: "Created a new appointment. [See docs here](https://nectarcrm.docs.apiary.io/#reference/0/compromissos/criar)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { nectar_crm, diff --git a/components/nectar_crm/actions/create-contact/create-contact.ts b/components/nectar_crm/actions/create-contact/create-contact.ts index 23a4cf8341cc9..305aa5b3b4ab8 100644 --- a/components/nectar_crm/actions/create-contact/create-contact.ts +++ b/components/nectar_crm/actions/create-contact/create-contact.ts @@ -6,7 +6,7 @@ export default defineAction({ key: "nectar_crm-create-contact", name: "Create Contact", description: "Created a new contact. [See docs here](https://nectarcrm.docs.apiary.io/#reference/0/contatos/criar)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { nectar_crm, diff --git a/components/nectar_crm/actions/create-sale-opportunity/create-sale-opportunity.ts b/components/nectar_crm/actions/create-sale-opportunity/create-sale-opportunity.ts index 2f690260b736d..e535d616d4812 100644 --- a/components/nectar_crm/actions/create-sale-opportunity/create-sale-opportunity.ts +++ b/components/nectar_crm/actions/create-sale-opportunity/create-sale-opportunity.ts @@ -6,7 +6,7 @@ export default defineAction({ key: "nectar_crm-create-sale-opportunity", name: "Create Sale Opportunity", description: "Created a sale opportunity. [See docs here](https://nectarcrm.docs.apiary.io/#reference/0/oportunidades/criar)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { nectar_crm, diff --git a/components/nectar_crm/actions/create-task/create-task.ts b/components/nectar_crm/actions/create-task/create-task.ts index 50676d5548ae0..72de96e8a1e3e 100644 --- a/components/nectar_crm/actions/create-task/create-task.ts +++ b/components/nectar_crm/actions/create-task/create-task.ts @@ -6,7 +6,7 @@ export default defineAction({ key: "nectar_crm-create-task", name: "Create Task", description: "Created a new task. [See docs here](https://nectarcrm.docs.apiary.io/#reference/0/tarefas/criar)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { nectar_crm, diff --git a/components/nectar_crm/package.json b/components/nectar_crm/package.json index 5f50b1a706864..e7dcc5f91e5f0 100644 --- a/components/nectar_crm/package.json +++ b/components/nectar_crm/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nectar_crm", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Nectar CRM Components", "main": "dist/app/nectar_crm.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/nectar_crm", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/netlify/actions/get-site/get-site.mjs b/components/netlify/actions/get-site/get-site.mjs index 4e8c917e4f911..6d71ac7cb7e83 100644 --- a/components/netlify/actions/get-site/get-site.mjs +++ b/components/netlify/actions/get-site/get-site.mjs @@ -4,7 +4,7 @@ export default { key: "netlify-get-site", name: "Get Site", description: "Get a specified site. [See docs](https://docs.netlify.com/api/get-started/#get-sites)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { netlify, diff --git a/components/netlify/actions/list-files/list-files.mjs b/components/netlify/actions/list-files/list-files.mjs index 65b923e9a5bb6..4e8bfa4c2f25e 100644 --- a/components/netlify/actions/list-files/list-files.mjs +++ b/components/netlify/actions/list-files/list-files.mjs @@ -4,7 +4,7 @@ export default { key: "netlify-list-files", name: "List Files", description: "Returns a list of all the files in the current deploy. [See docs](https://docs.netlify.com/api/get-started/#get-files)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { netlify, diff --git a/components/netlify/actions/list-site-deploys/list-site-deploys.mjs b/components/netlify/actions/list-site-deploys/list-site-deploys.mjs index beb15de32345f..4b748eb26e80e 100644 --- a/components/netlify/actions/list-site-deploys/list-site-deploys.mjs +++ b/components/netlify/actions/list-site-deploys/list-site-deploys.mjs @@ -4,7 +4,7 @@ export default { key: "netlify-list-site-deploys", name: "List Site Deploys", description: "Returns a list of all deploys for a specific site. [See docs](https://docs.netlify.com/api/get-started/#get-deploys)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { netlify, diff --git a/components/netlify/actions/rollback-deploy/rollback-deploy.mjs b/components/netlify/actions/rollback-deploy/rollback-deploy.mjs index 6d90c05879706..3d61646a066e8 100644 --- a/components/netlify/actions/rollback-deploy/rollback-deploy.mjs +++ b/components/netlify/actions/rollback-deploy/rollback-deploy.mjs @@ -4,7 +4,7 @@ export default { key: "netlify-rollback-deploy", name: "Rollback Deploy", description: "Restores an old deploy and makes it the live version of the site. [See docs](https://docs.netlify.com/api/get-started/#restore-deploy-rollback)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { netlify, diff --git a/components/netlify/package.json b/components/netlify/package.json index ae1b778ae43dc..3a468f918ed41 100644 --- a/components/netlify/package.json +++ b/components/netlify/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/netlify", - "version": "0.3.4", + "version": "0.3.5", "description": "Pipedream Netlify Components", "main": "netlify.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/netlify", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "axios": "^0.21.1", "jwt-simple": "^0.5.6", diff --git a/components/netlify/sources/new-deploy-failure/new-deploy-failure.mjs b/components/netlify/sources/new-deploy-failure/new-deploy-failure.mjs index 6192cac8d0d49..2309237cbd972 100644 --- a/components/netlify/sources/new-deploy-failure/new-deploy-failure.mjs +++ b/components/netlify/sources/new-deploy-failure/new-deploy-failure.mjs @@ -7,7 +7,7 @@ export default { name: "New Deploy Failure (Instant)", description: "Emit new event when a new deployment fails", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...webhook.methods, diff --git a/components/netlify/sources/new-deploy-start/new-deploy-start.mjs b/components/netlify/sources/new-deploy-start/new-deploy-start.mjs index 5759d3b23e6ff..d9fe3f75be992 100644 --- a/components/netlify/sources/new-deploy-start/new-deploy-start.mjs +++ b/components/netlify/sources/new-deploy-start/new-deploy-start.mjs @@ -7,7 +7,7 @@ export default { name: "New Deploy Start (Instant)", description: "Emit new event when a new deployment is started", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...webhook.methods, diff --git a/components/netlify/sources/new-deploy-success/new-deploy-success.mjs b/components/netlify/sources/new-deploy-success/new-deploy-success.mjs index a5051c7703283..16d58861af2cb 100644 --- a/components/netlify/sources/new-deploy-success/new-deploy-success.mjs +++ b/components/netlify/sources/new-deploy-success/new-deploy-success.mjs @@ -7,7 +7,7 @@ export default { name: "New Deploy Success (Instant)", description: "Emit new event when a new deployment is completed", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...webhook.methods, diff --git a/components/netlify/sources/new-form-submission/new-form-submission.mjs b/components/netlify/sources/new-form-submission/new-form-submission.mjs index 26b2e278225bd..6d6020795923a 100644 --- a/components/netlify/sources/new-form-submission/new-form-submission.mjs +++ b/components/netlify/sources/new-form-submission/new-form-submission.mjs @@ -7,7 +7,7 @@ export default { name: "New Form Submission (Instant)", description: "Emit new event when a user submits a form", type: "source", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", methods: { ...webhook.methods, diff --git a/components/neutrino/package.json b/components/neutrino/package.json index 35bf7f905994e..9340715ed6a4c 100644 --- a/components/neutrino/package.json +++ b/components/neutrino/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/neutrino", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Neutrino Components", "main": "dist/app/neutrino.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/neutrino", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/neverbounce/actions/verify-email-address/verify-email-address.ts b/components/neverbounce/actions/verify-email-address/verify-email-address.ts index 9d262f41eeb71..866d686bb3bcc 100644 --- a/components/neverbounce/actions/verify-email-address/verify-email-address.ts +++ b/components/neverbounce/actions/verify-email-address/verify-email-address.ts @@ -9,7 +9,7 @@ export default defineAction({ description: "Verify an email address [See docs here](https://developers.neverbounce.com/docs/verifying-an-email)", key: "neverbounce-verify-email-address", - version: "0.0.1", + version: "0.0.2", type: "action", props: { neverbounce, diff --git a/components/neverbounce/package.json b/components/neverbounce/package.json index 2af8e14403815..e849ed8e6697b 100644 --- a/components/neverbounce/package.json +++ b/components/neverbounce/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/neverbounce", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream NeverBounce Components", "main": "dist/app/neverbounce.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/neverbounce", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/new_relic/actions/new-deployment/new-deployment.mjs b/components/new_relic/actions/new-deployment/new-deployment.mjs index a5030d7f5fb78..e87a94a6a1e80 100644 --- a/components/new_relic/actions/new-deployment/new-deployment.mjs +++ b/components/new_relic/actions/new-deployment/new-deployment.mjs @@ -4,7 +4,7 @@ export default { name: "New Deployment", description: "Create a new deployment mark. [See the docs here](https://docs.newrelic.com/docs/apm/new-relic-apm/maintenance/record-monitor-deployments/)", key: "new_relic-new-deployment", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/new_relic/package.json b/components/new_relic/package.json index 0e68ecd322d32..ace6b1a541620 100644 --- a/components/new_relic/package.json +++ b/components/new_relic/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/new-relic", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream New Relic Components", "main": "new_relic.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/new-relic", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/new_relic/sources/new-alert/new-alert.mjs b/components/new_relic/sources/new-alert/new-alert.mjs index 4662543b27774..831c084e8086e 100644 --- a/components/new_relic/sources/new-alert/new-alert.mjs +++ b/components/new_relic/sources/new-alert/new-alert.mjs @@ -6,7 +6,7 @@ export default { key: "new_relic-new-alert", name: "New Alert", description: "Emit new event when a new alert is created.", - version: "0.0.2", + version: "0.0.3", props: { ...common.props, product: { diff --git a/components/new_relic/sources/new-deployment-event/new-deployment-event.mjs b/components/new_relic/sources/new-deployment-event/new-deployment-event.mjs index 554bb225caf0a..7c22f26d7a912 100644 --- a/components/new_relic/sources/new-deployment-event/new-deployment-event.mjs +++ b/components/new_relic/sources/new-deployment-event/new-deployment-event.mjs @@ -7,7 +7,7 @@ export default { key: "new_relic-new-deployment-event", name: "New Deployment", description: "Emit new event when a new deployment is created.", - version: "0.0.2", + version: "0.0.3", props: { ...common.props, application: { diff --git a/components/newslit/package.json b/components/newslit/package.json index 785a2fbb9fb52..e0c47e690e04b 100644 --- a/components/newslit/package.json +++ b/components/newslit/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/newslit", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Newslit Components", "main": "dist/app/newslit.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/newslit", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/nextdns/package.json b/components/nextdns/package.json index a4dfa379a0ae0..987b16eca948f 100644 --- a/components/nextdns/package.json +++ b/components/nextdns/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nextdns", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream NextDNS Components", "main": "dist/app/nextdns.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/nextdns", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/niceboard/package.json b/components/niceboard/package.json index 0416e1097b514..ea46c229ddded 100644 --- a/components/niceboard/package.json +++ b/components/niceboard/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/niceboard", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Niceboard Components", "main": "dist/app/niceboard.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/niceboard", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/nicereply/package.json b/components/nicereply/package.json index d57f0c0bc3be4..b16982316ce1b 100644 --- a/components/nicereply/package.json +++ b/components/nicereply/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nicereply", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Nicereply Components", "main": "nicereply.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/nicereply", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/nicereply/sources/new-ces-rating/new-ces-rating.mjs b/components/nicereply/sources/new-ces-rating/new-ces-rating.mjs index f7617928394a2..1c14b00fb31eb 100644 --- a/components/nicereply/sources/new-ces-rating/new-ces-rating.mjs +++ b/components/nicereply/sources/new-ces-rating/new-ces-rating.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New CES Rating", - version: "0.0.2", + version: "0.0.3", key: "nicereply-new-ces-rating", description: "Emit new event on each new CES rating.", type: "source", diff --git a/components/nicereply/sources/new-csat-rating/new-csat-rating.mjs b/components/nicereply/sources/new-csat-rating/new-csat-rating.mjs index 721f30241d637..12bbd0a512270 100644 --- a/components/nicereply/sources/new-csat-rating/new-csat-rating.mjs +++ b/components/nicereply/sources/new-csat-rating/new-csat-rating.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New CSAT Rating", - version: "0.0.2", + version: "0.0.3", key: "nicereply-new-csat-rating", description: "Emit new event on each new CSAT rating.", type: "source", diff --git a/components/nicereply/sources/new-customer-rating/new-customer-rating.mjs b/components/nicereply/sources/new-customer-rating/new-customer-rating.mjs index 788401abb7a54..0ba53f8e30f53 100644 --- a/components/nicereply/sources/new-customer-rating/new-customer-rating.mjs +++ b/components/nicereply/sources/new-customer-rating/new-customer-rating.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Customer Rating", - version: "0.0.2", + version: "0.0.3", key: "nicereply-new-customer-rating", description: "Emit new event on each new customer rating.", type: "source", diff --git a/components/nicereply/sources/new-nps-rating/new-nps-rating.mjs b/components/nicereply/sources/new-nps-rating/new-nps-rating.mjs index 08be63387a86c..28476baa4ad4e 100644 --- a/components/nicereply/sources/new-nps-rating/new-nps-rating.mjs +++ b/components/nicereply/sources/new-nps-rating/new-nps-rating.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New NPS Rating", - version: "0.0.2", + version: "0.0.3", key: "nicereply-new-nps-rating", description: "Emit new event on each new NPS rating.", type: "source", diff --git a/components/nicereply/sources/new-survey-rating/new-survey-rating.mjs b/components/nicereply/sources/new-survey-rating/new-survey-rating.mjs index ae3eb5a731ff5..b5c8675fce5ea 100644 --- a/components/nicereply/sources/new-survey-rating/new-survey-rating.mjs +++ b/components/nicereply/sources/new-survey-rating/new-survey-rating.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Survey Rating", - version: "0.0.2", + version: "0.0.3", key: "nicereply-new-survey-rating", description: "Emit new event on each new survey rating.", type: "source", diff --git a/components/nicereply/sources/new-team-rating/new-team-rating.mjs b/components/nicereply/sources/new-team-rating/new-team-rating.mjs index e966fdd2cb858..6f498dd0d40a7 100644 --- a/components/nicereply/sources/new-team-rating/new-team-rating.mjs +++ b/components/nicereply/sources/new-team-rating/new-team-rating.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Team Rating", - version: "0.0.2", + version: "0.0.3", key: "nicereply-new-team-rating", description: "Emit new event on each new team rating.", type: "source", diff --git a/components/nicereply/sources/new-user-rating/new-user-rating.mjs b/components/nicereply/sources/new-user-rating/new-user-rating.mjs index b3c3645556c84..4563c6813abcf 100644 --- a/components/nicereply/sources/new-user-rating/new-user-rating.mjs +++ b/components/nicereply/sources/new-user-rating/new-user-rating.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New User Rating", - version: "0.0.2", + version: "0.0.3", key: "nicereply-new-user-rating", description: "Emit new event on each new user rating.", type: "source", diff --git a/components/niftyimages/actions/add-data-store-record/add-data-store-record.ts b/components/niftyimages/actions/add-data-store-record/add-data-store-record.ts index 7ac35be63bee3..ddf946e354e5b 100644 --- a/components/niftyimages/actions/add-data-store-record/add-data-store-record.ts +++ b/components/niftyimages/actions/add-data-store-record/add-data-store-record.ts @@ -10,7 +10,7 @@ export default defineAction({ description: "Create or update a Data Store Record [See docs here](https://api.niftyimages.com/)", key: "niftyimages-add-data-store-record", - version: "0.0.1", + version: "0.0.2", type: "action", props: { niftyimages, diff --git a/components/niftyimages/actions/update-timer-target-date/update-timer-target-date.ts b/components/niftyimages/actions/update-timer-target-date/update-timer-target-date.ts index 23476ed60b787..4a5fb76430450 100644 --- a/components/niftyimages/actions/update-timer-target-date/update-timer-target-date.ts +++ b/components/niftyimages/actions/update-timer-target-date/update-timer-target-date.ts @@ -7,7 +7,7 @@ export default defineAction({ description: "Create or update a Data Store Record [See docs here](https://api.niftyimages.com/)", key: "niftyimages-update-timer-target-date", - version: "0.0.1", + version: "0.0.2", type: "action", props: { niftyimages, diff --git a/components/niftyimages/package.json b/components/niftyimages/package.json index d41459fe5da70..3b1eb5a53bec8 100644 --- a/components/niftyimages/package.json +++ b/components/niftyimages/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/niftyimages", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream NiftyImages Components", "main": "dist/app/niftyimages.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/niftyimages", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/nightfall_ai/package.json b/components/nightfall_ai/package.json index f3f4b8210d73a..1d28b78e234d0 100644 --- a/components/nightfall_ai/package.json +++ b/components/nightfall_ai/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nightfall_ai", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Nightfall.ai Components", "main": "dist/app/nightfall_ai.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/nightfall_ai", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/ninox/actions/create-record/create-record.ts b/components/ninox/actions/create-record/create-record.ts index a0df07cb8463f..8dbc2f3a8cda4 100644 --- a/components/ninox/actions/create-record/create-record.ts +++ b/components/ninox/actions/create-record/create-record.ts @@ -3,7 +3,7 @@ import { defineAction } from "@pipedream/types"; export default defineAction({ name: "Create Record", - version: "0.0.1", + version: "0.0.2", key: "ninox-create-record", description: "Creates a record. [See docs here](https://docs.ninox.com/en/api/private-cloud-apis#create-update-multiple-records-with-post)", type: "action", diff --git a/components/ninox/actions/update-record/update-record.ts b/components/ninox/actions/update-record/update-record.ts index e42628042140b..c6d1bb669bb53 100644 --- a/components/ninox/actions/update-record/update-record.ts +++ b/components/ninox/actions/update-record/update-record.ts @@ -3,7 +3,7 @@ import { defineAction } from "@pipedream/types"; export default defineAction({ name: "Update Record", - version: "0.0.1", + version: "0.0.2", key: "ninox-update-record", description: "Updates a record. [See docs here](https://docs.ninox.com/en/api/private-cloud-apis#create-update-multiple-records-with-post)", type: "action", diff --git a/components/ninox/package.json b/components/ninox/package.json index 4ff481d5279c5..4ea1b81c45c8c 100644 --- a/components/ninox/package.json +++ b/components/ninox/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ninox", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream Ninox Components", "main": "dist/app/ninox.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/ninox", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/ninox/sources/new-record/new-record.ts b/components/ninox/sources/new-record/new-record.ts index 6767933e2ebca..85cdd466f6584 100644 --- a/components/ninox/sources/new-record/new-record.ts +++ b/components/ninox/sources/new-record/new-record.ts @@ -4,7 +4,7 @@ import { defineSource } from "@pipedream/types"; export default defineSource({ ...common, name: "New Record", - version: "0.0.2", + version: "0.0.3", key: "ninox-new-record", description: "Emit new event on each created record.", type: "source", diff --git a/components/ninox/sources/new-updated-record/new-updated-record.ts b/components/ninox/sources/new-updated-record/new-updated-record.ts index ef93f51147145..3d928fb2000ce 100644 --- a/components/ninox/sources/new-updated-record/new-updated-record.ts +++ b/components/ninox/sources/new-updated-record/new-updated-record.ts @@ -4,7 +4,7 @@ import { defineSource } from "@pipedream/types"; export default defineSource({ ...common, name: "New Updated Record", - version: "0.0.2", + version: "0.0.3", key: "ninox-new-updated-record", description: "Emit new event on each updated record.", type: "source", diff --git a/components/nocodb/actions/add-record/add-record.mjs b/components/nocodb/actions/add-record/add-record.mjs index 366922345ff49..bb69460a07dc2 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 docs here](https://all-apis.nocodb.com/#tag/DB-table-row/operation/db-table-row-create)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/nocodb/actions/delete-record/delete-record.mjs b/components/nocodb/actions/delete-record/delete-record.mjs index d41dcec2e65f1..e4f5e188ee33f 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 docs here](https://all-apis.nocodb.com/#tag/DB-table-row/operation/db-table-row-delete)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/nocodb/actions/get-record/get-record.mjs b/components/nocodb/actions/get-record/get-record.mjs index ec6a5a7cc40b1..451ed064dc5dc 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 docs here](https://all-apis.nocodb.com/#tag/DB-table-row/operation/db-table-row-read)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, 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 1b71a1f5b346a..576c557dba817 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 docs here](https://all-apis.nocodb.com/#tag/DB-table-row/operation/db-table-row-list)", - version: "0.0.3", + version: "0.0.4", type: "action", props: { ...common.props, diff --git a/components/nocodb/actions/update-record/update-record.mjs b/components/nocodb/actions/update-record/update-record.mjs index 6a985932a53ac..46bb8cd51cac5 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 docs here](https://all-apis.nocodb.com/#tag/DB-table-row/operation/db-table-row-update)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/nocodb/package.json b/components/nocodb/package.json index 8d5abfe3eb8d1..5ce3f853c32a3 100644 --- a/components/nocodb/package.json +++ b/components/nocodb/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nocodb", - "version": "0.0.4", + "version": "0.0.5", "description": "Pipedream Nocodb Components", "main": "nocodb.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/nocodb", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0", "moment": "^2.29.4", diff --git a/components/nocodb/sources/new-record/new-record.mjs b/components/nocodb/sources/new-record/new-record.mjs index 1aa35201c8d45..119884a498034 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 docs here](https://all-apis.nocodb.com/#tag/DB-table-row/operation/db-table-row-list)", - version: "0.0.3", + version: "0.0.4", 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 56c6f0ddc0db0..ddc84908b1f6e 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 docs here](https://all-apis.nocodb.com/#tag/DB-table-row/operation/db-table-row-list)", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", props: { ...common.props, diff --git a/components/nocrm_io/actions/create-lead/create-lead.mjs b/components/nocrm_io/actions/create-lead/create-lead.mjs index b834f0c498611..050b104b91cdf 100644 --- a/components/nocrm_io/actions/create-lead/create-lead.mjs +++ b/components/nocrm_io/actions/create-lead/create-lead.mjs @@ -2,7 +2,7 @@ import nocrm_io from "../../nocrm_io.app.mjs"; export default { name: "Create Lead", - version: "0.0.1", + version: "0.0.2", key: "nocrm_io-create-lead", description: "Creates a new lead. [See docs here](https://www.nocrm.io/api#leads)", type: "action", diff --git a/components/nocrm_io/actions/get-lead/get-lead.mjs b/components/nocrm_io/actions/get-lead/get-lead.mjs index 18333190b60a0..8a19b0a4b5999 100644 --- a/components/nocrm_io/actions/get-lead/get-lead.mjs +++ b/components/nocrm_io/actions/get-lead/get-lead.mjs @@ -2,7 +2,7 @@ import nocrm_io from "../../nocrm_io.app.mjs"; export default { name: "Get Lead", - version: "0.0.1", + version: "0.0.2", key: "nocrm_io-get-lead", description: "Get a lead. [See docs here](https://www.nocrm.io/api#leads)", type: "action", diff --git a/components/nocrm_io/actions/update-lead-status/update-lead-status.mjs b/components/nocrm_io/actions/update-lead-status/update-lead-status.mjs index 64e702110358a..09fb8b98e9c3e 100644 --- a/components/nocrm_io/actions/update-lead-status/update-lead-status.mjs +++ b/components/nocrm_io/actions/update-lead-status/update-lead-status.mjs @@ -3,7 +3,7 @@ import constants from "../common/constants.mjs"; export default { name: "Update Lead Status", - version: "0.0.1", + version: "0.0.2", key: "nocrm_io-update-lead-status", description: "Updates a lead status. [See docs here](https://www.nocrm.io/api#leads)", type: "action", diff --git a/components/nocrm_io/package.json b/components/nocrm_io/package.json index a11f5233ed0f2..2b1d35984e165 100644 --- a/components/nocrm_io/package.json +++ b/components/nocrm_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nocrm_io", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream noCRM.io Components", "main": "nocrm_io.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/nocrm_io", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/nocrm_io/sources/new-lead-status-changed/new-lead-status-chnaged.mjs b/components/nocrm_io/sources/new-lead-status-changed/new-lead-status-chnaged.mjs index 129bbca83169a..baa06804309d3 100644 --- a/components/nocrm_io/sources/new-lead-status-changed/new-lead-status-chnaged.mjs +++ b/components/nocrm_io/sources/new-lead-status-changed/new-lead-status-chnaged.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Lead Status Changed", - version: "0.0.1", + version: "0.0.2", key: "nocrm_io-new-lead-status-changed", description: "Emit new event when a lead status is changed.", type: "source", diff --git a/components/nocrm_io/sources/new-lead/new-lead.mjs b/components/nocrm_io/sources/new-lead/new-lead.mjs index 15313505c8987..205c8f13b6532 100644 --- a/components/nocrm_io/sources/new-lead/new-lead.mjs +++ b/components/nocrm_io/sources/new-lead/new-lead.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Lead", - version: "0.0.1", + version: "0.0.2", key: "nocrm_io-new-lead", description: "Emit new event on each lead created.", type: "source", diff --git a/components/nocrm_io/sources/new-prospect/new-prospect.mjs b/components/nocrm_io/sources/new-prospect/new-prospect.mjs index 862d1ecd61fe3..2036a6e5aece9 100644 --- a/components/nocrm_io/sources/new-prospect/new-prospect.mjs +++ b/components/nocrm_io/sources/new-prospect/new-prospect.mjs @@ -3,7 +3,7 @@ import common from "../common/common.mjs"; export default { ...common, name: "New Prospect", - version: "0.0.1", + version: "0.0.2", key: "nocrm_io-new-prospect", description: "Emit new event on each prospect created.", type: "source", diff --git a/components/nordigen/package.json b/components/nordigen/package.json index f0fee67f86cf5..51e4d4f7ce25c 100644 --- a/components/nordigen/package.json +++ b/components/nordigen/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nordigen", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Nordigen Components", "main": "nordigen.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/nordigen", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0", "axios": "^0.21.1" diff --git a/components/nordigen/sources/new-transaction/new-transaction.mjs b/components/nordigen/sources/new-transaction/new-transaction.mjs index 33bfd9255f5f4..df911a3f2a3b6 100644 --- a/components/nordigen/sources/new-transaction/new-transaction.mjs +++ b/components/nordigen/sources/new-transaction/new-transaction.mjs @@ -6,7 +6,7 @@ export default { key: "nordigen-new-transaction", name: "New transaction", description: "Emit new event when a transaction occurs", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", props: { diff --git a/components/notion/actions/append-block/append-block.mjs b/components/notion/actions/append-block/append-block.mjs index a1b1cdbfb5e31..d93382faf438e 100644 --- a/components/notion/actions/append-block/append-block.mjs +++ b/components/notion/actions/append-block/append-block.mjs @@ -6,7 +6,7 @@ export default { key: "notion-append-block", name: "Append Block to Parent", description: "Creates and appends blocks to the specified parent. [See the docs](https://developers.notion.com/reference/patch-block-children)", - version: "0.2.7", + version: "0.2.8", type: "action", props: { notion, diff --git a/components/notion/actions/create-page-from-database/create-page-from-database.mjs b/components/notion/actions/create-page-from-database/create-page-from-database.mjs index 92a89561d1675..863c5f380f423 100644 --- a/components/notion/actions/create-page-from-database/create-page-from-database.mjs +++ b/components/notion/actions/create-page-from-database/create-page-from-database.mjs @@ -7,7 +7,7 @@ export default { key: "notion-create-page-from-database", name: "Create Page from Database", description: "Creates a page from a database. [See the docs](https://developers.notion.com/reference/post-page)", - version: "0.1.4", + version: "0.1.5", type: "action", props: { notion, diff --git a/components/notion/actions/create-page/create-page.mjs b/components/notion/actions/create-page/create-page.mjs index 356fd874f44af..d2f432f4a0584 100644 --- a/components/notion/actions/create-page/create-page.mjs +++ b/components/notion/actions/create-page/create-page.mjs @@ -7,7 +7,7 @@ export default { key: "notion-create-page", name: "Create Page", description: "Creates a page from a parent page. The only valid property is *title*. [See the docs](https://developers.notion.com/reference/post-page)", - version: "0.2.4", + version: "0.2.5", type: "action", props: { notion, diff --git a/components/notion/actions/duplicate-page/duplicate-page.mjs b/components/notion/actions/duplicate-page/duplicate-page.mjs index 7c2befc762a63..b3d6b730128c3 100644 --- a/components/notion/actions/duplicate-page/duplicate-page.mjs +++ b/components/notion/actions/duplicate-page/duplicate-page.mjs @@ -7,7 +7,7 @@ export default { key: "notion-duplicate-page", name: "Duplicate Page", description: "Creates a new page copied from an existing page block. [See the docs](https://developers.notion.com/reference/post-page)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { notion, diff --git a/components/notion/actions/find-page/find-page.mjs b/components/notion/actions/find-page/find-page.mjs index d627ef3fbc453..0d8706db47347 100644 --- a/components/notion/actions/find-page/find-page.mjs +++ b/components/notion/actions/find-page/find-page.mjs @@ -5,7 +5,7 @@ export default { key: "notion-find-page", name: "Find a Page", description: "Searches for a page by its title. [See the docs](https://developers.notion.com/reference/post-search)", - version: "0.0.4", + version: "0.0.5", type: "action", methods: { getSummary({ diff --git a/components/notion/actions/query-database/query-database.mjs b/components/notion/actions/query-database/query-database.mjs index 6e4a399f3e3ad..3be4e9db1564f 100644 --- a/components/notion/actions/query-database/query-database.mjs +++ b/components/notion/actions/query-database/query-database.mjs @@ -5,7 +5,7 @@ export default { key: "notion-query-database", name: "Query Database", description: "Query a database. [See the docs](https://developers.notion.com/reference/post-database-query)", - version: "0.0.6", + version: "0.0.7", type: "action", props: { notion, diff --git a/components/notion/actions/retrieve-block/retrieve-block.mjs b/components/notion/actions/retrieve-block/retrieve-block.mjs index 99b8ba6f1a6da..c028c54a5c4bf 100644 --- a/components/notion/actions/retrieve-block/retrieve-block.mjs +++ b/components/notion/actions/retrieve-block/retrieve-block.mjs @@ -4,7 +4,7 @@ export default { key: "notion-retrieve-block", name: "Retrieve Block", description: "Retrieves a block. A block object represents content within Notion. Blocks can be text, lists, media, and more. A page is also a type of block. [See the docs](https://developers.notion.com/reference/retrieve-a-block)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { notion, diff --git a/components/notion/actions/retrieve-database-content/retrieve-database-content.mjs b/components/notion/actions/retrieve-database-content/retrieve-database-content.mjs index ac43b64202dd7..f15ffc753e132 100644 --- a/components/notion/actions/retrieve-database-content/retrieve-database-content.mjs +++ b/components/notion/actions/retrieve-database-content/retrieve-database-content.mjs @@ -4,7 +4,7 @@ export default { key: "notion-retrieve-database-content", name: "Retrieve Database Content", description: "Retreive the content of a database. [See the docs](https://developers.notion.com/reference/post-database-query)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { notion, diff --git a/components/notion/actions/retrieve-database-schema/retrieve-database-schema.mjs b/components/notion/actions/retrieve-database-schema/retrieve-database-schema.mjs index 479bf344a89b8..8cb0147a86d79 100644 --- a/components/notion/actions/retrieve-database-schema/retrieve-database-schema.mjs +++ b/components/notion/actions/retrieve-database-schema/retrieve-database-schema.mjs @@ -4,7 +4,7 @@ export default { key: "notion-retrieve-database-schema", name: "Retrieve Database Schema", description: "Retrieves a database object. Database objects describe the property schema of a database in Notion. [See the docs](https://developers.notion.com/reference/retrieve-a-database)", - version: "0.0.3", + version: "0.0.4", type: "action", props: { notion, diff --git a/components/notion/actions/retrieve-page-property-item/retrieve-page-property-item.mjs b/components/notion/actions/retrieve-page-property-item/retrieve-page-property-item.mjs index 6eb0809fdc9bd..1ad4f2078ebe8 100644 --- a/components/notion/actions/retrieve-page-property-item/retrieve-page-property-item.mjs +++ b/components/notion/actions/retrieve-page-property-item/retrieve-page-property-item.mjs @@ -4,7 +4,7 @@ export default { key: "notion-retrieve-page-property-item", name: "Retrieve Page Property Item", description: "Retrieves a `property_item` object for a given `page_id` and `property_id`.", - version: "0.0.2", + version: "0.0.3", type: "action", props: { notion, diff --git a/components/notion/actions/retrieve-page/retrieve-page.mjs b/components/notion/actions/retrieve-page/retrieve-page.mjs index 3bfe79640b61e..6996c6bcbfddb 100644 --- a/components/notion/actions/retrieve-page/retrieve-page.mjs +++ b/components/notion/actions/retrieve-page/retrieve-page.mjs @@ -4,7 +4,7 @@ export default { key: "notion-retrieve-page", name: "Retrieve Page", description: "Retrieves a page. [See the docs](https://developers.notion.com/reference/retrieve-a-page)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { notion, diff --git a/components/notion/actions/search/search.mjs b/components/notion/actions/search/search.mjs index e74deb0bdaaed..fe22247ab45b4 100644 --- a/components/notion/actions/search/search.mjs +++ b/components/notion/actions/search/search.mjs @@ -5,7 +5,7 @@ export default { key: "notion-search", name: "Search", description: "Searches for a page or database. [See the docs](https://developers.notion.com/reference/post-search)", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ...common.props, diff --git a/components/notion/actions/update-page/update-page.mjs b/components/notion/actions/update-page/update-page.mjs index 550f513ed41b2..271ddb95f0690 100644 --- a/components/notion/actions/update-page/update-page.mjs +++ b/components/notion/actions/update-page/update-page.mjs @@ -7,7 +7,7 @@ export default { key: "notion-update-page", name: "Update Page", description: "Updates page property values for the specified page. Properties that are not set will remain unchanged. To append page content, use the *append block* action. [See the docs](https://developers.notion.com/reference/patch-page)", - version: "0.2.5", + version: "0.2.6", type: "action", props: { notion, diff --git a/components/notion/package.json b/components/notion/package.json index 90b3df294a096..b9b890100aa00 100644 --- a/components/notion/package.json +++ b/components/notion/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/notion", - "version": "0.0.14", + "version": "0.0.15", "description": "Pipedream Notion Components", "main": "notion.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/notion", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@notionhq/client": "^1.0.4", "asynckit": "^0.4.0", diff --git a/components/notion/sources/new-database/new-database.mjs b/components/notion/sources/new-database/new-database.mjs index a2faa07fba879..8bef1e2e04e00 100644 --- a/components/notion/sources/new-database/new-database.mjs +++ b/components/notion/sources/new-database/new-database.mjs @@ -6,7 +6,7 @@ export default { key: "notion-new-database", name: "New Database", description: "Emit new event when a database is created. Note: Databases must be shared with your Pipedream Integtration to trigger event.", - version: "0.0.5", + version: "0.0.6", type: "source", async run() { const databases = []; diff --git a/components/notion/sources/new-page/new-page.mjs b/components/notion/sources/new-page/new-page.mjs index 196fdb296b12f..3ce38bdfb927e 100644 --- a/components/notion/sources/new-page/new-page.mjs +++ b/components/notion/sources/new-page/new-page.mjs @@ -7,7 +7,7 @@ export default { key: "notion-new-page", name: "New Page in Database", description: "Emit new event when a page in a database is created", - version: "0.0.4", + version: "0.0.5", type: "source", props: { ...base.props, diff --git a/components/notion/sources/page-or-subpage-updated/page-or-subpage-updated.mjs b/components/notion/sources/page-or-subpage-updated/page-or-subpage-updated.mjs index 6c930e647c9e7..613e4fefeb984 100644 --- a/components/notion/sources/page-or-subpage-updated/page-or-subpage-updated.mjs +++ b/components/notion/sources/page-or-subpage-updated/page-or-subpage-updated.mjs @@ -6,7 +6,7 @@ export default { key: "notion-page-or-subpage-updated", name: "Page or Subpage Updated", /* eslint-disable-line pipedream/source-name */ description: "Emit new event when a page or one of its sub-pages is updated.", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", props: { diff --git a/components/notion/sources/updated-page-id/updated-page-id.mjs b/components/notion/sources/updated-page-id/updated-page-id.mjs index 9ed7a3bd387c4..746e7dbf99eb7 100644 --- a/components/notion/sources/updated-page-id/updated-page-id.mjs +++ b/components/notion/sources/updated-page-id/updated-page-id.mjs @@ -7,7 +7,7 @@ export default { key: "notion-updated-page-id", name: "Updated Page ID", /* eslint-disable-line pipedream/source-name */ description: "Emit new event when a selected page is updated", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", props: { diff --git a/components/notion/sources/updated-page/updated-page.mjs b/components/notion/sources/updated-page/updated-page.mjs index 8a2732a7aba09..90a0205343ab4 100644 --- a/components/notion/sources/updated-page/updated-page.mjs +++ b/components/notion/sources/updated-page/updated-page.mjs @@ -7,7 +7,7 @@ export default { key: "notion-updated-page", name: "Updated Page in Database", /* eslint-disable-line pipedream/source-name */ description: "Emit new event when a page in a database is updated. To select a specific page, use `Updated Page ID` instead", - version: "0.0.5", + version: "0.0.6", type: "source", dedupe: "unique", props: { diff --git a/components/nozbe_teams/package.json b/components/nozbe_teams/package.json index bb8c4c565f7a4..045b0455dd708 100644 --- a/components/nozbe_teams/package.json +++ b/components/nozbe_teams/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nozbe_teams", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Nozbe Teams Components", "main": "dist/app/nozbe_teams.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/nozbe_teams", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/npm/package.json b/components/npm/package.json index d8251f4c967bc..9bb5a9032dc90 100644 --- a/components/npm/package.json +++ b/components/npm/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/npm", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Npm Components", "main": "npm.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/npm", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/npm/sources/download-counts/download-counts.js b/components/npm/sources/download-counts/download-counts.js index 1e11440b1f86c..56ab315a8ca74 100644 --- a/components/npm/sources/download-counts/download-counts.js +++ b/components/npm/sources/download-counts/download-counts.js @@ -6,7 +6,7 @@ module.exports = { key: "npm-download-counts", name: "npm Download Counts", description: "Emit an event with the latest count of downloads for an npm package", - version: "0.0.2", + version: "0.0.3", type: "source", props: { db: "$.service.db", diff --git a/components/nusii_proposals/package.json b/components/nusii_proposals/package.json index b55646b607d48..17e2c92451157 100644 --- a/components/nusii_proposals/package.json +++ b/components/nusii_proposals/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nusii_proposals", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Nusii Proposals Components", "main": "dist/app/nusii_proposals.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/nusii_proposals", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/octopus_deploy/package.json b/components/octopus_deploy/package.json index 3d8d579390da6..05cbc6d0f3597 100644 --- a/components/octopus_deploy/package.json +++ b/components/octopus_deploy/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/octopus_deploy", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Octopus Deploy Components", "main": "dist/app/octopus_deploy.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/octopus_deploy", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/oksign/package.json b/components/oksign/package.json index 6c157dd692aa0..7544e8d19680f 100644 --- a/components/oksign/package.json +++ b/components/oksign/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/oksign", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream OKSign Components", "main": "dist/app/oksign.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/oksign", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/oncehub/package.json b/components/oncehub/package.json index 036450fa34b7e..0438fde1b8815 100644 --- a/components/oncehub/package.json +++ b/components/oncehub/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/oncehub", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream OnceHub Components", "main": "dist/app/oncehub.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/oncehub", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/onepagecrm/package.json b/components/onepagecrm/package.json index 2fd3eabac424a..c64b7ecdce930 100644 --- a/components/onepagecrm/package.json +++ b/components/onepagecrm/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/onepagecrm", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream OnePageCRM Components", "main": "dist/app/onepagecrm.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/onepagecrm", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/onesaas/package.json b/components/onesaas/package.json index 17aabad83d247..537b9a8974334 100644 --- a/components/onesaas/package.json +++ b/components/onesaas/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/onesaas", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream 1SaaS Components", "main": "dist/app/onesaas.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/onesaas", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/onesignal_rest_api/actions/add-device/add-device.mjs b/components/onesignal_rest_api/actions/add-device/add-device.mjs index e65f20090ed79..ab038e7ae0a10 100644 --- a/components/onesignal_rest_api/actions/add-device/add-device.mjs +++ b/components/onesignal_rest_api/actions/add-device/add-device.mjs @@ -5,7 +5,7 @@ export default { key: "onesignal_rest_api-add-device", name: "Add Device", description: "Register a new device to your app. [See docs here](https://documentation.onesignal.com/reference/add-a-device)", - version: "0.0.1652718586", + version: "0.0.1652718587", type: "action", props: { onesignalRestApi, diff --git a/components/onesignal_rest_api/actions/create-notification/create-notification.mjs b/components/onesignal_rest_api/actions/create-notification/create-notification.mjs index 98c674a5dc7ab..c2ab85dbd2598 100644 --- a/components/onesignal_rest_api/actions/create-notification/create-notification.mjs +++ b/components/onesignal_rest_api/actions/create-notification/create-notification.mjs @@ -4,7 +4,7 @@ export default { key: "onesignal_rest_api-create-notification", name: "Create Notification", description: "Create a notification. [See docs here](https://documentation.onesignal.com/reference/create-notification)", - version: "0.1.1652718586", + version: "0.1.1652718587", type: "action", props: { onesignalRestApi, diff --git a/components/onesignal_rest_api/actions/get-device/get-device.mjs b/components/onesignal_rest_api/actions/get-device/get-device.mjs index 793534a77cf94..8a2ea664d850c 100644 --- a/components/onesignal_rest_api/actions/get-device/get-device.mjs +++ b/components/onesignal_rest_api/actions/get-device/get-device.mjs @@ -4,7 +4,7 @@ export default { key: "onesignal_rest_api-get-device", name: "Get Device", description: "Get a specific device. [See docs here](https://documentation.onesignal.com/reference/view-device)", - version: "0.0.1652718586", + version: "0.0.1652718587", type: "action", props: { onesignalRestApi, diff --git a/components/onesignal_rest_api/actions/get-devices/get-devices.mjs b/components/onesignal_rest_api/actions/get-devices/get-devices.mjs index bb840a4fa5c18..05552e15413dd 100644 --- a/components/onesignal_rest_api/actions/get-devices/get-devices.mjs +++ b/components/onesignal_rest_api/actions/get-devices/get-devices.mjs @@ -5,7 +5,7 @@ export default { key: "onesignal_rest_api-get-devices", name: "Get Devices", description: "Get all devices. [See docs here](https://documentation.onesignal.com/reference/view-devices)", - version: "0.0.1652718586", + version: "0.0.1652718587", type: "action", props: { onesignalRestApi, diff --git a/components/onesignal_rest_api/package.json b/components/onesignal_rest_api/package.json index 621d3a0a15854..503e40fcf8874 100644 --- a/components/onesignal_rest_api/package.json +++ b/components/onesignal_rest_api/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/onesignal_rest_api", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream OneSignal (REST API) Components", "main": "onesignal_rest_api.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/onesignal_rest_api", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/oneuptime/package.json b/components/oneuptime/package.json index 7b8f22eb475b2..6ee0562f8b080 100644 --- a/components/oneuptime/package.json +++ b/components/oneuptime/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/oneuptime", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream OneUptime Components", "main": "dist/app/oneuptime.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/oneuptime", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/onfleet/package.json b/components/onfleet/package.json index d7adda52ae3c2..037dc411b1411 100644 --- a/components/onfleet/package.json +++ b/components/onfleet/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/onfleet", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Onfleet Components", "main": "dist/app/onfleet.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/onfleet", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/ongage/actions/find-subscriber/find-subscriber.js b/components/ongage/actions/find-subscriber/find-subscriber.js index f7aca276e9203..6622519e79c7c 100644 --- a/components/ongage/actions/find-subscriber/find-subscriber.js +++ b/components/ongage/actions/find-subscriber/find-subscriber.js @@ -4,7 +4,7 @@ module.exports = { key: "ongage-find-subscriber", name: "Ongage Find Subscriber", description: "Find a list subscriber in Ongage.", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ongage, diff --git a/components/ongage/actions/subscribe/subscribe.js b/components/ongage/actions/subscribe/subscribe.js index 28d847d5daa1b..ea28832a1ce12 100644 --- a/components/ongage/actions/subscribe/subscribe.js +++ b/components/ongage/actions/subscribe/subscribe.js @@ -4,7 +4,7 @@ module.exports = { key: "ongage-subscribe", name: "Ongage Subscribe", description: "Subscribe to a list in Ongage.", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ongage, diff --git a/components/ongage/actions/update-subscriber/update-subscriber.js b/components/ongage/actions/update-subscriber/update-subscriber.js index 8e915f0a79a59..06df21baec541 100644 --- a/components/ongage/actions/update-subscriber/update-subscriber.js +++ b/components/ongage/actions/update-subscriber/update-subscriber.js @@ -4,7 +4,7 @@ module.exports = { key: "ongage-update-subscriber", name: "Ongage Update Subscriber", description: "Update a list subscriber in Ongage.", - version: "0.0.2", + version: "0.0.3", type: "action", props: { ongage, diff --git a/components/ongage/package.json b/components/ongage/package.json index 8a06e8d031542..376e0b0507971 100644 --- a/components/ongage/package.json +++ b/components/ongage/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ongage", - "version": "0.0.6", + "version": "0.0.7", "description": "Pipedream Ongage Components", "main": "ongage.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/ongage", "author": "Jonathon Hill (https://compwright.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/openai/actions/create-image/create-image.mjs b/components/openai/actions/create-image/create-image.mjs index 59ddeb88df46a..d028602c81db4 100644 --- a/components/openai/actions/create-image/create-image.mjs +++ b/components/openai/actions/create-image/create-image.mjs @@ -3,7 +3,7 @@ import constants from "../common/constants.mjs"; export default { name: "Create Image", - version: "0.0.1", + version: "0.0.2", key: "openai-create-image", description: "Creates an image given a prompt. [See docs here](https://beta.openai.com/docs/api-reference/images/create)", type: "action", diff --git a/components/openai/actions/send-prompt/send-prompt.mjs b/components/openai/actions/send-prompt/send-prompt.mjs index 9d0947ec0bd97..e9a67657cd363 100644 --- a/components/openai/actions/send-prompt/send-prompt.mjs +++ b/components/openai/actions/send-prompt/send-prompt.mjs @@ -2,7 +2,7 @@ import openai from "../../openai.app.mjs"; export default { name: "Send Prompt", - version: "0.0.1", + version: "0.0.2", key: "openai-send-prompt", description: "Creates a completion for the provided prompt and parameters. [See docs here](https://beta.openai.com/docs/api-reference/completions/create)", type: "action", diff --git a/components/openai/package.json b/components/openai/package.json index e57781de04c0f..53be662dec4da 100644 --- a/components/openai/package.json +++ b/components/openai/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/openai", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream OpenAI Components", "main": "openai.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/openai", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/opensea/package.json b/components/opensea/package.json index e2ad78a608175..e4385afa2338d 100644 --- a/components/opensea/package.json +++ b/components/opensea/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/opensea", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Opensea Components", "main": "opensea.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/opensea", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/opensea/sources/new-collection-events/new-collection-events.mjs b/components/opensea/sources/new-collection-events/new-collection-events.mjs index dde3a4bb3bdab..1bec6f8f03869 100644 --- a/components/opensea/sources/new-collection-events/new-collection-events.mjs +++ b/components/opensea/sources/new-collection-events/new-collection-events.mjs @@ -3,7 +3,7 @@ import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; export default { name: "New Collection Events", - version: "0.0.3", + version: "0.0.4", key: "opensea-new-collection-events", description: "Emit new filtered events. [See docs](https://docs.opensea.io/reference/retrieving-asset-events)", diff --git a/components/openweather_api/actions/get-current-weather-by-location/get-current-weather-by-location.mjs b/components/openweather_api/actions/get-current-weather-by-location/get-current-weather-by-location.mjs index 57bd1fe351183..27c6c48a5daf7 100644 --- a/components/openweather_api/actions/get-current-weather-by-location/get-current-weather-by-location.mjs +++ b/components/openweather_api/actions/get-current-weather-by-location/get-current-weather-by-location.mjs @@ -6,7 +6,7 @@ export default { name: "Get Current Weather by Location", description: `Retrieves the current weather condition by location longitude and latitude. [See the docs here](https://openweathermap.org/current). For more accurate reading, you are advised to fill in the country and/or state code`, - version: "0.0.1", + version: "0.0.2", type: "action", props: { openweatherApi, diff --git a/components/openweather_api/actions/get-current-weather-by-zip/get-current-weather-by-zip.mjs b/components/openweather_api/actions/get-current-weather-by-zip/get-current-weather-by-zip.mjs index fe9db9d9d323a..d9882f64c039b 100644 --- a/components/openweather_api/actions/get-current-weather-by-zip/get-current-weather-by-zip.mjs +++ b/components/openweather_api/actions/get-current-weather-by-zip/get-current-weather-by-zip.mjs @@ -5,7 +5,7 @@ export default { key: "openweather_api-get-current-weather-by-zip", name: "Get Current Weather by ZIP code", description: "Retrieves the current weather for a given (ZIP, country)", - version: "0.2.1", + version: "0.2.2", type: "action", props: { openweather_api: { diff --git a/components/openweather_api/actions/get-weather-forecast-by-location/get-weather-forecast-by-location.mjs b/components/openweather_api/actions/get-weather-forecast-by-location/get-weather-forecast-by-location.mjs index 8374f7d77e199..22b2ef736b04a 100644 --- a/components/openweather_api/actions/get-weather-forecast-by-location/get-weather-forecast-by-location.mjs +++ b/components/openweather_api/actions/get-weather-forecast-by-location/get-weather-forecast-by-location.mjs @@ -6,7 +6,7 @@ export default { name: "Get Current Weather Forecast by Location", description: `Retrieves 1-16 days weather forecast for a specified location. [See the docs here](https://openweathermap.org/forecast16#geo16). For more accurate reading, you are advised to fill in the country and/or state code`, - version: "0.0.1", + version: "0.0.2", type: "action", props: { openweatherApi, diff --git a/components/openweather_api/actions/get-weather-forecast-by-zip/get-weather-forecast-by-zip.mjs b/components/openweather_api/actions/get-weather-forecast-by-zip/get-weather-forecast-by-zip.mjs index af4ffcd4f9582..d7ee6f07f649d 100644 --- a/components/openweather_api/actions/get-weather-forecast-by-zip/get-weather-forecast-by-zip.mjs +++ b/components/openweather_api/actions/get-weather-forecast-by-zip/get-weather-forecast-by-zip.mjs @@ -5,7 +5,7 @@ export default { key: "openweather_api-get-weather-forecast-by-zip", name: "Get Weather Forecast by ZIP code", description: "Retrieves the 5-day weather forecast for a given (ZIP, country)", - version: "0.3.1", + version: "0.3.2", type: "action", props: { openweather_api: { diff --git a/components/openweather_api/package.json b/components/openweather_api/package.json index 84959d4b3f6f9..12850f424f23b 100644 --- a/components/openweather_api/package.json +++ b/components/openweather_api/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/openweather_api", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Openweather Components", "main": "openweather_api.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/openweather_api", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^0.9.0" }, diff --git a/components/opsgenie/package.json b/components/opsgenie/package.json index 6daad1e18799f..823a199c4e7bb 100644 --- a/components/opsgenie/package.json +++ b/components/opsgenie/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/opsgenie", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Opsgenie Components", "main": "dist/app/opsgenie.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/opsgenie", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/orbisx/package.json b/components/orbisx/package.json index b104133cfd230..ae00cf3d1fbb4 100644 --- a/components/orbisx/package.json +++ b/components/orbisx/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/orbisx", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream OrbisX Components", "main": "dist/app/orbisx.app.mjs", "keywords": [ @@ -10,7 +10,6 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/orbisx", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/ortto/package.json b/components/ortto/package.json index 0afbf0116ddc7..791493cd88960 100644 --- a/components/ortto/package.json +++ b/components/ortto/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ortto", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Ortto Components", "main": "dist/app/ortto.app.mjs", "keywords": [ @@ -10,8 +10,7 @@ "files": ["dist"], "homepage": "https://pipedream.com/apps/ortto", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/components/outgrow/package.json b/components/outgrow/package.json index d78cecff7e4ce..390f11f8adb7e 100644 --- a/components/outgrow/package.json +++ b/components/outgrow/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/outgrow", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Outgrow Components", "main": "outgrow.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/outgrow", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/outgrow/sources/new-lead/new-lead.mjs b/components/outgrow/sources/new-lead/new-lead.mjs index c5973eedda85d..074028b5c3c3f 100644 --- a/components/outgrow/sources/new-lead/new-lead.mjs +++ b/components/outgrow/sources/new-lead/new-lead.mjs @@ -9,7 +9,7 @@ export default { name: "New Lead", description: "Emit new event when a new lead is created.", type: "source", - version: "0.0.2", + version: "0.0.3", dedupe: "unique", props: { ...common.props, diff --git a/components/pagerduty/actions/acknowledge-incident/acknowledge-incident.mjs b/components/pagerduty/actions/acknowledge-incident/acknowledge-incident.mjs index 2671b233e36a6..14ab7116dac02 100644 --- a/components/pagerduty/actions/acknowledge-incident/acknowledge-incident.mjs +++ b/components/pagerduty/actions/acknowledge-incident/acknowledge-incident.mjs @@ -6,7 +6,7 @@ export default { name: "Acknowledge Incident", description: "Acknowledge an incident. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE0Mg-update-an-incident)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { pagerduty, incidentId: { diff --git a/components/pagerduty/actions/find-oncall-user/find-oncall-user.mjs b/components/pagerduty/actions/find-oncall-user/find-oncall-user.mjs index 3407e89773108..c59f4bdc90895 100644 --- a/components/pagerduty/actions/find-oncall-user/find-oncall-user.mjs +++ b/components/pagerduty/actions/find-oncall-user/find-oncall-user.mjs @@ -5,7 +5,7 @@ export default { name: "Find Oncall User", description: "Find the user on call for a specific schedule. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE5MA-list-users-on-call)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { pagerduty, scheduleId: { diff --git a/components/pagerduty/actions/resolve-incident/resolve-incident.mjs b/components/pagerduty/actions/resolve-incident/resolve-incident.mjs index 797b069992fa6..2b9c75536ba6d 100644 --- a/components/pagerduty/actions/resolve-incident/resolve-incident.mjs +++ b/components/pagerduty/actions/resolve-incident/resolve-incident.mjs @@ -6,7 +6,7 @@ export default { name: "Resolve Incident", description: "Resolve an incident. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE0Mg-update-an-incident)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { pagerduty, incidentId: { diff --git a/components/pagerduty/actions/trigger-incident/trigger-incident.mjs b/components/pagerduty/actions/trigger-incident/trigger-incident.mjs index e1fcdf954a218..959e77fb4a617 100644 --- a/components/pagerduty/actions/trigger-incident/trigger-incident.mjs +++ b/components/pagerduty/actions/trigger-incident/trigger-incident.mjs @@ -13,7 +13,7 @@ export default { name: "Trigger Incident", description: "Trigger an incident. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE0MA-create-an-incident)", type: "action", - version: "0.0.1", + version: "0.0.2", props: { pagerduty, title: { diff --git a/components/pagerduty/package.json b/components/pagerduty/package.json index e3fbda74e4b47..582cd1b13f207 100644 --- a/components/pagerduty/package.json +++ b/components/pagerduty/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/pagerduty", - "version": "0.3.5", + "version": "0.3.6", "description": "Pipedream Pagerduty Components", "main": "pagerduty.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/pagerduty", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "dependencies": { "@pipedream/platform": "^1.2.0" }, diff --git a/components/pagerduty/sources/new-oncall-rotation/new-oncall-rotation.mjs b/components/pagerduty/sources/new-oncall-rotation/new-oncall-rotation.mjs index 48296947ed77d..c47310c10cb8a 100644 --- a/components/pagerduty/sources/new-oncall-rotation/new-oncall-rotation.mjs +++ b/components/pagerduty/sources/new-oncall-rotation/new-oncall-rotation.mjs @@ -7,7 +7,7 @@ export default { ...common, key: "pagerduty-new-oncall-rotation", name: "New On-Call Rotation", - version: "0.0.3", + version: "0.0.4", description: "Emit new event each time a new user rotates onto an on-call rotation", type: "source", props: { diff --git a/components/pagerduty/sources/new-or-updated-incident/new-or-updated-incident.mjs b/components/pagerduty/sources/new-or-updated-incident/new-or-updated-incident.mjs index 5edae13ae2f6d..c27b9e5084808 100644 --- a/components/pagerduty/sources/new-or-updated-incident/new-or-updated-incident.mjs +++ b/components/pagerduty/sources/new-or-updated-incident/new-or-updated-incident.mjs @@ -5,7 +5,8 @@ export default { ...commonWebhook, key: "pagerduty-new-or-updated-incident", name: "New or Updated Incident", - version: "0.0.1", + version: "0.0.2", + type: "source", description: "Emit new event each time an incident is created or updated", methods: { ...commonWebhook.methods, diff --git a/components/paperform/package.json b/components/paperform/package.json index 15eb340eae6f4..a37b1da222c9f 100644 --- a/components/paperform/package.json +++ b/components/paperform/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/paperform", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream PaperForm Components", "main": "dist/app/paperform.app.mjs", "keywords": [ @@ -12,7 +12,6 @@ ], "homepage": "https://pipedream.com/apps/paperform", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" } diff --git a/components/papyrs/actions/create-heading/create-heading.mjs b/components/papyrs/actions/create-heading/create-heading.mjs index c026c27554547..81445d4938ad5 100644 --- a/components/papyrs/actions/create-heading/create-heading.mjs +++ b/components/papyrs/actions/create-heading/create-heading.mjs @@ -5,7 +5,7 @@ export default { name: "Create Heading", description: "Create Heading. [See the docs here](https://about.papyrs.com/@docs/API#Create-Text-box/Heading)", key: "papyrs-create-heading", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/papyrs/actions/create-paragraph/create-paragraph.mjs b/components/papyrs/actions/create-paragraph/create-paragraph.mjs index f2fd8b1f3b6b5..e3ae08731d64f 100644 --- a/components/papyrs/actions/create-paragraph/create-paragraph.mjs +++ b/components/papyrs/actions/create-paragraph/create-paragraph.mjs @@ -5,7 +5,7 @@ export default { name: "Create Paragraph", description: "Create a new Paragraph in a page. [See the docs here](https://about.papyrs.com/@docs/API#Create-Text-box/Heading)", key: "papyrs-create-paragraph", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/papyrs/actions/update-heading/update-heading.mjs b/components/papyrs/actions/update-heading/update-heading.mjs index ee16f75f9dd91..d337ed283cf6e 100644 --- a/components/papyrs/actions/update-heading/update-heading.mjs +++ b/components/papyrs/actions/update-heading/update-heading.mjs @@ -5,7 +5,7 @@ export default { name: "Update Heading", description: "Update Heading. [See the docs here](https://about.papyrs.com/@docs/API#Update-Text-box/Heading)", key: "papyrs-update-heading", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/papyrs/actions/update-paragraph/update-paragraph.mjs b/components/papyrs/actions/update-paragraph/update-paragraph.mjs index 1c41825bd64e2..568bfb44a2e3b 100644 --- a/components/papyrs/actions/update-paragraph/update-paragraph.mjs +++ b/components/papyrs/actions/update-paragraph/update-paragraph.mjs @@ -5,7 +5,7 @@ export default { name: "Update Paragraph", description: "Update Paragraph. [See the docs here](https://about.papyrs.com/@docs/API#Update-Text-box/Heading)", key: "papyrs-update-paragraph", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, diff --git a/components/papyrs/package.json b/components/papyrs/package.json index 2cfac95750cd0..86e24054c7ac2 100644 --- a/components/papyrs/package.json +++ b/components/papyrs/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/papyrs", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Papyrs Components", "main": "papyrs.app.js", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/papyrs", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/patreon/package.json b/components/patreon/package.json index 09cd9c1739fcc..f9e253adec198 100644 --- a/components/patreon/package.json +++ b/components/patreon/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/patreon", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Patreon Components", "main": "patreon.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/patreon", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/components/patreon/sources/member-created/member-created.mjs b/components/patreon/sources/member-created/member-created.mjs index 487ad2f97e31a..c9eb10b6525c5 100644 --- a/components/patreon/sources/member-created/member-created.mjs +++ b/components/patreon/sources/member-created/member-created.mjs @@ -5,7 +5,7 @@ export default { key: "patreon-member-created", name: "Member Created", description: "Emit new event for each created member", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/patreon/sources/member-deleted/member-deleted.mjs b/components/patreon/sources/member-deleted/member-deleted.mjs index 6eabe5f66ae67..547c62767c05b 100644 --- a/components/patreon/sources/member-deleted/member-deleted.mjs +++ b/components/patreon/sources/member-deleted/member-deleted.mjs @@ -5,7 +5,7 @@ export default { key: "patreon-member-deleted", name: "Member Deleted", description: "Emit new event for each deleted member", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/patreon/sources/new-pledge-received/new-pledge-received.mjs b/components/patreon/sources/new-pledge-received/new-pledge-received.mjs index babc74943e0de..c995520cce4b5 100644 --- a/components/patreon/sources/new-pledge-received/new-pledge-received.mjs +++ b/components/patreon/sources/new-pledge-received/new-pledge-received.mjs @@ -5,7 +5,7 @@ export default { key: "patreon-new-pledge-received", name: "New Pledge Received", description: "Emit new event for each received pledge", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/patreon/sources/post-published/post-published.mjs b/components/patreon/sources/post-published/post-published.mjs index a4ba40887ed19..98c01c50a2538 100644 --- a/components/patreon/sources/post-published/post-published.mjs +++ b/components/patreon/sources/post-published/post-published.mjs @@ -5,7 +5,7 @@ export default { key: "patreon-post-published", name: "Post Published", description: "Emit new event for published post", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", hooks: { diff --git a/components/payhere/package.json b/components/payhere/package.json index 29c11373f3a75..769bbfc2dc197 100644 --- a/components/payhere/package.json +++ b/components/payhere/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/payhere", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Payhere Components", "main": "payhere.app.mjs", "keywords": [ @@ -9,7 +9,6 @@ ], "homepage": "https://pipedream.com/apps/payhere", "author": "Pipedream (https://pipedream.com/)", - "license": "MIT", "gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535", "publishConfig": { "access": "public" diff --git a/components/payhere/sources/new-webhook-event/new-webhook-event.mjs b/components/payhere/sources/new-webhook-event/new-webhook-event.mjs index 4f095b5b588c8..36576712791fb 100644 --- a/components/payhere/sources/new-webhook-event/new-webhook-event.mjs +++ b/components/payhere/sources/new-webhook-event/new-webhook-event.mjs @@ -6,7 +6,7 @@ export default { name: "New Webhook Event (Instant)", description: "Emit new event for each new webhook event", type: "source", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", props: { payhere,