diff --git a/components/geodb_cities/actions/get-region-details/get-region-details.mjs b/components/geodb_cities/actions/get-region-details/get-region-details.mjs index e651b3cb41cb6..c4d4f6f3769a7 100644 --- a/components/geodb_cities/actions/get-region-details/get-region-details.mjs +++ b/components/geodb_cities/actions/get-region-details/get-region-details.mjs @@ -5,7 +5,12 @@ export default { name: "Get Region Details", description: "Get the details of a specific country region, including number of cities. [See the docs](https://rapidapi.com/wirefreethought/api/geodb-cities).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, countryCode: { diff --git a/components/geokeo/actions/forward-geocoding/forward-geocoding.mjs b/components/geokeo/actions/forward-geocoding/forward-geocoding.mjs index f5bd98bcab8a6..207bd1cdc3d09 100644 --- a/components/geokeo/actions/forward-geocoding/forward-geocoding.mjs +++ b/components/geokeo/actions/forward-geocoding/forward-geocoding.mjs @@ -4,7 +4,12 @@ export default { key: "geokeo-forward-geocoding", name: "Forward Geocoding", description: "Convert address data into geographic coordinates. [See the documentation](https://geokeo.com/documentation.php#request-forward-geocoding)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/geokeo/actions/reverse-geocoding/reverse-geocoding.mjs b/components/geokeo/actions/reverse-geocoding/reverse-geocoding.mjs index 02a725253f37b..a3892adf98913 100644 --- a/components/geokeo/actions/reverse-geocoding/reverse-geocoding.mjs +++ b/components/geokeo/actions/reverse-geocoding/reverse-geocoding.mjs @@ -4,7 +4,12 @@ export default { key: "geokeo-reverse-geocoding", name: "Reverse geocoding", description: "Convert geographic coordinates to address data. [See the documentation](https://geokeo.com/documentation.php#request-reverse-geocoding)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/getaccept/actions/create-contact/create-contact.mjs b/components/getaccept/actions/create-contact/create-contact.mjs index 7aac605f532ab..64739caca6b94 100644 --- a/components/getaccept/actions/create-contact/create-contact.mjs +++ b/components/getaccept/actions/create-contact/create-contact.mjs @@ -4,7 +4,12 @@ import getaccept from "../../getaccept.app.mjs"; export default { key: "getaccept-create-contact", name: "Create Contact", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new contact in the database for the current entity [See the documentation](https://app.getaccept.com/api/#createcontact)", type: "action", props: { diff --git a/components/getaccept/actions/create-document/create-document.mjs b/components/getaccept/actions/create-document/create-document.mjs index b65e5cc538987..d013f39746135 100644 --- a/components/getaccept/actions/create-document/create-document.mjs +++ b/components/getaccept/actions/create-document/create-document.mjs @@ -4,7 +4,12 @@ import getaccept from "../../getaccept.app.mjs"; export default { key: "getaccept-create-document", name: "Create Document", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a document to be able to send it to a recipient. [See the documentation](https://app.getaccept.com/api/#createdocument)", type: "action", props: { diff --git a/components/getaccept/actions/send-reminder/send-reminder.mjs b/components/getaccept/actions/send-reminder/send-reminder.mjs index 2bce678d4284c..9999296b81100 100644 --- a/components/getaccept/actions/send-reminder/send-reminder.mjs +++ b/components/getaccept/actions/send-reminder/send-reminder.mjs @@ -3,7 +3,12 @@ import getaccept from "../../getaccept.app.mjs"; export default { key: "getaccept-send-reminder", name: "Send Reminder", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Send a manual reminder for a document. [See the documentation](https://app.getaccept.com/api/#sendreminder).", type: "action", props: { diff --git a/components/getemails/actions/find-email/find-email.mjs b/components/getemails/actions/find-email/find-email.mjs index 3374b9b00038d..e0f2f27fae9f0 100644 --- a/components/getemails/actions/find-email/find-email.mjs +++ b/components/getemails/actions/find-email/find-email.mjs @@ -4,7 +4,12 @@ export default { name: "Find Email", description: "Provide Full name of your prospect with Domain or Website and Api will provide you an email address of the prospect in response. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/1#).", key: "getemails-find-email", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/getemails/actions/status-find-email/status-find-email.mjs b/components/getemails/actions/status-find-email/status-find-email.mjs index 717802dc199a4..c7c358f358e9c 100644 --- a/components/getemails/actions/status-find-email/status-find-email.mjs +++ b/components/getemails/actions/status-find-email/status-find-email.mjs @@ -4,7 +4,12 @@ export default { name: "Status Find Email", description: "Use this Api when you want to know the status of any previous find-email Api request. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/2).", key: "getemails-status-find-email", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/getemails/actions/verify-email/verify-email.mjs b/components/getemails/actions/verify-email/verify-email.mjs index d5567096bc5e2..6872d95a28215 100644 --- a/components/getemails/actions/verify-email/verify-email.mjs +++ b/components/getemails/actions/verify-email/verify-email.mjs @@ -4,7 +4,12 @@ export default { name: "Verify Email", description: "The Api verifies your requested email address, whether it is a Good or Bad email address. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/3).", key: "getemails-verify-email", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/getresponse/actions/create-contact/create-contact.mjs b/components/getresponse/actions/create-contact/create-contact.mjs index 0b30bcc4c80f0..6d8c15af492b7 100644 --- a/components/getresponse/actions/create-contact/create-contact.mjs +++ b/components/getresponse/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ 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", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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..777898a85b419 100644 --- a/components/getresponse/actions/create-newsletter/create-newsletter.mjs +++ b/components/getresponse/actions/create-newsletter/create-newsletter.mjs @@ -6,7 +6,12 @@ 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", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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..aaac985d9638b 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,12 @@ 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", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, 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..77dcd4079b755 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,12 @@ 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", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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..c94d3457c8333 100644 --- a/components/getresponse/actions/find-contact/find-contact.mjs +++ b/components/getresponse/actions/find-contact/find-contact.mjs @@ -5,7 +5,12 @@ 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", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, contactId: { diff --git a/components/getscreenshot/actions/get-account-api-usage/get-account-api-usage.mjs b/components/getscreenshot/actions/get-account-api-usage/get-account-api-usage.mjs index 5c2fa308ec5a8..036620e3d0cd3 100644 --- a/components/getscreenshot/actions/get-account-api-usage/get-account-api-usage.mjs +++ b/components/getscreenshot/actions/get-account-api-usage/get-account-api-usage.mjs @@ -5,7 +5,12 @@ export default { name: "Get Account API Usage", description: "Retrieve your current API usage and available quota. [See the documentation](https://docs.rasterwise.com/docs/getscreenshot/api-reference-1/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rasterwise, diff --git a/components/getscreenshot/actions/get-website-screenshot/get-website-screenshot.mjs b/components/getscreenshot/actions/get-website-screenshot/get-website-screenshot.mjs index 977301c9169e4..71b57196d864f 100644 --- a/components/getscreenshot/actions/get-website-screenshot/get-website-screenshot.mjs +++ b/components/getscreenshot/actions/get-website-screenshot/get-website-screenshot.mjs @@ -4,7 +4,12 @@ export default { key: "getscreenshot-get-website-screenshot", name: "Get Website Screenshot", description: "Capture a screenshot from a live website. [See the documentation](https://docs.rasterwise.com/docs/getscreenshot/api-reference-0/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { getscreenshot, 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 75118a5e9c5e4..780e83484a32c 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,12 @@ export default { key: "ghost_org_admin_api-create-member", name: "Create Member", description: "Create a new member in Ghost. [See the documentation](https://ghost.org/docs/admin-api/#creating-a-member)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 3fd0aa53810da..ad31b8bb5d808 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,12 @@ export default { name: "Create post", description: "Create a post. [See the documentation](https://ghost.org/docs/admin-api/#creating-a-post).", type: "action", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 9320bc68cc1a3..16ee8979befb6 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 @@ -5,7 +5,12 @@ export default { key: "ghost_org_admin_api-update-member", name: "Update Member", description: "Update a member in Ghost. [See the documentation](https://ghost.org/docs/admin-api/#updating-a-member)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, 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 4b1524dabe371..dd43f62ee2cfb 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,12 @@ export default { name: "Find author", description: "Find an author. [See the documentation](https://ghost.org/docs/content-api/#authors).", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { ghostContentApi, name: { diff --git a/components/giantcampaign/actions/add-tags-to-subscriber/add-tags-to-subscriber.mjs b/components/giantcampaign/actions/add-tags-to-subscriber/add-tags-to-subscriber.mjs index f46cd6b643928..8fa915ac50dd5 100644 --- a/components/giantcampaign/actions/add-tags-to-subscriber/add-tags-to-subscriber.mjs +++ b/components/giantcampaign/actions/add-tags-to-subscriber/add-tags-to-subscriber.mjs @@ -4,7 +4,12 @@ export default { name: "Add Tags to Subscriber", description: "Add tags to a new subscriber [See the documentation](https://giantcampaign.com/developers/#add-tags-to-subscriber).", key: "giantcampaign-add-tags-to-subscriber", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/giantcampaign/actions/create-subscriber/create-subscriber.mjs b/components/giantcampaign/actions/create-subscriber/create-subscriber.mjs index da016925b26d0..d6c5fbf028ab9 100644 --- a/components/giantcampaign/actions/create-subscriber/create-subscriber.mjs +++ b/components/giantcampaign/actions/create-subscriber/create-subscriber.mjs @@ -4,7 +4,12 @@ export default { name: "Create Subscriber", description: "Create a new subscriber into a list [See the documentation](https://giantcampaign.com/developers/#create-subscriber).", key: "giantcampaign-create-subscriber", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/gigasheet/actions/create-export/create-export.mjs b/components/gigasheet/actions/create-export/create-export.mjs index bacfd65dc7059..1c1df4f3a31a4 100644 --- a/components/gigasheet/actions/create-export/create-export.mjs +++ b/components/gigasheet/actions/create-export/create-export.mjs @@ -4,7 +4,12 @@ export default { key: "gigasheet-create-export", name: "Create Export", description: "Creates an export for a gigasheet dataset. [See the documentation](https://gigasheet.readme.io/reference/post_dataset-handle-export)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gigasheet, diff --git a/components/gigasheet/actions/download-export/download-export.mjs b/components/gigasheet/actions/download-export/download-export.mjs index 3ecf23723841c..3837f87e1ae42 100644 --- a/components/gigasheet/actions/download-export/download-export.mjs +++ b/components/gigasheet/actions/download-export/download-export.mjs @@ -4,7 +4,12 @@ export default { key: "gigasheet-download-export", name: "Download Export", description: "Downloads an export from Gigasheet. [See the documentation](https://gigasheet.readme.io/reference/get_dataset-handle-download-export)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { gigasheet, diff --git a/components/gigasheet/actions/upload-data-from-url/upload-data-from-url.mjs b/components/gigasheet/actions/upload-data-from-url/upload-data-from-url.mjs index 1d4498cf92b31..032f9acd81c71 100644 --- a/components/gigasheet/actions/upload-data-from-url/upload-data-from-url.mjs +++ b/components/gigasheet/actions/upload-data-from-url/upload-data-from-url.mjs @@ -4,7 +4,12 @@ export default { key: "gigasheet-upload-data-from-url", name: "Upload Data From URL", description: "Uploads data from a URL to Gigasheet. [See the documentation](https://gigasheet.readme.io/reference/post_upload-url)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gigasheet, 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..6bf182033492d 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,12 @@ 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", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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..9bdd559e227ac 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,12 @@ 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", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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..329788e243fdb 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,12 @@ 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", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { giphyApp, diff --git a/components/gist/actions/add-tag-to-contacts/add-tag-to-contacts.mjs b/components/gist/actions/add-tag-to-contacts/add-tag-to-contacts.mjs index 565c655cc7761..272be86c14ae6 100644 --- a/components/gist/actions/add-tag-to-contacts/add-tag-to-contacts.mjs +++ b/components/gist/actions/add-tag-to-contacts/add-tag-to-contacts.mjs @@ -5,7 +5,12 @@ export default { name: "Add Tag To Existing Contacts", description: "This Action lets you assign a tag to multiple contacts at once. If the tag does not already exist it will be created for you. [See docs](https://developers.getgist.com/api/#add-a-tag-to-contacts)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { gist, contactId: { diff --git a/components/gist/actions/create-or-update-contact/create-or-update-contact.mjs b/components/gist/actions/create-or-update-contact/create-or-update-contact.mjs index 149202a570ec2..eb811eb3cca05 100644 --- a/components/gist/actions/create-or-update-contact/create-or-update-contact.mjs +++ b/components/gist/actions/create-or-update-contact/create-or-update-contact.mjs @@ -6,7 +6,12 @@ export default { name: "Create Or Update Contact", description: "Create or update a contact in Gist [See docs](https://developers.getgist.com/api/#create-or-update-a-contact)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { gist, email: { diff --git a/components/gist/actions/get-contact/get-contact.mjs b/components/gist/actions/get-contact/get-contact.mjs index 0a8249e454b76..7682521e52caa 100644 --- a/components/gist/actions/get-contact/get-contact.mjs +++ b/components/gist/actions/get-contact/get-contact.mjs @@ -5,7 +5,12 @@ export default { name: "Get Contact", description: "Find a Contact [See docs](https://developers.getgist.com/api/#add-a-tag-to-contacts)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { gist, contactId: { diff --git a/components/gist/actions/remove-tag-from-contact/remove-tag-from-contact.mjs b/components/gist/actions/remove-tag-from-contact/remove-tag-from-contact.mjs index bd89a7b257bba..10590d67b71bf 100644 --- a/components/gist/actions/remove-tag-from-contact/remove-tag-from-contact.mjs +++ b/components/gist/actions/remove-tag-from-contact/remove-tag-from-contact.mjs @@ -5,7 +5,12 @@ export default { name: "Remove Tag From Existing Contact", description: "Remove a tag from an existing contact or contacts. [See docs](https://developers.getgist.com/api/#remove-a-tag-from-contacts)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { gist, tagId: { diff --git a/components/gistly/actions/get-transcript/get-transcript.mjs b/components/gistly/actions/get-transcript/get-transcript.mjs index ca2e4cd94d067..6e4f03814f21c 100644 --- a/components/gistly/actions/get-transcript/get-transcript.mjs +++ b/components/gistly/actions/get-transcript/get-transcript.mjs @@ -5,7 +5,12 @@ export default { name: "Get Transcript", description: "Fetches transcript/subtitles from a YouTube video using Gistly API.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/github/actions/create-branch/create-branch.mjs b/components/github/actions/create-branch/create-branch.mjs index c127a40e0ee63..3f3666bdd3f23 100644 --- a/components/github/actions/create-branch/create-branch.mjs +++ b/components/github/actions/create-branch/create-branch.mjs @@ -5,7 +5,12 @@ export default { key: "github-create-branch", name: "Create Branch", description: "Create a new branch in a Github repo. [See the documentation](https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#create-a-reference)", - version: "0.0.17", + version: "0.0.18", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { github, diff --git a/components/github/actions/create-gist/create-gist.mjs b/components/github/actions/create-gist/create-gist.mjs index c74028753510c..7fb9997f10430 100644 --- a/components/github/actions/create-gist/create-gist.mjs +++ b/components/github/actions/create-gist/create-gist.mjs @@ -5,7 +5,12 @@ export default { key: "github-create-gist", name: "Create Gist", description: "Allows you to add a new gist with one or more files. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#create-a-gist)", - version: "0.0.11", + version: "0.0.12", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 79be2d88577dd..11f3e3a1a2272 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,12 @@ export default { key: "github-create-issue-comment", name: "Create Issue Comment", description: "Create a new comment in a issue. [See the documentation](https://docs.github.com/en/rest/issues/comments#create-an-issue-comment)", - version: "0.0.22", + version: "0.0.23", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 34c12fbe810c0..18ebf386f8191 100644 --- a/components/github/actions/create-issue/create-issue.mjs +++ b/components/github/actions/create-issue/create-issue.mjs @@ -6,7 +6,12 @@ export default { key: "github-create-issue", name: "Create Issue", description: "Create a new issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#create-an-issue)", - version: "0.3.4", + version: "0.3.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 2756d4d4ed2bc..a57a6c7399af0 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,12 @@ export default { key: "github-create-or-update-file-contents", name: "Create or Update File Contents", description: "Create or update a file in a repository. [See the documentation](https://docs.github.com/en/rest/repos/contents#create-or-update-file-contents)", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { github, diff --git a/components/github/actions/create-pull-request/create-pull-request.mjs b/components/github/actions/create-pull-request/create-pull-request.mjs index 8ae2716703dff..96a21f5b6dc23 100644 --- a/components/github/actions/create-pull-request/create-pull-request.mjs +++ b/components/github/actions/create-pull-request/create-pull-request.mjs @@ -5,7 +5,12 @@ export default { key: "github-create-pull-request", name: "Create Pull Request", description: "Creates a new pull request for a specified repository. [See the documentation](https://docs.github.com/en/rest/pulls/pulls#create-a-pull-request)", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 303c4b8f1a0a3..bd7d8d33e0f8b 100644 --- a/components/github/actions/create-repository/create-repository.mjs +++ b/components/github/actions/create-repository/create-repository.mjs @@ -4,7 +4,12 @@ export default { key: "github-create-repository", name: "Create Repository", description: "Creates a new repository for the authenticated user. [See the documentation](https://docs.github.com/en/rest/repos/repos#create-a-repository-for-the-authenticated-user)", - version: "0.0.17", + version: "0.0.18", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { github, diff --git a/components/github/actions/create-workflow-dispatch/create-workflow-dispatch.mjs b/components/github/actions/create-workflow-dispatch/create-workflow-dispatch.mjs index 1cc14fd83390c..d81d53a58e090 100644 --- a/components/github/actions/create-workflow-dispatch/create-workflow-dispatch.mjs +++ b/components/github/actions/create-workflow-dispatch/create-workflow-dispatch.mjs @@ -5,7 +5,12 @@ export default { key: "github-create-workflow-dispatch", name: "Create Workflow Dispatch", description: "Creates a new workflow dispatch event. [See the documentation](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#create-a-workflow-dispatch-event)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { github, diff --git a/components/github/actions/disable-workflow/disable-workflow.mjs b/components/github/actions/disable-workflow/disable-workflow.mjs index ec3128a251b39..cbb1dc8fcfd4a 100644 --- a/components/github/actions/disable-workflow/disable-workflow.mjs +++ b/components/github/actions/disable-workflow/disable-workflow.mjs @@ -5,7 +5,12 @@ export default { key: "github-disable-workflow", name: "Disable Workflow", description: "Disables a workflow and sets the **state** of the workflow to **disabled_manually**. [See the documentation](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#disable-a-workflow)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { github, diff --git a/components/github/actions/enable-workflow/enable-workflow.mjs b/components/github/actions/enable-workflow/enable-workflow.mjs index 62414c139f4b3..4874fc9fb56aa 100644 --- a/components/github/actions/enable-workflow/enable-workflow.mjs +++ b/components/github/actions/enable-workflow/enable-workflow.mjs @@ -4,7 +4,12 @@ export default { key: "github-enable-workflow", name: "Enable Workflow", description: "Enables a workflow and sets the **state** of the workflow to **active**. [See the documentation](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#enable-a-workflow)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { github, diff --git a/components/github/actions/get-commit/get-commit.mjs b/components/github/actions/get-commit/get-commit.mjs index 4ed725fc21f14..e1460e9950ad5 100644 --- a/components/github/actions/get-commit/get-commit.mjs +++ b/components/github/actions/get-commit/get-commit.mjs @@ -4,7 +4,12 @@ export default { key: "github-get-commit", name: "Get Commit", description: "Get a commit in a Github repo. [See the documentation](https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#get-a-commit)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 be2e7bec91819..2026bbe07e5cb 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,12 @@ export default { key: "github-get-issue-assignees", name: "Get Issue Assignees", description: "Get assignees for an issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#get-an-issue)", - version: "0.0.22", + version: "0.0.23", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 3ea31c93374ca..f554136dafb51 100644 --- a/components/github/actions/get-repository-content/get-repository-content.mjs +++ b/components/github/actions/get-repository-content/get-repository-content.mjs @@ -4,7 +4,12 @@ export default { key: "github-get-repository-content", name: "Get Repository Content", description: "Get the content of a file or directory in a specific repository. [See the documentation](https://docs.github.com/en/rest/repos/contents#get-repository-content)", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 000818601b45d..e2b0c22644872 100644 --- a/components/github/actions/get-repository/get-repository.mjs +++ b/components/github/actions/get-repository/get-repository.mjs @@ -4,7 +4,12 @@ export default { key: "github-get-repository", name: "Get Repository Info", description: "Get information for a specific repository. [See the documentation](https://docs.github.com/en/rest/repos/repos#get-a-repository)", - version: "0.0.22", + version: "0.0.23", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 c6a35c5c19a91..84497c954c9ac 100644 --- a/components/github/actions/get-reviewers/get-reviewers.mjs +++ b/components/github/actions/get-reviewers/get-reviewers.mjs @@ -6,7 +6,12 @@ export default { key: "github-get-reviewers", name: "Get Reviewers", description: "Get reviewers for a PR ([see documentation](https://docs.github.com/en/rest/pulls/reviews#list-reviews-for-a-pull-request)) or Commit SHA ([see documentation](https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit)).", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { github, diff --git a/components/github/actions/get-workflow-run/get-workflow-run.mjs b/components/github/actions/get-workflow-run/get-workflow-run.mjs index 86019833683a5..c37e6763d6684 100644 --- a/components/github/actions/get-workflow-run/get-workflow-run.mjs +++ b/components/github/actions/get-workflow-run/get-workflow-run.mjs @@ -4,7 +4,12 @@ export default { key: "github-get-workflow-run", name: "Get Workflow Run", description: "Gets a specific workflow run. [See the documentation](https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#get-a-workflow-run)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { github, diff --git a/components/github/actions/list-commits/list-commits.mjs b/components/github/actions/list-commits/list-commits.mjs index 978085523c6e9..e6cc3ffc54c6b 100644 --- a/components/github/actions/list-commits/list-commits.mjs +++ b/components/github/actions/list-commits/list-commits.mjs @@ -4,7 +4,12 @@ export default { key: "github-list-commits", name: "List Commits", description: "List commits in a Github repo. [See the documentation](https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#list-commits)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { github, diff --git a/components/github/actions/list-gists-for-a-user/list-gists-for-a-user.mjs b/components/github/actions/list-gists-for-a-user/list-gists-for-a-user.mjs index 7a7fcd4a594cb..63cd52e6d7328 100644 --- a/components/github/actions/list-gists-for-a-user/list-gists-for-a-user.mjs +++ b/components/github/actions/list-gists-for-a-user/list-gists-for-a-user.mjs @@ -5,7 +5,12 @@ export default { key: "github-list-gists-for-a-user", name: "List Gists for a User", description: "Lists public gists for the specified user. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#list-gists-for-a-user)", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { github: { diff --git a/components/github/actions/list-releases/list-releases.mjs b/components/github/actions/list-releases/list-releases.mjs index 65eb7ea0f4940..cd1717d64e9de 100644 --- a/components/github/actions/list-releases/list-releases.mjs +++ b/components/github/actions/list-releases/list-releases.mjs @@ -4,7 +4,12 @@ export default { key: "github-list-releases", name: "List Releases", description: "List releases for a repository [See the documentation](https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#list-releases)", - version: "0.0.10", + version: "0.0.11", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { github, diff --git a/components/github/actions/list-workflow-runs/list-workflow-runs.mjs b/components/github/actions/list-workflow-runs/list-workflow-runs.mjs index 03fc3ad5904ce..9470c2f6d4a44 100644 --- a/components/github/actions/list-workflow-runs/list-workflow-runs.mjs +++ b/components/github/actions/list-workflow-runs/list-workflow-runs.mjs @@ -4,7 +4,12 @@ export default { key: "github-list-workflow-runs", name: "List Workflow Runs", description: "List workflowRuns for a repository [See the documentation](https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#list-workflow-runs-for-a-repository)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 474d3fe172cd5..3e9d85138eb6b 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,12 @@ 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 the documentation](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests)", - version: "0.2.6", + version: "0.2.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { github, diff --git a/components/github/actions/star-repo/star-repo.mjs b/components/github/actions/star-repo/star-repo.mjs index 32b01fa29da28..58ee102220047 100644 --- a/components/github/actions/star-repo/star-repo.mjs +++ b/components/github/actions/star-repo/star-repo.mjs @@ -5,7 +5,12 @@ export default { key: "github-star-repo", name: "Star Repo", description: "Star a repository. [See the docs](https://docs.github.com/en/rest/activity/starring?apiVersion=2022-11-28#star-a-repository-for-the-authenticated-user) for more info.", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { github, diff --git a/components/github/actions/update-gist/update-gist.mjs b/components/github/actions/update-gist/update-gist.mjs index e6ef18d62e148..c22ddf93c574d 100644 --- a/components/github/actions/update-gist/update-gist.mjs +++ b/components/github/actions/update-gist/update-gist.mjs @@ -6,7 +6,12 @@ export default { key: "github-update-gist", name: "Update Gist", description: "Allows you to update a gist's description and to update, delete, or rename gist files. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#update-a-gist)", - version: "0.0.11", + version: "0.0.12", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, 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 b9ec08b6e1704..9305e3d4bc822 100644 --- a/components/github/actions/update-issue/update-issue.mjs +++ b/components/github/actions/update-issue/update-issue.mjs @@ -10,7 +10,12 @@ export default { key: "github-update-issue", name: "Update Issue", description: "Update a new issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#update-an-issue)", - version: "0.2.4", + version: "0.2.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { github, diff --git a/components/github/actions/update-project-v2-item-status/update-project-v2-item-status.mjs b/components/github/actions/update-project-v2-item-status/update-project-v2-item-status.mjs index 6b3532a0f130e..b1580613c90d9 100644 --- a/components/github/actions/update-project-v2-item-status/update-project-v2-item-status.mjs +++ b/components/github/actions/update-project-v2-item-status/update-project-v2-item-status.mjs @@ -4,7 +4,12 @@ export default { key: "github-update-project-v2-item-status", name: "Update Project (V2) Item Status", description: "Update the status of an item in the selected Project (V2). [See the documentation](https://docs.github.com/en/graphql/reference/mutations#updateprojectv2itemfieldvalue)", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { github, diff --git a/components/gitlab/actions/create-branch/create-branch.mjs b/components/gitlab/actions/create-branch/create-branch.mjs index 74f062235e62f..3a12db05ba81e 100644 --- a/components/gitlab/actions/create-branch/create-branch.mjs +++ b/components/gitlab/actions/create-branch/create-branch.mjs @@ -4,7 +4,12 @@ export default { key: "gitlab-create-branch", name: "Create Branch", description: "Create a new branch in the repository. [See the documentation](https://docs.gitlab.com/ee/api/branches.html#create-repository-branch)", - version: "0.3.2", + version: "0.3.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 39d5fb483133c..ff5c09917fb08 100644 --- a/components/gitlab/actions/create-epic/create-epic.mjs +++ b/components/gitlab/actions/create-epic/create-epic.mjs @@ -5,7 +5,12 @@ export default { key: "gitlab-create-epic", name: "Create Epic", description: "Creates a new epic. [See the documentation](https://docs.gitlab.com/ee/api/epics.html#new-epic)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 10f2d00a02380..e4bde4f5c6989 100644 --- a/components/gitlab/actions/create-issue/create-issue.mjs +++ b/components/gitlab/actions/create-issue/create-issue.mjs @@ -5,7 +5,12 @@ export default { key: "gitlab-create-issue", name: "Create issue", description: "Creates a new issue. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#new-issue)", - version: "0.2.2", + version: "0.2.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 fd1b99c3e11c9..0130392e3560a 100644 --- a/components/gitlab/actions/get-issue/get-issue.mjs +++ b/components/gitlab/actions/get-issue/get-issue.mjs @@ -4,7 +4,12 @@ export default { key: "gitlab-get-issue", name: "Get Issue", description: "Gets a single issue from repository. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#single-project-issue)", - version: "0.2.2", + version: "0.2.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 c2488b99b4593..73720752819a3 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,12 @@ export default { key: "gitlab-get-repo-branch", name: "Get Repo Branch", description: "Get a single project repository branch. [See the documentation](https://docs.gitlab.com/ee/api/branches.html#get-single-repository-branch)", - version: "0.2.2", + version: "0.2.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 96df8562c49ac..0985623848981 100644 --- a/components/gitlab/actions/list-commits/list-commits.mjs +++ b/components/gitlab/actions/list-commits/list-commits.mjs @@ -5,7 +5,12 @@ export default { key: "gitlab-list-commits", name: "List Commits", description: "List commits in a repository branch. [See the documentation](https://docs.gitlab.com/ee/api/commits.html#list-repository-commits)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 c0ce31e6eb9ef..762268af6d9fd 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,12 @@ export default { key: "gitlab-list-repo-branches", name: "List Repo Branches", description: "Get a list of repository branches from a project. [See the documentation](https://docs.gitlab.com/ee/api/branches.html#list-repository-branches)", - version: "0.2.2", + version: "0.2.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 a00dbe4326ccf..b89d79ee84dd7 100644 --- a/components/gitlab/actions/search-issues/search-issues.mjs +++ b/components/gitlab/actions/search-issues/search-issues.mjs @@ -6,7 +6,12 @@ export default { key: "gitlab-search-issues", name: "Search Issues", description: "Search for issues in a repository with a query. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#list-issues)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 6bad6a71fbbab..c3c78a080e352 100644 --- a/components/gitlab/actions/update-epic/update-epic.mjs +++ b/components/gitlab/actions/update-epic/update-epic.mjs @@ -5,7 +5,12 @@ export default { key: "gitlab-update-epic", name: "Update Epic", description: "Updates an epic. [See the documentation](https://docs.gitlab.com/ee/api/epics.html#update-epic)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gitlab, diff --git a/components/gitlab/actions/update-issue/update-issue.mjs b/components/gitlab/actions/update-issue/update-issue.mjs index 8d5fb4b3c86ac..d2cd652de64ee 100644 --- a/components/gitlab/actions/update-issue/update-issue.mjs +++ b/components/gitlab/actions/update-issue/update-issue.mjs @@ -5,7 +5,12 @@ export default { key: "gitlab-update-issue", name: "Update Issue", description: "Updates an existing project issue. [See the documentation](https://docs.gitlab.com/ee/api/issues.html#edit-issue)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gitlab, diff --git a/components/gladia/actions/send-audio-for-transcription/send-audio-for-transcription.mjs b/components/gladia/actions/send-audio-for-transcription/send-audio-for-transcription.mjs index 66ac659939591..3fa916b1d872a 100644 --- a/components/gladia/actions/send-audio-for-transcription/send-audio-for-transcription.mjs +++ b/components/gladia/actions/send-audio-for-transcription/send-audio-for-transcription.mjs @@ -9,7 +9,12 @@ export default { key: "gladia-send-audio-for-transcription", name: "Send Audio For Transcription", description: "Sends audio to Gladia for transcription and optional translation. [See the documentation](https://docs.gladia.io/reference/pre-recorded)", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gladia, diff --git a/components/gleap/actions/create-track-event/create-track-event.mjs b/components/gleap/actions/create-track-event/create-track-event.mjs index 03c7130ff296f..6439a15c41207 100644 --- a/components/gleap/actions/create-track-event/create-track-event.mjs +++ b/components/gleap/actions/create-track-event/create-track-event.mjs @@ -4,7 +4,12 @@ export default { key: "gleap-create-track-event", name: "Create Track Event", description: "Creates a new track event in Gleap. [See the documentation](https://docs.gleap.io/server/rest-api#track-events)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gleap, diff --git a/components/gloria_ai/actions/create-lead/create-lead.mjs b/components/gloria_ai/actions/create-lead/create-lead.mjs index b1420a5be1f90..993f03bb1cf60 100644 --- a/components/gloria_ai/actions/create-lead/create-lead.mjs +++ b/components/gloria_ai/actions/create-lead/create-lead.mjs @@ -4,7 +4,12 @@ export default { key: "gloria_ai-create-lead", name: "Create Lead", description: "Creates a new lead/contact in Gloria.ai. [See the documentation](https://api.iamgloria.com/api).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gloriaAi, diff --git a/components/gloww/actions/create-live-session/create-live-session.mjs b/components/gloww/actions/create-live-session/create-live-session.mjs index 8d3ba92a379f7..5e79ed9bde667 100644 --- a/components/gloww/actions/create-live-session/create-live-session.mjs +++ b/components/gloww/actions/create-live-session/create-live-session.mjs @@ -4,7 +4,12 @@ import gloww from "../../gloww.app.mjs"; export default { key: "gloww-create-live-session", name: "Create Live Session", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new Live Session [See the documentation](https://gloww.com/faq/)", type: "action", props: { diff --git a/components/gmail/actions/add-label-to-email/add-label-to-email.mjs b/components/gmail/actions/add-label-to-email/add-label-to-email.mjs index a8c4f2e7a20e1..20ee2d0b3da39 100644 --- a/components/gmail/actions/add-label-to-email/add-label-to-email.mjs +++ b/components/gmail/actions/add-label-to-email/add-label-to-email.mjs @@ -4,7 +4,12 @@ export default { key: "gmail-add-label-to-email", name: "Add Label to Email", description: "Add label(s) to an email message. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/modify)", - version: "0.0.12", + version: "0.0.13", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/approve-workflow/approve-workflow.mjs b/components/gmail/actions/approve-workflow/approve-workflow.mjs index 090b448f773b5..48703b131fd26 100644 --- a/components/gmail/actions/approve-workflow/approve-workflow.mjs +++ b/components/gmail/actions/approve-workflow/approve-workflow.mjs @@ -4,7 +4,12 @@ export default { key: "gmail-approve-workflow", name: "Approve Workflow", description: "Suspend the workflow until approved by email. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun#flowsuspend)", - version: "0.0.9", + version: "0.0.10", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/archive-email/archive-email.mjs b/components/gmail/actions/archive-email/archive-email.mjs index e1fb10456ae7a..dbf457b82df09 100644 --- a/components/gmail/actions/archive-email/archive-email.mjs +++ b/components/gmail/actions/archive-email/archive-email.mjs @@ -5,7 +5,12 @@ export default { key: "gmail-archive-email", name: "Archive Email", description: "Archive an email message. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/modify)", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/create-draft/create-draft.mjs b/components/gmail/actions/create-draft/create-draft.mjs index 4aeaaa0293449..3ffb159b00e8c 100644 --- a/components/gmail/actions/create-draft/create-draft.mjs +++ b/components/gmail/actions/create-draft/create-draft.mjs @@ -6,7 +6,12 @@ export default { key: "gmail-create-draft", name: "Create Draft", description: "Create a draft from your Google Workspace email account. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.drafts/create)", - version: "0.1.7", + version: "0.1.8", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/create-label/create-label.mjs b/components/gmail/actions/create-label/create-label.mjs index 409b42d3b9961..4ae23b31cf9dd 100644 --- a/components/gmail/actions/create-label/create-label.mjs +++ b/components/gmail/actions/create-label/create-label.mjs @@ -6,7 +6,12 @@ export default { key: "gmail-create-label", name: "Create Label", description: "Create a new label in the connected account. [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.labels/create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/delete-email/delete-email.mjs b/components/gmail/actions/delete-email/delete-email.mjs index 32a24a2509750..2708d5b05aadc 100644 --- a/components/gmail/actions/delete-email/delete-email.mjs +++ b/components/gmail/actions/delete-email/delete-email.mjs @@ -5,7 +5,12 @@ export default { key: "gmail-delete-email", name: "Delete Email", description: "Moves the specified message to the trash. [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.messages/trash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/download-attachment/download-attachment.mjs b/components/gmail/actions/download-attachment/download-attachment.mjs index b24a5f5401b2d..7896f455caae0 100644 --- a/components/gmail/actions/download-attachment/download-attachment.mjs +++ b/components/gmail/actions/download-attachment/download-attachment.mjs @@ -7,7 +7,12 @@ export default { key: "gmail-download-attachment", name: "Download Attachment", description: "Download an attachment by attachmentId to the /tmp directory. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages.attachments/get)", - version: "0.0.12", + version: "0.0.13", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/find-email/find-email.mjs b/components/gmail/actions/find-email/find-email.mjs index 60105aa10d6d6..ff956fd034fcc 100644 --- a/components/gmail/actions/find-email/find-email.mjs +++ b/components/gmail/actions/find-email/find-email.mjs @@ -5,7 +5,12 @@ export default { key: "gmail-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.1.6", + version: "0.1.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/get-send-as-alias/get-send-as-alias.mjs b/components/gmail/actions/get-send-as-alias/get-send-as-alias.mjs index 258dd96352cdc..5a0b257f120d9 100644 --- a/components/gmail/actions/get-send-as-alias/get-send-as-alias.mjs +++ b/components/gmail/actions/get-send-as-alias/get-send-as-alias.mjs @@ -5,7 +5,12 @@ export default { key: "gmail-get-send-as-alias", name: "Get Send As Alias", description: "Get a send as alias for the authenticated user. [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.settings.sendAs/get)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/list-labels/list-labels.mjs b/components/gmail/actions/list-labels/list-labels.mjs index 0b7f2b64d8383..aaa14cc8a0c15 100644 --- a/components/gmail/actions/list-labels/list-labels.mjs +++ b/components/gmail/actions/list-labels/list-labels.mjs @@ -4,7 +4,12 @@ export default { key: "gmail-list-labels", name: "List Labels", description: "List all the existing labels in the connected account. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.labels/list)", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/list-send-as-aliases/list-send-as-aliases.mjs b/components/gmail/actions/list-send-as-aliases/list-send-as-aliases.mjs index 7d79b4b1593c5..dc5aba9fd230d 100644 --- a/components/gmail/actions/list-send-as-aliases/list-send-as-aliases.mjs +++ b/components/gmail/actions/list-send-as-aliases/list-send-as-aliases.mjs @@ -4,7 +4,12 @@ export default { key: "gmail-list-send-as-aliases", name: "List Send As Aliases", description: "List all send as aliases for the authenticated user. [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.settings.sendAs/list)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/remove-label-from-email/remove-label-from-email.mjs b/components/gmail/actions/remove-label-from-email/remove-label-from-email.mjs index 9f189e1a359ce..aa0f12448bef4 100644 --- a/components/gmail/actions/remove-label-from-email/remove-label-from-email.mjs +++ b/components/gmail/actions/remove-label-from-email/remove-label-from-email.mjs @@ -4,7 +4,12 @@ export default { key: "gmail-remove-label-from-email", name: "Remove Label from Email", description: "Remove label(s) from an email message. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/modify)", - version: "0.0.10", + version: "0.0.11", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/send-email/send-email.mjs b/components/gmail/actions/send-email/send-email.mjs index cbe5d77fb3d4e..3044ba07ba009 100644 --- a/components/gmail/actions/send-email/send-email.mjs +++ b/components/gmail/actions/send-email/send-email.mjs @@ -6,7 +6,12 @@ export default { key: "gmail-send-email", name: "Send Email", description: "Send an email from your Google Workspace email account. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/send)", - version: "0.1.15", + version: "0.1.16", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/update-org-signature/update-org-signature.mjs b/components/gmail/actions/update-org-signature/update-org-signature.mjs index 48be0c6cd06a0..ce9b3de582372 100644 --- a/components/gmail/actions/update-org-signature/update-org-signature.mjs +++ b/components/gmail/actions/update-org-signature/update-org-signature.mjs @@ -8,7 +8,12 @@ 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 the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.settings.sendAs/update)`, - version: "0.0.11", + version: "0.0.12", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gmail, diff --git a/components/gmail/actions/update-primary-signature/update-primary-signature.mjs b/components/gmail/actions/update-primary-signature/update-primary-signature.mjs index aae983a0659d0..597af41233ac2 100644 --- a/components/gmail/actions/update-primary-signature/update-primary-signature.mjs +++ b/components/gmail/actions/update-primary-signature/update-primary-signature.mjs @@ -4,7 +4,12 @@ export default { key: "gmail-update-primary-signature", name: "Update Signature for Primary Email Address", description: "Update the signature for the primary email address. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.settings.sendAs/update)", - version: "0.0.11", + version: "0.0.12", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gmail, diff --git a/components/go/actions/run-go-code/run-go-code.mjs b/components/go/actions/run-go-code/run-go-code.mjs index 3c1b37ddfe6c1..0f0977d87d4e3 100644 --- a/components/go/actions/run-go-code/run-go-code.mjs +++ b/components/go/actions/run-go-code/run-go-code.mjs @@ -2,7 +2,12 @@ import go from "../../go.app.mjs"; export default { name: "Run Go Code", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "go-run-go-code", description: "Run any Go code and use any Go package available with a simple import. Refer to the [Pipedream Go docs](https://pipedream.com/docs/code/go) to learn more.", props: { diff --git a/components/gocanvas/actions/create-dispatch/create-dispatch.mjs b/components/gocanvas/actions/create-dispatch/create-dispatch.mjs index cc21e5d520f90..d127aee521861 100644 --- a/components/gocanvas/actions/create-dispatch/create-dispatch.mjs +++ b/components/gocanvas/actions/create-dispatch/create-dispatch.mjs @@ -4,7 +4,12 @@ export default { key: "gocanvas-create-dispatch", name: "Create Dispatch", description: "Creates a dispatch item in GoCanvas. [See the documentation](https://help.gocanvas.com/hc/en-us/article_attachments/26468076609559)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gocanvas, diff --git a/components/gocanvas/actions/create-or-update-reference-data/create-or-update-reference-data.mjs b/components/gocanvas/actions/create-or-update-reference-data/create-or-update-reference-data.mjs index 3280cc055cde4..fbc3c883130b8 100644 --- a/components/gocanvas/actions/create-or-update-reference-data/create-or-update-reference-data.mjs +++ b/components/gocanvas/actions/create-or-update-reference-data/create-or-update-reference-data.mjs @@ -6,7 +6,12 @@ export default { key: "gocanvas-create-or-update-reference-data", name: "Create or Update Reference Data", description: "Creates or updates GoCanvas reference data. [See the documentation](https://help.gocanvas.com/hc/en-us/article_attachments/26468076609559)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gocanvas, diff --git a/components/gocanvas/actions/delete-dispatch/delete-dispatch.mjs b/components/gocanvas/actions/delete-dispatch/delete-dispatch.mjs index ddafebef637d6..a244f1e11340f 100644 --- a/components/gocanvas/actions/delete-dispatch/delete-dispatch.mjs +++ b/components/gocanvas/actions/delete-dispatch/delete-dispatch.mjs @@ -4,7 +4,12 @@ export default { key: "gocanvas-delete-dispatch", name: "Delete Dispatch", description: "Removes a specific dispatch from GoCanvas. [See the documentation](https://help.gocanvas.com/hc/en-us/article_attachments/26468076609559)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { gocanvas, diff --git a/components/goformz/actions/create-form/create-form.mjs b/components/goformz/actions/create-form/create-form.mjs index a918d621b219d..828de7cc6d360 100644 --- a/components/goformz/actions/create-form/create-form.mjs +++ b/components/goformz/actions/create-form/create-form.mjs @@ -6,7 +6,12 @@ export default { key: "goformz-create-form", name: "Create Form", description: "Create a new form in GoFormz. [See the documentation](https://developers.goformz.com/reference/create-a-form)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { goformz, diff --git a/components/gong/actions/add-new-call/add-new-call.mjs b/components/gong/actions/add-new-call/add-new-call.mjs index 6d3058b341d23..ddcdfec72e587 100644 --- a/components/gong/actions/add-new-call/add-new-call.mjs +++ b/components/gong/actions/add-new-call/add-new-call.mjs @@ -8,7 +8,12 @@ export default { name: "Add New Call", description: "Add a new call. [See the documentation](https://us-66463.app.gong.io/settings/api/documentation#post-/v2/calls)", type: "action", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, clientUniqueId: { diff --git a/components/gong/actions/get-extensive-data/get-extensive-data.mjs b/components/gong/actions/get-extensive-data/get-extensive-data.mjs index d62c4581ab73b..dbd787ff8efcc 100644 --- a/components/gong/actions/get-extensive-data/get-extensive-data.mjs +++ b/components/gong/actions/get-extensive-data/get-extensive-data.mjs @@ -7,7 +7,12 @@ export default { key: "gong-get-extensive-data", name: "Get Extensive Data", description: "Lists detailed call data. [See the documentation](https://gong.app.gong.io/settings/api/documentation#post-/v2/calls/extensive)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/gong/actions/list-calls/list-calls.mjs b/components/gong/actions/list-calls/list-calls.mjs index d72b67a8f2dfa..9198b5aeab600 100644 --- a/components/gong/actions/list-calls/list-calls.mjs +++ b/components/gong/actions/list-calls/list-calls.mjs @@ -5,7 +5,12 @@ export default { name: "List calls", description: "List calls. [See the documentation](https://us-66463.app.gong.io/settings/api/documentation#get-/v2/calls)", type: "action", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, fromDateTime: { diff --git a/components/gong/actions/retrieve-transcripts-of-calls/retrieve-transcripts-of-calls.mjs b/components/gong/actions/retrieve-transcripts-of-calls/retrieve-transcripts-of-calls.mjs index 0f53c95475c1a..725e1ad50a2ba 100644 --- a/components/gong/actions/retrieve-transcripts-of-calls/retrieve-transcripts-of-calls.mjs +++ b/components/gong/actions/retrieve-transcripts-of-calls/retrieve-transcripts-of-calls.mjs @@ -5,7 +5,12 @@ export default { name: "Retrieve Transcripts Of Calls", description: "Retrieve transcripts of calls. [See the documentation](https://us-66463.app.gong.io/settings/api/documentation#post-/v2/calls/transcript)", type: "action", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, fromDateTime: { diff --git a/components/goodbits/actions/create-link/create-link.mjs b/components/goodbits/actions/create-link/create-link.mjs index f95fd6d182502..3909c7c316b4a 100644 --- a/components/goodbits/actions/create-link/create-link.mjs +++ b/components/goodbits/actions/create-link/create-link.mjs @@ -4,7 +4,12 @@ export default { key: "goodbits-create-link", name: "Create Link", description: "Create a new link. [See the documentation](https://support.goodbits.io/article/115-goodbit-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/goodbits/actions/create-subscriber/create-subscriber.mjs b/components/goodbits/actions/create-subscriber/create-subscriber.mjs index d05cd8b813255..242f969193084 100644 --- a/components/goodbits/actions/create-subscriber/create-subscriber.mjs +++ b/components/goodbits/actions/create-subscriber/create-subscriber.mjs @@ -4,7 +4,12 @@ export default { key: "goodbits-create-subscriber", name: "Create Subscriber", description: "Create a new subscriber. [See the documentation](https://support.goodbits.io/article/115-goodbit-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/goodbits/actions/update-subscriber-status/update-subscriber-status.mjs b/components/goodbits/actions/update-subscriber-status/update-subscriber-status.mjs index d592e90eba3e6..36ef768080200 100644 --- a/components/goodbits/actions/update-subscriber-status/update-subscriber-status.mjs +++ b/components/goodbits/actions/update-subscriber-status/update-subscriber-status.mjs @@ -4,7 +4,12 @@ export default { key: "goodbits-update-subscriber-status", name: "Update Subscriber Status", description: "Update the status of a subscriber. [See the documentation](https://support.goodbits.io/article/115-goodbit-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/goody/actions/create-order/create-order.mjs b/components/goody/actions/create-order/create-order.mjs index d60753c2a5b7e..3dd9fad1ad632 100644 --- a/components/goody/actions/create-order/create-order.mjs +++ b/components/goody/actions/create-order/create-order.mjs @@ -6,7 +6,12 @@ export default { key: "goody-create-order", name: "Create Order", description: "Creates a new order in Goody. [See the documentation](https://developer.ongoody.com/api-reference/order-batches/create-an-order-batch)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { goody,