diff --git a/components/filestack/actions/rotate-image/rotate-image.mjs b/components/filestack/actions/rotate-image/rotate-image.mjs index 97703819ff192..5521494f11d32 100644 --- a/components/filestack/actions/rotate-image/rotate-image.mjs +++ b/components/filestack/actions/rotate-image/rotate-image.mjs @@ -5,7 +5,12 @@ export default { key: "filestack-rotate-image", name: "Rotate Image", description: "Rotates an uploaded image by a specified degree. [See the documentation](https://www.filestack.com/docs/api/processing/#rotate)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/filestack/actions/upload-image/upload-image.mjs b/components/filestack/actions/upload-image/upload-image.mjs index 26afb466018cb..6ad80374da235 100644 --- a/components/filestack/actions/upload-image/upload-image.mjs +++ b/components/filestack/actions/upload-image/upload-image.mjs @@ -6,7 +6,12 @@ export default { name: "Upload Image", description: "Upload an image from a file or URL to FileStack. [See the documentation](https://www.filestack.com/docs/uploads/uploading/#upload-file)", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { filestack, diff --git a/components/finage/actions/forex-last-quote/forex-last-quote.mjs b/components/finage/actions/forex-last-quote/forex-last-quote.mjs index 71afa525f30ca..30ac6695afd9b 100644 --- a/components/finage/actions/forex-last-quote/forex-last-quote.mjs +++ b/components/finage/actions/forex-last-quote/forex-last-quote.mjs @@ -4,7 +4,12 @@ export default { key: "finage-forex-last-quote", name: "Forex Last Quote", description: "Get the last quote for the specified forex symbol. [See the documentation](https://finage.co.uk/docs/api/forex/forex-last-quote)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/finage/actions/forex-last-trade/forex-last-trade.mjs b/components/finage/actions/forex-last-trade/forex-last-trade.mjs index cc4c92ac2e716..8a7066470306f 100644 --- a/components/finage/actions/forex-last-trade/forex-last-trade.mjs +++ b/components/finage/actions/forex-last-trade/forex-last-trade.mjs @@ -4,7 +4,12 @@ export default { key: "finage-forex-last-trade", name: "Forex Last Trade", description: "Get the last trade for the specified forex symbol. [See the documentation](https://finage.co.uk/docs/api/forex/forex-last-trade)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/finage/actions/forex-previous-close/forex-previous-close.mjs b/components/finage/actions/forex-previous-close/forex-previous-close.mjs index 57a21791fbb39..8c213826d73cf 100644 --- a/components/finage/actions/forex-previous-close/forex-previous-close.mjs +++ b/components/finage/actions/forex-previous-close/forex-previous-close.mjs @@ -4,7 +4,12 @@ export default { key: "finage-forex-previous-close", name: "Forex Previous Close", description: "Get the previous close for the specified forex symbol. [See the documentation](https://finage.co.uk/docs/api/forex/forex-previous-close)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/finalscout/actions/find-email-linkedin/find-email-linkedin.mjs b/components/finalscout/actions/find-email-linkedin/find-email-linkedin.mjs index 4a49d21fb9ff1..fdfe25edf3a5d 100644 --- a/components/finalscout/actions/find-email-linkedin/find-email-linkedin.mjs +++ b/components/finalscout/actions/find-email-linkedin/find-email-linkedin.mjs @@ -5,7 +5,12 @@ export default { key: "finalscout-find-email-linkedin", name: "Find Email from LinkedIn", description: "Finds an email address from a LinkedIn profile URL. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/paths/~1v1~1find~1linkedin~1single/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { finalscout, diff --git a/components/finalscout/actions/find-email-news-article/find-email-news-article.mjs b/components/finalscout/actions/find-email-news-article/find-email-news-article.mjs index 0825514456400..6ef0e1035dd68 100644 --- a/components/finalscout/actions/find-email-news-article/find-email-news-article.mjs +++ b/components/finalscout/actions/find-email-news-article/find-email-news-article.mjs @@ -5,7 +5,12 @@ export default { key: "finalscout-find-email-news-article", name: "Find Email from News Article", description: "Finds an email address from a news article URL. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/paths/~1v1~1find~1author~1single/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { finalscout, diff --git a/components/finalscout/actions/find-email-professional/find-email-professional.mjs b/components/finalscout/actions/find-email-professional/find-email-professional.mjs index 93d2783b6dd42..b99f75679de14 100644 --- a/components/finalscout/actions/find-email-professional/find-email-professional.mjs +++ b/components/finalscout/actions/find-email-professional/find-email-professional.mjs @@ -5,7 +5,12 @@ export default { key: "finalscout-find-email-professional", name: "Find Email from Professional", description: "Finds an email address from a person's name and company/domain. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/operation/email_finder_v1_person_email_finder_post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { finalscout, diff --git a/components/finalscout/actions/get-single-task/get-single-task.mjs b/components/finalscout/actions/get-single-task/get-single-task.mjs index 5f5884bc46edd..1f37c7e848a3c 100644 --- a/components/finalscout/actions/get-single-task/get-single-task.mjs +++ b/components/finalscout/actions/get-single-task/get-single-task.mjs @@ -4,7 +4,12 @@ export default { key: "finalscout-get-single-task", name: "Get Single Task", description: "Get the task status for any Single Find task. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/paths/~1v1~1find~1single~1status/get)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { finalscout, diff --git a/components/findymail/actions/create-list/create-list.mjs b/components/findymail/actions/create-list/create-list.mjs index 706efbb27f633..f042e1f092963 100644 --- a/components/findymail/actions/create-list/create-list.mjs +++ b/components/findymail/actions/create-list/create-list.mjs @@ -4,7 +4,12 @@ export default { key: "findymail-create-list", name: "Create List", description: "Creates a new list of contacts in Findymail. [See the documentation](https://app.findymail.com/docs/#contacts-postapi-lists)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { findymail, diff --git a/components/findymail/actions/delete-list/delete-list.mjs b/components/findymail/actions/delete-list/delete-list.mjs index 80adfac88a2fd..f46a66c55331f 100644 --- a/components/findymail/actions/delete-list/delete-list.mjs +++ b/components/findymail/actions/delete-list/delete-list.mjs @@ -4,7 +4,12 @@ export default { key: "findymail-delete-list", name: "Delete a List", description: "Deletes a specified list in Findymail. [See the documentation](https://app.findymail.com/docs/#contacts-deleteapi-lists--id-)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { findymail, diff --git a/components/findymail/actions/find-email-name-domain/find-email-name-domain.mjs b/components/findymail/actions/find-email-name-domain/find-email-name-domain.mjs index 7041088f979cb..ba1c335764345 100644 --- a/components/findymail/actions/find-email-name-domain/find-email-name-domain.mjs +++ b/components/findymail/actions/find-email-name-domain/find-email-name-domain.mjs @@ -4,7 +4,12 @@ export default { key: "findymail-find-email-name-domain", name: "Find Email by company domain", description: "Locates an email using a company's website. [See the documentation](https://app.findymail.com/docs/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { findymail, diff --git a/components/findymail/actions/find-email/find-email.mjs b/components/findymail/actions/find-email/find-email.mjs index 7ac5504e554ff..abfd8c630c147 100644 --- a/components/findymail/actions/find-email/find-email.mjs +++ b/components/findymail/actions/find-email/find-email.mjs @@ -4,7 +4,12 @@ export default { key: "findymail-find-email", name: "Find Email", description: "Finds an email address using a given full name and a website domain. [See the documentation](https://app.findymail.com/docs/#finder-POSTapi-search-name)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { findymail, diff --git a/components/findymail/actions/list-contact-lists/list-contact-lists.mjs b/components/findymail/actions/list-contact-lists/list-contact-lists.mjs index c97b371e149ff..451f24d1ce597 100644 --- a/components/findymail/actions/list-contact-lists/list-contact-lists.mjs +++ b/components/findymail/actions/list-contact-lists/list-contact-lists.mjs @@ -4,7 +4,12 @@ export default { key: "findymail-list-contact-lists", name: "List Contact Lists", description: "Get a list of all contact lists in Findymail. [See the documentation](https://app.findymail.com/docs/#contacts-getapi-lists)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { findymail, diff --git a/components/findymail/actions/verify-email/verify-email.mjs b/components/findymail/actions/verify-email/verify-email.mjs index 2824f0aef00a5..508b6d9d1e12e 100644 --- a/components/findymail/actions/verify-email/verify-email.mjs +++ b/components/findymail/actions/verify-email/verify-email.mjs @@ -4,7 +4,12 @@ export default { key: "findymail-verify-email", name: "Verify Email", description: "Verifies the deliverability of a specified email. [See the documentation](https://app.findymail.com/docs/#verifier-POSTapi-verify)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { findymail, diff --git a/components/finmei/actions/create-invoice/create-invoice.mjs b/components/finmei/actions/create-invoice/create-invoice.mjs index b654e04278519..7dd4e84a9c941 100644 --- a/components/finmei/actions/create-invoice/create-invoice.mjs +++ b/components/finmei/actions/create-invoice/create-invoice.mjs @@ -8,7 +8,12 @@ export default { name: "Create Invoice", description: "Generates a new invoice within Finmei. [See the documentation](https://documenter.getpostman.com/view/835227/2s9YXh5NRs#01e4e494-2aaf-4d87-9b8d-e527b04af0a0)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { finmei, diff --git a/components/firebase_admin_sdk/actions/create-document/create-document.mjs b/components/firebase_admin_sdk/actions/create-document/create-document.mjs index 836a35d705426..9f46178c47c65 100644 --- a/components/firebase_admin_sdk/actions/create-document/create-document.mjs +++ b/components/firebase_admin_sdk/actions/create-document/create-document.mjs @@ -5,7 +5,12 @@ export default { key: "firebase_admin_sdk-create-document", name: "Create Document", description: "Creates a New Document. [See the documentation](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#add)", - version: "0.0.10", + version: "0.0.11", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/firebase_admin_sdk/actions/create-realtime-db-record/create-realtime-db-record.mjs b/components/firebase_admin_sdk/actions/create-realtime-db-record/create-realtime-db-record.mjs index 82d2002a0522f..458a99c753783 100644 --- a/components/firebase_admin_sdk/actions/create-realtime-db-record/create-realtime-db-record.mjs +++ b/components/firebase_admin_sdk/actions/create-realtime-db-record/create-realtime-db-record.mjs @@ -5,7 +5,12 @@ export default { key: "firebase_admin_sdk-create-realtime-db-record", name: "Create Firebase Realtime Database Record", description: "Creates or replaces a child object within your Firebase Realtime Database. [See the docs here](https://firebase.google.com/docs/reference/js/database#update)", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/firebase_admin_sdk/actions/get-document/get-document.mjs b/components/firebase_admin_sdk/actions/get-document/get-document.mjs index 8b066123c762b..cbeaccee16fcb 100644 --- a/components/firebase_admin_sdk/actions/get-document/get-document.mjs +++ b/components/firebase_admin_sdk/actions/get-document/get-document.mjs @@ -5,7 +5,12 @@ export default { key: "firebase_admin_sdk-get-document", name: "Get Document", description: "Retrieves a document from a Firestore collection. [See the documentation](https://firebase.google.com/docs/firestore/query-data/get-data#get_a_document)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/firebase_admin_sdk/actions/list-documents/list-documents.mjs b/components/firebase_admin_sdk/actions/list-documents/list-documents.mjs index 78fdef994649d..11a6ea1c17a1c 100644 --- a/components/firebase_admin_sdk/actions/list-documents/list-documents.mjs +++ b/components/firebase_admin_sdk/actions/list-documents/list-documents.mjs @@ -5,7 +5,12 @@ export default { key: "firebase_admin_sdk-list-documents", name: "List Documents", description: "Lists documents in a collection. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#listDocuments)", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs b/components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs index ba76ef90a820c..db6c02ab7f074 100644 --- a/components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs +++ b/components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs @@ -6,7 +6,12 @@ export default { key: "firebase_admin_sdk-replicate-event-firestore", name: "Save Event to Firestore", description: "Replicate event in Firestore", - version: "0.4.6", + version: "0.4.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { firebase_admin_sdk: { diff --git a/components/firebase_admin_sdk/actions/update-document/update-document.mjs b/components/firebase_admin_sdk/actions/update-document/update-document.mjs index 79ed26d1824d1..c8df66acc3e69 100644 --- a/components/firebase_admin_sdk/actions/update-document/update-document.mjs +++ b/components/firebase_admin_sdk/actions/update-document/update-document.mjs @@ -5,7 +5,12 @@ export default { key: "firebase_admin_sdk-update-document", name: "Update Document", description: "Updates a Document. [See the documentation](https://googleapis.dev/nodejs/firestore/latest/DocumentReference.html#update)", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/fireberry/actions/create-account/create-account.mjs b/components/fireberry/actions/create-account/create-account.mjs index f5c6bdb5b6020..2ea785e952b67 100644 --- a/components/fireberry/actions/create-account/create-account.mjs +++ b/components/fireberry/actions/create-account/create-account.mjs @@ -4,7 +4,12 @@ export default { key: "fireberry-create-account", name: "Create Account", description: "Creates a new account in Fireberry. [See the documentation](https://developers.fireberry.com/reference/create-an-account)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/fireberry/actions/create-article/create-article.mjs b/components/fireberry/actions/create-article/create-article.mjs index 4a4ce929b6308..239f93f1e8d56 100644 --- a/components/fireberry/actions/create-article/create-article.mjs +++ b/components/fireberry/actions/create-article/create-article.mjs @@ -4,7 +4,12 @@ export default { key: "fireberry-create-article", name: "Create an Article", description: "Creates a new article in Fireberry. [See the documentation](https://developers.fireberry.com/reference/create-an-article)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/fireberry/actions/list-accounts/list-accounts.mjs b/components/fireberry/actions/list-accounts/list-accounts.mjs index 984cd7edd460e..c573f0ce3eb23 100644 --- a/components/fireberry/actions/list-accounts/list-accounts.mjs +++ b/components/fireberry/actions/list-accounts/list-accounts.mjs @@ -4,7 +4,12 @@ export default { key: "fireberry-list-accounts", name: "List Accounts", description: "List all accounts in Fireberry. [See the documentation](https://developers.fireberry.com/reference/get-all-accounts)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/fireberry/actions/list-articles/list-articles.mjs b/components/fireberry/actions/list-articles/list-articles.mjs index 554193646a806..072da5f901045 100644 --- a/components/fireberry/actions/list-articles/list-articles.mjs +++ b/components/fireberry/actions/list-articles/list-articles.mjs @@ -4,7 +4,12 @@ export default { key: "fireberry-list-articles", name: "List Articles", description: "List all articles from Fireberry. [See the documentation](https://developers.fireberry.com/reference/get-all-articles)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/firecrawl/actions/crawl-url/crawl-url.mjs b/components/firecrawl/actions/crawl-url/crawl-url.mjs index 8922780fc34ed..2a8fd46295367 100644 --- a/components/firecrawl/actions/crawl-url/crawl-url.mjs +++ b/components/firecrawl/actions/crawl-url/crawl-url.mjs @@ -5,7 +5,12 @@ export default { key: "firecrawl-crawl-url", name: "Crawl URL", description: "Crawls a given URL and returns the contents of sub-pages. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/crawl-post)", - version: "1.1.0", + version: "1.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { firecrawl, diff --git a/components/firecrawl/actions/extract-data/extract-data.mjs b/components/firecrawl/actions/extract-data/extract-data.mjs index 22342f916feb0..e5f110ba13ef1 100644 --- a/components/firecrawl/actions/extract-data/extract-data.mjs +++ b/components/firecrawl/actions/extract-data/extract-data.mjs @@ -6,7 +6,12 @@ export default { key: "firecrawl-extract-data", name: "Extract Data", description: "Extract structured data from one or multiple URLs. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/extract)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { firecrawl, diff --git a/components/firecrawl/actions/get-crawl-status/get-crawl-status.mjs b/components/firecrawl/actions/get-crawl-status/get-crawl-status.mjs index 927f0eacbc930..597ee66189b0f 100644 --- a/components/firecrawl/actions/get-crawl-status/get-crawl-status.mjs +++ b/components/firecrawl/actions/get-crawl-status/get-crawl-status.mjs @@ -4,7 +4,12 @@ export default { key: "firecrawl-get-crawl-status", name: "Get Crawl Data", description: "Obtains the status and data from a previous crawl operation. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/crawl-get)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { firecrawl, diff --git a/components/firecrawl/actions/get-extract-status/get-extract-status.mjs b/components/firecrawl/actions/get-extract-status/get-extract-status.mjs index af9402d017e16..cc267cbca98fc 100644 --- a/components/firecrawl/actions/get-extract-status/get-extract-status.mjs +++ b/components/firecrawl/actions/get-extract-status/get-extract-status.mjs @@ -4,7 +4,12 @@ export default { key: "firecrawl-get-extract-status", name: "Get Extract Data", description: "Obtains the status and data from a previous extract operation. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/extract-get)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { firecrawl, diff --git a/components/firecrawl/actions/map-url/map-url.mjs b/components/firecrawl/actions/map-url/map-url.mjs index 7266f728177e8..8692017b19631 100644 --- a/components/firecrawl/actions/map-url/map-url.mjs +++ b/components/firecrawl/actions/map-url/map-url.mjs @@ -4,7 +4,12 @@ export default { key: "firecrawl-map-url", name: "Map URL", description: "Maps a given URL using Firecrawl's Map endpoint. Optionally, you can provide a search term to filter the mapping. [See the documentation](https://docs.firecrawl.dev/features/map)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { firecrawl, diff --git a/components/firecrawl/actions/scrape-page/scrape-page.mjs b/components/firecrawl/actions/scrape-page/scrape-page.mjs index 1f0d18f8054c8..853a5e6b15819 100644 --- a/components/firecrawl/actions/scrape-page/scrape-page.mjs +++ b/components/firecrawl/actions/scrape-page/scrape-page.mjs @@ -7,7 +7,12 @@ export default { name: "Scrape Page", description: "Scrapes a URL and returns content from that page. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/scrape)", - version: "1.0.3", + version: "1.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { firecrawl, diff --git a/components/firecrawl/actions/search/search.mjs b/components/firecrawl/actions/search/search.mjs index 0202a74185a6d..791bad68b34c6 100644 --- a/components/firecrawl/actions/search/search.mjs +++ b/components/firecrawl/actions/search/search.mjs @@ -4,7 +4,12 @@ export default { key: "firecrawl-search", name: "Search", description: "Search the web and get full content from results. [See the documentation](https://docs.firecrawl.dev/features/search)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { firecrawl, diff --git a/components/firefish/actions/unsubscribe-email/unsubscribe-email.mjs b/components/firefish/actions/unsubscribe-email/unsubscribe-email.mjs index 2e3c55902b16c..037705b3ee305 100644 --- a/components/firefish/actions/unsubscribe-email/unsubscribe-email.mjs +++ b/components/firefish/actions/unsubscribe-email/unsubscribe-email.mjs @@ -4,7 +4,12 @@ export default { key: "firefish-unsubscribe-email", name: "Unsubscribe Email", description: "Removes a particular contact or candidate from all existing firefish email subscriptions. [See the documentatio](https://developer.firefishsoftware.com/#002bb8c0-0b41-4016-b33c-026a46b499b2)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { firefish, diff --git a/components/fireflies/actions/find-meeting-by-id/find-meeting-by-id.mjs b/components/fireflies/actions/find-meeting-by-id/find-meeting-by-id.mjs index 1559e98b470c0..49847f8429c37 100644 --- a/components/fireflies/actions/find-meeting-by-id/find-meeting-by-id.mjs +++ b/components/fireflies/actions/find-meeting-by-id/find-meeting-by-id.mjs @@ -6,7 +6,12 @@ export default { key: "fireflies-find-meeting-by-id", name: "Find Meeting by ID", description: "Locates a specific user meeting by its unique ID. [See the documentation](https://docs.fireflies.ai/graphql-api/query/transcript)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { fireflies, diff --git a/components/fireflies/actions/find-recent-meeting/find-recent-meeting.mjs b/components/fireflies/actions/find-recent-meeting/find-recent-meeting.mjs index 6cd34e14e44bc..6398d2dcd0363 100644 --- a/components/fireflies/actions/find-recent-meeting/find-recent-meeting.mjs +++ b/components/fireflies/actions/find-recent-meeting/find-recent-meeting.mjs @@ -6,7 +6,12 @@ export default { key: "fireflies-find-recent-meeting", name: "Find Recent Meeting", description: "Retrieves the most recent meeting for a user. [See the documentation](https://docs.fireflies.ai/graphql-api/query/user)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { fireflies, diff --git a/components/fireflies/actions/upload-audio/upload-audio.mjs b/components/fireflies/actions/upload-audio/upload-audio.mjs index 0fd28ae61c690..59ef20df7ac32 100644 --- a/components/fireflies/actions/upload-audio/upload-audio.mjs +++ b/components/fireflies/actions/upload-audio/upload-audio.mjs @@ -5,7 +5,12 @@ export default { key: "fireflies-upload-audio", name: "Upload Audio", description: "Creates and stores a new meeting in Fireflies, allowing it to be transcribed and shared. [See the documentation](https://docs.fireflies.ai/graphql-api/mutation/upload-audio)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { fireflies, diff --git a/components/firmao/actions/create-customer/create-customer.mjs b/components/firmao/actions/create-customer/create-customer.mjs index b47d004ecbeca..dd90b962b4139 100644 --- a/components/firmao/actions/create-customer/create-customer.mjs +++ b/components/firmao/actions/create-customer/create-customer.mjs @@ -4,7 +4,12 @@ export default { key: "firmao-create-customer", name: "Create Customer", description: "Create a new company customer. [See the documentation](https://firmao.net/API-Documentation_EN.pdf)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/firmao/actions/create-offer/create-offer.mjs b/components/firmao/actions/create-offer/create-offer.mjs index 923b32cb57e5c..2ba6274f1c430 100644 --- a/components/firmao/actions/create-offer/create-offer.mjs +++ b/components/firmao/actions/create-offer/create-offer.mjs @@ -5,7 +5,12 @@ export default { key: "firmao-create-offer", name: "Create Offer", description: "Create a new quote/offer. [See the documentation](https://firmao.net/API-Documentation_EN.pdf)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/firmao/actions/create-task/create-task.mjs b/components/firmao/actions/create-task/create-task.mjs index a358d4dbf6b89..4d0972b80b134 100644 --- a/components/firmao/actions/create-task/create-task.mjs +++ b/components/firmao/actions/create-task/create-task.mjs @@ -5,7 +5,12 @@ export default { key: "firmao-create-task", name: "Create Task", description: "Create a new task for the organization. [See the documentation](https://firmao.net/API-Documentation_EN.pdf)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/firmao/actions/list-tasks/list-tasks.mjs b/components/firmao/actions/list-tasks/list-tasks.mjs index d18933627ab35..ed6e39a04731a 100644 --- a/components/firmao/actions/list-tasks/list-tasks.mjs +++ b/components/firmao/actions/list-tasks/list-tasks.mjs @@ -4,7 +4,12 @@ export default { key: "firmao-list-tasks", name: "List Tasks", description: "List tasks from the organization. [See the documentation](https://firmao.net/API-Documentation_EN.pdf)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/fixer_io/actions/convert-currency/convert-currency.mjs b/components/fixer_io/actions/convert-currency/convert-currency.mjs index 14c8e86ac76c9..b987c5e373152 100644 --- a/components/fixer_io/actions/convert-currency/convert-currency.mjs +++ b/components/fixer_io/actions/convert-currency/convert-currency.mjs @@ -5,7 +5,12 @@ export default { key: "fixer_io-convert-currency", name: "Convert Currency", description: "Convert amount from one currency to another using real-time exchange rates. [See the documentation](https://fixer.io/documentation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { fixerIo, diff --git a/components/flash_by_velora_ai/actions/add-feedback/add-feedback.mjs b/components/flash_by_velora_ai/actions/add-feedback/add-feedback.mjs index 54a22473783eb..9686ae1efdedd 100644 --- a/components/flash_by_velora_ai/actions/add-feedback/add-feedback.mjs +++ b/components/flash_by_velora_ai/actions/add-feedback/add-feedback.mjs @@ -4,7 +4,12 @@ export default { key: "flash_by_velora_ai-add-feedback", name: "Add Feedback", description: "Adds customer feedback.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/flash_by_velora_ai/actions/upload-transcript/upload-transcript.mjs b/components/flash_by_velora_ai/actions/upload-transcript/upload-transcript.mjs index 06652d748235e..8b685d07e065f 100644 --- a/components/flash_by_velora_ai/actions/upload-transcript/upload-transcript.mjs +++ b/components/flash_by_velora_ai/actions/upload-transcript/upload-transcript.mjs @@ -4,7 +4,12 @@ export default { key: "flash_by_velora_ai-upload-transcript", name: "Upload Transcript", description: "Upload a meeting transcript.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/flexisign/actions/send-document-using-template/send-document-using-template.mjs b/components/flexisign/actions/send-document-using-template/send-document-using-template.mjs index 7b756883e9b9c..d7e81fb54e2a7 100644 --- a/components/flexisign/actions/send-document-using-template/send-document-using-template.mjs +++ b/components/flexisign/actions/send-document-using-template/send-document-using-template.mjs @@ -5,7 +5,12 @@ export default { key: "flexisign-send-document-using-template", name: "Send Document Using Template", description: "Sends a signature request to the specified recipients for a document generated from a template. [See the documentation](https://flexisign.io/app/integrations/flexisignapi)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { flexisign, diff --git a/components/flexmail/actions/create-update-contact/create-update-contact.mjs b/components/flexmail/actions/create-update-contact/create-update-contact.mjs index 87870b42d1569..d9396d51d7a6d 100644 --- a/components/flexmail/actions/create-update-contact/create-update-contact.mjs +++ b/components/flexmail/actions/create-update-contact/create-update-contact.mjs @@ -4,7 +4,12 @@ export default { key: "flexmail-create-update-contact", name: "Create or Update Contact", description: "Creates or updates a contact based on email address within Flexmail. [See the documentation](https://api.flexmail.eu/documentation/#post-/contacts)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { flexmail, diff --git a/components/flexmail/actions/subscribe-contact-interest/subscribe-contact-interest.mjs b/components/flexmail/actions/subscribe-contact-interest/subscribe-contact-interest.mjs index 1d58696e334ca..b841a0d13f9bb 100644 --- a/components/flexmail/actions/subscribe-contact-interest/subscribe-contact-interest.mjs +++ b/components/flexmail/actions/subscribe-contact-interest/subscribe-contact-interest.mjs @@ -4,7 +4,12 @@ export default { key: "flexmail-subscribe-contact-interest", name: "Subscribe Contact to Interest", description: "Adds a contact to an interest area. [See the documentation](https://api.flexmail.eu/documentation/#post-/contacts/-id-/interest-subscriptions)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { flexmail, diff --git a/components/flexmail/actions/unsubscribe-contact/unsubscribe-contact.mjs b/components/flexmail/actions/unsubscribe-contact/unsubscribe-contact.mjs index 6d4838694458d..efe69f3296163 100644 --- a/components/flexmail/actions/unsubscribe-contact/unsubscribe-contact.mjs +++ b/components/flexmail/actions/unsubscribe-contact/unsubscribe-contact.mjs @@ -4,7 +4,12 @@ export default { key: "flexmail-unsubscribe-contact", name: "Unsubscribe Contact", description: "Performs unsubscribe operation for a contact. [See the documentation](https://api.flexmail.eu/documentation/#post-/contacts/-id-/unsubscribe)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { flexmail, diff --git a/components/flipando/actions/get-all-apps/get-all-apps.mjs b/components/flipando/actions/get-all-apps/get-all-apps.mjs index 22cda5ad3e751..646bc6c847b24 100644 --- a/components/flipando/actions/get-all-apps/get-all-apps.mjs +++ b/components/flipando/actions/get-all-apps/get-all-apps.mjs @@ -4,7 +4,12 @@ export default { key: "flipando-get-all-apps", name: "Get All Apps", description: "Fetches a list of all apps that the user had created within flipando. [See the documentation](https://flipandoai.notion.site/Flipando-ai-API-Integration-Guide-6b508cfe1a5d4a249d20b926eac3a1d7#36b02715e5f440c9b21952b668e0e70c)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { flipando, diff --git a/components/flipando/actions/get-task/get-task.mjs b/components/flipando/actions/get-task/get-task.mjs index c7ce500ee98ee..3173ba63216d0 100644 --- a/components/flipando/actions/get-task/get-task.mjs +++ b/components/flipando/actions/get-task/get-task.mjs @@ -4,7 +4,12 @@ export default { key: "flipando-get-task", name: "Get Task", description: "Fetches data related to a specific task that is currently executed or had been executed previously. [See the documentation](https://flipandoai.notion.site/Flipando-ai-API-Integration-Guide-6b508cfe1a5d4a249d20b926eac3a1d7#36b02715e5f440c9b21952b668e0e70c)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { flipando, diff --git a/components/flipando/actions/run-app/run-app.mjs b/components/flipando/actions/run-app/run-app.mjs index d6e94ae3d9da8..36cbc2bee4ddd 100644 --- a/components/flipando/actions/run-app/run-app.mjs +++ b/components/flipando/actions/run-app/run-app.mjs @@ -6,7 +6,12 @@ export default { key: "flipando-run-app", name: "Run App", description: "Executes a chosen app within Flipando. Returns a 'task_id' to be used in fetching the outcome of this action. [See the documentation]([See the documentation](https://flipandoai.notion.site/Flipando-ai-API-Integration-Guide-6b508cfe1a5d4a249d20b926eac3a1d7#36b02715e5f440c9b21952b668e0e70c))", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { flipando, diff --git a/components/flippingbook/actions/create-flipbook/create-flipbook.mjs b/components/flippingbook/actions/create-flipbook/create-flipbook.mjs index 02cb35899d898..e823f2eb41cd5 100644 --- a/components/flippingbook/actions/create-flipbook/create-flipbook.mjs +++ b/components/flippingbook/actions/create-flipbook/create-flipbook.mjs @@ -5,7 +5,12 @@ export default { key: "flippingbook-create-flipbook", name: "Create Flipbook", description: "Generates a new flipbook from an input PDF file. [See the documentation](https://apidocs.flippingbook.com/#create-a-new-publication-possibly-attaching-a-new-source-file)", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { flippingbook, diff --git a/components/flippingbook/actions/find-flipbook-by-title/find-flipbook-by-title.mjs b/components/flippingbook/actions/find-flipbook-by-title/find-flipbook-by-title.mjs index 05e17d7d47d3a..238fde3c40a56 100644 --- a/components/flippingbook/actions/find-flipbook-by-title/find-flipbook-by-title.mjs +++ b/components/flippingbook/actions/find-flipbook-by-title/find-flipbook-by-title.mjs @@ -4,7 +4,12 @@ export default { key: "flippingbook-find-flipbook-by-title", name: "Find Flipbook by Title", description: "Locates a specific flipbook using the provided title. [See the documentation](https://apidocs.flippingbook.com/#list-filtered-and-or-paged-publications-in-the-account)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { flippingbook, diff --git a/components/flippingbook/actions/update-flipbook/update-flipbook.mjs b/components/flippingbook/actions/update-flipbook/update-flipbook.mjs index fb3b02efdec4a..86495b48c8fff 100644 --- a/components/flippingbook/actions/update-flipbook/update-flipbook.mjs +++ b/components/flippingbook/actions/update-flipbook/update-flipbook.mjs @@ -5,7 +5,12 @@ export default { key: "flippingbook-update-flipbook", name: "Update Flipbook", description: "Edits an existing flipbook by replacing it with a new input PDF file. [See the documentation](https://apidocs.flippingbook.com/#update-the-metadata-for-one-publication-possibly-attaching-a-new-source-file)", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { flippingbook, diff --git a/components/flodesk/actions/add-subscriber-to-segments/add-subscriber-to-segments.mjs b/components/flodesk/actions/add-subscriber-to-segments/add-subscriber-to-segments.mjs index 081556bae34bf..eb9b24f0ac6fa 100644 --- a/components/flodesk/actions/add-subscriber-to-segments/add-subscriber-to-segments.mjs +++ b/components/flodesk/actions/add-subscriber-to-segments/add-subscriber-to-segments.mjs @@ -4,7 +4,12 @@ export default { key: "flodesk-add-subscriber-to-segments", name: "Add Subscriber To Segments", description: "Add a subscriber to one or more segments in Flodesk. [See the documentation](https://developers.flodesk.com/#tag/subscriber/operation/addSubscriberToSegments)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { flodesk, diff --git a/components/flodesk/actions/create-or-update-subscriber/create-or-update-subscriber.mjs b/components/flodesk/actions/create-or-update-subscriber/create-or-update-subscriber.mjs index d345d1de21b0a..b8af8d7a1a0b9 100644 --- a/components/flodesk/actions/create-or-update-subscriber/create-or-update-subscriber.mjs +++ b/components/flodesk/actions/create-or-update-subscriber/create-or-update-subscriber.mjs @@ -6,7 +6,12 @@ export default { key: "flodesk-create-or-update-subscriber", name: "Create or Update Subscriber", description: "Creates or updates a subscriber in Flodesk. [See the documentation](https://developers.flodesk.com/#tag/subscriber/operation/createOrUpdateSubscriber)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { flodesk, diff --git a/components/flodesk/actions/find-subscriber/find-subscriber.mjs b/components/flodesk/actions/find-subscriber/find-subscriber.mjs index 1d086064d5e7f..b455f106b95fb 100644 --- a/components/flodesk/actions/find-subscriber/find-subscriber.mjs +++ b/components/flodesk/actions/find-subscriber/find-subscriber.mjs @@ -4,7 +4,12 @@ export default { key: "flodesk-find-subscriber", name: "Find Subscriber By Email", description: "Find a subscriber by email address in Flodesk. [See the documentation](https://developers.flodesk.com/#tag/subscriber/operation/retrieveSubscriber)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { flodesk, diff --git a/components/flowiseai/actions/make-prediction/make-prediction.mjs b/components/flowiseai/actions/make-prediction/make-prediction.mjs index 02f1cb7dd8486..8358c881241a2 100644 --- a/components/flowiseai/actions/make-prediction/make-prediction.mjs +++ b/components/flowiseai/actions/make-prediction/make-prediction.mjs @@ -4,7 +4,12 @@ export default { key: "flowiseai-make-prediction", name: "Make Prediction", description: "Calculates an output based on your created flow in Flowise. [See the documentation](https://docs.flowiseai.com/using-flowise/api#prediction-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { flowiseai, diff --git a/components/flutterwave/actions/create-transfer/create-transfer.mjs b/components/flutterwave/actions/create-transfer/create-transfer.mjs index e4ffcef77c13a..3c0190ec62eb3 100644 --- a/components/flutterwave/actions/create-transfer/create-transfer.mjs +++ b/components/flutterwave/actions/create-transfer/create-transfer.mjs @@ -4,7 +4,12 @@ export default { key: "flutterwave-create-transfer", name: "Create Transfer", description: "This action initiates a new transfer. [See the documentation](https://developer.flutterwave.com/reference/endpoints/transfers)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { flutterwave, diff --git a/components/flutterwave/actions/verify-transaction/verify-transaction.mjs b/components/flutterwave/actions/verify-transaction/verify-transaction.mjs index f76249c2ebf66..966d4b66734eb 100644 --- a/components/flutterwave/actions/verify-transaction/verify-transaction.mjs +++ b/components/flutterwave/actions/verify-transaction/verify-transaction.mjs @@ -4,7 +4,12 @@ export default { key: "flutterwave-verify-transaction", name: "Verify Transaction", description: "Confirms a given transaction. [See the documentation](https://developer.flutterwave.com/reference/endpoints/transactions#verify-a-transaction)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { flutterwave, diff --git a/components/fly_io/actions/create-app/create-app.mjs b/components/fly_io/actions/create-app/create-app.mjs index a8a913f807391..6f6fdda20e6f5 100644 --- a/components/fly_io/actions/create-app/create-app.mjs +++ b/components/fly_io/actions/create-app/create-app.mjs @@ -4,7 +4,12 @@ export default { key: "fly_io-create-app", name: "Create App", description: "Create an app with the specified details in the request body. [See the documentation](https://docs.machines.dev/#tag/apps/post/apps)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/fly_io/actions/create-machine/create-machine.mjs b/components/fly_io/actions/create-machine/create-machine.mjs index d0852f6fd69a4..317ba700897a6 100644 --- a/components/fly_io/actions/create-machine/create-machine.mjs +++ b/components/fly_io/actions/create-machine/create-machine.mjs @@ -5,7 +5,12 @@ export default { key: "fly_io-create-machine", name: "Create Machine", description: "Create a machine within a specific app using the details provided in the request body. [See the documentation](https://docs.machines.dev/#tag/machines/post/apps/%7Bapp_name%7D/machines)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/fly_io/actions/create-volume/create-volume.mjs b/components/fly_io/actions/create-volume/create-volume.mjs index 1d6cf4357ef9f..022790f7a2f42 100644 --- a/components/fly_io/actions/create-volume/create-volume.mjs +++ b/components/fly_io/actions/create-volume/create-volume.mjs @@ -4,7 +4,12 @@ export default { key: "fly_io-create-volume", name: "Create Volume", description: "Create a volume for a specific app using the details provided in the request body. [See the documentation](https://docs.machines.dev/#tag/volumes/post/apps/%7Bapp_name%7D/volumes)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/fogbugz/actions/create-case/create-case.mjs b/components/fogbugz/actions/create-case/create-case.mjs index 7228c1f1115eb..3f8f2364a97e0 100644 --- a/components/fogbugz/actions/create-case/create-case.mjs +++ b/components/fogbugz/actions/create-case/create-case.mjs @@ -5,7 +5,12 @@ export default { key: "fogbugz-create-case", name: "Create Case", description: "Creates a new case on FogBugz. [See the documentation](https://support.fogbugz.com/hc/en-us/articles/360011330713-FogBugz-XML-API-Editing-Cases)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { fogbugz, diff --git a/components/fogbugz/actions/list-projects/list-projects.mjs b/components/fogbugz/actions/list-projects/list-projects.mjs index 59069e9ac2a6b..ba0ccaa5e6406 100644 --- a/components/fogbugz/actions/list-projects/list-projects.mjs +++ b/components/fogbugz/actions/list-projects/list-projects.mjs @@ -4,7 +4,12 @@ export default { key: "fogbugz-list-projects", name: "List Projects", description: "Gets a list of projects in FogBugz. This can be used to quickly view all projects and their details. [See the documentation](https://support.fogbugz.com/hc/en-us/articles/360011242334-FogBugz-XML-API-Lists)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { fogbugz, diff --git a/components/fogbugz/actions/update-person/update-person.mjs b/components/fogbugz/actions/update-person/update-person.mjs index e903c01d7b7cb..985ee72617553 100644 --- a/components/fogbugz/actions/update-person/update-person.mjs +++ b/components/fogbugz/actions/update-person/update-person.mjs @@ -4,7 +4,12 @@ export default { key: "fogbugz-update-person", name: "Update Person", description: "Edits an existing person in FogBugz. [See the documentation](https://support.fogbugz.com/hc/en-us/articles/360011330733-FogBugz-XML-API-Editing-a-Person)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { fogbugz, diff --git a/components/forcemanager/actions/create-opportunity/create-opportunity.mjs b/components/forcemanager/actions/create-opportunity/create-opportunity.mjs index fad8d7824dbe6..70dc54f477e4d 100644 --- a/components/forcemanager/actions/create-opportunity/create-opportunity.mjs +++ b/components/forcemanager/actions/create-opportunity/create-opportunity.mjs @@ -4,7 +4,12 @@ export default { key: "forcemanager-create-opportunity", name: "Create Opportunity", description: "Creates a new business opportunity in ForceManager. [See the documentation](https://developer.forcemanager.com/#836754be-f32d-47d2-a8ab-73a147c62ca9)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { forcemanager, diff --git a/components/forcemanager/actions/find-contact/find-contact.mjs b/components/forcemanager/actions/find-contact/find-contact.mjs index c660943a0ec3c..2bd9a87232ab6 100644 --- a/components/forcemanager/actions/find-contact/find-contact.mjs +++ b/components/forcemanager/actions/find-contact/find-contact.mjs @@ -4,7 +4,12 @@ export default { key: "forcemanager-find-contact", name: "Find Contact", description: "Search for an existing contact by email, name, or phone. [See the documentation](https://developer.forcemanager.com/#c1c37cd1-5cb9-473f-8918-7583ee0469e4)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { forcemanager, diff --git a/components/forcemanager/actions/list-users/list-users.mjs b/components/forcemanager/actions/list-users/list-users.mjs index 4700c56a9e00b..6ab93e3a3f55a 100644 --- a/components/forcemanager/actions/list-users/list-users.mjs +++ b/components/forcemanager/actions/list-users/list-users.mjs @@ -4,7 +4,12 @@ export default { key: "forcemanager-list-users", name: "List All Users", description: "Returns a list of all users in the app. [See the documentation](https://developer.forcemanager.com/#d91467e1-c380-4cce-8207-840b570a5471)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { forcemanager, diff --git a/components/formstack/actions/create-form-submission/create-form-submission.mjs b/components/formstack/actions/create-form-submission/create-form-submission.mjs index cc96e22293919..9eb8bff712a46 100644 --- a/components/formstack/actions/create-form-submission/create-form-submission.mjs +++ b/components/formstack/actions/create-form-submission/create-form-submission.mjs @@ -6,7 +6,12 @@ export default { key: "formstack-create-form-submission", name: "Create Form Submission", description: "Create a new submission for the specified form. [See docs here](https://formstack.readme.io/docs/form-id-submission-post)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { formstack, formId: { diff --git a/components/formstack/actions/create-form/create-form.mjs b/components/formstack/actions/create-form/create-form.mjs index 783d851b96284..14962f452e742 100644 --- a/components/formstack/actions/create-form/create-form.mjs +++ b/components/formstack/actions/create-form/create-form.mjs @@ -6,7 +6,12 @@ export default { key: "formstack-create-form", name: "Create Form", description: "Create a new form in your account. [See docs here](https://formstack.readme.io/docs/form-post)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { formstack, name: { diff --git a/components/formstack/actions/get-form/get-form.mjs b/components/formstack/actions/get-form/get-form.mjs index 0a6f0f7eb308f..4a40ff297f620 100644 --- a/components/formstack/actions/get-form/get-form.mjs +++ b/components/formstack/actions/get-form/get-form.mjs @@ -5,7 +5,12 @@ export default { key: "formstack-get-form", name: "Get Form", description: "Get the details of the specified form. [See docs here](https://formstack.readme.io/docs/form-id-get)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { formstack, formId: { diff --git a/components/formstack_documents/actions/create-document/create-document.mjs b/components/formstack_documents/actions/create-document/create-document.mjs index ebd812976a1cf..9309900588c10 100644 --- a/components/formstack_documents/actions/create-document/create-document.mjs +++ b/components/formstack_documents/actions/create-document/create-document.mjs @@ -7,7 +7,12 @@ export default { key: "formstack_documents-create-document", name: "Create Document", description: "Create a new document. [See documentation](https://www.webmerge.me/developers?page=documents)", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { formstackDocuments, diff --git a/components/formstack_documents/actions/get-document/get-document.mjs b/components/formstack_documents/actions/get-document/get-document.mjs index 89d6c82b61e4b..26fc6a9e2d79e 100644 --- a/components/formstack_documents/actions/get-document/get-document.mjs +++ b/components/formstack_documents/actions/get-document/get-document.mjs @@ -4,7 +4,12 @@ export default { key: "formstack_documents-get-document", name: "Get Document", description: "Get the details of the specified document. [See documentation](https://www.webmerge.me/developers?page=documents)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { formstackDocuments, diff --git a/components/formstack_documents/actions/merge-document/merge-document.mjs b/components/formstack_documents/actions/merge-document/merge-document.mjs index 3f1f62891cc1a..76b32243ae320 100644 --- a/components/formstack_documents/actions/merge-document/merge-document.mjs +++ b/components/formstack_documents/actions/merge-document/merge-document.mjs @@ -4,7 +4,12 @@ export default { key: "formstack_documents-merge-document", name: "Merge Document", description: "Initiates a merge process using provided data. [See documentation](https://www.webmerge.me/developers?page=documents)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { formstackDocuments, diff --git a/components/foursquare/actions/create-check-in/create-check-in.mjs b/components/foursquare/actions/create-check-in/create-check-in.mjs index c555bbd19eaa5..e9c16bcb5f02e 100644 --- a/components/foursquare/actions/create-check-in/create-check-in.mjs +++ b/components/foursquare/actions/create-check-in/create-check-in.mjs @@ -4,7 +4,12 @@ export default { key: "foursquare-create-check-in", name: "Create Check In", description: "Allows the user to generate a new check-in at a specific location on Foursquare. [See the documentation](https://docs.foursquare.com/developer/reference/create-a-checkin)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { foursquare, diff --git a/components/foursquare/actions/create-tip/create-tip.mjs b/components/foursquare/actions/create-tip/create-tip.mjs index 02ab782941442..41be619217d8f 100644 --- a/components/foursquare/actions/create-tip/create-tip.mjs +++ b/components/foursquare/actions/create-tip/create-tip.mjs @@ -4,7 +4,12 @@ export default { key: "foursquare-create-tip", name: "Create Tip", description: "Allows the user to create a new tip for a venue on Foursquare. [See the documentation](https://docs.foursquare.com/developer/reference/add-a-tip)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { foursquare, diff --git a/components/fractel/actions/call-phone/call-phone.mjs b/components/fractel/actions/call-phone/call-phone.mjs index 6e963cd74ec30..bfd1a3b9a83b4 100644 --- a/components/fractel/actions/call-phone/call-phone.mjs +++ b/components/fractel/actions/call-phone/call-phone.mjs @@ -4,7 +4,12 @@ export default { key: "fractel-call-phone", name: "Call Phone", description: "Initiates a new phone call to the provided number.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { fractel, diff --git a/components/fractel/actions/send-sms-mms/send-sms-mms.mjs b/components/fractel/actions/send-sms-mms/send-sms-mms.mjs index a3d88a8299f29..2c206c7356560 100644 --- a/components/fractel/actions/send-sms-mms/send-sms-mms.mjs +++ b/components/fractel/actions/send-sms-mms/send-sms-mms.mjs @@ -5,7 +5,12 @@ export default { key: "fractel-send-sms-mms", name: "Send SMS or MMS", description: "Allows to send an SMS or MMS to a particular phone number. [See the documentation](https://developer.fonestorm.com/reference/sendmessage)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { fractel, diff --git a/components/frame/actions/create-asset/create-asset.mjs b/components/frame/actions/create-asset/create-asset.mjs index 30a84eb70a4fc..9165b216ef3e7 100644 --- a/components/frame/actions/create-asset/create-asset.mjs +++ b/components/frame/actions/create-asset/create-asset.mjs @@ -4,7 +4,12 @@ export default { key: "frame-create-asset", name: "Create Asset", description: "Creates a new asset in Frame.io. [See the documentation](https://developer.frame.io/api/reference/operation/createAsset/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { frame, diff --git a/components/frame/actions/create-comment/create-comment.mjs b/components/frame/actions/create-comment/create-comment.mjs index b4074e34de394..28a2bbe4effbc 100644 --- a/components/frame/actions/create-comment/create-comment.mjs +++ b/components/frame/actions/create-comment/create-comment.mjs @@ -4,7 +4,12 @@ export default { key: "frame-create-comment", name: "Create Comment", description: "Creates a new comment on an asset in Frame.io. [See the documentation](https://developer.frame.io/api/reference/operation/createComment/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { frame, diff --git a/components/frame/actions/create-project/create-project.mjs b/components/frame/actions/create-project/create-project.mjs index fba16084b7ca3..e2956207df77d 100644 --- a/components/frame/actions/create-project/create-project.mjs +++ b/components/frame/actions/create-project/create-project.mjs @@ -5,7 +5,12 @@ export default { key: "frame-create-project", name: "Create Project", description: "Creates a new project on Frame.io. [See the documentation](https://developer.frame.io/api/reference/operation/createProject/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { frame, diff --git a/components/frame/actions/search-assets/search-assets.mjs b/components/frame/actions/search-assets/search-assets.mjs index b4e81b8c62798..d2002fd961074 100644 --- a/components/frame/actions/search-assets/search-assets.mjs +++ b/components/frame/actions/search-assets/search-assets.mjs @@ -4,7 +4,12 @@ export default { key: "frame-search-assets", name: "Search Assets", description: "Performs advanced searching for assets in Frame.io. [See the documentation](https://developer.frame.io/api/reference/operation/librarySearchGet/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { frame, diff --git a/components/fraudlabs_pro/actions/send-sms-verification/send-sms-verification.mjs b/components/fraudlabs_pro/actions/send-sms-verification/send-sms-verification.mjs index 7c35b9465caaf..08e0fe8eb4a0b 100644 --- a/components/fraudlabs_pro/actions/send-sms-verification/send-sms-verification.mjs +++ b/components/fraudlabs_pro/actions/send-sms-verification/send-sms-verification.mjs @@ -4,7 +4,12 @@ export default { name: "Send SMS Verification", description: "Send an SMS with verification code and a custom message for authentication purpose. Please refer to the [documentation](https://www.fraudlabspro.com/developer/api/send-verification) for the explanation of the result returned. NOTE: You need to register for an API key before using this REST API. Please visit [Micro Plan](https://www.fraudlabspro.com/sign-up) to sign up for an API key if you do not have one. In addition, you will also have to make sure you have enough SMS credits to send any verification SMS.", key: "fraudlabs_pro-send-sms-verification", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { fraudlabsProApp, diff --git a/components/fraudlabs_pro/actions/verify-otp/verify-otp.mjs b/components/fraudlabs_pro/actions/verify-otp/verify-otp.mjs index 90b581add02e4..a04f906eedbaf 100644 --- a/components/fraudlabs_pro/actions/verify-otp/verify-otp.mjs +++ b/components/fraudlabs_pro/actions/verify-otp/verify-otp.mjs @@ -4,7 +4,12 @@ export default { name: "Get Verification Result", description: "Verify that an OTP sent by the Send SMS Verification API is valid. Please refer to the [documentation](https://www.fraudlabspro.com/developer/api/get-result) for the explanation of the result returned.", key: "fraudlabs_pro-verify-otp", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { fraudlabsProApp, diff --git a/components/freshchat/actions/fetch-conversation-details/fetch-conversation-details.mjs b/components/freshchat/actions/fetch-conversation-details/fetch-conversation-details.mjs index 9e8ad45ffd972..d0787899ffceb 100644 --- a/components/freshchat/actions/fetch-conversation-details/fetch-conversation-details.mjs +++ b/components/freshchat/actions/fetch-conversation-details/fetch-conversation-details.mjs @@ -4,7 +4,12 @@ export default { key: "freshchat-fetch-conversation-details", name: "Fetch Conversation Details", description: "Fetches details for a specific conversation. [See the documentation](https://developers.freshchat.com/api/#retrieve_a_conversation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { freshchat, diff --git a/components/freshchat/actions/list-agents/list-agents.mjs b/components/freshchat/actions/list-agents/list-agents.mjs index 663e5afd4dc99..49137fc71de41 100644 --- a/components/freshchat/actions/list-agents/list-agents.mjs +++ b/components/freshchat/actions/list-agents/list-agents.mjs @@ -5,7 +5,12 @@ export default { key: "freshchat-list-agents", name: "List Agents", description: "Lists all agents in Freshchat. [See the documentation](https://developers.freshchat.com/api/#list_all_agents)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { freshchat, diff --git a/components/freshchat/actions/list-channels/list-channels.mjs b/components/freshchat/actions/list-channels/list-channels.mjs index b00a16d1954fe..25c11fe864bf0 100644 --- a/components/freshchat/actions/list-channels/list-channels.mjs +++ b/components/freshchat/actions/list-channels/list-channels.mjs @@ -4,7 +4,12 @@ export default { key: "freshchat-list-channels", name: "List Channels", description: "Lists all channels in Freshchat. [See the documentation](https://developers.freshchat.com/api/#channels-(topics))", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { freshchat, diff --git a/components/freshchat/actions/send-message-in-chat/send-message-in-chat.mjs b/components/freshchat/actions/send-message-in-chat/send-message-in-chat.mjs index 40eb9cfb08e3e..5489325a6b7e4 100644 --- a/components/freshchat/actions/send-message-in-chat/send-message-in-chat.mjs +++ b/components/freshchat/actions/send-message-in-chat/send-message-in-chat.mjs @@ -4,7 +4,12 @@ export default { key: "freshchat-send-message-in-chat", name: "Send Message in Chat", description: "Sends a message in a specific conversation. [See the documentation](https://developers.freshchat.com/api/#send_message_to_conversation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { freshchat, diff --git a/components/freshchat/actions/update-conversation-status/update-conversation-status.mjs b/components/freshchat/actions/update-conversation-status/update-conversation-status.mjs index dc483e46a6d83..dff5f31a065eb 100644 --- a/components/freshchat/actions/update-conversation-status/update-conversation-status.mjs +++ b/components/freshchat/actions/update-conversation-status/update-conversation-status.mjs @@ -5,7 +5,12 @@ export default { key: "freshchat-update-conversation-status", name: "Update Conversation Status", description: "Updates the status of a specific conversation. [See the documentation](https://developers.freshchat.com/api/#update_a_conversation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { freshchat, diff --git a/components/freshdesk/actions/add-note-to-ticket/add-note-to-ticket.mjs b/components/freshdesk/actions/add-note-to-ticket/add-note-to-ticket.mjs index a15df6d315641..da96a2f3a6ebb 100644 --- a/components/freshdesk/actions/add-note-to-ticket/add-note-to-ticket.mjs +++ b/components/freshdesk/actions/add-note-to-ticket/add-note-to-ticket.mjs @@ -5,7 +5,12 @@ export default { key: "freshdesk-add-note-to-ticket", name: "Add Note to Ticket", description: "Add a note or conversation to an existing ticket. [See the documentation](https://developers.freshdesk.com/api/#add_note_to_a_ticket).", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { freshdesk, diff --git a/components/freshdesk/actions/add-ticket-tags/add-ticket-tags.mjs b/components/freshdesk/actions/add-ticket-tags/add-ticket-tags.mjs index 76d31e92a0626..91b08451e324c 100644 --- a/components/freshdesk/actions/add-ticket-tags/add-ticket-tags.mjs +++ b/components/freshdesk/actions/add-ticket-tags/add-ticket-tags.mjs @@ -6,7 +6,12 @@ export default { name: "Add Ticket Tags", description: "Add tags to a ticket (appends to existing tags). [See the documentation](https://developers.freshdesk.com/api/#update_ticket)", type: "action", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { freshdesk, ticketId: { diff --git a/components/freshdesk/actions/assign-ticket-to-agent/assign-ticket-to-agent.mjs b/components/freshdesk/actions/assign-ticket-to-agent/assign-ticket-to-agent.mjs index d22aa548dc842..a1b419d11b6c3 100644 --- a/components/freshdesk/actions/assign-ticket-to-agent/assign-ticket-to-agent.mjs +++ b/components/freshdesk/actions/assign-ticket-to-agent/assign-ticket-to-agent.mjs @@ -4,7 +4,12 @@ export default { key: "freshdesk-assign-ticket-to-agent", name: "Assign Ticket to Agent", description: "Assign a Freshdesk ticket to a specific agent. [See the documentation](https://developers.freshdesk.com/api/#update_ticket).", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { freshdesk, diff --git a/components/freshdesk/actions/assign-ticket-to-group/assign-ticket-to-group.mjs b/components/freshdesk/actions/assign-ticket-to-group/assign-ticket-to-group.mjs index 1801ecab852a5..adbe62b90247f 100644 --- a/components/freshdesk/actions/assign-ticket-to-group/assign-ticket-to-group.mjs +++ b/components/freshdesk/actions/assign-ticket-to-group/assign-ticket-to-group.mjs @@ -4,7 +4,12 @@ export default { key: "freshdesk-assign-ticket-to-group", name: "Assign Ticket to Group", description: "Assign a Freshdesk ticket to a specific group [See the documentation](https://developers.freshdesk.com/api/#update_ticket).", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { freshdesk, diff --git a/components/freshdesk/actions/close-ticket/close-ticket.mjs b/components/freshdesk/actions/close-ticket/close-ticket.mjs index 7326b78cf33ba..dd5ff29da1f95 100644 --- a/components/freshdesk/actions/close-ticket/close-ticket.mjs +++ b/components/freshdesk/actions/close-ticket/close-ticket.mjs @@ -4,7 +4,12 @@ export default { key: "freshdesk-close-ticket", name: "Close Ticket", description: "Set a Freshdesk ticket's status to 'Closed'. [See docs](https://developers.freshdesk.com/api/#update_a_ticket)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { freshdesk, diff --git a/components/freshdesk/actions/create-agent/create-agent.mjs b/components/freshdesk/actions/create-agent/create-agent.mjs index 9575454993368..23582812fba65 100644 --- a/components/freshdesk/actions/create-agent/create-agent.mjs +++ b/components/freshdesk/actions/create-agent/create-agent.mjs @@ -5,7 +5,12 @@ export default { key: "freshdesk-create-agent", name: "Create Agent", description: "Create an agent in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#create_agent)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { freshdesk, diff --git a/components/freshdesk/actions/create-company/create-company.mjs b/components/freshdesk/actions/create-company/create-company.mjs index c8d1a041bf3ae..dd513013e59c9 100644 --- a/components/freshdesk/actions/create-company/create-company.mjs +++ b/components/freshdesk/actions/create-company/create-company.mjs @@ -4,7 +4,12 @@ export default { key: "freshdesk-create-company", name: "Create a Company", description: "Create a company. [See the documentation](https://developers.freshdesk.com/api/#create_company)", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { freshdesk, diff --git a/components/freshdesk/actions/create-contact/create-contact.mjs b/components/freshdesk/actions/create-contact/create-contact.mjs index 06a90e47580bb..d5d6cc26638d8 100644 --- a/components/freshdesk/actions/create-contact/create-contact.mjs +++ b/components/freshdesk/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { key: "freshdesk-create-contact", name: "Create a Contact", description: "Create a contact. [See the documentation](https://developers.freshdesk.com/api/#create_contact)", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { freshdesk, diff --git a/components/freshdesk/actions/create-solution-article/create-solution-article.mjs b/components/freshdesk/actions/create-solution-article/create-solution-article.mjs index 82518193554cf..f0faa11ce7624 100644 --- a/components/freshdesk/actions/create-solution-article/create-solution-article.mjs +++ b/components/freshdesk/actions/create-solution-article/create-solution-article.mjs @@ -6,7 +6,12 @@ export default { key: "freshdesk-create-solution-article", name: "Create Solution Article", description: "Create a solution article in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#solution_article_attributes)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { freshdesk, diff --git a/components/freshdesk/actions/create-ticket-field/create-ticket-field.mjs b/components/freshdesk/actions/create-ticket-field/create-ticket-field.mjs index 7c1cfc4b3da19..e30713581af3f 100644 --- a/components/freshdesk/actions/create-ticket-field/create-ticket-field.mjs +++ b/components/freshdesk/actions/create-ticket-field/create-ticket-field.mjs @@ -6,7 +6,12 @@ export default { key: "freshdesk-create-ticket-field", name: "Create Ticket Field", description: "Create a ticket field in Freshdesk. [See the documentation](https://developers.freshdesk.com/api/#create_ticket_field)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { freshdesk,