diff --git a/components/api4ai/actions/car-image-background-removal/car-image-background-removal.mjs b/components/api4ai/actions/car-image-background-removal/car-image-background-removal.mjs index d85b2b9e1e64a..64c224018a42d 100644 --- a/components/api4ai/actions/car-image-background-removal/car-image-background-removal.mjs +++ b/components/api4ai/actions/car-image-background-removal/car-image-background-removal.mjs @@ -8,7 +8,12 @@ export default { description: "Remove Background for car images. Powered by API4AI.", key: "api4ai-car-image-background-removal", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/api4ai/actions/furniture-and-household-item-recognition/furniture-and-household-item-recognition.mjs b/components/api4ai/actions/furniture-and-household-item-recognition/furniture-and-household-item-recognition.mjs index 6303b2c6e307f..4d6d0f1660d0d 100644 --- a/components/api4ai/actions/furniture-and-household-item-recognition/furniture-and-household-item-recognition.mjs +++ b/components/api4ai/actions/furniture-and-household-item-recognition/furniture-and-household-item-recognition.mjs @@ -5,7 +5,12 @@ export default { name: "Furniture & Household Item Recognition", description: "This API provides identification of furniture & household items with advanced intelligent detection, categorization, and counting technologies. Powered by API4AI.", key: "api4ai-furniture-and-household-item-recognition", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/api4ai/actions/image-anonymization/image-anonymization.mjs b/components/api4ai/actions/image-anonymization/image-anonymization.mjs index 8225cc4beba1d..a76a707226b86 100644 --- a/components/api4ai/actions/image-anonymization/image-anonymization.mjs +++ b/components/api4ai/actions/image-anonymization/image-anonymization.mjs @@ -7,7 +7,12 @@ export default { name: "Image Anonymization", description: "Performs actual image anonymization. Powered by API4AI.", key: "api4ai-image-anonymization", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/api4ai/actions/nsfw-image-recognition/nsfw-image-recognition.mjs b/components/api4ai/actions/nsfw-image-recognition/nsfw-image-recognition.mjs index cb362ceb3fcc5..8450740cfb8b1 100644 --- a/components/api4ai/actions/nsfw-image-recognition/nsfw-image-recognition.mjs +++ b/components/api4ai/actions/nsfw-image-recognition/nsfw-image-recognition.mjs @@ -6,7 +6,12 @@ export default { description: "Content moderation solution for NSFW (Not Safe For Work) sexual images identification. Powered by API4AI.", key: "api4ai-nsfw-image-recognition", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/apiary/actions/create-api-project/create-api-project.mjs b/components/apiary/actions/create-api-project/create-api-project.mjs index 3a75d6d15089e..73163576c931b 100644 --- a/components/apiary/actions/create-api-project/create-api-project.mjs +++ b/components/apiary/actions/create-api-project/create-api-project.mjs @@ -4,7 +4,12 @@ export default { key: "apiary-create-api-project", name: "Create API Project", description: "Create a new API project. [See the documentation](https://apiary.docs.apiary.io/#reference/blueprint/create-api-project/create-api-project)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/apiary/actions/fetch-blueprint/fetch-blueprint.mjs b/components/apiary/actions/fetch-blueprint/fetch-blueprint.mjs index d6b4b4e0a654d..ec313ec750533 100644 --- a/components/apiary/actions/fetch-blueprint/fetch-blueprint.mjs +++ b/components/apiary/actions/fetch-blueprint/fetch-blueprint.mjs @@ -4,7 +4,12 @@ export default { key: "apiary-fetch-blueprint", name: "Fetch Blueprint", description: "Fetch an API Blueprint for a particular API. [See the documentation](https://apiary.docs.apiary.io/#reference/blueprint/fetch-blueprint/fetch-blueprint)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/apiary/actions/publish-blueprint/publish-blueprint.mjs b/components/apiary/actions/publish-blueprint/publish-blueprint.mjs index 849a281d6eef1..82d243e258ef8 100644 --- a/components/apiary/actions/publish-blueprint/publish-blueprint.mjs +++ b/components/apiary/actions/publish-blueprint/publish-blueprint.mjs @@ -4,7 +4,12 @@ export default { key: "apiary-publish-blueprint", name: "Publish Blueprint", description: "Publish an API Blueprint for a particular API. [See the documentation](https://apiary.docs.apiary.io/#reference/blueprint/publish-blueprint/publish-blueprint)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/apify/actions/get-dataset-items/get-dataset-items.mjs b/components/apify/actions/get-dataset-items/get-dataset-items.mjs index 4be0ce6f7d938..77757441eeeae 100644 --- a/components/apify/actions/get-dataset-items/get-dataset-items.mjs +++ b/components/apify/actions/get-dataset-items/get-dataset-items.mjs @@ -5,7 +5,12 @@ export default { key: "apify-get-dataset-items", name: "Get Dataset Items", description: "Returns data stored in a dataset. [See the documentation](https://docs.apify.com/api/v2/dataset-items-get)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { apify, diff --git a/components/apify/actions/run-actor/run-actor.mjs b/components/apify/actions/run-actor/run-actor.mjs index cb00332509370..5c7302b95e16f 100644 --- a/components/apify/actions/run-actor/run-actor.mjs +++ b/components/apify/actions/run-actor/run-actor.mjs @@ -7,7 +7,12 @@ export default { key: "apify-run-actor", name: "Run Actor", description: "Performs an execution of a selected Actor in Apify. [See the documentation](https://docs.apify.com/api/v2#/reference/actors/run-collection/run-actor)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { apify, diff --git a/components/apify/actions/run-task-synchronously/run-task-synchronously.mjs b/components/apify/actions/run-task-synchronously/run-task-synchronously.mjs index 776620f885c1b..1564561779023 100644 --- a/components/apify/actions/run-task-synchronously/run-task-synchronously.mjs +++ b/components/apify/actions/run-task-synchronously/run-task-synchronously.mjs @@ -5,7 +5,12 @@ export default { key: "apify-run-task-synchronously", name: "Run Task Synchronously", description: "Run a specific task and return its dataset items. [See the documentation](https://docs.apify.com/api/v2/actor-task-run-sync-get-dataset-items-get)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { apify, diff --git a/components/apify/actions/scrape-single-url/scrape-single-url.mjs b/components/apify/actions/scrape-single-url/scrape-single-url.mjs index e2f8a1a7e8f7e..cead5e78b269f 100644 --- a/components/apify/actions/scrape-single-url/scrape-single-url.mjs +++ b/components/apify/actions/scrape-single-url/scrape-single-url.mjs @@ -6,7 +6,12 @@ export default { key: "apify-scrape-single-url", name: "Scrape Single URL", description: "Executes a scraper on a specific website and returns its content as HTML. This action is perfect for extracting content from a single page. [See the documentation](https://docs.apify.com/sdk/js/docs/examples/crawl-single-url)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { apify, diff --git a/components/apify/actions/set-key-value-store-record/set-key-value-store-record.mjs b/components/apify/actions/set-key-value-store-record/set-key-value-store-record.mjs index 5a9c0b56004be..9d0cd2e992afe 100644 --- a/components/apify/actions/set-key-value-store-record/set-key-value-store-record.mjs +++ b/components/apify/actions/set-key-value-store-record/set-key-value-store-record.mjs @@ -5,7 +5,12 @@ export default { name: "Set Key-Value Store Record", description: "Create or update a record in an Apify Key-Value Store. Supports strings, numbers, booleans, null, arrays, and objects. Automatically infers content type (JSON vs. plain text).", - version: "0.2.1", + version: "0.2.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { apify, diff --git a/components/apiverve/actions/dns-lookup/dns-lookup.mjs b/components/apiverve/actions/dns-lookup/dns-lookup.mjs index 1c3d63eb1e82b..9f250c5176fc1 100644 --- a/components/apiverve/actions/dns-lookup/dns-lookup.mjs +++ b/components/apiverve/actions/dns-lookup/dns-lookup.mjs @@ -4,7 +4,12 @@ export default { key: "apiverve-dns-lookup", name: "DNS Lookup", description: "Look up the DNS records of a domain. [See the documentation](https://docs.apiverve.com/api/dnslookup)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { apiverve, diff --git a/components/apiverve/actions/get-dictionary-definition/get-dictionary-definition.mjs b/components/apiverve/actions/get-dictionary-definition/get-dictionary-definition.mjs index 2fa616e8ef003..73e12a8b3023a 100644 --- a/components/apiverve/actions/get-dictionary-definition/get-dictionary-definition.mjs +++ b/components/apiverve/actions/get-dictionary-definition/get-dictionary-definition.mjs @@ -4,7 +4,12 @@ export default { key: "apiverve-get-dictionary-definition", name: "Get Dictionary Definition", description: "Get the definition of a word. [See the documentation](https://docs.apiverve.com/api/dictionary)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { apiverve, diff --git a/components/apiverve/actions/get-weather/get-weather.mjs b/components/apiverve/actions/get-weather/get-weather.mjs index 9f2fab421ad77..4ea724ed69bea 100644 --- a/components/apiverve/actions/get-weather/get-weather.mjs +++ b/components/apiverve/actions/get-weather/get-weather.mjs @@ -4,7 +4,12 @@ export default { key: "apiverve-get-weather", name: "Get Weather", description: "Return the temperature, humidity, and more for a given location. [See the documentation](https://docs.apiverve.com/api/weatherforecast)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { apiverve, diff --git a/components/apiverve/actions/ip-blacklist-lookup/ip-blacklist-lookup.mjs b/components/apiverve/actions/ip-blacklist-lookup/ip-blacklist-lookup.mjs index 28ccaa2598a08..b1e64727f2ce0 100644 --- a/components/apiverve/actions/ip-blacklist-lookup/ip-blacklist-lookup.mjs +++ b/components/apiverve/actions/ip-blacklist-lookup/ip-blacklist-lookup.mjs @@ -4,7 +4,12 @@ export default { key: "apiverve-ip-blacklist-lookup", name: "IP Blacklist Lookup", description: "Lookup if an IP address is in a blacklist. [See the documentation](https://docs.apiverve.com/api/ipblacklistlookup)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { apiverve, diff --git a/components/apiverve/actions/moon-phases/moon-phases.mjs b/components/apiverve/actions/moon-phases/moon-phases.mjs index 96412e4c85c8b..02aaa88c8f240 100644 --- a/components/apiverve/actions/moon-phases/moon-phases.mjs +++ b/components/apiverve/actions/moon-phases/moon-phases.mjs @@ -4,7 +4,12 @@ export default { key: "apiverve-moon-phases", name: "Moon Phases", description: "Retrieve the moon phase for a given date. [See the documentation](https://docs.apiverve.com/api/moonphases)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { apiverve, diff --git a/components/apiverve/actions/number-to-words/number-to-words.mjs b/components/apiverve/actions/number-to-words/number-to-words.mjs index cd8a9af60b9f9..acbb9fc3f0ae6 100644 --- a/components/apiverve/actions/number-to-words/number-to-words.mjs +++ b/components/apiverve/actions/number-to-words/number-to-words.mjs @@ -4,7 +4,12 @@ export default { key: "apiverve-number-to-words", name: "Number to Words", description: "A simple tool for converting numbers to words. Returns the number in words. [See the documentation](https://docs.apiverve.com/api/numbertowords)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { apiverve, diff --git a/components/apiverve/actions/phone-number-validator/phone-number-validator.mjs b/components/apiverve/actions/phone-number-validator/phone-number-validator.mjs index 9091487b46dfb..5611cbbbd75ce 100644 --- a/components/apiverve/actions/phone-number-validator/phone-number-validator.mjs +++ b/components/apiverve/actions/phone-number-validator/phone-number-validator.mjs @@ -4,7 +4,12 @@ export default { key: "apiverve-phone-number-validator", name: "Phone Number Validator", description: "Check whether a phone number is valid or not. [See the documentation](https://docs.apiverve.com/api/phonenumbervalidator)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { apiverve, diff --git a/components/apiverve/actions/routing-number-lookup/routing-number-lookup.mjs b/components/apiverve/actions/routing-number-lookup/routing-number-lookup.mjs index 4b5330235e673..8b3073ee3b3e3 100644 --- a/components/apiverve/actions/routing-number-lookup/routing-number-lookup.mjs +++ b/components/apiverve/actions/routing-number-lookup/routing-number-lookup.mjs @@ -4,7 +4,12 @@ export default { key: "apiverve-routing-number-lookup", name: "Routing Number Lookup", description: "Lookup routing number information for USA Banks. [See the documentation](https://docs.apiverve.com/api/routinglookup)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { apiverve, diff --git a/components/apiverve/actions/street-address-parser/street-address-parser.mjs b/components/apiverve/actions/street-address-parser/street-address-parser.mjs index ededdc3cec0dd..616583808caa3 100644 --- a/components/apiverve/actions/street-address-parser/street-address-parser.mjs +++ b/components/apiverve/actions/street-address-parser/street-address-parser.mjs @@ -4,7 +4,12 @@ export default { key: "apiverve-street-address-parser", name: "Street Address Parser", description: "Parse a US street addresses and return the parsed components of the street address provided. [See the documentation](https://docs.apiverve.com/api/streetaddressparser)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { apiverve, diff --git a/components/apiverve/actions/whois-lookup/whois-lookup.mjs b/components/apiverve/actions/whois-lookup/whois-lookup.mjs index 8d8720aa9cdf4..1ec440c3e8a96 100644 --- a/components/apiverve/actions/whois-lookup/whois-lookup.mjs +++ b/components/apiverve/actions/whois-lookup/whois-lookup.mjs @@ -4,7 +4,12 @@ export default { key: "apiverve-whois-lookup", name: "Whois Lookup", description: "Check the registration of a domain name. [See the documentation](https://docs.apiverve.com/api/whoislookup)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { apiverve, diff --git a/components/apollo_io/actions/add-contacts-to-sequence/add-contacts-to-sequence.mjs b/components/apollo_io/actions/add-contacts-to-sequence/add-contacts-to-sequence.mjs index 3d5afe7db12ae..10ccf4a10252c 100644 --- a/components/apollo_io/actions/add-contacts-to-sequence/add-contacts-to-sequence.mjs +++ b/components/apollo_io/actions/add-contacts-to-sequence/add-contacts-to-sequence.mjs @@ -5,7 +5,12 @@ export default { name: "Add Contacts to Sequence", description: "Adds one or more contacts to a sequence in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#add-contacts-to-sequence)", type: "action", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, sequenceId: { diff --git a/components/apollo_io/actions/create-account/create-account.mjs b/components/apollo_io/actions/create-account/create-account.mjs index 584bcaa4ca94d..1bc24abd2d02c 100644 --- a/components/apollo_io/actions/create-account/create-account.mjs +++ b/components/apollo_io/actions/create-account/create-account.mjs @@ -5,7 +5,12 @@ export default { name: "Create Account", description: "Creates a new account in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#create-an-account)", type: "action", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, name: { diff --git a/components/apollo_io/actions/create-contact/create-contact.mjs b/components/apollo_io/actions/create-contact/create-contact.mjs index fc43a6feb5fa8..ba46ad9702604 100644 --- a/components/apollo_io/actions/create-contact/create-contact.mjs +++ b/components/apollo_io/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { name: "Create Contact", description: "Creates a new contact in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#create-a-contact)", type: "action", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, email: { diff --git a/components/apollo_io/actions/create-opportunity/create-opportunity.mjs b/components/apollo_io/actions/create-opportunity/create-opportunity.mjs index 5e8e492b5fdeb..76c162d7dadca 100644 --- a/components/apollo_io/actions/create-opportunity/create-opportunity.mjs +++ b/components/apollo_io/actions/create-opportunity/create-opportunity.mjs @@ -5,7 +5,12 @@ export default { name: "Create Opportunity", description: "Creates a new opportunity in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#create-opportunity)", type: "action", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, ownerId: { diff --git a/components/apollo_io/actions/create-update-contact/create-update-contact.mjs b/components/apollo_io/actions/create-update-contact/create-update-contact.mjs index e4bb0bf50b5b9..b32e3f3aee006 100644 --- a/components/apollo_io/actions/create-update-contact/create-update-contact.mjs +++ b/components/apollo_io/actions/create-update-contact/create-update-contact.mjs @@ -6,7 +6,12 @@ export default { name: "Create Or Update Contact", description: "Creates or updates a specific contact. If the contact email already exists, it's updated. Otherwise, a new contact is created. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#create-a-contact)", type: "action", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, email: { diff --git a/components/apollo_io/actions/get-opportunity/get-opportunity.mjs b/components/apollo_io/actions/get-opportunity/get-opportunity.mjs index 0f2f7771c543e..b904f9b710918 100644 --- a/components/apollo_io/actions/get-opportunity/get-opportunity.mjs +++ b/components/apollo_io/actions/get-opportunity/get-opportunity.mjs @@ -5,7 +5,12 @@ export default { name: "Get Opportunity", description: "Gets a specific opportunity in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#view-opportunity)", type: "action", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, opportunityId: { diff --git a/components/apollo_io/actions/people-enrichment/people-enrichment.mjs b/components/apollo_io/actions/people-enrichment/people-enrichment.mjs index d44f54a0eede4..fc2ed09934e44 100644 --- a/components/apollo_io/actions/people-enrichment/people-enrichment.mjs +++ b/components/apollo_io/actions/people-enrichment/people-enrichment.mjs @@ -5,7 +5,12 @@ export default { name: "People Enrichment", description: "Enriches a person's information, the more information you pass in, the more likely we can find a match. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#people-enrichment)", type: "action", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, firstName: { diff --git a/components/apollo_io/actions/search-accounts/search-accounts.mjs b/components/apollo_io/actions/search-accounts/search-accounts.mjs index fdef490a826cf..9fe257cebf415 100644 --- a/components/apollo_io/actions/search-accounts/search-accounts.mjs +++ b/components/apollo_io/actions/search-accounts/search-accounts.mjs @@ -6,7 +6,12 @@ export default { name: "Search For Accounts", description: "Search for accounts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#search-for-accounts)", type: "action", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, search: { diff --git a/components/apollo_io/actions/search-contacts/search-contacts.mjs b/components/apollo_io/actions/search-contacts/search-contacts.mjs index 86c755d76b9ee..62959b0d82960 100644 --- a/components/apollo_io/actions/search-contacts/search-contacts.mjs +++ b/components/apollo_io/actions/search-contacts/search-contacts.mjs @@ -6,7 +6,12 @@ export default { name: "Search For Contacts", description: "Search for contacts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#search-for-contacts)", type: "action", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, search: { diff --git a/components/apollo_io/actions/search-sequences/search-sequences.mjs b/components/apollo_io/actions/search-sequences/search-sequences.mjs index 89feabab04378..2e274ac299a74 100644 --- a/components/apollo_io/actions/search-sequences/search-sequences.mjs +++ b/components/apollo_io/actions/search-sequences/search-sequences.mjs @@ -6,7 +6,12 @@ export default { name: "Search For Sequences", description: "Search for sequences in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#search-for-sequences)", type: "action", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, search: { diff --git a/components/apollo_io/actions/update-account-stage/update-account-stage.mjs b/components/apollo_io/actions/update-account-stage/update-account-stage.mjs index 2000943cb2f83..4b18482dafd3c 100644 --- a/components/apollo_io/actions/update-account-stage/update-account-stage.mjs +++ b/components/apollo_io/actions/update-account-stage/update-account-stage.mjs @@ -5,7 +5,12 @@ export default { name: "Update Account Stage", description: "Updates the stage of one or more accounts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-account-stage)", type: "action", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, accountIds: { diff --git a/components/apollo_io/actions/update-account/update-account.mjs b/components/apollo_io/actions/update-account/update-account.mjs index 0fe106aa6f2c7..0e0c47d29232d 100644 --- a/components/apollo_io/actions/update-account/update-account.mjs +++ b/components/apollo_io/actions/update-account/update-account.mjs @@ -6,7 +6,12 @@ export default { name: "Update Account", description: "Updates an existing account in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-an-account)", type: "action", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, accountId: { diff --git a/components/apollo_io/actions/update-contact-stage/update-contact-stage.mjs b/components/apollo_io/actions/update-contact-stage/update-contact-stage.mjs index 5cac15977b48b..3acf64c4dd434 100644 --- a/components/apollo_io/actions/update-contact-stage/update-contact-stage.mjs +++ b/components/apollo_io/actions/update-contact-stage/update-contact-stage.mjs @@ -5,7 +5,12 @@ export default { name: "Update Contact Stage", description: "Updates the stage of one or more contacts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-contact-stage)", type: "action", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, contactIds: { diff --git a/components/apollo_io/actions/update-contact/update-contact.mjs b/components/apollo_io/actions/update-contact/update-contact.mjs index d00a6d18ae560..5012353bd9c6f 100644 --- a/components/apollo_io/actions/update-contact/update-contact.mjs +++ b/components/apollo_io/actions/update-contact/update-contact.mjs @@ -6,7 +6,12 @@ export default { name: "Update Contact", description: "Updates an existing contact in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-a-contact)", type: "action", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, contactId: { diff --git a/components/apollo_io/actions/update-opportunity/update-opportunity.mjs b/components/apollo_io/actions/update-opportunity/update-opportunity.mjs index f0a11334bf086..8de8b06ed62e7 100644 --- a/components/apollo_io/actions/update-opportunity/update-opportunity.mjs +++ b/components/apollo_io/actions/update-opportunity/update-opportunity.mjs @@ -5,7 +5,12 @@ export default { name: "Update Opportunity", description: "Updates a new opportunity in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-opportunity)", type: "action", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, opportunityId: { diff --git a/components/appdrag/actions/execute-api-function/execute-api-function.mjs b/components/appdrag/actions/execute-api-function/execute-api-function.mjs index 4f0f23fd86ad1..fe20c4a33d353 100644 --- a/components/appdrag/actions/execute-api-function/execute-api-function.mjs +++ b/components/appdrag/actions/execute-api-function/execute-api-function.mjs @@ -5,7 +5,12 @@ export default { key: "appdrag-execute-api-function", name: "Execute API Function", description: "Executes an API function from a cloud backend. [See the documentation](https://support.appdrag.com/doc/Interacting-with-my-API-Functions)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/appdrag/actions/insert-row/insert-row.mjs b/components/appdrag/actions/insert-row/insert-row.mjs index b2f6ba901855b..df9b0d419ea45 100644 --- a/components/appdrag/actions/insert-row/insert-row.mjs +++ b/components/appdrag/actions/insert-row/insert-row.mjs @@ -5,7 +5,12 @@ export default { key: "appdrag-insert-row", name: "Insert Row", description: "Inserts a new row into a cloud database table. [See the documentation](https://support.appdrag.com/doc/Appdrag-Cloudbackend-npm)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/appdrag/actions/update-row/update-row.mjs b/components/appdrag/actions/update-row/update-row.mjs index f2539a283cc61..e6f3749791a91 100644 --- a/components/appdrag/actions/update-row/update-row.mjs +++ b/components/appdrag/actions/update-row/update-row.mjs @@ -5,7 +5,12 @@ export default { key: "appdrag-update-row", name: "Update Row", description: "Updates a row in a cloud database table. [See the documentation](https://support.appdrag.com/doc/Appdrag-Cloudbackend-npm)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/appsflyer/actions/get-event-types/get-event-types.mjs b/components/appsflyer/actions/get-event-types/get-event-types.mjs index 1788632aa6cd7..e9800ae7323e2 100644 --- a/components/appsflyer/actions/get-event-types/get-event-types.mjs +++ b/components/appsflyer/actions/get-event-types/get-event-types.mjs @@ -4,7 +4,12 @@ export default { key: "appsflyer-get-event-types", name: "Get Event Types", description: "Returns a list of the available event types for the specified endpoint type. [See the documentation](https://dev.appsflyer.com/hc/reference/get_event-types-attributing-entity)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/appsflyer/actions/get-message-fields/get-message-fields.mjs b/components/appsflyer/actions/get-message-fields/get-message-fields.mjs index 49f9dba968776..d1bb9111b9ca6 100644 --- a/components/appsflyer/actions/get-message-fields/get-message-fields.mjs +++ b/components/appsflyer/actions/get-message-fields/get-message-fields.mjs @@ -4,7 +4,12 @@ export default { key: "appsflyer-get-message-fields", name: "Get Message Fields", description: "Returns a list of the available message fields for each platform. [See the documentation](https://dev.appsflyer.com/hc/reference/get_fields-platform)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/appwrite/actions/create-account/create-account.mjs b/components/appwrite/actions/create-account/create-account.mjs index 8094e81738680..5ba7395a464d1 100644 --- a/components/appwrite/actions/create-account/create-account.mjs +++ b/components/appwrite/actions/create-account/create-account.mjs @@ -4,7 +4,12 @@ export default { key: "appwrite-create-account", name: "Create Account", description: "Register a new account in your project. [See the documentation](https://appwrite.io/docs/references/cloud/client-web/account#create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/appwrite/actions/create-team/create-team.mjs b/components/appwrite/actions/create-team/create-team.mjs index 5a6ed1ddf555b..f25d636572001 100644 --- a/components/appwrite/actions/create-team/create-team.mjs +++ b/components/appwrite/actions/create-team/create-team.mjs @@ -4,7 +4,12 @@ export default { key: "appwrite-create-team", name: "Create Team", description: "Create a new team. [See the documentation](https://appwrite.io/docs/references/cloud/client-rest/teams#create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/appwrite/actions/get-members/get-members.mjs b/components/appwrite/actions/get-members/get-members.mjs index 50932846551be..9fe85a90e5bd3 100644 --- a/components/appwrite/actions/get-members/get-members.mjs +++ b/components/appwrite/actions/get-members/get-members.mjs @@ -4,7 +4,12 @@ export default { key: "appwrite-get-members", name: "Get Members", description: "Get accounts setup information. [See the documentation](https://appwrite.io/docs/references/cloud/client-rest/teams#listMemberships)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/are_na/actions/create-channel/create-channel.mjs b/components/are_na/actions/create-channel/create-channel.mjs index a532851db5940..492d8d69e3b2c 100644 --- a/components/are_na/actions/create-channel/create-channel.mjs +++ b/components/are_na/actions/create-channel/create-channel.mjs @@ -4,7 +4,12 @@ export default { key: "are_na-create-channel", name: "Create Channel", description: "Create a new channel in Are.na. [See the documentation](https://dev.are.na/documentation/channels#Block45041)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/are_na/actions/delete-channel/delete-channel.mjs b/components/are_na/actions/delete-channel/delete-channel.mjs index 3b7c992615237..00b51b7669de7 100644 --- a/components/are_na/actions/delete-channel/delete-channel.mjs +++ b/components/are_na/actions/delete-channel/delete-channel.mjs @@ -4,7 +4,12 @@ export default { key: "are_na-delete-channel", name: "Delete Channel", description: "Delete a Channel with the specified slug. [See the documentation](https://dev.are.na/documentation/channels#Block45049)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/are_na/actions/get-authenticated-user/get-authenticated-user.mjs b/components/are_na/actions/get-authenticated-user/get-authenticated-user.mjs index 95143461cb429..092308cdc75b9 100644 --- a/components/are_na/actions/get-authenticated-user/get-authenticated-user.mjs +++ b/components/are_na/actions/get-authenticated-user/get-authenticated-user.mjs @@ -4,7 +4,12 @@ export default { key: "are_na-get-authenticated-user", name: "Get Authenticated User", description: "Returns the currently authenticated user", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { are_na, diff --git a/components/are_na/actions/search/search.mjs b/components/are_na/actions/search/search.mjs index 6f0ecdaa9147a..1146954d989f0 100644 --- a/components/are_na/actions/search/search.mjs +++ b/components/are_na/actions/search/search.mjs @@ -4,7 +4,12 @@ export default { key: "are_na-search", name: "Perform a Search", description: "Search across all of Are.na (returns channels, blocks and users that match the query)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { are_na, diff --git a/components/are_na/actions/update-channel/update-channel.mjs b/components/are_na/actions/update-channel/update-channel.mjs index 754163c814eac..2ec609ddea182 100644 --- a/components/are_na/actions/update-channel/update-channel.mjs +++ b/components/are_na/actions/update-channel/update-channel.mjs @@ -4,7 +4,12 @@ export default { key: "are_na-update-channel", name: "Update Channel", description: "Update a Channel with the specified slug. [See the documentation](https://dev.are.na/documentation/channels#Block45048)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, 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 43080f5cb6bdc..497d3a624bf5b 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,12 @@ 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 documentation](https://developers.asana.com/docs/add-task-to-section)", key: "asana-add-task-to-section", - version: "0.2.10", + version: "0.2.11", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, 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 cc0d2a0d673d7..2918df96e8d83 100644 --- a/components/asana/actions/create-project/create-project.mjs +++ b/components/asana/actions/create-project/create-project.mjs @@ -5,7 +5,12 @@ export default { key: "asana-create-project", name: "Create Project", description: "Create a new project in a workspace or team. [See the documentation](https://developers.asana.com/docs/create-a-project)", - version: "0.10.3", + version: "0.10.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 8143ef13b9600..0c8069015dd33 100644 --- a/components/asana/actions/create-subtask/create-subtask.mjs +++ b/components/asana/actions/create-subtask/create-subtask.mjs @@ -5,7 +5,12 @@ export default { key: "asana-create-subtask", name: "Create Subtask", description: "Creates a new subtask and adds it to the parent task. [See the documentation](https://developers.asana.com/docs/create-a-subtask)", - version: "0.4.3", + version: "0.4.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 16f72385c189f..181495278496a 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,12 @@ export default { key: "asana-create-task-comment", name: "Create Task Comment", description: "Adds a comment to a task. [See the documentation](https://developers.asana.com/docs/create-a-story-on-a-task)", - version: "0.2.10", + version: "0.2.11", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/asana/actions/create-task-from-template/create-task-from-template.mjs b/components/asana/actions/create-task-from-template/create-task-from-template.mjs index 74fafd189bd44..dafdc6b682926 100644 --- a/components/asana/actions/create-task-from-template/create-task-from-template.mjs +++ b/components/asana/actions/create-task-from-template/create-task-from-template.mjs @@ -4,7 +4,12 @@ export default { name: "Create Task from Template", key: "asana-create-task-from-template", description: "Creates a new task from a task template. [See the documentation](https://developers.asana.com/reference/instantiatetask)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 da22edae4c9fa..c3e61b1d867b3 100644 --- a/components/asana/actions/create-task/create-task.mjs +++ b/components/asana/actions/create-task/create-task.mjs @@ -5,7 +5,12 @@ export default { key: "asana-create-task", name: "Create Task", description: "Creates a new task. [See the documentation](https://developers.asana.com/docs/create-a-task)", - version: "0.4.3", + version: "0.4.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, 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 710cd3f3b4060..3a7d609813329 100644 --- a/components/asana/actions/delete-task/delete-task.mjs +++ b/components/asana/actions/delete-task/delete-task.mjs @@ -5,7 +5,12 @@ export default { key: "asana-delete-task", name: "Delete Task", description: "Deletes a specific and existing task. [See the documentation](https://developers.asana.com/docs/delete-a-task)", - version: "0.0.11", + version: "0.0.12", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, 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 b8fbca9803481..d230991552e5e 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,12 @@ 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 documentation](https://developers.asana.com/docs/get-a-task)", - version: "0.2.10", + version: "0.2.11", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/asana/actions/get-tasks-from-task-list/get-tasks-from-task-list.mjs b/components/asana/actions/get-tasks-from-task-list/get-tasks-from-task-list.mjs index f3783f993876a..37f91ed64a4d9 100644 --- a/components/asana/actions/get-tasks-from-task-list/get-tasks-from-task-list.mjs +++ b/components/asana/actions/get-tasks-from-task-list/get-tasks-from-task-list.mjs @@ -4,7 +4,12 @@ export default { key: "asana-get-tasks-from-task-list", name: "Get Tasks From Task List", description: "Returns the compact list of tasks in a user’s My Tasks list. [See the documentation](https://developers.asana.com/reference/gettasksforusertasklist)", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/asana/actions/list-task-stories/list-task-stories.mjs b/components/asana/actions/list-task-stories/list-task-stories.mjs index 2072a1bd83c3c..bc60b29444b7f 100644 --- a/components/asana/actions/list-task-stories/list-task-stories.mjs +++ b/components/asana/actions/list-task-stories/list-task-stories.mjs @@ -4,7 +4,12 @@ export default { key: "asana-list-task-stories", name: "List Task Stories", description: "List stories (including comments) for a task. [See the documentation](https://developers.asana.com/reference/getstoriesfortask)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 e483d5aa892c1..8cc667bfd7ed4 100644 --- a/components/asana/actions/search-projects/search-projects.mjs +++ b/components/asana/actions/search-projects/search-projects.mjs @@ -3,7 +3,12 @@ import asana from "../../asana.app.mjs"; export default { type: "action", key: "asana-search-projects", - version: "0.2.10", + version: "0.2.11", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Search Projects", description: "Finds an existing project. [See the documentation](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 101bc487d8de3..90c0f445c9048 100644 --- a/components/asana/actions/search-sections/search-sections.mjs +++ b/components/asana/actions/search-sections/search-sections.mjs @@ -4,7 +4,12 @@ export default { key: "asana-search-sections", name: "Search Sections", description: "Searches for a section by name within a particular project. [See the documentation](https://developers.asana.com/docs/get-sections-in-a-project)", - version: "0.2.10", + version: "0.2.11", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 0385e5d9b9f21..903356f7d41b3 100644 --- a/components/asana/actions/search-tasks/search-tasks.mjs +++ b/components/asana/actions/search-tasks/search-tasks.mjs @@ -6,7 +6,12 @@ export default { key: "asana-search-tasks", name: "Search Tasks", description: "Searches for a Task by name within a Project. [See the documentation](https://developers.asana.com/docs/get-multiple-tasks)", - version: "0.3.4", + version: "0.3.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 41c46de6c4208..1c1647897536f 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,12 @@ 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 documentation](https://developers.asana.com/docs/get-multiple-projects)", - version: "0.5.3", + version: "0.5.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, 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 71a797164177c..247db10b53a3d 100644 --- a/components/asana/actions/update-task/update-task.mjs +++ b/components/asana/actions/update-task/update-task.mjs @@ -5,7 +5,12 @@ export default { key: "asana-update-task", name: "Update Task", description: "Updates a specific and existing task. [See the documentation](https://developers.asana.com/docs/update-a-task)", - version: "0.4.3", + version: "0.4.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/asknicely/actions/add-contact/add-contact.mjs b/components/asknicely/actions/add-contact/add-contact.mjs index fa622a9b45f9d..9ea282d63301a 100644 --- a/components/asknicely/actions/add-contact/add-contact.mjs +++ b/components/asknicely/actions/add-contact/add-contact.mjs @@ -3,7 +3,12 @@ import asknicely from "../../asknicely.app.mjs"; export default { key: "asknicely-add-contact", name: "Add Contact", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Add a new contact. [See the documentation](https://demo.asknice.ly/help/apidocs/getcontact)", type: "action", props: { diff --git a/components/asknicely/actions/get-contact/get-contact.mjs b/components/asknicely/actions/get-contact/get-contact.mjs index b8718ff23ba4a..a369e9a84f972 100644 --- a/components/asknicely/actions/get-contact/get-contact.mjs +++ b/components/asknicely/actions/get-contact/get-contact.mjs @@ -3,7 +3,12 @@ import asknicely from "../../asknicely.app.mjs"; export default { key: "asknicely-get-contact", name: "Get Contact", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Get the details of a particular contact. [See the documentation](https://demo.asknice.ly/help/apidocs/getcontact)", type: "action", props: { diff --git a/components/asknicely/actions/get-responses/get-responses.mjs b/components/asknicely/actions/get-responses/get-responses.mjs index 00a95d940be82..638af5e19b40e 100644 --- a/components/asknicely/actions/get-responses/get-responses.mjs +++ b/components/asknicely/actions/get-responses/get-responses.mjs @@ -3,7 +3,12 @@ import asknicely from "../../asknicely.app.mjs"; export default { key: "asknicely-get-responses", name: "Get Responses", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Get the details of a particular contact. [See the documentation](https://demo.asknice.ly/help/apidocs/getcontact)", type: "action", props: { diff --git a/components/asknicely/actions/send-survey/send-survey.mjs b/components/asknicely/actions/send-survey/send-survey.mjs index f5da5bcf85b6c..7fb68e9878a36 100644 --- a/components/asknicely/actions/send-survey/send-survey.mjs +++ b/components/asknicely/actions/send-survey/send-survey.mjs @@ -4,7 +4,12 @@ import { clearObj } from "../../common/utils.mjs"; export default { key: "asknicely-send-survey", name: "Send Survey", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Trigger a survey to a contact. [See the documentation](https://demo.asknice.ly/help/apidocs/survey)", type: "action", props: { diff --git a/components/askyourpdf/actions/add-document-via-file-upload/add-document-via-file-upload.mjs b/components/askyourpdf/actions/add-document-via-file-upload/add-document-via-file-upload.mjs index df30d3dc73517..cc98203172976 100644 --- a/components/askyourpdf/actions/add-document-via-file-upload/add-document-via-file-upload.mjs +++ b/components/askyourpdf/actions/add-document-via-file-upload/add-document-via-file-upload.mjs @@ -6,7 +6,12 @@ export default { name: "Add Document Via File Upload", description: "Add a document via file upload. [See the documentation](https://docs.askyourpdf.com/askyourpdf-docs/#2.-adding-document-via-file-upload)", type: "action", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, file: { diff --git a/components/askyourpdf/actions/add-document-via-url/add-document-via-url.mjs b/components/askyourpdf/actions/add-document-via-url/add-document-via-url.mjs index ddde3ced98403..08830a77563ae 100644 --- a/components/askyourpdf/actions/add-document-via-url/add-document-via-url.mjs +++ b/components/askyourpdf/actions/add-document-via-url/add-document-via-url.mjs @@ -5,7 +5,12 @@ export default { name: "Add Document Via URL", description: "Add a document via URL. [See the documentation](https://docs.askyourpdf.com/askyourpdf-docs/#1.-adding-document-via-url)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, url: { diff --git a/components/askyourpdf/actions/chat-with-document/chat-with-document.mjs b/components/askyourpdf/actions/chat-with-document/chat-with-document.mjs index 03c3050afc6bd..6b64e0274ab40 100644 --- a/components/askyourpdf/actions/chat-with-document/chat-with-document.mjs +++ b/components/askyourpdf/actions/chat-with-document/chat-with-document.mjs @@ -5,7 +5,12 @@ export default { name: "Chat With Document", description: "Chat with a document. [See the documentation](https://docs.askyourpdf.com/askyourpdf-docs/#3.-chat-endpoint)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, docId: { diff --git a/components/assemblyai/actions/create-captions/create-captions.mjs b/components/assemblyai/actions/create-captions/create-captions.mjs index 4a80f50f5104e..d526cf1fe1f70 100644 --- a/components/assemblyai/actions/create-captions/create-captions.mjs +++ b/components/assemblyai/actions/create-captions/create-captions.mjs @@ -4,7 +4,12 @@ export default { name: "Create Captions", description: "Export your completed transcripts in SRT (srt) or VTT (vtt) format, which can be used for subtitles and closed captions in videos. [See the documentation](https://www.assemblyai.com/docs/api-reference/transcripts/get-subtitles)", key: "assemblyai-create-captions", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { assemblyai, diff --git a/components/assemblyai/actions/get-transcription/get-transcription.mjs b/components/assemblyai/actions/get-transcription/get-transcription.mjs index 8c7ebfbf435fa..eac1b6243d9cd 100644 --- a/components/assemblyai/actions/get-transcription/get-transcription.mjs +++ b/components/assemblyai/actions/get-transcription/get-transcription.mjs @@ -4,7 +4,12 @@ export default { name: "Get Transcription", description: "Fetches a specific transcribed result from the AssemblyAI API. [See the documentation](https://www.assemblyai.com/docs/api-reference/transcripts/get)", key: "assemblyai-get-transcription", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { assemblyai, diff --git a/components/assemblyai/actions/transcribe-audio/transcribe-audio.mjs b/components/assemblyai/actions/transcribe-audio/transcribe-audio.mjs index 1dd5c065aafa9..35280555a11e7 100644 --- a/components/assemblyai/actions/transcribe-audio/transcribe-audio.mjs +++ b/components/assemblyai/actions/transcribe-audio/transcribe-audio.mjs @@ -4,7 +4,12 @@ export default { name: "Transcribe Audio", description: "Create a transcript from a media file that is accessible via a URL. [See the documentation](https://www.assemblyai.com/docs/api-reference/transcripts/submit)", key: "assemblyai-transcribe-audio", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { assemblyai, diff --git a/components/asters/actions/list-labels/list-labels.mjs b/components/asters/actions/list-labels/list-labels.mjs index 8b11745ef6264..3012ec5f77559 100644 --- a/components/asters/actions/list-labels/list-labels.mjs +++ b/components/asters/actions/list-labels/list-labels.mjs @@ -5,7 +5,12 @@ export default { name: "List Labels", description: "Retrieve the list of all labels of a specific workspace. [See the documentation](https://docs.asters.ai/api/endpoints/labels)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { asters, workspaceId: { diff --git a/components/asters/actions/list-posts-analytics/list-posts-analytics.mjs b/components/asters/actions/list-posts-analytics/list-posts-analytics.mjs index a50387b6b9343..7f83470d14800 100644 --- a/components/asters/actions/list-posts-analytics/list-posts-analytics.mjs +++ b/components/asters/actions/list-posts-analytics/list-posts-analytics.mjs @@ -5,7 +5,12 @@ export default { name: "List Posts Analytics", description: "Retrieve the list of posts' analytics of a social account. [See the documentation](https://docs.asters.ai/api/endpoints/analytics)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { asters, workspaceId: { diff --git a/components/asters/actions/list-posts/list-posts.mjs b/components/asters/actions/list-posts/list-posts.mjs index 4e1c67c1bdb70..782764f985ac2 100644 --- a/components/asters/actions/list-posts/list-posts.mjs +++ b/components/asters/actions/list-posts/list-posts.mjs @@ -5,7 +5,12 @@ export default { name: "List Posts", description: "Retrieve a list of posts of a social profile. [See the documentation](https://docs.asters.ai/api/endpoints/posts)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { asters, workspaceId: { diff --git a/components/asters/actions/list-social-accounts/list-social-accounts.mjs b/components/asters/actions/list-social-accounts/list-social-accounts.mjs index d72fe62ea3cc8..035419d515289 100644 --- a/components/asters/actions/list-social-accounts/list-social-accounts.mjs +++ b/components/asters/actions/list-social-accounts/list-social-accounts.mjs @@ -5,7 +5,12 @@ export default { name: "List Social Accounts", description: "Retrieve the list of all social accounts of a specific workspace. [See the documentation](https://docs.asters.ai/api/endpoints/social-accounts)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { asters, workspaceId: { diff --git a/components/astica_ai/actions/describe-image/describe-image.mjs b/components/astica_ai/actions/describe-image/describe-image.mjs index 486633f72587c..789d013e7299e 100644 --- a/components/astica_ai/actions/describe-image/describe-image.mjs +++ b/components/astica_ai/actions/describe-image/describe-image.mjs @@ -4,7 +4,12 @@ export default { name: "Describe Image", description: "Analyze an image with Astica AI [See the documentation](https://astica.ai/vision/documentation/)", key: "astica_ai-describe-image", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { asticaAi, diff --git a/components/astica_ai/actions/speech-to-text/speech-to-text.mjs b/components/astica_ai/actions/speech-to-text/speech-to-text.mjs index bb5201380faec..0b7e5c3bc74d4 100644 --- a/components/astica_ai/actions/speech-to-text/speech-to-text.mjs +++ b/components/astica_ai/actions/speech-to-text/speech-to-text.mjs @@ -4,7 +4,12 @@ export default { name: "Speech To Text", description: "Transcribe an audio file to text with Astica AI [See the documentation](https://astica.ai/hearing/documentation/)", key: "astica_ai-speech-to-text", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { asticaAi, diff --git a/components/astica_ai/actions/text-to-speech/text-to-speech.mjs b/components/astica_ai/actions/text-to-speech/text-to-speech.mjs index ebc0740338b47..9ac4aca5d77e1 100644 --- a/components/astica_ai/actions/text-to-speech/text-to-speech.mjs +++ b/components/astica_ai/actions/text-to-speech/text-to-speech.mjs @@ -6,7 +6,12 @@ export default { name: "Text To Speech", description: "Convert text to voice audio with Astica AI [See the documentation](https://astica.ai/voice/documentation/)", key: "astica_ai-text-to-speech", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { asticaAi, diff --git a/components/attio/actions/create-note/create-note.mjs b/components/attio/actions/create-note/create-note.mjs index fd4730211d076..63167ebbfdc5f 100644 --- a/components/attio/actions/create-note/create-note.mjs +++ b/components/attio/actions/create-note/create-note.mjs @@ -4,7 +4,12 @@ export default { key: "attio-create-note", name: "Create Note", description: "Creates a new note for a given record. The note will be linked to the specified record. [See the documentation](https://developers.attio.com/reference/post_v2-notes)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { attio, diff --git a/components/attio/actions/create-person/create-person.mjs b/components/attio/actions/create-person/create-person.mjs index 7595ffee4673f..85d58c9e0e4ae 100644 --- a/components/attio/actions/create-person/create-person.mjs +++ b/components/attio/actions/create-person/create-person.mjs @@ -5,7 +5,12 @@ export default { key: "attio-create-person", name: "Create Person", description: "Creates a new person. [See the documentation](https://developers.attio.com/reference/post_v2-objects-people-records).", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { attio, diff --git a/components/attio/actions/create-task/create-task.mjs b/components/attio/actions/create-task/create-task.mjs index faa8061d42ee6..4d7b4a5698449 100644 --- a/components/attio/actions/create-task/create-task.mjs +++ b/components/attio/actions/create-task/create-task.mjs @@ -6,7 +6,12 @@ export default { key: "attio-create-task", name: "Create Task", description: "Creates a new task. [See the documentation](https://docs.attio.com/rest-api/endpoint-reference/tasks/create-a-task)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { attio, diff --git a/components/attio/actions/create-update-record/create-update-record.mjs b/components/attio/actions/create-update-record/create-update-record.mjs index 0afef8a7492e6..c50a79c0e9440 100644 --- a/components/attio/actions/create-update-record/create-update-record.mjs +++ b/components/attio/actions/create-update-record/create-update-record.mjs @@ -6,7 +6,12 @@ export default { key: "attio-create-update-record", name: "Create or Update Record", description: "Creates or updates a specific record such as a person or a deal. If the record already exists, it's updated. Otherwise, a new record is created. [See the documentation](https://developers.attio.com/reference/put_v2-objects-object-records)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { attio, diff --git a/components/attio/actions/delete-list-entry/delete-list-entry.mjs b/components/attio/actions/delete-list-entry/delete-list-entry.mjs index e2e59f5b563a2..a7d6795b64bf3 100644 --- a/components/attio/actions/delete-list-entry/delete-list-entry.mjs +++ b/components/attio/actions/delete-list-entry/delete-list-entry.mjs @@ -4,7 +4,12 @@ export default { key: "attio-delete-list-entry", name: "Delete List Entry", description: "Deletes an existing entry from a specific list. [See the documentation](https://developers.attio.com/reference/delete_v2-lists-list-entries-entry-id)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { attio, diff --git a/components/attio/actions/get-record/get-record.mjs b/components/attio/actions/get-record/get-record.mjs index 053e50e780f61..dea49fe73332a 100644 --- a/components/attio/actions/get-record/get-record.mjs +++ b/components/attio/actions/get-record/get-record.mjs @@ -4,7 +4,12 @@ export default { key: "attio-get-record", name: "Get Record", description: "Retrieves the record with the specified ID. [See the documentation](https://docs.attio.com/rest-api/endpoint-reference/records/get-a-record)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { attio, diff --git a/components/attio/actions/update-person/update-person.mjs b/components/attio/actions/update-person/update-person.mjs index 6a8fd6397a03e..d5d2cbf441613 100644 --- a/components/attio/actions/update-person/update-person.mjs +++ b/components/attio/actions/update-person/update-person.mjs @@ -5,7 +5,12 @@ export default { key: "attio-update-person", name: "Update Person", description: "Update an existing person. [See the documentation](https://developers.attio.com/reference/patch_v2-objects-people-records-record-id).", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { attio, diff --git a/components/attractwell/actions/create-update-contact/create-update-contact.mjs b/components/attractwell/actions/create-update-contact/create-update-contact.mjs index 9c5301430cbc7..137279ea1afbf 100644 --- a/components/attractwell/actions/create-update-contact/create-update-contact.mjs +++ b/components/attractwell/actions/create-update-contact/create-update-contact.mjs @@ -6,7 +6,12 @@ export default { key: "attractwell-create-update-contact", name: "Create or Update Contact", description: "Creates or updates a contact with the provided identification and contact details.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/attractwell/actions/lesson-approval/lesson-approval.mjs b/components/attractwell/actions/lesson-approval/lesson-approval.mjs index cc812fdc61428..6dc1af057733e 100644 --- a/components/attractwell/actions/lesson-approval/lesson-approval.mjs +++ b/components/attractwell/actions/lesson-approval/lesson-approval.mjs @@ -4,7 +4,12 @@ export default { key: "attractwell-lesson-approval", name: "Lesson Approval", description: "Approves, rejects, or unapproves a lesson in the AttractWell system based on the selected status.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/autoblogger/actions/get-blogposts/get-blogposts.mjs b/components/autoblogger/actions/get-blogposts/get-blogposts.mjs index 646f687bd6295..8c872c2e54a6f 100644 --- a/components/autoblogger/actions/get-blogposts/get-blogposts.mjs +++ b/components/autoblogger/actions/get-blogposts/get-blogposts.mjs @@ -4,7 +4,12 @@ export default { key: "autoblogger-get-blogposts", name: "Get Blogposts", description: "Retrieves blogposts using the API key. [See the documentation](https://u.pcloud.link/publink/show?code=XZdjuv0ZtabS8BN58thUiE8FGjznajoMc6Qy)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/autoblogger/actions/validate-api-key/validate-api-key.mjs b/components/autoblogger/actions/validate-api-key/validate-api-key.mjs index 9fca04302f918..8b829f0e4e238 100644 --- a/components/autoblogger/actions/validate-api-key/validate-api-key.mjs +++ b/components/autoblogger/actions/validate-api-key/validate-api-key.mjs @@ -4,7 +4,12 @@ export default { key: "autoblogger-validate-api-key", name: "Validate API Key", description: "Validates the provided API key. [See the documentation](https://u.pcloud.link/publink/show?code=XZdjuv0ZtabS8BN58thUiE8FGjznajoMc6Qy)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/autobound/actions/write-personalized-content/write-personalized-content.mjs b/components/autobound/actions/write-personalized-content/write-personalized-content.mjs index 6eecc80912882..e405b2dd927b4 100644 --- a/components/autobound/actions/write-personalized-content/write-personalized-content.mjs +++ b/components/autobound/actions/write-personalized-content/write-personalized-content.mjs @@ -4,7 +4,12 @@ export default { key: "autobound-write-personalized-content", name: "Write Personalized Content", description: "Write personalized content using Autobound. [See the documentation](https://autobound-api.readme.io/docs/generate-personalized-content-copy)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/autodesk/actions/create-folder/create-folder.mjs b/components/autodesk/actions/create-folder/create-folder.mjs index e4b5d589a199c..8e48fdbeb1505 100644 --- a/components/autodesk/actions/create-folder/create-folder.mjs +++ b/components/autodesk/actions/create-folder/create-folder.mjs @@ -4,7 +4,12 @@ export default { key: "autodesk-create-folder", name: "Create Folder", description: "Creates a new folder in a project in Autodesk. [See the documentation](https://aps.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-folders-POST/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { autodesk, diff --git a/components/autodesk/actions/upload-file/upload-file.mjs b/components/autodesk/actions/upload-file/upload-file.mjs index 0a50c2fac2cff..52787d8536464 100644 --- a/components/autodesk/actions/upload-file/upload-file.mjs +++ b/components/autodesk/actions/upload-file/upload-file.mjs @@ -7,7 +7,12 @@ export default { key: "autodesk-upload-file", name: "Upload File", description: "Uploads a new file to a specified folder in Autodesk. [See the documentation](https://aps.autodesk.com/en/docs/data/v2/tutorials/upload-file/).", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { autodesk, diff --git a/components/autom/actions/bing-search/bing-search.mjs b/components/autom/actions/bing-search/bing-search.mjs index bd3d68df2a8be..cbc2b9c63db2e 100644 --- a/components/autom/actions/bing-search/bing-search.mjs +++ b/components/autom/actions/bing-search/bing-search.mjs @@ -4,7 +4,12 @@ export default { key: "autom-bing-search", name: "Bing Search", description: "Scrape the results from Bing search engine via the Autom.dev service. [See the documentation](https://docs.autom.dev/api-reference/bing/search)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/autom/actions/brave-search/brave-search.mjs b/components/autom/actions/brave-search/brave-search.mjs index ab852b75d4eb4..48a17d8e68b19 100644 --- a/components/autom/actions/brave-search/brave-search.mjs +++ b/components/autom/actions/brave-search/brave-search.mjs @@ -4,7 +4,12 @@ export default { key: "autom-brave-search", name: "Brave Search", description: "Scrape the results from Brave search engine using Autom.dev. [See the documentation](https://docs.autom.dev/api-reference/brave/search)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/autom/actions/google-search/google-search.mjs b/components/autom/actions/google-search/google-search.mjs index cc11feb4f6da2..ab8ff20a2254a 100644 --- a/components/autom/actions/google-search/google-search.mjs +++ b/components/autom/actions/google-search/google-search.mjs @@ -4,7 +4,12 @@ export default { key: "autom-google-search", name: "Google Search", description: "Scrape the results from the Google search engine using the Autom.dev API. [See the documentation](https://docs.autom.dev/api-reference/google/search)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/automatic_data_extraction/actions/extract-data-from-url/extract-data-from-url.mjs b/components/automatic_data_extraction/actions/extract-data-from-url/extract-data-from-url.mjs index 00cd9027a0627..0a462108c3db6 100644 --- a/components/automatic_data_extraction/actions/extract-data-from-url/extract-data-from-url.mjs +++ b/components/automatic_data_extraction/actions/extract-data-from-url/extract-data-from-url.mjs @@ -5,7 +5,12 @@ import { clearObj } from "../../common/utils.mjs"; export default { key: "automatic_data_extraction-extract-data-from-url", name: "Extract Data From URL", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Extract data from a specified URL [See the docs here](https://docs.zyte.com/automatic-extraction-integrations.html#node-js)", type: "action", props: {