diff --git a/components/nordigen/actions/delete-requisition-link/delete-requisition-link.mjs b/components/nordigen/actions/delete-requisition-link/delete-requisition-link.mjs index a2f9e628ddefe..d8ab80c05f3e9 100644 --- a/components/nordigen/actions/delete-requisition-link/delete-requisition-link.mjs +++ b/components/nordigen/actions/delete-requisition-link/delete-requisition-link.mjs @@ -4,7 +4,12 @@ export default { key: "nordigen-delete-requisition-link", name: "Delete Requisition Link", description: "Delete requisition and its end user agreement. [See the docs](https://ob.nordigen.com/api/docs#/requisitions/delete%20requisition%20by%20id%20v2)", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nordigen, diff --git a/components/nordigen/actions/get-account-balances/get-account-balances.mjs b/components/nordigen/actions/get-account-balances/get-account-balances.mjs index bea22690d6c2f..ea243948dc321 100644 --- a/components/nordigen/actions/get-account-balances/get-account-balances.mjs +++ b/components/nordigen/actions/get-account-balances/get-account-balances.mjs @@ -4,7 +4,12 @@ export default { key: "nordigen-get-account-balances", name: "Get Account Balances", description: "Get the balances of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/accounts_balances_retrieve)", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { nordigen, diff --git a/components/nordigen/actions/get-account-details/get-account-details.mjs b/components/nordigen/actions/get-account-details/get-account-details.mjs index 7b62bf528ef07..fe5d9c539ca8d 100644 --- a/components/nordigen/actions/get-account-details/get-account-details.mjs +++ b/components/nordigen/actions/get-account-details/get-account-details.mjs @@ -4,7 +4,12 @@ export default { key: "nordigen-get-account-details", name: "Get Account Details", description: "Get the details of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/accounts_details_retrieve)", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { nordigen, diff --git a/components/nordigen/actions/get-account-metadata/get-account-metadata.mjs b/components/nordigen/actions/get-account-metadata/get-account-metadata.mjs index c39c26df0f338..32dd2a81829d6 100644 --- a/components/nordigen/actions/get-account-metadata/get-account-metadata.mjs +++ b/components/nordigen/actions/get-account-metadata/get-account-metadata.mjs @@ -4,7 +4,12 @@ export default { key: "nordigen-get-account-metadata", name: "Get Account Metadata", description: "Get the metadata of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/retrieve%20account%20metadata)", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { nordigen, diff --git a/components/nordigen/actions/get-account-transactions/get-account-transactions.mjs b/components/nordigen/actions/get-account-transactions/get-account-transactions.mjs index 4056c9c885ab1..94daa8766181a 100644 --- a/components/nordigen/actions/get-account-transactions/get-account-transactions.mjs +++ b/components/nordigen/actions/get-account-transactions/get-account-transactions.mjs @@ -4,7 +4,12 @@ export default { key: "nordigen-get-account-transactions", name: "Get Account Transactions", description: "Get the transactions of a Nordigen account. [See the docs](https://ob.nordigen.com/api/docs#/accounts/accounts_transactions_retrieve)", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { nordigen, diff --git a/components/northflank/actions/create-domain/create-domain.mjs b/components/northflank/actions/create-domain/create-domain.mjs index 69d77b70d51fb..85129ee9a8939 100644 --- a/components/northflank/actions/create-domain/create-domain.mjs +++ b/components/northflank/actions/create-domain/create-domain.mjs @@ -4,7 +4,12 @@ export default { key: "northflank-create-domain", name: "Create Domain", description: "Creates a new domain on Northflank. [See the documentation](https://northflank.com/docs/v1/api/domains/create-new-domain)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/northflank/actions/create-project/create-project.mjs b/components/northflank/actions/create-project/create-project.mjs index 762ba18ea7f44..bf3c211d75501 100644 --- a/components/northflank/actions/create-project/create-project.mjs +++ b/components/northflank/actions/create-project/create-project.mjs @@ -4,7 +4,12 @@ export default { key: "northflank-create-project", name: "Create Project", description: "Creates a new project on Northflank. [See the documentation](https://northflank.com/docs/v1/api/projects/create-project)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/northflank/actions/get-domains/get-domains.mjs b/components/northflank/actions/get-domains/get-domains.mjs index a34af2966cec3..b5de3cbc0645d 100644 --- a/components/northflank/actions/get-domains/get-domains.mjs +++ b/components/northflank/actions/get-domains/get-domains.mjs @@ -4,7 +4,12 @@ export default { key: "northflank-get-domains", name: "Get Domains", description: "List all domains with pagination. [See the documentation](https://northflank.com/docs/v1/api/domains/list-domains)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/northflank/actions/get-projects/get-projects.mjs b/components/northflank/actions/get-projects/get-projects.mjs index f6a764cd36bb8..f3b430c6431b4 100644 --- a/components/northflank/actions/get-projects/get-projects.mjs +++ b/components/northflank/actions/get-projects/get-projects.mjs @@ -4,7 +4,12 @@ export default { key: "northflank-get-projects", name: "Get Projects", description: "Lists all projects with pagination. [See the documentation](https://northflank.com/docs/v1/api/projects/list-projects)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/noticeable/actions/create-email-subscription/create-email-subscription.mjs b/components/noticeable/actions/create-email-subscription/create-email-subscription.mjs index 90ed64cf587b1..a1f43810f969c 100644 --- a/components/noticeable/actions/create-email-subscription/create-email-subscription.mjs +++ b/components/noticeable/actions/create-email-subscription/create-email-subscription.mjs @@ -3,7 +3,12 @@ import app from "../../noticeable.app.mjs"; export default { type: "action", key: "noticeable-create-email-subscription", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Create Email Subscription", description: "Creates an email subscription, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)", props: { diff --git a/components/noticeable/actions/create-publication/create-publication.mjs b/components/noticeable/actions/create-publication/create-publication.mjs index 232db54733dfe..c07f12262849c 100644 --- a/components/noticeable/actions/create-publication/create-publication.mjs +++ b/components/noticeable/actions/create-publication/create-publication.mjs @@ -3,7 +3,12 @@ import app from "../../noticeable.app.mjs"; export default { type: "action", key: "noticeable-create-publication", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Create Publication", description: "Creates a publication, [See the docs](https://graphdoc.noticeable.io/publication.doc.html)", props: { diff --git a/components/noticeable/actions/delete-email-subscription/delete-email-subscription.mjs b/components/noticeable/actions/delete-email-subscription/delete-email-subscription.mjs index 6665d0d746da4..69a948f784d0f 100644 --- a/components/noticeable/actions/delete-email-subscription/delete-email-subscription.mjs +++ b/components/noticeable/actions/delete-email-subscription/delete-email-subscription.mjs @@ -3,7 +3,12 @@ import app from "../../noticeable.app.mjs"; export default { type: "action", key: "noticeable-delete-email-subscription", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, name: "Delete Email Subscription", description: "Deletes an email subscription, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)", props: { diff --git a/components/noticeable/actions/search-email-subscription/search-email-subscription.mjs b/components/noticeable/actions/search-email-subscription/search-email-subscription.mjs index a940029056cd6..915eac21b634b 100644 --- a/components/noticeable/actions/search-email-subscription/search-email-subscription.mjs +++ b/components/noticeable/actions/search-email-subscription/search-email-subscription.mjs @@ -5,7 +5,12 @@ import utils from "../../common/utils.mjs"; export default { type: "action", key: "noticeable-search-email-subscription", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Search Email Subscriptions", description: "Searches email subscriptions for the given options. If no options given, retrieves all subscriptions, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)", props: { diff --git a/components/noticeable/actions/update-email-subscription/update-email-subscription.mjs b/components/noticeable/actions/update-email-subscription/update-email-subscription.mjs index 6c76f2a08e6bc..a12437c18d625 100644 --- a/components/noticeable/actions/update-email-subscription/update-email-subscription.mjs +++ b/components/noticeable/actions/update-email-subscription/update-email-subscription.mjs @@ -3,7 +3,12 @@ import app from "../../noticeable.app.mjs"; export default { type: "action", key: "noticeable-update-email-subscription", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, name: "Update Email Subscription", description: "Updates an email subscription, [See the docs](https://graphdoc.noticeable.io/emailsubscription.doc.html)", props: { diff --git a/components/notiff/actions/create-notification/create-notification.mjs b/components/notiff/actions/create-notification/create-notification.mjs index 89ba849c5d6d2..8f63944f755e6 100644 --- a/components/notiff/actions/create-notification/create-notification.mjs +++ b/components/notiff/actions/create-notification/create-notification.mjs @@ -9,7 +9,12 @@ export default { key: "notiff-create-notification", name: "Create Notification", description: "Send a new notification to a user or system via notiff.io. [See the documentation](https://notiff.io/articles/welcome-to-notiff-getting-started-with-your-notification-center)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", methods: { getNotificationSourceId() { diff --git a/components/notiff_io/actions/create-notification/create-notification.mjs b/components/notiff_io/actions/create-notification/create-notification.mjs index 02d903da7c660..d48b21d5475e0 100644 --- a/components/notiff_io/actions/create-notification/create-notification.mjs +++ b/components/notiff_io/actions/create-notification/create-notification.mjs @@ -4,7 +4,12 @@ export default { key: "notiff_io-create-notification", name: "Create Notification", description: "Send a new notification to a user or system via notiff.io. [See the documentation](https://notiff.io/articles/welcome-to-notiff-getting-started-with-your-notification-center)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/notion/actions/append-block/append-block.mjs b/components/notion/actions/append-block/append-block.mjs index 9ca8f7696dd55..2f041e613cf9b 100644 --- a/components/notion/actions/append-block/append-block.mjs +++ b/components/notion/actions/append-block/append-block.mjs @@ -7,7 +7,12 @@ export default { name: "Append Block to Parent", description: "Append new and/or existing blocks to the specified parent. [See the documentation](https://developers.notion.com/reference/patch-block-children)", - version: "0.3.10", + version: "0.3.11", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/complete-file-upload/complete-file-upload.mjs b/components/notion/actions/complete-file-upload/complete-file-upload.mjs index 876296b2491f1..08b57de467ae6 100644 --- a/components/notion/actions/complete-file-upload/complete-file-upload.mjs +++ b/components/notion/actions/complete-file-upload/complete-file-upload.mjs @@ -6,7 +6,12 @@ export default { key: "notion-complete-file-upload", name: "Complete File Upload", description: "Use this action to finalize a `mode=multi_part` file upload after all of the parts have been sent successfully. [See the documentation](https://developers.notion.com/reference/complete-a-file-upload)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/create-comment/create-comment.mjs b/components/notion/actions/create-comment/create-comment.mjs index 77a1cc32cd482..c9265c839d33e 100644 --- a/components/notion/actions/create-comment/create-comment.mjs +++ b/components/notion/actions/create-comment/create-comment.mjs @@ -5,7 +5,12 @@ export default { key: "notion-create-comment", name: "Create Comment", description: "Create a comment in a page or existing discussion thread. [See the documentation](https://developers.notion.com/reference/create-a-comment)", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/create-database/create-database.mjs b/components/notion/actions/create-database/create-database.mjs index 40dd875659b35..24c30d1e1ddfe 100644 --- a/components/notion/actions/create-database/create-database.mjs +++ b/components/notion/actions/create-database/create-database.mjs @@ -7,7 +7,12 @@ export default { key: "notion-create-database", name: "Create Database", description: "Create a database and its initial data source. [See the documentation](https://developers.notion.com/reference/database-create)", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/create-file-upload/create-file-upload.mjs b/components/notion/actions/create-file-upload/create-file-upload.mjs index 90f26f41472f2..2f7f304fd947a 100644 --- a/components/notion/actions/create-file-upload/create-file-upload.mjs +++ b/components/notion/actions/create-file-upload/create-file-upload.mjs @@ -6,7 +6,12 @@ export default { key: "notion-create-file-upload", name: "Create File Upload", description: "Create a file upload. [See the documentation](https://developers.notion.com/reference/create-a-file-upload)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/create-page-from-database/create-page-from-database.mjs b/components/notion/actions/create-page-from-database/create-page-from-database.mjs index bd00865ae8d1c..2d10a6393553b 100644 --- a/components/notion/actions/create-page-from-database/create-page-from-database.mjs +++ b/components/notion/actions/create-page-from-database/create-page-from-database.mjs @@ -9,7 +9,12 @@ export default { key: "notion-create-page-from-database", name: "Create Page from Data Source", description: "Create a page from a data source. [See the documentation](https://developers.notion.com/reference/post-page)", - version: "1.0.3", + version: "1.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/create-page/create-page.mjs b/components/notion/actions/create-page/create-page.mjs index a4c81767d418c..1793703e6ba59 100644 --- a/components/notion/actions/create-page/create-page.mjs +++ b/components/notion/actions/create-page/create-page.mjs @@ -7,7 +7,12 @@ export default { key: "notion-create-page", name: "Create Page", description: "Create a page from a parent page. [See the documentation](https://developers.notion.com/reference/post-page)", - version: "0.2.23", + version: "0.2.24", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/delete-block/delete-block.mjs b/components/notion/actions/delete-block/delete-block.mjs index 94f1818f36e32..19a38cd676384 100644 --- a/components/notion/actions/delete-block/delete-block.mjs +++ b/components/notion/actions/delete-block/delete-block.mjs @@ -6,7 +6,12 @@ export default { key: "notion-delete-block", name: "Delete Block", description: "Sets a Block object, including page blocks, to archived: true using the ID specified. [See the documentation](https://developers.notion.com/reference/delete-a-block)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/duplicate-page/duplicate-page.mjs b/components/notion/actions/duplicate-page/duplicate-page.mjs index 69144f464dc15..e39d96e6011cc 100644 --- a/components/notion/actions/duplicate-page/duplicate-page.mjs +++ b/components/notion/actions/duplicate-page/duplicate-page.mjs @@ -7,7 +7,12 @@ export default { key: "notion-duplicate-page", name: "Duplicate Page", description: "Create a new page copied from an existing page block. [See the documentation](https://developers.notion.com/reference/post-page)", - version: "0.0.20", + version: "0.0.21", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/list-all-users/list-all-users.mjs b/components/notion/actions/list-all-users/list-all-users.mjs index e45b6438afef8..d8de347918eab 100644 --- a/components/notion/actions/list-all-users/list-all-users.mjs +++ b/components/notion/actions/list-all-users/list-all-users.mjs @@ -4,7 +4,12 @@ export default { key: "notion-list-all-users", name: "List All Users", description: "Returns all users in the workspace. [See the documentation](https://developers.notion.com/reference/get-users)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { notion, diff --git a/components/notion/actions/list-file-uploads/list-file-uploads.mjs b/components/notion/actions/list-file-uploads/list-file-uploads.mjs index ca58c024bf1e0..7170b256793b7 100644 --- a/components/notion/actions/list-file-uploads/list-file-uploads.mjs +++ b/components/notion/actions/list-file-uploads/list-file-uploads.mjs @@ -6,7 +6,12 @@ export default { key: "notion-list-file-uploads", name: "List File Uploads", description: "Use this action to list file uploads. [See the documentation](https://developers.notion.com/reference/list-file-uploads)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { notion, diff --git a/components/notion/actions/query-database/query-database.mjs b/components/notion/actions/query-database/query-database.mjs index 0d3ab32f83d46..82968f4d9b76a 100644 --- a/components/notion/actions/query-database/query-database.mjs +++ b/components/notion/actions/query-database/query-database.mjs @@ -5,7 +5,12 @@ export default { key: "notion-query-database", name: "Query Data Source", description: "Query a data source with a specified filter. [See the documentation](https://developers.notion.com/reference/query-a-data-source)", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/retrieve-block/retrieve-block.mjs b/components/notion/actions/retrieve-block/retrieve-block.mjs index 565016bbbd54d..aea59d0beb927 100644 --- a/components/notion/actions/retrieve-block/retrieve-block.mjs +++ b/components/notion/actions/retrieve-block/retrieve-block.mjs @@ -4,7 +4,12 @@ export default { key: "notion-retrieve-block", name: "Retrieve Page Content", description: "Get page content as block objects or markdown. Blocks can be text, lists, media, a page, among others. [See the documentation](https://developers.notion.com/reference/retrieve-a-block)", - version: "0.2.6", + version: "0.2.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { notion, diff --git a/components/notion/actions/retrieve-database-content/retrieve-database-content.mjs b/components/notion/actions/retrieve-database-content/retrieve-database-content.mjs index 2bcad9bb2b7b9..858fa59db7776 100644 --- a/components/notion/actions/retrieve-database-content/retrieve-database-content.mjs +++ b/components/notion/actions/retrieve-database-content/retrieve-database-content.mjs @@ -4,7 +4,12 @@ export default { key: "notion-retrieve-database-content", name: "Retrieve Data Source Content", description: "Get all content of a data source. [See the documentation](https://developers.notion.com/reference/query-a-data-source)", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { notion, diff --git a/components/notion/actions/retrieve-database-schema/retrieve-database-schema.mjs b/components/notion/actions/retrieve-database-schema/retrieve-database-schema.mjs index 785bbe38609df..17c7a4c1135bb 100644 --- a/components/notion/actions/retrieve-database-schema/retrieve-database-schema.mjs +++ b/components/notion/actions/retrieve-database-schema/retrieve-database-schema.mjs @@ -4,7 +4,12 @@ export default { key: "notion-retrieve-database-schema", name: "Retrieve Data Source Schema", description: "Get the property schema of a data source in Notion. [See the documentation](https://developers.notion.com/reference/retrieve-a-data-source)", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { notion, diff --git a/components/notion/actions/retrieve-file-upload/retrieve-file-upload.mjs b/components/notion/actions/retrieve-file-upload/retrieve-file-upload.mjs index ec3d500ddde58..c1bd41ef71729 100644 --- a/components/notion/actions/retrieve-file-upload/retrieve-file-upload.mjs +++ b/components/notion/actions/retrieve-file-upload/retrieve-file-upload.mjs @@ -6,7 +6,12 @@ export default { key: "notion-retrieve-file-upload", name: "Retrieve File Upload", description: "Use this action to retrieve a file upload. [See the documentation](https://developers.notion.com/reference/retrieve-a-file-upload)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/retrieve-page-property-item/retrieve-page-property-item.mjs b/components/notion/actions/retrieve-page-property-item/retrieve-page-property-item.mjs index 13eaf7c0a079c..d9340e6e9db42 100644 --- a/components/notion/actions/retrieve-page-property-item/retrieve-page-property-item.mjs +++ b/components/notion/actions/retrieve-page-property-item/retrieve-page-property-item.mjs @@ -4,7 +4,12 @@ export default { key: "notion-retrieve-page-property-item", name: "Retrieve Page Property Item", description: "Get a Property Item object for a selected page and property. [See the documentation](https://developers.notion.com/reference/retrieve-a-page-property)", - version: "0.0.11", + version: "0.0.12", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { notion, diff --git a/components/notion/actions/retrieve-page/retrieve-page.mjs b/components/notion/actions/retrieve-page/retrieve-page.mjs index f56af679ed887..5961c47dcd7f0 100644 --- a/components/notion/actions/retrieve-page/retrieve-page.mjs +++ b/components/notion/actions/retrieve-page/retrieve-page.mjs @@ -4,7 +4,12 @@ export default { key: "notion-retrieve-page", name: "Retrieve Page Metadata", description: "Get details of a page. [See the documentation](https://developers.notion.com/reference/retrieve-a-page)", - version: "0.0.12", + version: "0.0.13", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { notion, diff --git a/components/notion/actions/retrieve-user/retrieve-user.mjs b/components/notion/actions/retrieve-user/retrieve-user.mjs index d604f9fb7171a..c1af2bc5fd7ce 100644 --- a/components/notion/actions/retrieve-user/retrieve-user.mjs +++ b/components/notion/actions/retrieve-user/retrieve-user.mjs @@ -4,7 +4,12 @@ export default { key: "notion-retrieve-user", name: "Retrieve User", description: "Returns a user using the ID specified. [See the documentation](https://developers.notion.com/reference/get-user)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { notion, diff --git a/components/notion/actions/search/search.mjs b/components/notion/actions/search/search.mjs index 384617ac6f7ed..40ad2b86057ff 100644 --- a/components/notion/actions/search/search.mjs +++ b/components/notion/actions/search/search.mjs @@ -5,7 +5,12 @@ export default { key: "notion-search", name: "Find Pages or Data Sources", description: "Searches for a page or data source. [See the documentation](https://developers.notion.com/reference/post-search)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/notion/actions/send-file-upload/send-file-upload.mjs b/components/notion/actions/send-file-upload/send-file-upload.mjs index dccb0cf4d6614..46c3c7cdd88dc 100644 --- a/components/notion/actions/send-file-upload/send-file-upload.mjs +++ b/components/notion/actions/send-file-upload/send-file-upload.mjs @@ -8,7 +8,12 @@ export default { key: "notion-send-file-upload", name: "Send File Upload", description: "Send a file upload. [See the documentation](https://developers.notion.com/reference/send-a-file-upload)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/update-block/update-block.mjs b/components/notion/actions/update-block/update-block.mjs index 6771492b975e3..c573f66acbff1 100644 --- a/components/notion/actions/update-block/update-block.mjs +++ b/components/notion/actions/update-block/update-block.mjs @@ -7,7 +7,12 @@ export default { key: "notion-update-block", name: "Update Child Block", description: "Updates a child block object. [See the documentation](https://developers.notion.com/reference/update-a-block)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/update-database/update-database.mjs b/components/notion/actions/update-database/update-database.mjs index 907858efdf619..1fcc00e6bb89a 100644 --- a/components/notion/actions/update-database/update-database.mjs +++ b/components/notion/actions/update-database/update-database.mjs @@ -7,7 +7,12 @@ export default { key: "notion-update-database", name: "Update Data Source", description: "Update a data source. [See the documentation](https://developers.notion.com/reference/update-a-data-source)", - version: "1.0.2", + version: "1.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/notion/actions/update-page/update-page.mjs b/components/notion/actions/update-page/update-page.mjs index 3bbdc9bd6e164..a6bf3614a30c4 100644 --- a/components/notion/actions/update-page/update-page.mjs +++ b/components/notion/actions/update-page/update-page.mjs @@ -7,7 +7,12 @@ export default { key: "notion-update-page", name: "Update Page", description: "Update a page's property values. To append page content, use the *Append Block* action instead. [See the documentation](https://developers.notion.com/reference/patch-page)", - version: "2.0.2", + version: "2.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { notion, diff --git a/components/ntfy/actions/send-notification/send-notification.mjs b/components/ntfy/actions/send-notification/send-notification.mjs index 4c23e89c5249e..9774eeb3658c2 100644 --- a/components/ntfy/actions/send-notification/send-notification.mjs +++ b/components/ntfy/actions/send-notification/send-notification.mjs @@ -4,7 +4,12 @@ export default { key: "ntfy-send-notification", name: "Send Notification", description: "Send a notification using Ntfy. [See the documentation](https://docs.ntfy.sh/publish/).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/nuclino/actions/create-item-or-collection/create-item-or-collection.mjs b/components/nuclino/actions/create-item-or-collection/create-item-or-collection.mjs index 83d2a46495670..33b7d85419c27 100644 --- a/components/nuclino/actions/create-item-or-collection/create-item-or-collection.mjs +++ b/components/nuclino/actions/create-item-or-collection/create-item-or-collection.mjs @@ -4,7 +4,12 @@ export default { key: "nuclino-create-item-or-collection", name: "Create Item or Collection", description: "Create a new item or collection in Nuclino. [See the documentation](https://help.nuclino.com/fa38d15f-items-and-collections)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nuclino, diff --git a/components/nuclino/actions/search-items-or-collections/search-items-or-collections.mjs b/components/nuclino/actions/search-items-or-collections/search-items-or-collections.mjs index 204376fdcd174..c51eb07ed6248 100644 --- a/components/nuclino/actions/search-items-or-collections/search-items-or-collections.mjs +++ b/components/nuclino/actions/search-items-or-collections/search-items-or-collections.mjs @@ -4,7 +4,12 @@ export default { key: "nuclino-search-items-or-collections", name: "Search Items or Collections", description: "Search for items or collections in Nuclino. [See the documentation](https://help.nuclino.com/fa38d15f-items-and-collections)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { nuclino, diff --git a/components/nuclino/actions/update-item-or-collection/update-item-or-collection.mjs b/components/nuclino/actions/update-item-or-collection/update-item-or-collection.mjs index 0eaaa3206993e..e26277d2b0125 100644 --- a/components/nuclino/actions/update-item-or-collection/update-item-or-collection.mjs +++ b/components/nuclino/actions/update-item-or-collection/update-item-or-collection.mjs @@ -5,7 +5,12 @@ export default { key: "nuclino-update-item-or-collection", name: "Update Item or Collection", description: "Update an existing item or collection in Nuclino. [See the documentation](https://help.nuclino.com/fa38d15f-items-and-collections)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nuclino, diff --git a/components/nudgify/actions/create-purchase-nudge/create-purchase-nudge.mjs b/components/nudgify/actions/create-purchase-nudge/create-purchase-nudge.mjs index 164758958cb3b..5f3a165a97908 100644 --- a/components/nudgify/actions/create-purchase-nudge/create-purchase-nudge.mjs +++ b/components/nudgify/actions/create-purchase-nudge/create-purchase-nudge.mjs @@ -5,7 +5,12 @@ export default { key: "nudgify-create-purchase-nudge", name: "Create Purchase Nudge", description: "Creates a purchase nudge. [See docs here](https://www.nudgify.com/docs/knowledge-base/api-purchase-nudges/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/nudgify/actions/create-sign-up-nudge/create-sign-up-nudge.mjs b/components/nudgify/actions/create-sign-up-nudge/create-sign-up-nudge.mjs index 83e590d1656f6..9b7cef1e93725 100644 --- a/components/nudgify/actions/create-sign-up-nudge/create-sign-up-nudge.mjs +++ b/components/nudgify/actions/create-sign-up-nudge/create-sign-up-nudge.mjs @@ -5,7 +5,12 @@ export default { name: "Create Sign-up Nudge", description: "Creates a sign-up nudge for a user in Nudgify. [See docs here](https://www.nudgify.com/docs/knowledge-base/rest-api-for-sign-ups)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/numverify/actions/validate-phone/validate-phone.mjs b/components/numverify/actions/validate-phone/validate-phone.mjs index d234d288d745d..f5aa557629327 100644 --- a/components/numverify/actions/validate-phone/validate-phone.mjs +++ b/components/numverify/actions/validate-phone/validate-phone.mjs @@ -4,7 +4,12 @@ export default { key: "numverify-validate-phone", name: "Validate Phone", description: "Validates a phone number. [See the documentation](https://numverify.com/documentation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { numverify, diff --git a/components/nutshell/actions/create-company/create-company.mjs b/components/nutshell/actions/create-company/create-company.mjs index 682900f518217..73ffd356de3b4 100644 --- a/components/nutshell/actions/create-company/create-company.mjs +++ b/components/nutshell/actions/create-company/create-company.mjs @@ -5,7 +5,12 @@ export default { key: "nutshell-create-company", name: "Create Company", description: "Creates a new company within Nutshell. [See the documentation](https://developers.nutshell.com/detail/class_core.html#a491d4330ca35e5403edd48a2cfd3b275)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nutshell, diff --git a/components/nutshell/actions/create-contact/create-contact.mjs b/components/nutshell/actions/create-contact/create-contact.mjs index 74fac5892bb3d..dd870143c6ae9 100644 --- a/components/nutshell/actions/create-contact/create-contact.mjs +++ b/components/nutshell/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { key: "nutshell-create-contact", name: "Create Contact", description: "Creates a new contact. [See the documentation](https://developers.nutshell.com/detail/class_core.html#a4b40d4fe9c7b8ddfd7231aca65cd1556)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nutshell, diff --git a/components/nutshell/actions/create-lead/create-lead.mjs b/components/nutshell/actions/create-lead/create-lead.mjs index 8d6604014600f..2c751f5e39006 100644 --- a/components/nutshell/actions/create-lead/create-lead.mjs +++ b/components/nutshell/actions/create-lead/create-lead.mjs @@ -5,7 +5,12 @@ export default { key: "nutshell-create-lead", name: "Create Lead", description: "Initiates a new lead within Nutshell. [See the documentation](https://developers.nutshell.com)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nutshell, diff --git a/components/nyckel/actions/classify-image/classify-image.mjs b/components/nyckel/actions/classify-image/classify-image.mjs index 9a7b46a1f6647..51398c8b3599e 100644 --- a/components/nyckel/actions/classify-image/classify-image.mjs +++ b/components/nyckel/actions/classify-image/classify-image.mjs @@ -6,7 +6,12 @@ export default { key: "nyckel-classify-image", name: "Classify Image", description: "Classifies image data based on pre-trained classifiers in Nyckel. [See the documentation](https://www.nyckel.com/docs#invoke-image)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nyckel, diff --git a/components/nyckel/actions/classify-text/classify-text.mjs b/components/nyckel/actions/classify-text/classify-text.mjs index f00f582f88900..78684f0ee60db 100644 --- a/components/nyckel/actions/classify-text/classify-text.mjs +++ b/components/nyckel/actions/classify-text/classify-text.mjs @@ -4,7 +4,12 @@ export default { key: "nyckel-classify-text", name: "Classify Text", description: "Classifies text data based on pre-trained classifiers in Nyckel. [See the documentation](https://www.nyckel.com/docs#invoke-text)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nyckel, diff --git a/components/nyckel/actions/extract-text-from-image/extract-text-from-image.mjs b/components/nyckel/actions/extract-text-from-image/extract-text-from-image.mjs index ec0028ea8fedc..40d5f10039bc7 100644 --- a/components/nyckel/actions/extract-text-from-image/extract-text-from-image.mjs +++ b/components/nyckel/actions/extract-text-from-image/extract-text-from-image.mjs @@ -6,7 +6,12 @@ export default { key: "nyckel-extract-text-from-image", name: "Extract Text from Image", description: "Extracts text from an image URL. [See the documentation](https://www.nyckel.com/docs#ocr-image)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nyckel, diff --git a/components/oanda/actions/create-order/create-order.mjs b/components/oanda/actions/create-order/create-order.mjs index bc2acf160640f..bf0fd79c27512 100644 --- a/components/oanda/actions/create-order/create-order.mjs +++ b/components/oanda/actions/create-order/create-order.mjs @@ -5,7 +5,12 @@ export default { key: "oanda-create-order", name: "Create Order", description: "Create a new trading order. [See the documentation](https://developer.oanda.com/rest-live-v20/order-ep/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { oanda, diff --git a/components/oanda/actions/get-historical-prices/get-historical-prices.mjs b/components/oanda/actions/get-historical-prices/get-historical-prices.mjs index 569c36dd9b6d0..0ae0a7fcffe33 100644 --- a/components/oanda/actions/get-historical-prices/get-historical-prices.mjs +++ b/components/oanda/actions/get-historical-prices/get-historical-prices.mjs @@ -6,7 +6,12 @@ export default { key: "oanda-get-historical-prices", name: "Get Historical Prices", description: "Retrieve historical price data for a specified currency pair or instrument within a given time range. [See the documentation](https://developer.oanda.com/rest-live-v20/pricing-ep/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { oanda, diff --git a/components/oanda/actions/list-trades/list-trades.mjs b/components/oanda/actions/list-trades/list-trades.mjs index 06268cac8eed0..bc65af8075294 100644 --- a/components/oanda/actions/list-trades/list-trades.mjs +++ b/components/oanda/actions/list-trades/list-trades.mjs @@ -5,7 +5,12 @@ export default { key: "oanda-list-trades", name: "List Trades", description: "Retrieve a list of trades for an account. [See the documentation](https://developer.oanda.com/rest-live-v20/trade-ep/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { oanda, diff --git a/components/ocrspace/actions/process-image/process-image.mjs b/components/ocrspace/actions/process-image/process-image.mjs index 79dde21be78a1..1016bb7da5dd1 100644 --- a/components/ocrspace/actions/process-image/process-image.mjs +++ b/components/ocrspace/actions/process-image/process-image.mjs @@ -5,7 +5,12 @@ export default { key: "ocrspace-process-image", name: "Process Image", description: "Submits an image file for OCR processing using OCR.space. [See the documentation](https://ocr.space/ocrapi)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/ocrspace/actions/process-pdf/process-pdf.mjs b/components/ocrspace/actions/process-pdf/process-pdf.mjs index c52a7953075aa..5f1d3dfe16bcc 100644 --- a/components/ocrspace/actions/process-pdf/process-pdf.mjs +++ b/components/ocrspace/actions/process-pdf/process-pdf.mjs @@ -5,7 +5,12 @@ export default { key: "ocrspace-process-pdf", name: "Process PDF for OCR", description: "Submit a PDF for OCR processing. [See the documentation](https://ocr.space/ocrapi)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/octopush_sms/actions/add-contact/add-contact.mjs b/components/octopush_sms/actions/add-contact/add-contact.mjs index 0697fd734853d..36af87fca6beb 100644 --- a/components/octopush_sms/actions/add-contact/add-contact.mjs +++ b/components/octopush_sms/actions/add-contact/add-contact.mjs @@ -4,7 +4,12 @@ export default { key: "octopush_sms-add-contact", name: "Add Contact", description: "Adds a new contact to a list in the Octopush SMS Gateway. [See the documentation](https://dev.octopush.com/en/sms-gateway-api-documentation/add-a-contact/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { octopush, diff --git a/components/octopush_sms/actions/send-new-sms/send-new-sms.mjs b/components/octopush_sms/actions/send-new-sms/send-new-sms.mjs index e50736d6e3ee5..fa420daea080e 100644 --- a/components/octopush_sms/actions/send-new-sms/send-new-sms.mjs +++ b/components/octopush_sms/actions/send-new-sms/send-new-sms.mjs @@ -4,7 +4,12 @@ export default { key: "octopush_sms-send-new-sms", name: "Send New SMS", description: "Sends a new SMS using Octopush SMS. [See the documentation](https://dev.octopush.com/en/sms-gateway-api-documentation/send-sms/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { octopush, diff --git a/components/odoo/actions/create-record/create-record.mjs b/components/odoo/actions/create-record/create-record.mjs index 88c76ac12a890..e7e98c6ef0b9c 100644 --- a/components/odoo/actions/create-record/create-record.mjs +++ b/components/odoo/actions/create-record/create-record.mjs @@ -4,7 +4,12 @@ export default { key: "odoo-create-record", name: "Create Record", description: "Create a new record in Odoo. [See the documentation](https://www.odoo.com/documentation/18.0/developer/reference/external_api.html#create-records)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { odoo: { diff --git a/components/odoo/actions/search-read-records/search-read-records.mjs b/components/odoo/actions/search-read-records/search-read-records.mjs index 9b66e5e33e849..fd2467ba64812 100644 --- a/components/odoo/actions/search-read-records/search-read-records.mjs +++ b/components/odoo/actions/search-read-records/search-read-records.mjs @@ -5,7 +5,12 @@ export default { key: "odoo-search-read-records", name: "Search and Read Records", description: "Search and read records from Odoo. [See the documentation](https://www.odoo.com/documentation/18.0/developer/reference/external_api.html#search-and-read)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { odoo, diff --git a/components/odoo/actions/update-record/update-record.mjs b/components/odoo/actions/update-record/update-record.mjs index d690d5ca701a8..83f1a15fec9de 100644 --- a/components/odoo/actions/update-record/update-record.mjs +++ b/components/odoo/actions/update-record/update-record.mjs @@ -5,7 +5,12 @@ export default { key: "odoo-update-record", name: "Update Record", description: "Update an existing record in Odoo. [See the documentation](https://www.odoo.com/documentation/18.0/developer/reference/external_api.html#update-records)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { odoo: { diff --git a/components/offlight/actions/create-task/create-task.mjs b/components/offlight/actions/create-task/create-task.mjs index 1f4a29194345e..2b7ed37c1e8cf 100644 --- a/components/offlight/actions/create-task/create-task.mjs +++ b/components/offlight/actions/create-task/create-task.mjs @@ -4,7 +4,12 @@ export default { key: "offlight-create-task", name: "Create Task", description: "Initiates the creation of a new task in Offlight. [See the documentation](https://www.offlight.work/docs/zapeir-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { offlight, diff --git a/components/offorte/actions/create-contact-organisation/create-contact-organisation.mjs b/components/offorte/actions/create-contact-organisation/create-contact-organisation.mjs index 6ca9d668cd167..936940c7529a2 100644 --- a/components/offorte/actions/create-contact-organisation/create-contact-organisation.mjs +++ b/components/offorte/actions/create-contact-organisation/create-contact-organisation.mjs @@ -5,7 +5,12 @@ export default { key: "offorte-create-contact-organisation", name: "Create Contact Organisation", description: "Create a new contact organisation in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/createContactOrganisation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { offorte, diff --git a/components/offorte/actions/create-contact-person/create-contact-person.mjs b/components/offorte/actions/create-contact-person/create-contact-person.mjs index ce6c7df451a5a..7ad93452d3345 100644 --- a/components/offorte/actions/create-contact-person/create-contact-person.mjs +++ b/components/offorte/actions/create-contact-person/create-contact-person.mjs @@ -5,7 +5,12 @@ export default { key: "offorte-create-contact-person", name: "Create Contact Person", description: "Create a new contact person in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/createContactPerson)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { offorte, diff --git a/components/offorte/actions/create-proposal/create-proposal.mjs b/components/offorte/actions/create-proposal/create-proposal.mjs index 5a0639695516c..1d02b9660f4ed 100644 --- a/components/offorte/actions/create-proposal/create-proposal.mjs +++ b/components/offorte/actions/create-proposal/create-proposal.mjs @@ -8,7 +8,12 @@ export default { key: "offorte-create-proposal", name: "Create Proposal", description: "Create a new proposal in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Proposals/operation/createProposal)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { offorte, diff --git a/components/offorte/actions/get-contact-details/get-contact-details.mjs b/components/offorte/actions/get-contact-details/get-contact-details.mjs index 4ea88984d5b42..13aba462a744c 100644 --- a/components/offorte/actions/get-contact-details/get-contact-details.mjs +++ b/components/offorte/actions/get-contact-details/get-contact-details.mjs @@ -4,7 +4,12 @@ export default { key: "offorte-get-contact-details", name: "Get Contact Details", description: "Get the details of a contact in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/contactDetails)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { offorte, diff --git a/components/offorte/actions/list-proposal-templates/list-proposal-templates.mjs b/components/offorte/actions/list-proposal-templates/list-proposal-templates.mjs index 4334e55d67e29..8900345b943f7 100644 --- a/components/offorte/actions/list-proposal-templates/list-proposal-templates.mjs +++ b/components/offorte/actions/list-proposal-templates/list-proposal-templates.mjs @@ -4,7 +4,12 @@ export default { key: "offorte-list-proposal-templates", name: "List Proposal Templates", description: "List all proposal templates in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Proposals/operation/favoriteTemplatesList)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { offorte, diff --git a/components/offorte/actions/list-proposals/list-proposals.mjs b/components/offorte/actions/list-proposals/list-proposals.mjs index c80b67160c4e9..0701aeecf9547 100644 --- a/components/offorte/actions/list-proposals/list-proposals.mjs +++ b/components/offorte/actions/list-proposals/list-proposals.mjs @@ -5,7 +5,12 @@ export default { key: "offorte-list-proposals", name: "List Proposals", description: "List all proposals in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Proposals/operation/proposalsList)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { offorte, diff --git a/components/offorte/actions/list-users/list-users.mjs b/components/offorte/actions/list-users/list-users.mjs index 32e66242b3e3c..21e162900f4ce 100644 --- a/components/offorte/actions/list-users/list-users.mjs +++ b/components/offorte/actions/list-users/list-users.mjs @@ -4,7 +4,12 @@ export default { key: "offorte-list-users", name: "List Users", description: "List all users in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Account/operation/usersList)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { offorte, diff --git a/components/offorte/actions/search-contact-organisation/search-contact-organisation.mjs b/components/offorte/actions/search-contact-organisation/search-contact-organisation.mjs index c59d6d11466d1..58bf4e617a9ea 100644 --- a/components/offorte/actions/search-contact-organisation/search-contact-organisation.mjs +++ b/components/offorte/actions/search-contact-organisation/search-contact-organisation.mjs @@ -4,7 +4,12 @@ export default { key: "offorte-search-contact-organisation", name: "Search Contact Organisation", description: "Search for a contact organisation in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/contactsOrganisationsList)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { offorte, diff --git a/components/offorte/actions/search-contact-people/search-contact-people.mjs b/components/offorte/actions/search-contact-people/search-contact-people.mjs index b4b29acd002f1..1be57a9a06c20 100644 --- a/components/offorte/actions/search-contact-people/search-contact-people.mjs +++ b/components/offorte/actions/search-contact-people/search-contact-people.mjs @@ -4,7 +4,12 @@ export default { key: "offorte-search-contact-people", name: "Search Contact People", description: "Search for a contact person in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Contacts/operation/contactsPeopleList)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { offorte, diff --git a/components/offorte/actions/send-proposal/send-proposal.mjs b/components/offorte/actions/send-proposal/send-proposal.mjs index a8dace9962996..dcdd54851b947 100644 --- a/components/offorte/actions/send-proposal/send-proposal.mjs +++ b/components/offorte/actions/send-proposal/send-proposal.mjs @@ -9,7 +9,12 @@ export default { key: "offorte-send-proposal", name: "Send Proposal", description: "Send a proposal in Offorte. [See the documentation](https://www.offorte.com/api-docs/api#tag/Proposals/operation/sendProposal)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { offorte, diff --git a/components/okta/actions/create-user/create-user.mjs b/components/okta/actions/create-user/create-user.mjs index 6371cab5ef8a2..a964dd83896ae 100644 --- a/components/okta/actions/create-user/create-user.mjs +++ b/components/okta/actions/create-user/create-user.mjs @@ -5,7 +5,12 @@ export default { key: "okta-create-user", name: "Create User", description: "Creates a new user in the Okta system. [See the documentation](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/createUser)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { okta, diff --git a/components/okta/actions/get-user/get-user.mjs b/components/okta/actions/get-user/get-user.mjs index 60c4980185f6d..efe5b9cf8f863 100644 --- a/components/okta/actions/get-user/get-user.mjs +++ b/components/okta/actions/get-user/get-user.mjs @@ -4,7 +4,12 @@ export default { key: "okta-get-user", name: "Get User", description: "Fetches the information of a specific user from the Okta system. [See the documentation](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/getUser)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { okta, diff --git a/components/okta/actions/update-user/update-user.mjs b/components/okta/actions/update-user/update-user.mjs index d2a111198e51f..c89005206d561 100644 --- a/components/okta/actions/update-user/update-user.mjs +++ b/components/okta/actions/update-user/update-user.mjs @@ -4,7 +4,12 @@ export default { key: "okta-update-user", name: "Update User", description: "Updates the profile of a specific user in the Okta system. [See the documentation](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/updateUser)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { okta, diff --git a/components/ollama/actions/copy-model/copy-model.mjs b/components/ollama/actions/copy-model/copy-model.mjs index 895c39a745e2f..3a2983c2fad14 100644 --- a/components/ollama/actions/copy-model/copy-model.mjs +++ b/components/ollama/actions/copy-model/copy-model.mjs @@ -4,7 +4,12 @@ export default { key: "ollama-copy-model", name: "Copy Model", description: "Copies a model, creating a model with another name from an existing model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#copy-a-model).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/ollama/actions/create-model/create-model.mjs b/components/ollama/actions/create-model/create-model.mjs index 367625a53b44e..af641f4170134 100644 --- a/components/ollama/actions/create-model/create-model.mjs +++ b/components/ollama/actions/create-model/create-model.mjs @@ -4,7 +4,12 @@ export default { key: "ollama-create-model", name: "Create Model", description: "Create a model from a modelfile. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#create-a-model).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/ollama/actions/delete-model/delete-model.mjs b/components/ollama/actions/delete-model/delete-model.mjs index f475c1391113e..41eb5d4ac9c13 100644 --- a/components/ollama/actions/delete-model/delete-model.mjs +++ b/components/ollama/actions/delete-model/delete-model.mjs @@ -4,7 +4,12 @@ export default { key: "ollama-delete-model", name: "Delete Model", description: "Delete a model and its data. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#delete-a-model)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/ollama/actions/generate-chat-completion/generate-chat-completion.mjs b/components/ollama/actions/generate-chat-completion/generate-chat-completion.mjs index 3fb01de635b74..064f7b8fdc916 100644 --- a/components/ollama/actions/generate-chat-completion/generate-chat-completion.mjs +++ b/components/ollama/actions/generate-chat-completion/generate-chat-completion.mjs @@ -5,7 +5,12 @@ export default { key: "ollama-generate-chat-completion", name: "Generate Chat Completion", description: "Generates the next message in a chat with a provided model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/ollama/actions/generate-completion/generate-completion.mjs b/components/ollama/actions/generate-completion/generate-completion.mjs index 28d90fe1f3a9a..5b33e735d9cf1 100644 --- a/components/ollama/actions/generate-completion/generate-completion.mjs +++ b/components/ollama/actions/generate-completion/generate-completion.mjs @@ -5,7 +5,12 @@ export default { key: "ollama-generate-completion", name: "Generate Completion", description: "Generates a response for a given prompt with a provided model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-completion).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/ollama/actions/generate-embeddings/generate-embeddings.mjs b/components/ollama/actions/generate-embeddings/generate-embeddings.mjs index 954f11f29f062..6b2c25e7b6ae0 100644 --- a/components/ollama/actions/generate-embeddings/generate-embeddings.mjs +++ b/components/ollama/actions/generate-embeddings/generate-embeddings.mjs @@ -5,7 +5,12 @@ export default { key: "ollama-generate-embeddings", name: "Generate Embeddings", description: "Generate embeddings from a model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-embeddings).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/ollama/actions/list-local-models/list-local-models.mjs b/components/ollama/actions/list-local-models/list-local-models.mjs index 250a910f6dd74..f26d590d67944 100644 --- a/components/ollama/actions/list-local-models/list-local-models.mjs +++ b/components/ollama/actions/list-local-models/list-local-models.mjs @@ -4,7 +4,12 @@ export default { key: "ollama-list-local-models", name: "List Local Models", description: "List models that are available locally. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#list-running-models).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/ollama/actions/pull-model/pull-model.mjs b/components/ollama/actions/pull-model/pull-model.mjs index 2121c18bf972e..9de247c54dd9d 100644 --- a/components/ollama/actions/pull-model/pull-model.mjs +++ b/components/ollama/actions/pull-model/pull-model.mjs @@ -4,7 +4,12 @@ export default { key: "ollama-pull-model", name: "Pull Model", description: "Download a model from the ollama library. Cancelled pulls are resumed from where they left off, and multiple calls will share the same download progress. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#pull-a-model).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/ollama/actions/push-model/push-model.mjs b/components/ollama/actions/push-model/push-model.mjs index fa7b474b5351f..7323fe440bd0a 100644 --- a/components/ollama/actions/push-model/push-model.mjs +++ b/components/ollama/actions/push-model/push-model.mjs @@ -4,7 +4,12 @@ export default { key: "ollama-push-model", name: "Push Model to Library", description: "Upload a model to a model library. Requires registering for ollama.ai and adding a public key first. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#push-a-model).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/ollama/actions/show-model-information/show-model-information.mjs b/components/ollama/actions/show-model-information/show-model-information.mjs index bbb82666f7c82..becf224dbfe4f 100644 --- a/components/ollama/actions/show-model-information/show-model-information.mjs +++ b/components/ollama/actions/show-model-information/show-model-information.mjs @@ -4,7 +4,12 @@ export default { key: "ollama-show-model-information", name: "Show Model Information", description: "Show information about a model including details, modelfile, template, parameters, license, and system prompt. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#show-model-information).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/omise/actions/create-charge/create-charge.mjs b/components/omise/actions/create-charge/create-charge.mjs index 25d8221a4d913..270527b511082 100644 --- a/components/omise/actions/create-charge/create-charge.mjs +++ b/components/omise/actions/create-charge/create-charge.mjs @@ -6,7 +6,12 @@ export default { key: "omise-create-charge", name: "Create a New Charge", description: "Create a new charge for a specific customer and amount through the OPN platform. [See the documentation](https://docs.opn.ooo/charges-api#create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { omiseApp, diff --git a/components/omise/actions/create-customer/create-customer.mjs b/components/omise/actions/create-customer/create-customer.mjs index 6ee2154a2bfa8..1d568dc2840b2 100644 --- a/components/omise/actions/create-customer/create-customer.mjs +++ b/components/omise/actions/create-customer/create-customer.mjs @@ -5,7 +5,12 @@ export default { key: "omise-create-customer", name: "Create Customer", description: "Registers a new customer in the OPN platform. [See the documentation](https://docs.opn.ooo/customers-api#create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { omiseApp, diff --git a/components/omise/actions/update-customer/update-customer.mjs b/components/omise/actions/update-customer/update-customer.mjs index 903d534fdf6e3..3fa431b4652c5 100644 --- a/components/omise/actions/update-customer/update-customer.mjs +++ b/components/omise/actions/update-customer/update-customer.mjs @@ -5,7 +5,12 @@ export default { key: "omise-update-customer", name: "Update Customer", description: "Update a customer's information and payment details in the OPN system. [See the documentation](https://docs.opn.ooo/customers-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { omiseApp, diff --git a/components/omnisend/actions/start-campaign/start-campaign.mjs b/components/omnisend/actions/start-campaign/start-campaign.mjs index 0e8548a3f82f5..5696bdb94d702 100644 --- a/components/omnisend/actions/start-campaign/start-campaign.mjs +++ b/components/omnisend/actions/start-campaign/start-campaign.mjs @@ -4,7 +4,12 @@ export default { key: "omnisend-start-campaign", name: "Start Campaign", description: "Starts a marketing campaign for selected subscribers. [See the documentation](https://api-docs.omnisend.com/reference/post_campaigns-campaignid-actions-start)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { omnisend, diff --git a/components/omnisend/actions/track-event/track-event.mjs b/components/omnisend/actions/track-event/track-event.mjs index d228a6c6f0a2d..4b4df7ab42d6a 100644 --- a/components/omnisend/actions/track-event/track-event.mjs +++ b/components/omnisend/actions/track-event/track-event.mjs @@ -5,7 +5,12 @@ export default { key: "omnisend-track-event", name: "Trigger Custom Event", description: "Trigger custom event to Omnisend. [See the documentation](https://api-docs.omnisend.com/reference/post-events-eventid)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { omnisend, diff --git a/components/omnisend/actions/update-contact/update-contact.mjs b/components/omnisend/actions/update-contact/update-contact.mjs index 3a8abfe645962..830abaf69fc07 100644 --- a/components/omnisend/actions/update-contact/update-contact.mjs +++ b/components/omnisend/actions/update-contact/update-contact.mjs @@ -4,7 +4,12 @@ export default { key: "omnisend-update-contact", name: "Update Contact", description: "Modify subscriber information or update their subscription status. [See the documentation](https://api-docs.omnisend.com/reference/patch_contacts-contactid)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { omnisend, diff --git a/components/omnivore/actions/get-article/get-article.mjs b/components/omnivore/actions/get-article/get-article.mjs index abe45d09a43fe..5fa7248a3c23a 100644 --- a/components/omnivore/actions/get-article/get-article.mjs +++ b/components/omnivore/actions/get-article/get-article.mjs @@ -6,7 +6,12 @@ export default { name: "Get Article", description: "Get a single article and its content. [See the documentation](https://github.com/omnivore-app/omnivore/blob/main/packages/api/src/schema.ts#L2659)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, username: { diff --git a/components/omnivore/actions/save-page/save-page.mjs b/components/omnivore/actions/save-page/save-page.mjs index 940501393872c..b2d2e82d56a04 100644 --- a/components/omnivore/actions/save-page/save-page.mjs +++ b/components/omnivore/actions/save-page/save-page.mjs @@ -7,7 +7,12 @@ export default { name: "Save Page", description: "Save a page with supplied HTML content. [See the documentation](https://docs.omnivore.app/integrations/api.html#commonly-used-methods)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, url: { diff --git a/components/omnivore/actions/save-url/save-url.mjs b/components/omnivore/actions/save-url/save-url.mjs index 16d94a000f999..ebbf21c994a9e 100644 --- a/components/omnivore/actions/save-url/save-url.mjs +++ b/components/omnivore/actions/save-url/save-url.mjs @@ -7,7 +7,12 @@ export default { name: "Save URL", description: "Save a URL to Omnivore. [See the documentation](https://github.com/omnivore-app/omnivore/blob/main/packages/api/src/schema.ts#L2590)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, url: { diff --git a/components/omnivore/actions/search-for-pages/search-for-pages.mjs b/components/omnivore/actions/search-for-pages/search-for-pages.mjs index 7c6afdc46e6a3..d62cdc3286ca1 100644 --- a/components/omnivore/actions/search-for-pages/search-for-pages.mjs +++ b/components/omnivore/actions/search-for-pages/search-for-pages.mjs @@ -7,7 +7,12 @@ export default { name: "Search For Pages", description: "Search for pages in Omnivore. [See the documentation](https://github.com/omnivore-app/omnivore/blob/main/packages/api/src/schema.ts#L2680)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, query: { diff --git a/components/onbee_app/actions/create-employee/create-employee.mjs b/components/onbee_app/actions/create-employee/create-employee.mjs index e2c9f269661c4..651dbb5d5ecc8 100644 --- a/components/onbee_app/actions/create-employee/create-employee.mjs +++ b/components/onbee_app/actions/create-employee/create-employee.mjs @@ -4,7 +4,12 @@ export default { key: "onbee_app-create-employee", name: "Create Employee", description: "Adds an employee to the system. [See the documentation](https://docs.onboardee.io/api/#tag/Employees/paths/~1employees~1add/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/onbee_app/actions/delete-employee/delete-employee.mjs b/components/onbee_app/actions/delete-employee/delete-employee.mjs index d9fe18aaf377c..8a16909cf2fda 100644 --- a/components/onbee_app/actions/delete-employee/delete-employee.mjs +++ b/components/onbee_app/actions/delete-employee/delete-employee.mjs @@ -4,7 +4,12 @@ export default { key: "onbee_app-delete-employee", name: "Delete Employee", description: "Delete an employee with the specified ID. [See the documentation](https://docs.onboardee.io/api/#tag/Employees/paths/~1employees~1edit~1{id}/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/onbee_app/actions/update-employee/update-employee.mjs b/components/onbee_app/actions/update-employee/update-employee.mjs index 8aef737fdc8c2..489a2cbb9dc27 100644 --- a/components/onbee_app/actions/update-employee/update-employee.mjs +++ b/components/onbee_app/actions/update-employee/update-employee.mjs @@ -4,7 +4,12 @@ export default { key: "onbee_app-update-employee", name: "Update Employee", description: "Update an employee with the specified ID. [See the documentation](https://docs.onboardee.io/api/#tag/Employees/paths/~1employees~1edit~1{id}/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app,