diff --git a/components/scale_ai/actions/create-text-annotation-task/create-text-annotation-task.mjs b/components/scale_ai/actions/create-text-annotation-task/create-text-annotation-task.mjs index 1102c3e065866..b174556ad85e8 100644 --- a/components/scale_ai/actions/create-text-annotation-task/create-text-annotation-task.mjs +++ b/components/scale_ai/actions/create-text-annotation-task/create-text-annotation-task.mjs @@ -7,7 +7,12 @@ export default { name: "Create Text Annotation Task", description: "Create a text annotation task. [See the documentation](https://docs.scale.com/reference/text-collection)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, project: { diff --git a/components/scoredetect/actions/create-timestamp-file/create-timestamp-file.mjs b/components/scoredetect/actions/create-timestamp-file/create-timestamp-file.mjs index 39319a0e5a924..170832b7349d7 100644 --- a/components/scoredetect/actions/create-timestamp-file/create-timestamp-file.mjs +++ b/components/scoredetect/actions/create-timestamp-file/create-timestamp-file.mjs @@ -5,7 +5,12 @@ export default { key: "scoredetect-create-timestamp-file", name: "Create Certificate from File", description: "Creates a timestamped blockchain certificate using a provided file (local or URL). [See the documentation](https://api.scoredetect.com/docs/routes#create-certificate)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { scoreDetect, diff --git a/components/scoredetect/actions/create-timestamp-text/create-timestamp-text.mjs b/components/scoredetect/actions/create-timestamp-text/create-timestamp-text.mjs index b824e6851fdf4..52570a44927d6 100644 --- a/components/scoredetect/actions/create-timestamp-text/create-timestamp-text.mjs +++ b/components/scoredetect/actions/create-timestamp-text/create-timestamp-text.mjs @@ -4,7 +4,12 @@ export default { key: "scoredetect-create-timestamp-text", name: "Create Timestamped Blockchain Certificate", description: "Creates a timestamped blockchain certificate using the provided text. [See the documentation](https://api.scoredetect.com/docs/routes#create-certificate)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { scoreDetect, diff --git a/components/scrape_it_cloud/actions/start-scraping/start-scraping.mjs b/components/scrape_it_cloud/actions/start-scraping/start-scraping.mjs index 0897b9626091a..c092d05dc5d44 100644 --- a/components/scrape_it_cloud/actions/start-scraping/start-scraping.mjs +++ b/components/scrape_it_cloud/actions/start-scraping/start-scraping.mjs @@ -6,7 +6,12 @@ export default { name: "Start Scraping", description: "Initiate the scraping process for a specific endpoint. [See the documentation here](https://scrape-it.cloud/docs/api-features/basic-request).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, url: { diff --git a/components/scrapegraphai/actions/start-local-scraper/start-local-scraper.mjs b/components/scrapegraphai/actions/start-local-scraper/start-local-scraper.mjs index 97c66f16ddf25..fac42661227d4 100644 --- a/components/scrapegraphai/actions/start-local-scraper/start-local-scraper.mjs +++ b/components/scrapegraphai/actions/start-local-scraper/start-local-scraper.mjs @@ -4,7 +4,12 @@ export default { key: "scrapegraphai-start-local-scraper", name: "Start Local Scraper", description: "Extract content from HTML content using AI by providing a natural language prompt and the HTML content. [See the documentation](https://docs.scrapegraphai.com/api-reference/endpoint/localscraper/start)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { scrapegraphai, diff --git a/components/scrapegraphai/actions/start-markdownify/start-markdownify.mjs b/components/scrapegraphai/actions/start-markdownify/start-markdownify.mjs index 6b0702ebf5c2f..a35d9be0e0142 100644 --- a/components/scrapegraphai/actions/start-markdownify/start-markdownify.mjs +++ b/components/scrapegraphai/actions/start-markdownify/start-markdownify.mjs @@ -4,7 +4,12 @@ export default { key: "scrapegraphai-start-markdownify", name: "Start Markdownify", description: "Convert any webpage into clean, readable Markdown format. [See the documentation](https://docs.scrapegraphai.com/api-reference/endpoint/markdownify/start)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { scrapegraphai, diff --git a/components/scrapegraphai/actions/start-smart-scraper/start-smart-scraper.mjs b/components/scrapegraphai/actions/start-smart-scraper/start-smart-scraper.mjs index 65777516228c8..e2c89bd7850f7 100644 --- a/components/scrapegraphai/actions/start-smart-scraper/start-smart-scraper.mjs +++ b/components/scrapegraphai/actions/start-smart-scraper/start-smart-scraper.mjs @@ -4,7 +4,12 @@ export default { key: "scrapegraphai-start-smart-scraper", name: "Start Smart Scraper", description: "Extract content from a webpage using AI by providing a natural language prompt and a URL. [See the documentation](https://docs.scrapegraphai.com/api-reference/endpoint/smartscraper/start).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { scrapegraphai, diff --git a/components/scrapeless/actions/crawler/crawler.mjs b/components/scrapeless/actions/crawler/crawler.mjs index 0e912cc877110..d8009b75da235 100644 --- a/components/scrapeless/actions/crawler/crawler.mjs +++ b/components/scrapeless/actions/crawler/crawler.mjs @@ -4,7 +4,12 @@ export default { key: "scrapeless-crawler", name: "Crawler", description: "Crawl any website at scale and say goodbye to blocks. [See the documentation](https://apidocs.scrapeless.com/api-17509010).", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { scrapeless, diff --git a/components/scrapeless/actions/get-scrape-result/get-scrape-result.mjs b/components/scrapeless/actions/get-scrape-result/get-scrape-result.mjs index 3329814d94b85..2a702f6085def 100644 --- a/components/scrapeless/actions/get-scrape-result/get-scrape-result.mjs +++ b/components/scrapeless/actions/get-scrape-result/get-scrape-result.mjs @@ -4,7 +4,12 @@ export default { key: "scrapeless-get-scrape-result", name: "Get Scrape Result", description: "Retrieve the result of a completed scraping job. [See the documentation](https://apidocs.scrapeless.com/api-11949853)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { scrapeless, diff --git a/components/scrapeless/actions/scraping-api/scraping-api.mjs b/components/scrapeless/actions/scraping-api/scraping-api.mjs index 336c527f7e778..811baef5d991a 100644 --- a/components/scrapeless/actions/scraping-api/scraping-api.mjs +++ b/components/scrapeless/actions/scraping-api/scraping-api.mjs @@ -13,7 +13,12 @@ export default { key: "scrapeless-scraping-api", name: "Scraping API", description: "Endpoints for fresh, structured data from 100+ popular sites. [See the documentation](https://apidocs.scrapeless.com/api-12919045).", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { scrapeless, diff --git a/components/scrapeless/actions/submit-scrape-job/submit-scrape-job.mjs b/components/scrapeless/actions/submit-scrape-job/submit-scrape-job.mjs index 1a24486cb9d00..adb49059d08b1 100644 --- a/components/scrapeless/actions/submit-scrape-job/submit-scrape-job.mjs +++ b/components/scrapeless/actions/submit-scrape-job/submit-scrape-job.mjs @@ -6,7 +6,12 @@ export default { key: "scrapeless-submit-scrape-job", name: "Submit Scrape Job", description: "Submit a new web scraping job with specified target URL and extraction rules. [See the documentation](https://apidocs.scrapeless.com/api-11949852)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { scrapeless, diff --git a/components/scrapeless/actions/universal-scraping-api/universal-scraping-api.mjs b/components/scrapeless/actions/universal-scraping-api/universal-scraping-api.mjs index 1ba6706e3dc63..293aa2b49539d 100644 --- a/components/scrapeless/actions/universal-scraping-api/universal-scraping-api.mjs +++ b/components/scrapeless/actions/universal-scraping-api/universal-scraping-api.mjs @@ -5,7 +5,12 @@ export default { key: "scrapeless-universal-scraping-api", name: "Universal Scraping API", description: "Access any website at scale and say goodbye to blocks. [See the documentation](https://apidocs.scrapeless.com/api-11949854).", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { scrapeless, diff --git a/components/scrapeninja/actions/scrape-with-js-rendering/scrape-with-js-rendering.mjs b/components/scrapeninja/actions/scrape-with-js-rendering/scrape-with-js-rendering.mjs index ab619dd0cd23b..2da5591879bd7 100644 --- a/components/scrapeninja/actions/scrape-with-js-rendering/scrape-with-js-rendering.mjs +++ b/components/scrapeninja/actions/scrape-with-js-rendering/scrape-with-js-rendering.mjs @@ -9,7 +9,12 @@ export default { key: "scrapeninja-scrape-with-js-rendering", name: "Scrape with JS Rendering", description: "Uses the ScrapeNinja real Chrome browser engine to scrape pages that require JS rendering. [See the documentation](https://scrapeninja.net/docs/api-reference/scrape-js/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { scrapeninja, diff --git a/components/scrapeninja/actions/scrape-without-js/scrape-without-js.mjs b/components/scrapeninja/actions/scrape-without-js/scrape-without-js.mjs index adab5a23e6d3d..64446ceb88ce7 100644 --- a/components/scrapeninja/actions/scrape-without-js/scrape-without-js.mjs +++ b/components/scrapeninja/actions/scrape-without-js/scrape-without-js.mjs @@ -6,7 +6,12 @@ export default { key: "scrapeninja-scrape-without-js", name: "Scrape without JS", description: "Use high-performance web scraping endpoint with Chrome browser TLS fingerprint, but without JavaScript execution and real browser overhead. [See the documentation](https://scrapeninja.net/docs/api-reference/scrape/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { scrapeninja, diff --git a/components/scrapfly/actions/account-info/account-info.mjs b/components/scrapfly/actions/account-info/account-info.mjs index 4d7c4969cdfd7..fc55124a2c990 100644 --- a/components/scrapfly/actions/account-info/account-info.mjs +++ b/components/scrapfly/actions/account-info/account-info.mjs @@ -4,7 +4,12 @@ export default { key: "scrapfly-account-info", name: "Retrieve Scrapfly Account Info", description: "Retrieve current subscription and account usage details from Scrapfly. [See the documentation](https://scrapfly.io/docs/account#api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { scrapfly, diff --git a/components/scrapfly/actions/ai-data-extraction/ai-data-extraction.mjs b/components/scrapfly/actions/ai-data-extraction/ai-data-extraction.mjs index 2f4c0973af298..a84fd747a1198 100644 --- a/components/scrapfly/actions/ai-data-extraction/ai-data-extraction.mjs +++ b/components/scrapfly/actions/ai-data-extraction/ai-data-extraction.mjs @@ -6,7 +6,12 @@ export default { key: "scrapfly-ai-data-extraction", name: "AI Data Extraction", description: "Automate content extraction from any text-based source using AI, LLM, and custom parsing. [See the documentation](https://scrapfly.io/docs/extraction-api/getting-started)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { scrapfly, diff --git a/components/scrapfly/actions/scrape-page/scrape-page.mjs b/components/scrapfly/actions/scrape-page/scrape-page.mjs index 554872c4a1c1f..d659c4be564ed 100644 --- a/components/scrapfly/actions/scrape-page/scrape-page.mjs +++ b/components/scrapfly/actions/scrape-page/scrape-page.mjs @@ -11,7 +11,12 @@ export default { key: "scrapfly-scrape-page", name: "Scrape Page", description: "Extract data from a specified web page. [See the documentation](https://scrapfly.io/docs/scrape-api/getting-started)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { scrapfly, diff --git a/components/scrapingant/actions/general-extraction/general-extraction.mjs b/components/scrapingant/actions/general-extraction/general-extraction.mjs index 860c0ed9460ff..4c8cce1e44b84 100644 --- a/components/scrapingant/actions/general-extraction/general-extraction.mjs +++ b/components/scrapingant/actions/general-extraction/general-extraction.mjs @@ -4,7 +4,12 @@ export default { key: "scrapingant-general-extraction", name: "General Extraction", description: "Send a request using the standard extraction method of ScrapingAnt. [See the documentation](https://docs.scrapingant.com/request-response-format)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/scrapingbot/actions/get-social-media-scraping-data/get-social-media-scraping-data.mjs b/components/scrapingbot/actions/get-social-media-scraping-data/get-social-media-scraping-data.mjs index 7af2752cc9e15..e6cf1cdf2a8f7 100644 --- a/components/scrapingbot/actions/get-social-media-scraping-data/get-social-media-scraping-data.mjs +++ b/components/scrapingbot/actions/get-social-media-scraping-data/get-social-media-scraping-data.mjs @@ -4,7 +4,12 @@ export default { key: "scrapingbot-get-social-media-scraping-data", name: "Get Social Media Scraping Data", description: "Retrieve data from a social media scraping job by responseId. [See the documentation](https://www.scraping-bot.io/web-scraping-documentation/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { scrapingbot, diff --git a/components/scrapingbot/actions/request-social-media-scraping/request-social-media-scraping.mjs b/components/scrapingbot/actions/request-social-media-scraping/request-social-media-scraping.mjs index 020f5d322d6a7..5f737268ae334 100644 --- a/components/scrapingbot/actions/request-social-media-scraping/request-social-media-scraping.mjs +++ b/components/scrapingbot/actions/request-social-media-scraping/request-social-media-scraping.mjs @@ -6,7 +6,12 @@ export default { key: "scrapingbot-request-social-media-scraping", name: "Request Social Media Scraping", description: "Use ScrapingBot API to initiate scraping data from a social media site. [See the documentation](https://www.scraping-bot.io/web-scraping-documentation/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { scrapingbot, diff --git a/components/scrapingbot/actions/scrape-search-engine/scrape-search-engine.mjs b/components/scrapingbot/actions/scrape-search-engine/scrape-search-engine.mjs index 850d9477f5746..1cfe0ddbb52ba 100644 --- a/components/scrapingbot/actions/scrape-search-engine/scrape-search-engine.mjs +++ b/components/scrapingbot/actions/scrape-search-engine/scrape-search-engine.mjs @@ -4,7 +4,12 @@ export default { key: "scrapingbot-scrape-search-engine", name: "Scrape Search Engine", description: "Use ScrapingBot API to extract specific data from Google or Bing search results. [See the documentation](https://www.scraping-bot.io/web-scraping-documentation/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { scrapingbot, diff --git a/components/scrapingbot/actions/scrape-webpage/scrape-webpage.mjs b/components/scrapingbot/actions/scrape-webpage/scrape-webpage.mjs index 8ca7f936ccba7..5428847240a1e 100644 --- a/components/scrapingbot/actions/scrape-webpage/scrape-webpage.mjs +++ b/components/scrapingbot/actions/scrape-webpage/scrape-webpage.mjs @@ -4,7 +4,12 @@ export default { key: "scrapingbot-scrape-webpage", name: "Scrape Webpage", description: "Use ScrapingBot API to extract specific data from a webpage. [See the documentation](https://www.scraping-bot.io/web-scraping-documentation/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { scrapingbot, diff --git a/components/scraptio/actions/scrape-url/scrape-url.mjs b/components/scraptio/actions/scrape-url/scrape-url.mjs index d756760fafa51..99d80ee3317fa 100644 --- a/components/scraptio/actions/scrape-url/scrape-url.mjs +++ b/components/scraptio/actions/scrape-url/scrape-url.mjs @@ -4,7 +4,12 @@ export default { key: "scraptio-scrape-url", name: "Scrape URL", description: "Scrape the provided URL. [See the documentation](https://scraptio.notion.site/how-to-use-scraptio-with-rest-api-caf0b6d5c6e342cd9a3ac9062ab1ae6d)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { scraptio, diff --git a/components/screendesk/actions/retrieve-recording/retrieve-recording.mjs b/components/screendesk/actions/retrieve-recording/retrieve-recording.mjs index 9e2d1fa42d120..08f977284df8b 100644 --- a/components/screendesk/actions/retrieve-recording/retrieve-recording.mjs +++ b/components/screendesk/actions/retrieve-recording/retrieve-recording.mjs @@ -3,7 +3,12 @@ import screendesk from "../../screendesk.app.mjs"; export default { key: "screendesk-retrieve-recording", name: "Retrieve A Recording", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Get a specific recording [See the documentation](https://dev.screendesk.io/recordings/get-retrieve-a-recording)", type: "action", props: { diff --git a/components/screenshot_fyi/actions/create-screenshot/create-screenshot.mjs b/components/screenshot_fyi/actions/create-screenshot/create-screenshot.mjs index 90b5a468a97d0..5247e3dd0fa2f 100644 --- a/components/screenshot_fyi/actions/create-screenshot/create-screenshot.mjs +++ b/components/screenshot_fyi/actions/create-screenshot/create-screenshot.mjs @@ -4,7 +4,12 @@ export default { key: "screenshot_fyi-create-screenshot", name: "Create Screenshot", description: "Takes a screenshot of a webpage using Screenshot.fyi. [See the documentation](https://www.screenshot.fyi/api-docs)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { screenshot_fyi, diff --git a/components/screenshotone/actions/take-animated-screenshot/take-animated-screenshot.mjs b/components/screenshotone/actions/take-animated-screenshot/take-animated-screenshot.mjs index c8f0aae59f529..cf6c9cd883ab5 100644 --- a/components/screenshotone/actions/take-animated-screenshot/take-animated-screenshot.mjs +++ b/components/screenshotone/actions/take-animated-screenshot/take-animated-screenshot.mjs @@ -5,7 +5,12 @@ export default { key: "screenshotone-take-animated-screenshot", name: "Take Animated Screenshot", description: "Takes and returns an animated screenshot of the given site with specified options. [See the documentation](https://screenshotone.com/docs/animated-screenshots/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/screenshotone/actions/take-screenshot/take-screenshot.mjs b/components/screenshotone/actions/take-screenshot/take-screenshot.mjs index 2d745debac884..a976613a221d1 100644 --- a/components/screenshotone/actions/take-screenshot/take-screenshot.mjs +++ b/components/screenshotone/actions/take-screenshot/take-screenshot.mjs @@ -5,7 +5,12 @@ export default { key: "screenshotone-take-screenshot", name: "Take Screenshot", description: "Takes and returns a screenshot of the given site with specified options. [See the documentation](https://screenshotone.com/docs/options)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/search_api/actions/google-images/google-images.mjs b/components/search_api/actions/google-images/google-images.mjs index fa5177f083491..34adddff57e8c 100644 --- a/components/search_api/actions/google-images/google-images.mjs +++ b/components/search_api/actions/google-images/google-images.mjs @@ -4,7 +4,12 @@ export default { key: "search_api-google-images", name: "Google Images API", description: "Google Images API uses /api/v1/search?engine=google_images API endpoint to scrape real-time results. [See the documentation](https://www.searchapi.io/docs/google-images)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/search_api/actions/google-search/google-search.mjs b/components/search_api/actions/google-search/google-search.mjs index e12722b9b8f7c..c961af649dba5 100644 --- a/components/search_api/actions/google-search/google-search.mjs +++ b/components/search_api/actions/google-search/google-search.mjs @@ -4,7 +4,12 @@ export default { key: "search_api-google-search", name: "Google Search API", description: "Google Search API uses /api/v1/search?engine=google API endpoint to scrape real-time results. [See the documentation](https://www.searchapi.io/docs/google)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/search_api/actions/google-trends/google-trends.mjs b/components/search_api/actions/google-trends/google-trends.mjs index 80401ae536d25..a619c10afbe16 100644 --- a/components/search_api/actions/google-trends/google-trends.mjs +++ b/components/search_api/actions/google-trends/google-trends.mjs @@ -4,7 +4,12 @@ export default { key: "search_api-google-trends", name: "Google Trends API", description: "Google Trends API uses /api/v1/search?engine=google_trends API endpoint to scrape real-time results. [See the documentation](https://www.searchapi.io/docs/google-trends)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/seatable/actions/create-row/create-row.mjs b/components/seatable/actions/create-row/create-row.mjs index 73686821a7ca6..b81f25358a56d 100644 --- a/components/seatable/actions/create-row/create-row.mjs +++ b/components/seatable/actions/create-row/create-row.mjs @@ -5,7 +5,12 @@ export default { key: "seatable-create-row", name: "Create Row", description: "Creates a new row in the specified table. [See the documentation](https://api.seatable.io/reference/add-row)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", async run({ $ }) { const { diff --git a/components/seatable/actions/delete-row/delete-row.mjs b/components/seatable/actions/delete-row/delete-row.mjs index aebc2e8906e7f..60bdf4bf8a4fa 100644 --- a/components/seatable/actions/delete-row/delete-row.mjs +++ b/components/seatable/actions/delete-row/delete-row.mjs @@ -4,7 +4,12 @@ export default { key: "seatable-delete-row", name: "Delete Row", description: "Deletes a specific row from a specified table. [See the documentation](https://api.seatable.io/reference/delete-row)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { seatable, diff --git a/components/seatable/actions/update-row/update-row.mjs b/components/seatable/actions/update-row/update-row.mjs index 0ca99c55ed3d4..67407c718c20f 100644 --- a/components/seatable/actions/update-row/update-row.mjs +++ b/components/seatable/actions/update-row/update-row.mjs @@ -5,7 +5,12 @@ export default { key: "seatable-update-row", name: "Update Row", description: "Updates an existing row in a specified table. [See the documentation](https://api.seatable.io/reference/update-row)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/security_reporter/actions/create-assessment/create-assessment.mjs b/components/security_reporter/actions/create-assessment/create-assessment.mjs index a7294085ad758..b4bf7c7620a23 100644 --- a/components/security_reporter/actions/create-assessment/create-assessment.mjs +++ b/components/security_reporter/actions/create-assessment/create-assessment.mjs @@ -6,7 +6,12 @@ export default { key: "security_reporter-create-assessment", name: "Create Security Assessment", description: "Creates a new security assessment. [See the documentation](https://trial3.securityreporter.app/api-documentation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { securityReporter, diff --git a/components/security_reporter/actions/create-finding/create-finding.mjs b/components/security_reporter/actions/create-finding/create-finding.mjs index 7fb9b00762f46..a30a698eb9c70 100644 --- a/components/security_reporter/actions/create-finding/create-finding.mjs +++ b/components/security_reporter/actions/create-finding/create-finding.mjs @@ -13,7 +13,12 @@ export default { key: "security_reporter-create-finding", name: "Create Security Finding", description: "Creates a new security finding. [See the documentation](https://trial3.securityreporter.app/api-documentation)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { securityReporter, diff --git a/components/security_reporter/actions/update-finding/update-finding.mjs b/components/security_reporter/actions/update-finding/update-finding.mjs index 42e2ea29811d6..e0f83658370bf 100644 --- a/components/security_reporter/actions/update-finding/update-finding.mjs +++ b/components/security_reporter/actions/update-finding/update-finding.mjs @@ -14,7 +14,12 @@ export default { key: "security_reporter-update-finding", name: "Update Security Finding", description: "Updates an existing security finding. [See the documentation](https://trial3.securityreporter.app/api-documentation)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { securityReporter, diff --git a/components/securitytrails/actions/get-domain-details/get-domain-details.mjs b/components/securitytrails/actions/get-domain-details/get-domain-details.mjs index 3edce98284643..5cb33a147a52c 100644 --- a/components/securitytrails/actions/get-domain-details/get-domain-details.mjs +++ b/components/securitytrails/actions/get-domain-details/get-domain-details.mjs @@ -4,7 +4,12 @@ export default { key: "securitytrails-get-domain-details", name: "Get Domain Details", description: "Returns the current data about the given hostname. [See the documentation](https://docs.securitytrails.com/reference/domain-details)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/securitytrails/actions/get-history-dns/get-history-dns.mjs b/components/securitytrails/actions/get-history-dns/get-history-dns.mjs index caf797cfd7c9b..93855e030be3a 100644 --- a/components/securitytrails/actions/get-history-dns/get-history-dns.mjs +++ b/components/securitytrails/actions/get-history-dns/get-history-dns.mjs @@ -4,7 +4,12 @@ export default { key: "securitytrails-get-history-dns", name: "Get Historical DNS", description: "Lists out specific historical information about the given hostname parameter. [See the documentation](https://docs.securitytrails.com/reference/history-dns)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/securitytrails/actions/get-ips-neighbors/get-ips-neighbors.mjs b/components/securitytrails/actions/get-ips-neighbors/get-ips-neighbors.mjs index 4a256d5a26297..d7a241116ceaf 100644 --- a/components/securitytrails/actions/get-ips-neighbors/get-ips-neighbors.mjs +++ b/components/securitytrails/actions/get-ips-neighbors/get-ips-neighbors.mjs @@ -4,7 +4,12 @@ export default { key: "securitytrails-get-ips-neighbors", name: "Get IPs Neighbors", description: "Returns the neighbors in any given IP level range and essentially allows you to explore closeby IP addresses.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/segment/actions/alias/alias.mjs b/components/segment/actions/alias/alias.mjs index 0a1eaf239fa6a..c03730d3cfeb9 100644 --- a/components/segment/actions/alias/alias.mjs +++ b/components/segment/actions/alias/alias.mjs @@ -4,7 +4,12 @@ export default { key: "segment-alias", name: "Associate one identity with another", description: "Alias is how you associate one identity with another. See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#alias)", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { segmentApp, diff --git a/components/segment/actions/group/group.mjs b/components/segment/actions/group/group.mjs index a7177e379dcf3..b1a877b6d211b 100644 --- a/components/segment/actions/group/group.mjs +++ b/components/segment/actions/group/group.mjs @@ -4,7 +4,12 @@ export default { key: "segment-group", name: "Associate an identified user with a group", description: "Group lets you associate an identified user with a group (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#group)", - version: "0.2.4", + version: "0.2.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { segmentApp, diff --git a/components/segment/actions/identify/identify.mjs b/components/segment/actions/identify/identify.mjs index 5e1e7452522df..a06247cbd07d4 100644 --- a/components/segment/actions/identify/identify.mjs +++ b/components/segment/actions/identify/identify.mjs @@ -4,7 +4,12 @@ export default { key: "segment-identify", name: "Identify a user, tie them to their actions and record traits about them", description: "Identify lets you tie a user to their actions and record traits about them. It includes a unique User ID and any optional traits you know about them (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#identify)", - version: "0.2.5", + version: "0.2.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { segmentApp, diff --git a/components/segment/actions/page/page.mjs b/components/segment/actions/page/page.mjs index 6639f9810d902..a1553a35ca674 100644 --- a/components/segment/actions/page/page.mjs +++ b/components/segment/actions/page/page.mjs @@ -4,7 +4,12 @@ export default { key: "segment-page", name: "Record page views on your website", description: "The page method lets you record page views on your website, along with optional extra information about the page being viewed (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#page)", - version: "0.2.4", + version: "0.2.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { segmentApp, diff --git a/components/segment/actions/screen/screen.mjs b/components/segment/actions/screen/screen.mjs index 3b7249114d599..14e59fe37af59 100644 --- a/components/segment/actions/screen/screen.mjs +++ b/components/segment/actions/screen/screen.mjs @@ -4,7 +4,12 @@ export default { key: "segment-screen", name: "Record whenever a user sees a screen", description: "The screen method let you record whenever a user sees a screen of your mobile app (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#screen)", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { segmentApp, diff --git a/components/segment/actions/track/track.mjs b/components/segment/actions/track/track.mjs index e066527477245..344755b972c0b 100644 --- a/components/segment/actions/track/track.mjs +++ b/components/segment/actions/track/track.mjs @@ -4,7 +4,12 @@ export default { key: "segment-track", name: "Track actions your users perform", description: "Track lets you record the actions your users perform (note requires userId or anonymousId). See the docs [here](https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#track)", - version: "0.3.4", + version: "0.3.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { segmentApp, diff --git a/components/segmetrics/actions/create-or-update-contact/create-or-update-contact.mjs b/components/segmetrics/actions/create-or-update-contact/create-or-update-contact.mjs index ea2a22a1a9f64..d19bfe0ad4ca0 100644 --- a/components/segmetrics/actions/create-or-update-contact/create-or-update-contact.mjs +++ b/components/segmetrics/actions/create-or-update-contact/create-or-update-contact.mjs @@ -2,7 +2,12 @@ import app from "../../segmetrics.app.mjs"; export default { name: "Create Or Update Contact", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "segmetrics-create-or-update-contact", description: "Create or update a contact. [See documentation here](https://developers.segmetrics.io/#contacts)", type: "action", diff --git a/components/segmetrics/actions/create-or-update-order/create-or-update-order.mjs b/components/segmetrics/actions/create-or-update-order/create-or-update-order.mjs index cebbf8e8f5433..6fd8e1e9bd736 100644 --- a/components/segmetrics/actions/create-or-update-order/create-or-update-order.mjs +++ b/components/segmetrics/actions/create-or-update-order/create-or-update-order.mjs @@ -2,7 +2,12 @@ import app from "../../segmetrics.app.mjs"; export default { name: "Create Or Update Order", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "segmetrics-create-or-update-order", description: "Creates a client. [See documentation here](https://developers.segmetrics.io/#orders)", type: "action", diff --git a/components/segmetrics/actions/create-or-update-subscription/create-or-update-subscription.mjs b/components/segmetrics/actions/create-or-update-subscription/create-or-update-subscription.mjs index 846b4cef0e456..193a951658b70 100644 --- a/components/segmetrics/actions/create-or-update-subscription/create-or-update-subscription.mjs +++ b/components/segmetrics/actions/create-or-update-subscription/create-or-update-subscription.mjs @@ -3,7 +3,12 @@ import constants from "../common/constants.mjs"; export default { name: "Create Or Update Subscription", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "segmetrics-create-or-update-subscription", description: "Create or update a subscription. [See documentation here](https://developers.segmetrics.io/#subscriptions)", type: "action", diff --git a/components/sellercloud/actions/adjust-inventory/adjust-inventory.mjs b/components/sellercloud/actions/adjust-inventory/adjust-inventory.mjs index 600d6e1abcddb..74960a7ca447d 100644 --- a/components/sellercloud/actions/adjust-inventory/adjust-inventory.mjs +++ b/components/sellercloud/actions/adjust-inventory/adjust-inventory.mjs @@ -4,7 +4,12 @@ export default { key: "sellercloud-adjust-inventory", name: "Adjust Inventory", description: "Changes the inventory level of a specific product. [See the documentation](https://developer.sellercloud.com/dev-article/adjust-physical-inventory/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { sellercloud, diff --git a/components/sellercloud/actions/create-product/create-product.mjs b/components/sellercloud/actions/create-product/create-product.mjs index e9751ee7beda5..d1abf28b4af7e 100644 --- a/components/sellercloud/actions/create-product/create-product.mjs +++ b/components/sellercloud/actions/create-product/create-product.mjs @@ -4,7 +4,12 @@ export default { key: "sellercloud-create-product", name: "Create Product", description: "Creates a new product. [See the documentation](https://developer.sellercloud.com/dev-article/create-product/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { sellercloud, diff --git a/components/sellercloud/actions/update-order-status/update-order-status.mjs b/components/sellercloud/actions/update-order-status/update-order-status.mjs index 5da258669ac4b..9ba52a17b9eda 100644 --- a/components/sellercloud/actions/update-order-status/update-order-status.mjs +++ b/components/sellercloud/actions/update-order-status/update-order-status.mjs @@ -4,7 +4,12 @@ export default { key: "sellercloud-update-order-status", name: "Update Order Status", description: "Modifies the status of an existing order or orders. [See the documentation](https://developer.sellercloud.com/dev-article/update-orders-status-code/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { sellercloud, diff --git a/components/selzy/actions/create-campaign/create-campaign.mjs b/components/selzy/actions/create-campaign/create-campaign.mjs index 0223a8c96820b..3dc7eb80e2096 100644 --- a/components/selzy/actions/create-campaign/create-campaign.mjs +++ b/components/selzy/actions/create-campaign/create-campaign.mjs @@ -6,7 +6,12 @@ export default { key: "selzy-create-campaign", name: "Create Campaign", description: "Creates a new campaign. [See the documentation](https://selzy.com/en/support/api/messages/createcampaign/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { selzy, diff --git a/components/selzy/actions/create-email-message/create-email-message.mjs b/components/selzy/actions/create-email-message/create-email-message.mjs index f01d545b649e8..9570496ac4fcc 100644 --- a/components/selzy/actions/create-email-message/create-email-message.mjs +++ b/components/selzy/actions/create-email-message/create-email-message.mjs @@ -9,7 +9,12 @@ export default { key: "selzy-create-email-message", name: "Create Email Message", description: "Adds a new email message. [See the documentation](https://selzy.com/en/support/category/api/messages/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { selzy, diff --git a/components/semgrep/actions/get-deployments/get-deployments.mjs b/components/semgrep/actions/get-deployments/get-deployments.mjs index 10dd5c2482879..d4d37ffef0a80 100644 --- a/components/semgrep/actions/get-deployments/get-deployments.mjs +++ b/components/semgrep/actions/get-deployments/get-deployments.mjs @@ -4,7 +4,12 @@ export default { key: "semgrep-get-deployments", name: "Get Deployments", description: "Returns a list of deployments. [See the documentation](https://semgrep.dev/api/v1/docs/#tag/deployment/operation/semgrep_app.saas.handlers.deployment.openapi_list_deployments)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { semgrep, diff --git a/components/semgrep/actions/get-findings/get-findings.mjs b/components/semgrep/actions/get-findings/get-findings.mjs index 93c13b3f3a05f..d17c7efdb6d0c 100644 --- a/components/semgrep/actions/get-findings/get-findings.mjs +++ b/components/semgrep/actions/get-findings/get-findings.mjs @@ -4,7 +4,12 @@ export default { key: "semgrep-get-findings", name: "Get Findings", description: "Returns a list of findings for a specified deployment. [See the documentation](https://semgrep.dev/api/v1/docs/#tag/finding/operation/semgrep_app.core_exp.findings.handlers.issue.openapi_list_recent_issues)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { semgrep, diff --git a/components/semgrep/actions/get-projects/get-projects.mjs b/components/semgrep/actions/get-projects/get-projects.mjs index 4c7caf8beb774..05a8e7392d057 100644 --- a/components/semgrep/actions/get-projects/get-projects.mjs +++ b/components/semgrep/actions/get-projects/get-projects.mjs @@ -4,7 +4,12 @@ export default { key: "semgrep-get-projects", name: "Get Projects", description: "Returns a list of projects for a given deployment slug. [See the documentation](https://semgrep.dev/api/v1/docs/#tag/project/operation/semgrep_app.saas.handlers.repository.openapi_list_recent_projects)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { semgrep, diff --git a/components/semgrep/actions/update-project/update-project.mjs b/components/semgrep/actions/update-project/update-project.mjs index b4b2b8872b178..6dba273f8c2cb 100644 --- a/components/semgrep/actions/update-project/update-project.mjs +++ b/components/semgrep/actions/update-project/update-project.mjs @@ -4,7 +4,12 @@ export default { key: "semgrep-update-project", name: "Update Project", description: "Update a project on Semgrep. [See the documentation](https://semgrep.dev/api/v1/docs/#tag/project/operation/semgrep_app.saas.handlers.repository.openapi_patch_project)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { semgrep, diff --git a/components/sendbird/actions/list-messages/list-messages.mjs b/components/sendbird/actions/list-messages/list-messages.mjs index 03bbace680fd9..b63b2919dca9f 100644 --- a/components/sendbird/actions/list-messages/list-messages.mjs +++ b/components/sendbird/actions/list-messages/list-messages.mjs @@ -5,7 +5,12 @@ export default { key: "sendbird-list-messages", name: "List messages", description: "Retrieves a list of past messages of a specific channel. [See the docs here](https://sendbird.com/docs/chat/v3/platform-api/message/messaging-basics/list-messages)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendbird/actions/send-message/send-message.mjs b/components/sendbird/actions/send-message/send-message.mjs index 51d135ca8d7dd..e95578430615a 100644 --- a/components/sendbird/actions/send-message/send-message.mjs +++ b/components/sendbird/actions/send-message/send-message.mjs @@ -5,7 +5,12 @@ export default { key: "sendbird-send-message", name: "Send message", description: "Sends a message to a channel. [See the docs here](https://sendbird.com/docs/chat/v3/platform-api/message/messaging-basics/send-a-message)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/sendbird_ai_chabot/actions/send-bot-message/send-bot-message.mjs b/components/sendbird_ai_chabot/actions/send-bot-message/send-bot-message.mjs index 86dbb1a53faa2..d116aa28bc33e 100644 --- a/components/sendbird_ai_chabot/actions/send-bot-message/send-bot-message.mjs +++ b/components/sendbird_ai_chabot/actions/send-bot-message/send-bot-message.mjs @@ -4,7 +4,12 @@ export default { key: "sendbird_ai_chabot-send-bot-message", name: "Send Bot Message", description: "Sends a bot message to a group channel. [See the documentation](https://sendbird.com/docs/chat/platform-api/v3/bot/sending-a-bot-message/send-a-bot-message)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { sendbird, diff --git a/components/sendcloud/actions/bulk-pdf-label-printing/bulk-pdf-label-printing.mjs b/components/sendcloud/actions/bulk-pdf-label-printing/bulk-pdf-label-printing.mjs index 55d0e7c04494a..e043c13710a47 100644 --- a/components/sendcloud/actions/bulk-pdf-label-printing/bulk-pdf-label-printing.mjs +++ b/components/sendcloud/actions/bulk-pdf-label-printing/bulk-pdf-label-printing.mjs @@ -5,7 +5,12 @@ export default { key: "sendcloud-bulk-pdf-label-printing", name: "Bulk PDF Label Printing", description: "Bulk PDF label printing. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/labels/operations/create-a-label)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/create-a-parcel/create-a-parcel.mjs b/components/sendcloud/actions/create-a-parcel/create-a-parcel.mjs index 8a8bd44c55fbd..5e80707f6836b 100644 --- a/components/sendcloud/actions/create-a-parcel/create-a-parcel.mjs +++ b/components/sendcloud/actions/create-a-parcel/create-a-parcel.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-create-a-parcel", name: "Create a Parcel", description: "Creates a new parcel under your Sendcloud API credentials. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcels/operations/create-a-parcel)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/create-return/create-return.mjs b/components/sendcloud/actions/create-return/create-return.mjs index bc4ac943f3452..4c2db0d5e8bae 100644 --- a/components/sendcloud/actions/create-return/create-return.mjs +++ b/components/sendcloud/actions/create-return/create-return.mjs @@ -5,7 +5,12 @@ export default { key: "sendcloud-create-return", name: "Create Return", description: "Create a return. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/returns/operations/create-a-return)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/create-update-integration-shipment/create-update-integration-shipment.mjs b/components/sendcloud/actions/create-update-integration-shipment/create-update-integration-shipment.mjs index 169e19e6ab0b3..c3b32626dff87 100644 --- a/components/sendcloud/actions/create-update-integration-shipment/create-update-integration-shipment.mjs +++ b/components/sendcloud/actions/create-update-integration-shipment/create-update-integration-shipment.mjs @@ -5,7 +5,12 @@ export default { key: "sendcloud-create-update-integration-shipment", name: "Create Or Update Integration Shipment", description: "Create or update an integration shipment. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/integrations/operations/create-a-integration-shipment)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/get-current-user/get-current-user.mjs b/components/sendcloud/actions/get-current-user/get-current-user.mjs index 5ff452b93fdae..ba70ae3fe49bd 100644 --- a/components/sendcloud/actions/get-current-user/get-current-user.mjs +++ b/components/sendcloud/actions/get-current-user/get-current-user.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-get-current-user", name: "Get Current User", description: "Get the authenticated user info. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/user/operations/list-user-auth-metadata)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/get-label/get-label.mjs b/components/sendcloud/actions/get-label/get-label.mjs index 0ac4167ad5360..387596d1c0ab1 100644 --- a/components/sendcloud/actions/get-label/get-label.mjs +++ b/components/sendcloud/actions/get-label/get-label.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-get-label", name: "Get Label", description: "Retrieve a label by parcel ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/labels/operations/get-a-label)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/get-parcel/get-parcel.mjs b/components/sendcloud/actions/get-parcel/get-parcel.mjs index 0ad1116dfdd7a..d2a4519761ecf 100644 --- a/components/sendcloud/actions/get-parcel/get-parcel.mjs +++ b/components/sendcloud/actions/get-parcel/get-parcel.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-get-parcel", name: "Get Parcel", description: "Retrieve a parcel by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/parcels/operations/get-a-parcel)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/get-return-portal-settings/get-return-portal-settings.mjs b/components/sendcloud/actions/get-return-portal-settings/get-return-portal-settings.mjs index 4028c30d58209..cb3304b49f2e1 100644 --- a/components/sendcloud/actions/get-return-portal-settings/get-return-portal-settings.mjs +++ b/components/sendcloud/actions/get-return-portal-settings/get-return-portal-settings.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-get-return-portal-settings", name: "Get Return Portal Settings", description: "Get return portal settings for the current brand/user. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/return-portal/operations/get-a-brand-return-portal)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/get-return/get-return.mjs b/components/sendcloud/actions/get-return/get-return.mjs index 9e4a38f6771be..15122042f42b2 100644 --- a/components/sendcloud/actions/get-return/get-return.mjs +++ b/components/sendcloud/actions/get-return/get-return.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-get-return", name: "Get Return", description: "Retrieve a return by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/returns/operations/get-a-return)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/get-sender-address/get-sender-address.mjs b/components/sendcloud/actions/get-sender-address/get-sender-address.mjs index 5a88df0fbb21b..2842146fa6634 100644 --- a/components/sendcloud/actions/get-sender-address/get-sender-address.mjs +++ b/components/sendcloud/actions/get-sender-address/get-sender-address.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-get-sender-address", name: "Get Sender Address", description: "Retrieve a sender address by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/sender-addresses/operations/get-a-user-address-sender-1)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/get-service-point/get-service-point.mjs b/components/sendcloud/actions/get-service-point/get-service-point.mjs index 4702f1e2ce7f3..d539dead3e6fe 100644 --- a/components/sendcloud/actions/get-service-point/get-service-point.mjs +++ b/components/sendcloud/actions/get-service-point/get-service-point.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-get-service-point", name: "Get Service Point", description: "Retrieve a service point by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/service-points/operations/get-a-service-point)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/get-shipping-method/get-shipping-method.mjs b/components/sendcloud/actions/get-shipping-method/get-shipping-method.mjs index 5f111fd6b626a..4bc6e7f43647b 100644 --- a/components/sendcloud/actions/get-shipping-method/get-shipping-method.mjs +++ b/components/sendcloud/actions/get-shipping-method/get-shipping-method.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-get-shipping-method", name: "Get Shipping Method", description: "Retrieve a shipping method by ID. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/shipping-methods/operations/get-a-shipping-method)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/list-integration-shipments/list-integration-shipments.mjs b/components/sendcloud/actions/list-integration-shipments/list-integration-shipments.mjs index c48a6fedc5a55..eb8e251b8a9fe 100644 --- a/components/sendcloud/actions/list-integration-shipments/list-integration-shipments.mjs +++ b/components/sendcloud/actions/list-integration-shipments/list-integration-shipments.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-list-integration-shipments", name: "List Integration Shipments", description: "List integration shipments. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/integrations/operations/list-integration-shipments)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/list-parcel-documents/list-parcel-documents.mjs b/components/sendcloud/actions/list-parcel-documents/list-parcel-documents.mjs index e2683e41b44ee..94d87e5a4078b 100644 --- a/components/sendcloud/actions/list-parcel-documents/list-parcel-documents.mjs +++ b/components/sendcloud/actions/list-parcel-documents/list-parcel-documents.mjs @@ -6,7 +6,12 @@ export default { key: "sendcloud-list-parcel-documents", name: "List Parcel Documents", description: "List parcel documents. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcel-documents/operations/get-a-parcel-document-1)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/list-parcel-statuses/list-parcel-statuses.mjs b/components/sendcloud/actions/list-parcel-statuses/list-parcel-statuses.mjs index ff574acd4d39a..023a244f9f8fa 100644 --- a/components/sendcloud/actions/list-parcel-statuses/list-parcel-statuses.mjs +++ b/components/sendcloud/actions/list-parcel-statuses/list-parcel-statuses.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-list-parcel-statuses", name: "List Parcel Statuses", description: "List parcel statuses. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcel-statuses/operations/list-parcel-statuses)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/list-parcels/list-parcels.mjs b/components/sendcloud/actions/list-parcels/list-parcels.mjs index 62e9fe6176c08..3625e0c3ee59e 100644 --- a/components/sendcloud/actions/list-parcels/list-parcels.mjs +++ b/components/sendcloud/actions/list-parcels/list-parcels.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-list-parcels", name: "List Parcels", description: "Retrieves a list of all the parcels under your API credentials. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcels/operations/list-parcels)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/list-returns/list-returns.mjs b/components/sendcloud/actions/list-returns/list-returns.mjs index 5ba303b204022..e0d8a9b7eafbb 100644 --- a/components/sendcloud/actions/list-returns/list-returns.mjs +++ b/components/sendcloud/actions/list-returns/list-returns.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-list-returns", name: "List Returns", description: "List returns. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/returns/operations/list-returns)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/list-sender-addresses/list-sender-addresses.mjs b/components/sendcloud/actions/list-sender-addresses/list-sender-addresses.mjs index 1e67661069924..e57ec4fe3a9b3 100644 --- a/components/sendcloud/actions/list-sender-addresses/list-sender-addresses.mjs +++ b/components/sendcloud/actions/list-sender-addresses/list-sender-addresses.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-list-sender-addresses", name: "List Sender Addresses", description: "List sender addresses for the authenticated user. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/sender-addresses/operations/get-a-user-address-sender)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/list-service-point-carriers/list-service-point-carriers.mjs b/components/sendcloud/actions/list-service-point-carriers/list-service-point-carriers.mjs index cb7d610d58e76..f2a55f9f07ef0 100644 --- a/components/sendcloud/actions/list-service-point-carriers/list-service-point-carriers.mjs +++ b/components/sendcloud/actions/list-service-point-carriers/list-service-point-carriers.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-list-service-point-carriers", name: "List Service Point Carriers", description: "List carriers that support service points. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/service-points/operations/list-carriers)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/list-service-points/list-service-points.mjs b/components/sendcloud/actions/list-service-points/list-service-points.mjs index 0e034acd2f720..d8c4e636ec5b9 100644 --- a/components/sendcloud/actions/list-service-points/list-service-points.mjs +++ b/components/sendcloud/actions/list-service-points/list-service-points.mjs @@ -5,7 +5,12 @@ export default { key: "sendcloud-list-service-points", name: "List Service Points", description: "List service points. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/service-points/operations/list-service-points)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/list-shipping-methods/list-shipping-methods.mjs b/components/sendcloud/actions/list-shipping-methods/list-shipping-methods.mjs index c1a4ae54ec1cf..9bb4ac838593d 100644 --- a/components/sendcloud/actions/list-shipping-methods/list-shipping-methods.mjs +++ b/components/sendcloud/actions/list-shipping-methods/list-shipping-methods.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-list-shipping-methods", name: "List Shipping Methods", description: "List shipping methods. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/branches/v2/shipping-methods/operations/list-shipping-methods)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/update-a-parcel/update-a-parcel.mjs b/components/sendcloud/actions/update-a-parcel/update-a-parcel.mjs index 8f131e09b2363..5f4eb7356cea5 100644 --- a/components/sendcloud/actions/update-a-parcel/update-a-parcel.mjs +++ b/components/sendcloud/actions/update-a-parcel/update-a-parcel.mjs @@ -4,7 +4,12 @@ export default { key: "sendcloud-update-a-parcel", name: "Update a Parcel", description: "Updates a parcel under your API credentials. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/parcels/operations/update-a-parcel)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/sendcloud/actions/validate-return/validate-return.mjs b/components/sendcloud/actions/validate-return/validate-return.mjs index 7cb7facc49baa..ec68ad42d3855 100644 --- a/components/sendcloud/actions/validate-return/validate-return.mjs +++ b/components/sendcloud/actions/validate-return/validate-return.mjs @@ -5,7 +5,12 @@ export default { key: "sendcloud-validate-return", name: "Validate Return", description: "Validate a return. [See the documentation](https://api.sendcloud.dev/docs/sendcloud-public-api/returns/operations/create-a-return-validate)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/sendfox_oauth/actions/add-new-contact-to-list/add-new-contact-to-list.mjs b/components/sendfox_oauth/actions/add-new-contact-to-list/add-new-contact-to-list.mjs index 78dc91fc737cf..28e8f2c5765bf 100644 --- a/components/sendfox_oauth/actions/add-new-contact-to-list/add-new-contact-to-list.mjs +++ b/components/sendfox_oauth/actions/add-new-contact-to-list/add-new-contact-to-list.mjs @@ -4,7 +4,12 @@ import { axios } from "@pipedream/platform"; export default { key: "sendfox_oauth-add-new-contact-to-list", name: "Add new contact into a specific list", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { sendfox_oauth: { diff --git a/components/sendfox_personal_access_token/actions/create-contact/create-contact.mjs b/components/sendfox_personal_access_token/actions/create-contact/create-contact.mjs index 3d13620649955..34b6ef8a2d7cb 100644 --- a/components/sendfox_personal_access_token/actions/create-contact/create-contact.mjs +++ b/components/sendfox_personal_access_token/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { key: "sendfox_personal_access_token-create-contact", name: "Create contact", description: "Creates new contact", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { sendfox_personal_access_token: { diff --git a/components/sendgrid/actions/add-email-to-global-suppression/add-email-to-global-suppression.mjs b/components/sendgrid/actions/add-email-to-global-suppression/add-email-to-global-suppression.mjs index 5bddb087a12b6..40f5f403ed70e 100644 --- a/components/sendgrid/actions/add-email-to-global-suppression/add-email-to-global-suppression.mjs +++ b/components/sendgrid/actions/add-email-to-global-suppression/add-email-to-global-suppression.mjs @@ -5,7 +5,12 @@ export default { key: "sendgrid-add-email-to-global-suppression", name: "Add Email to Global Suppression", description: "Allows you to add one or more email addresses to the global suppressions group. [See the docs here](https://sendgrid.api-docs.io/v3.0/suppressions-global-suppressions/add-recipient-addresses-to-the-global-suppression-group)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/add-or-update-contact/add-or-update-contact.mjs b/components/sendgrid/actions/add-or-update-contact/add-or-update-contact.mjs index 7ec355ed9dbb7..780701a4a0633 100644 --- a/components/sendgrid/actions/add-or-update-contact/add-or-update-contact.mjs +++ b/components/sendgrid/actions/add-or-update-contact/add-or-update-contact.mjs @@ -6,7 +6,12 @@ export default { key: "sendgrid-add-or-update-contact", name: "Add or Update Contact", description: "Adds or updates a contact. [See the docs here](https://docs.sendgrid.com/api-reference/contacts/add-or-update-a-contact)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/create-contact-list/create-contact-list.mjs b/components/sendgrid/actions/create-contact-list/create-contact-list.mjs index f4b0208a73645..a0478ba5f8aeb 100644 --- a/components/sendgrid/actions/create-contact-list/create-contact-list.mjs +++ b/components/sendgrid/actions/create-contact-list/create-contact-list.mjs @@ -5,7 +5,12 @@ export default { key: "sendgrid-create-contact-list", name: "Create Contact List", description: "Allows you to create a new contact list. [See the docs here](https://docs.sendgrid.com/api-reference/lists/create-list)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/create-send/create-send.mjs b/components/sendgrid/actions/create-send/create-send.mjs index 0d85f3dfc29b9..4b44b424aebfd 100644 --- a/components/sendgrid/actions/create-send/create-send.mjs +++ b/components/sendgrid/actions/create-send/create-send.mjs @@ -7,7 +7,12 @@ export default { key: "sendgrid-create-send", name: "Create Send", description: "Create a single send. [See the docs here](https://www.twilio.com/docs/sendgrid/api-reference/single-sends/create-single-send)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/delete-blocks/delete-blocks.mjs b/components/sendgrid/actions/delete-blocks/delete-blocks.mjs index 98c1caee1e30c..894292026fcd9 100644 --- a/components/sendgrid/actions/delete-blocks/delete-blocks.mjs +++ b/components/sendgrid/actions/delete-blocks/delete-blocks.mjs @@ -5,7 +5,12 @@ export default { key: "sendgrid-delete-blocks", name: "Delete Blocks", description: "Allows you to delete all email addresses on your blocks list. [See the docs here](https://docs.sendgrid.com/api-reference/blocks-api/delete-blocks)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/delete-bounces/delete-bounces.mjs b/components/sendgrid/actions/delete-bounces/delete-bounces.mjs index bcaecd67c8ed6..e3736d30fb4a8 100644 --- a/components/sendgrid/actions/delete-bounces/delete-bounces.mjs +++ b/components/sendgrid/actions/delete-bounces/delete-bounces.mjs @@ -5,7 +5,12 @@ export default { key: "sendgrid-delete-bounces", name: "Delete Bounces", description: "Allows you to delete all emails on your bounces list. [See the docs here](https://docs.sendgrid.com/api-reference/bounces-api/delete-bounces)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/delete-contacts/delete-contacts.mjs b/components/sendgrid/actions/delete-contacts/delete-contacts.mjs index 26fc9db4a4968..5de9d73260888 100644 --- a/components/sendgrid/actions/delete-contacts/delete-contacts.mjs +++ b/components/sendgrid/actions/delete-contacts/delete-contacts.mjs @@ -5,7 +5,12 @@ export default { key: "sendgrid-delete-contacts", name: "Delete Contacts", description: "Allows you to delete one or more contacts. [See the docs here](https://docs.sendgrid.com/api-reference/contacts/delete-contacts)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/delete-global-suppression/delete-global-suppression.mjs b/components/sendgrid/actions/delete-global-suppression/delete-global-suppression.mjs index 4c85fdfe68be7..a7411dad16737 100644 --- a/components/sendgrid/actions/delete-global-suppression/delete-global-suppression.mjs +++ b/components/sendgrid/actions/delete-global-suppression/delete-global-suppression.mjs @@ -6,7 +6,12 @@ export default { key: "sendgrid-delete-global-suppression", name: "Delete Global Suppression", description: "Allows you to remove an email address from the global suppressions group. [See the docs here](https://docs.sendgrid.com/api-reference/suppressions-global-suppressions/delete-a-global-suppression)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/delete-list/delete-list.mjs b/components/sendgrid/actions/delete-list/delete-list.mjs index 803b796f828fb..55241559bea1e 100644 --- a/components/sendgrid/actions/delete-list/delete-list.mjs +++ b/components/sendgrid/actions/delete-list/delete-list.mjs @@ -5,7 +5,12 @@ export default { key: "sendgrid-delete-list", name: "Delete List", description: "Allows you to delete a specific contact list. [See the docs here](https://docs.sendgrid.com/api-reference/lists/delete-a-list)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/get-a-block/get-a-block.mjs b/components/sendgrid/actions/get-a-block/get-a-block.mjs index c6d88f59c2614..bc6c4e7ac6d77 100644 --- a/components/sendgrid/actions/get-a-block/get-a-block.mjs +++ b/components/sendgrid/actions/get-a-block/get-a-block.mjs @@ -6,7 +6,12 @@ export default { key: "sendgrid-get-a-block", name: "Get a Block", description: "Gets a specific block. [See the docs here](https://docs.sendgrid.com/api-reference/blocks-api/retrieve-a-specific-block)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/get-a-global-suppression/get-a-global-suppression.mjs b/components/sendgrid/actions/get-a-global-suppression/get-a-global-suppression.mjs index 407d4710f4cd0..5d5cefe325f92 100644 --- a/components/sendgrid/actions/get-a-global-suppression/get-a-global-suppression.mjs +++ b/components/sendgrid/actions/get-a-global-suppression/get-a-global-suppression.mjs @@ -6,7 +6,12 @@ export default { key: "sendgrid-get-a-global-suppression", name: "Get A Global Suppression", description: "Gets a global suppression. [See the docs here](https://docs.sendgrid.com/api-reference/suppressions-global-suppressions/retrieve-a-global-suppression)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/get-all-bounces/get-all-bounces.mjs b/components/sendgrid/actions/get-all-bounces/get-all-bounces.mjs index f4d6aa01806f0..64b88a23429ac 100644 --- a/components/sendgrid/actions/get-all-bounces/get-all-bounces.mjs +++ b/components/sendgrid/actions/get-all-bounces/get-all-bounces.mjs @@ -6,7 +6,12 @@ export default { key: "sendgrid-get-all-bounces", name: "Get All Bounces", description: "Allows you to get all of your bounces. [See the docs here](https://docs.sendgrid.com/api-reference/bounces-api/retrieve-all-bounces)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/get-contact-lists/get-contact-lists.mjs b/components/sendgrid/actions/get-contact-lists/get-contact-lists.mjs index 893efa599c9bf..332c8adc980f2 100644 --- a/components/sendgrid/actions/get-contact-lists/get-contact-lists.mjs +++ b/components/sendgrid/actions/get-contact-lists/get-contact-lists.mjs @@ -5,7 +5,12 @@ export default { key: "sendgrid-get-contact-lists", name: "Get Contact Lists", description: "Allows you to get details of your contact lists. [See the docs here](https://docs.sendgrid.com/api-reference/lists/get-all-lists)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/list-blocks/list-blocks.mjs b/components/sendgrid/actions/list-blocks/list-blocks.mjs index 47ecaed0844f2..2e46db5e25892 100644 --- a/components/sendgrid/actions/list-blocks/list-blocks.mjs +++ b/components/sendgrid/actions/list-blocks/list-blocks.mjs @@ -6,7 +6,12 @@ export default { key: "sendgrid-list-blocks", name: "List Blocks", description: "Allows you to list all email addresses that are currently on your blocks list. [See the docs here](https://docs.sendgrid.com/api-reference/blocks-api/retrieve-all-blocks)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/sendgrid/actions/list-global-suppressions/list-global-suppressions.mjs b/components/sendgrid/actions/list-global-suppressions/list-global-suppressions.mjs index 25040a63afc5d..772a055f52bc5 100644 --- a/components/sendgrid/actions/list-global-suppressions/list-global-suppressions.mjs +++ b/components/sendgrid/actions/list-global-suppressions/list-global-suppressions.mjs @@ -6,7 +6,12 @@ export default { key: "sendgrid-list-global-suppressions", name: "List Global Suppressions", description: "Allows you to get a list of all email address that are globally suppressed. [See the docs here](https://docs.sendgrid.com/api-reference/suppressions-global-suppressions/retrieve-all-global-suppressions)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props,