diff --git a/components/codemagic/actions/add-application/add-application.mjs b/components/codemagic/actions/add-application/add-application.mjs index e01eb83c79554..ee53afaa629cf 100644 --- a/components/codemagic/actions/add-application/add-application.mjs +++ b/components/codemagic/actions/add-application/add-application.mjs @@ -4,7 +4,12 @@ export default { key: "codemagic-add-application", name: "Create Application", description: "Creates a new application codemagic. [See the documentation](https://docs.codemagic.io/rest-api/applications/#add-a-new-application)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/codemagic/actions/create-variable/create-variable.mjs b/components/codemagic/actions/create-variable/create-variable.mjs index 4617be05d07a9..eb313a8ee23dd 100644 --- a/components/codemagic/actions/create-variable/create-variable.mjs +++ b/components/codemagic/actions/create-variable/create-variable.mjs @@ -4,7 +4,12 @@ export default { key: "codemagic-create-variable", name: "Create Variable", description: "Create a variable in the specified workflow. [See the documentation](https://docs.codemagic.io/rest-api/applications/#add-new-variable)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/codemagic/actions/list-application/list-application.mjs b/components/codemagic/actions/list-application/list-application.mjs index 427b6225d5a3c..d56ccdf1a9b16 100644 --- a/components/codemagic/actions/list-application/list-application.mjs +++ b/components/codemagic/actions/list-application/list-application.mjs @@ -4,7 +4,12 @@ export default { key: "codemagic-list-application", name: "List Applications", description: "List applications in codemagic. [See the documentation](https://docs.codemagic.io/rest-api/applications/#retrieve-all-applications)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/codeq_natural_language_processing_api/actions/analyze-document/analyze-document.mjs b/components/codeq_natural_language_processing_api/actions/analyze-document/analyze-document.mjs index d4b7df9b20a3e..9a9f9a6b486b7 100644 --- a/components/codeq_natural_language_processing_api/actions/analyze-document/analyze-document.mjs +++ b/components/codeq_natural_language_processing_api/actions/analyze-document/analyze-document.mjs @@ -3,7 +3,12 @@ import codeqNaturalLanguageProcessingApi from "../../codeq_natural_language_proc export default { key: "codeq_natural_language_processing_api-analyze-document", name: "Analyze Document", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Receives a text and returns a JSON object containing a list of analyzed sentences. [See the docs here](https://api.codeq.com/api)", type: "action", props: { diff --git a/components/codeq_natural_language_processing_api/actions/check-similarity/check-similarity.mjs b/components/codeq_natural_language_processing_api/actions/check-similarity/check-similarity.mjs index 14a6dcd69f3fe..e824e6556c903 100644 --- a/components/codeq_natural_language_processing_api/actions/check-similarity/check-similarity.mjs +++ b/components/codeq_natural_language_processing_api/actions/check-similarity/check-similarity.mjs @@ -3,7 +3,12 @@ import codeqNaturalLanguageProcessingApi from "../../codeq_natural_language_proc export default { key: "codeq_natural_language_processing_api-check-similarity", name: "Check Similarity", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Receives two texts and returns a JSON object containing the text similarity score. [See the docs here](https://api.codeq.com/api)", type: "action", props: { diff --git a/components/codeqr/actions/create-link/create-link.mjs b/components/codeqr/actions/create-link/create-link.mjs index df048d68fa80e..b329835c4bfaf 100644 --- a/components/codeqr/actions/create-link/create-link.mjs +++ b/components/codeqr/actions/create-link/create-link.mjs @@ -5,7 +5,12 @@ export default { name: "Create a CodeQR Link", description: "Creates a short link in CodeQR using the CodeQR API. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/create-a-link)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { codeqr, diff --git a/components/codeqr/actions/create-qrcode/create-qrcode.mjs b/components/codeqr/actions/create-qrcode/create-qrcode.mjs index 23533ebddf661..445ebc79e5229 100644 --- a/components/codeqr/actions/create-qrcode/create-qrcode.mjs +++ b/components/codeqr/actions/create-qrcode/create-qrcode.mjs @@ -5,7 +5,12 @@ export default { name: "Create a QR Code", description: "Creates a new QR Code in CodeQR using the QR Codes API. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/create-a-qrcode)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { codeqr, diff --git a/components/codeqr/actions/delete-link/delete-link.mjs b/components/codeqr/actions/delete-link/delete-link.mjs index d1c971f82fcfc..8b42614edd482 100644 --- a/components/codeqr/actions/delete-link/delete-link.mjs +++ b/components/codeqr/actions/delete-link/delete-link.mjs @@ -5,7 +5,12 @@ export default { key: "codeqr-delete-link", name: "Delete a Link", description: "Deletes a short link in CodeQR by linkId or externalId. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/delete-a-link)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { codeqr, diff --git a/components/codeqr/actions/delete-qrcode/delete-qrcode.mjs b/components/codeqr/actions/delete-qrcode/delete-qrcode.mjs index ad1a28e7f1f0d..18db2fed5e673 100644 --- a/components/codeqr/actions/delete-qrcode/delete-qrcode.mjs +++ b/components/codeqr/actions/delete-qrcode/delete-qrcode.mjs @@ -6,7 +6,12 @@ export default { name: "Delete a QR Code", description: "Deletes a QR Code in CodeQR by qrcodeId or externalId. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/delete-a-qrcode)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { codeqr, diff --git a/components/codeqr/actions/get-link-info/get-link-info.mjs b/components/codeqr/actions/get-link-info/get-link-info.mjs index 441756f3f6fd3..94361e2492648 100644 --- a/components/codeqr/actions/get-link-info/get-link-info.mjs +++ b/components/codeqr/actions/get-link-info/get-link-info.mjs @@ -6,7 +6,12 @@ export default { name: "Get a Link Info", description: "Retrieves a short link from CodeQR by linkId, externalId, or domain/key via query string parameters. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/retrieve-a-link)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { codeqr, diff --git a/components/codeqr/actions/get-qrcode-info/get-qrcode-info.mjs b/components/codeqr/actions/get-qrcode-info/get-qrcode-info.mjs index a38c69842962d..14dd953aedb2b 100644 --- a/components/codeqr/actions/get-qrcode-info/get-qrcode-info.mjs +++ b/components/codeqr/actions/get-qrcode-info/get-qrcode-info.mjs @@ -6,7 +6,12 @@ export default { name: "Get QR Code Info", description: "Retrieves QR Code info by qrcodeId, externalId, domain, or key via query string. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/retrieve-a-qrcode)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { codeqr, diff --git a/components/codereadr/actions/add-update-barcode-value/add-update-barcode-value.mjs b/components/codereadr/actions/add-update-barcode-value/add-update-barcode-value.mjs index c226cbccb8192..753612b4ab743 100644 --- a/components/codereadr/actions/add-update-barcode-value/add-update-barcode-value.mjs +++ b/components/codereadr/actions/add-update-barcode-value/add-update-barcode-value.mjs @@ -4,7 +4,12 @@ export default { key: "codereadr-add-update-barcode-value", name: "Add or Update Barcode Value", description: "Adds or updates a barcode value in the selected database. [See the documentation](https://secure.codereadr.com/apidocs/Databases.md#upsertvalue)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/codereadr/actions/create-database/create-database.mjs b/components/codereadr/actions/create-database/create-database.mjs index 5e5cebd5872f4..6d21f560efea0 100644 --- a/components/codereadr/actions/create-database/create-database.mjs +++ b/components/codereadr/actions/create-database/create-database.mjs @@ -4,7 +4,12 @@ export default { key: "codereadr-create-database", name: "Create Database", description: "Creates a new database in CodeREADr. [See the documentation](https://secure.codereadr.com/apidocs/Databases.md#create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/codereadr/actions/generate-qr-code/generate-qr-code.mjs b/components/codereadr/actions/generate-qr-code/generate-qr-code.mjs index b585f062dffbd..5ddd08978cf7c 100644 --- a/components/codereadr/actions/generate-qr-code/generate-qr-code.mjs +++ b/components/codereadr/actions/generate-qr-code/generate-qr-code.mjs @@ -5,7 +5,12 @@ export default { key: "codereadr-generate-qr-code", name: "Generate QR Code", description: "Generates a unique QR code. [See the documentation](https://secure.codereadr.com/apidocs/BarcodeGenerator.md#generate)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/codescene/actions/create-project/create-project.mjs b/components/codescene/actions/create-project/create-project.mjs index 2a63b8582c761..2c95973d4afd6 100644 --- a/components/codescene/actions/create-project/create-project.mjs +++ b/components/codescene/actions/create-project/create-project.mjs @@ -4,7 +4,12 @@ export default { key: "codescene-create-project", name: "Create a New Project", description: "Creates a new project in CodeScene. [See the documentation](https://codescene.io/docs/integrations/public-api.html?highlight=api#new-project)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { codescene, diff --git a/components/codescene/actions/get-project-analysis/get-project-analysis.mjs b/components/codescene/actions/get-project-analysis/get-project-analysis.mjs index c653afd447c1b..abc225a308906 100644 --- a/components/codescene/actions/get-project-analysis/get-project-analysis.mjs +++ b/components/codescene/actions/get-project-analysis/get-project-analysis.mjs @@ -4,7 +4,12 @@ export default { key: "codescene-get-project-analysis", name: "Get Project Analysis", description: "Returns a single project analysis. [See the documentation](https://codescene.io/docs/integrations/public-api.html#single-analysis-details)", - version: "0.0.{{ts}}", + version: "0.0.NaN", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { codescene, diff --git a/components/codescene/actions/get-projects/get-projects.mjs b/components/codescene/actions/get-projects/get-projects.mjs index 6885057b09f9b..ecc00982d51e5 100644 --- a/components/codescene/actions/get-projects/get-projects.mjs +++ b/components/codescene/actions/get-projects/get-projects.mjs @@ -4,7 +4,12 @@ export default { key: "codescene-get-projects", name: "Get Projects", description: "Returns a list of projects. [See the documentation](https://codescene.io/docs/integrations/public-api.html#projects-list)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { codescene, diff --git a/components/cody/actions/create-document/create-document.mjs b/components/cody/actions/create-document/create-document.mjs index acf21dc71816e..140620bfe3d15 100644 --- a/components/cody/actions/create-document/create-document.mjs +++ b/components/cody/actions/create-document/create-document.mjs @@ -4,7 +4,12 @@ export default { key: "cody-create-document", name: "Create Document", description: "Turn text content into a document and add it directly to your knowledge base. [See the documentation]()", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { cody, diff --git a/components/cody/actions/send-message/send-message.mjs b/components/cody/actions/send-message/send-message.mjs index 716168eb915bf..fce5e7f0b7744 100644 --- a/components/cody/actions/send-message/send-message.mjs +++ b/components/cody/actions/send-message/send-message.mjs @@ -4,7 +4,12 @@ export default { key: "cody-send-message", name: "Send Message", description: "Send your message and receive the AI-generated response. [See the documentation](https://developers.meetcody.ai/operation/operation-send-message)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { cody, diff --git a/components/cogmento/actions/create-contact/create-contact.mjs b/components/cogmento/actions/create-contact/create-contact.mjs index 6e8c580fd0841..c2446a5394a38 100644 --- a/components/cogmento/actions/create-contact/create-contact.mjs +++ b/components/cogmento/actions/create-contact/create-contact.mjs @@ -4,7 +4,12 @@ export default { key: "cogmento-create-contact", name: "Create Contact", description: "Create a new contact in Cogmento CRM. [See the documentation](https://api.cogmento.com/static/swagger/index.html#/Contacts/post_contacts_)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { cogmento, diff --git a/components/cogmento/actions/create-deal/create-deal.mjs b/components/cogmento/actions/create-deal/create-deal.mjs index 654abaafae1a1..881f5821d41f8 100644 --- a/components/cogmento/actions/create-deal/create-deal.mjs +++ b/components/cogmento/actions/create-deal/create-deal.mjs @@ -4,7 +4,12 @@ export default { key: "cogmento-create-deal", name: "Create Deal", description: "Create a new deal in Cogmento CRM. [See the documentation](https://api.cogmento.com/static/swagger/index.html#/Deals/post_deals_)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { cogmento, diff --git a/components/cogmento/actions/create-task/create-task.mjs b/components/cogmento/actions/create-task/create-task.mjs index 2dee9054992ae..018c592a0954e 100644 --- a/components/cogmento/actions/create-task/create-task.mjs +++ b/components/cogmento/actions/create-task/create-task.mjs @@ -4,7 +4,12 @@ export default { key: "cogmento-create-task", name: "Create Task", description: "Create a new task in Cogmento CRM. [See the documentation](https://api.cogmento.com/static/swagger/index.html#/Tasks/post_tasks_)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { cogmento, diff --git a/components/cohere_platform/actions/chat/chat.mjs b/components/cohere_platform/actions/chat/chat.mjs index b30bddb4d25b7..2b05f93723991 100644 --- a/components/cohere_platform/actions/chat/chat.mjs +++ b/components/cohere_platform/actions/chat/chat.mjs @@ -4,7 +4,12 @@ import { clearObj } from "../../common/utils.mjs"; export default { key: "cohere_platform-chat", name: "Chat", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Generates a text response to a user message. [See the documentation](https://docs.cohere.com/reference/chat)", type: "action", props: { diff --git a/components/cohere_platform/actions/classify-text/classify-text.mjs b/components/cohere_platform/actions/classify-text/classify-text.mjs index 5dfb46c84b30d..e5bec3bd9d01c 100644 --- a/components/cohere_platform/actions/classify-text/classify-text.mjs +++ b/components/cohere_platform/actions/classify-text/classify-text.mjs @@ -4,7 +4,12 @@ import { clearObj } from "../../common/utils.mjs"; export default { key: "cohere_platform-classify-text", name: "Classify Text", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "This action makes a prediction about which label fits the specified text inputs best. [See the documentation](https://docs.cohere.com/reference/classify-1)", type: "action", props: { diff --git a/components/coinbase/actions/place-buy-order/place-buy-order.mjs b/components/coinbase/actions/place-buy-order/place-buy-order.mjs index 674db88f6e06f..f5e1d24067a3a 100644 --- a/components/coinbase/actions/place-buy-order/place-buy-order.mjs +++ b/components/coinbase/actions/place-buy-order/place-buy-order.mjs @@ -5,7 +5,12 @@ export default { key: "coinbase-place-buy-order", name: "Place Buy Order", description: "Places a buy order", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { coinbase: { diff --git a/components/coinbase/actions/withdraw-funds/withdraw-funds.mjs b/components/coinbase/actions/withdraw-funds/withdraw-funds.mjs index c3432b9ccec73..4c923951477c2 100644 --- a/components/coinbase/actions/withdraw-funds/withdraw-funds.mjs +++ b/components/coinbase/actions/withdraw-funds/withdraw-funds.mjs @@ -5,7 +5,12 @@ export default { key: "coinbase-withdraw-funds", name: "Withdraw Funds", description: "Withdraw funds", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { coinbase: { diff --git a/components/coinmarketcal/actions/list-categories/list-categories.mjs b/components/coinmarketcal/actions/list-categories/list-categories.mjs index 2abda71813185..9d8a80cce5ce0 100644 --- a/components/coinmarketcal/actions/list-categories/list-categories.mjs +++ b/components/coinmarketcal/actions/list-categories/list-categories.mjs @@ -3,7 +3,12 @@ import coinmarketcal from "../../coinmarketcal.app.mjs"; export default { key: "coinmarketcal-list-categories", name: "List Categories", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Obtain a list of all available event categories in CoinMarketCal. [See the docs here](https://coinmarketcal.com/en/doc/redoc#/paths/~1categories/get)", type: "action", props: { diff --git a/components/coinmarketcal/actions/list-coins/list-coins.mjs b/components/coinmarketcal/actions/list-coins/list-coins.mjs index 832926af23ff7..dfe03eda9b2c0 100644 --- a/components/coinmarketcal/actions/list-coins/list-coins.mjs +++ b/components/coinmarketcal/actions/list-coins/list-coins.mjs @@ -3,7 +3,12 @@ import coinmarketcal from "../../coinmarketcal.app.mjs"; export default { key: "coinmarketcal-list-coins", name: "List Coins", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Obtain a list of all available coins in CoinMarketCal. [See the docs here](https://coinmarketcal.com/en/doc/redoc#/paths/~1categories/get)", type: "action", props: { diff --git a/components/coinmarketcal/actions/search-events/search-events.mjs b/components/coinmarketcal/actions/search-events/search-events.mjs index 2650566cd981d..5373756d7f742 100644 --- a/components/coinmarketcal/actions/search-events/search-events.mjs +++ b/components/coinmarketcal/actions/search-events/search-events.mjs @@ -8,7 +8,12 @@ import { export default { key: "coinmarketcal-search-events", name: "Search Events", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Retrieve a list of events based on specified filters. [See the docs here](https://coinmarketcal.com/en/doc/redoc#/paths/~1events/get)", type: "action", props: { diff --git a/components/coinmarketcap/actions/get-cryptocurrency-metadata/get-cryptocurrency-metadata.mjs b/components/coinmarketcap/actions/get-cryptocurrency-metadata/get-cryptocurrency-metadata.mjs index a2f8e20dee3da..25171b1425e17 100644 --- a/components/coinmarketcap/actions/get-cryptocurrency-metadata/get-cryptocurrency-metadata.mjs +++ b/components/coinmarketcap/actions/get-cryptocurrency-metadata/get-cryptocurrency-metadata.mjs @@ -5,7 +5,12 @@ export default { name: "Get Cryptocurrency Metadata", description: "Returns all static metadata available for one or more cryptocurrencies. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV2CryptocurrencyInfo)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { coinmarketcap, diff --git a/components/coinmarketcap/actions/id-map/id-map.mjs b/components/coinmarketcap/actions/id-map/id-map.mjs index 231accedb487f..42f09c577d744 100644 --- a/components/coinmarketcap/actions/id-map/id-map.mjs +++ b/components/coinmarketcap/actions/id-map/id-map.mjs @@ -5,7 +5,12 @@ export default { key: "coinmarketcap-id-map", name: "Get ID Map (V1)", description: "Returns a mapping of all cryptocurrencies to unique CoinMarketCap ids. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyMap)", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { coinmarketcap, diff --git a/components/coinmarketcap/actions/latest-listings/latest-listings.mjs b/components/coinmarketcap/actions/latest-listings/latest-listings.mjs index 7fc9e0f29686c..a45a173a7123f 100644 --- a/components/coinmarketcap/actions/latest-listings/latest-listings.mjs +++ b/components/coinmarketcap/actions/latest-listings/latest-listings.mjs @@ -6,7 +6,12 @@ export default { name: "Get Latest Listings", description: "Returns a paginated list of all active cryptocurrencies with latest market data. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyListingsLatest)", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { coinmarketcap, diff --git a/components/coinmarketcap/actions/latest-quotes/latest-quotes.mjs b/components/coinmarketcap/actions/latest-quotes/latest-quotes.mjs index b9d9a3c686be0..53ebbce5b3199 100644 --- a/components/coinmarketcap/actions/latest-quotes/latest-quotes.mjs +++ b/components/coinmarketcap/actions/latest-quotes/latest-quotes.mjs @@ -5,7 +5,12 @@ export default { key: "coinmarketcap-latest-quotes", name: "Get Latest Quotes", description: "Returns the latest market quote for 1 or more cryptocurrencies. Use the \"\"convert\"\" option to return market values in multiple fiat and cryptocurrency conversions in the same call. At least one \"\"id\"\" or \"\"slug\"\" or \"\"symbol\"\" is required for this request. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyQuotesLatest)", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { coinmarketcap, diff --git a/components/columns_ai/actions/build-graph-from-scratch/build-graph-from-scratch.mjs b/components/columns_ai/actions/build-graph-from-scratch/build-graph-from-scratch.mjs index cc9adec34625f..977502f13f34a 100644 --- a/components/columns_ai/actions/build-graph-from-scratch/build-graph-from-scratch.mjs +++ b/components/columns_ai/actions/build-graph-from-scratch/build-graph-from-scratch.mjs @@ -6,7 +6,12 @@ export default { key: "columns_ai-build-graph-from-scratch", name: "Build Graph From Scratch", description: "Builds a graph object from scratch and publishes it. [See the documentation](https://github.com/varchar-io/vaas?tab=readme-ov-file#basic-usage)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/columns_ai/actions/build-graph-from-template/build-graph-from-template.mjs b/components/columns_ai/actions/build-graph-from-template/build-graph-from-template.mjs index 62fa048820218..f54ac6b77ce84 100644 --- a/components/columns_ai/actions/build-graph-from-template/build-graph-from-template.mjs +++ b/components/columns_ai/actions/build-graph-from-template/build-graph-from-template.mjs @@ -5,7 +5,12 @@ export default { key: "columns_ai-build-graph-from-template", name: "Build Graph From Template", description: "Builds a graph object from a template and publishes it. [See the documentation](https://github.com/varchar-io/vaas?tab=readme-ov-file#basic-usage).", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/cometly/actions/send-event/send-event.mjs b/components/cometly/actions/send-event/send-event.mjs index b5275715a1d64..738715a54f907 100644 --- a/components/cometly/actions/send-event/send-event.mjs +++ b/components/cometly/actions/send-event/send-event.mjs @@ -6,7 +6,12 @@ export default { name: "Send Event", description: "Sends an event to the Cometly API. [See the documentation]https://developers.cometly.com/#endpoint-advanced-method)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { cometly, diff --git a/components/commpeak/actions/get-account-info/get-account-info.mjs b/components/commpeak/actions/get-account-info/get-account-info.mjs index dc0c934a11c2c..8f801b4c0807e 100644 --- a/components/commpeak/actions/get-account-info/get-account-info.mjs +++ b/components/commpeak/actions/get-account-info/get-account-info.mjs @@ -4,7 +4,12 @@ export default { key: "commpeak-get-account-info", name: "Get Account Info", description: "Get account information such as balance and tariffs. [See the documentation](https://lookup.api-docs.commpeak.com/?_gl=1*50xs02*_gcl_au*MTMxMzgzMzA3Ny4xNjk3NTY0NDE3#84b40f09-cf1e-4729-a556-4da44c6f6ade)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { commpeak, diff --git a/components/commpeak/actions/get-bulk-lookup-results/get-bulk-lookup-results.mjs b/components/commpeak/actions/get-bulk-lookup-results/get-bulk-lookup-results.mjs index f58456d57f9e2..07b40709acd9f 100644 --- a/components/commpeak/actions/get-bulk-lookup-results/get-bulk-lookup-results.mjs +++ b/components/commpeak/actions/get-bulk-lookup-results/get-bulk-lookup-results.mjs @@ -4,7 +4,12 @@ export default { key: "commpeak-get-bulk-lookup-results", name: "Get Bulk Lookup Results", description: "Get results for a bulk lookup operation. [See the documentation](https://lookup.api-docs.commpeak.com/?_gl=1*50xs02*_gcl_au*MTMxMzgzMzA3Ny4xNjk3NTY0NDE3#a447e1e8-f0c3-4068-83d7-e761d89c4a38)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { commpeak, diff --git a/components/commpeak/actions/get-single-number-lookup/get-single-number-lookup.mjs b/components/commpeak/actions/get-single-number-lookup/get-single-number-lookup.mjs index 2cb1edb738036..610567b603b07 100644 --- a/components/commpeak/actions/get-single-number-lookup/get-single-number-lookup.mjs +++ b/components/commpeak/actions/get-single-number-lookup/get-single-number-lookup.mjs @@ -4,7 +4,12 @@ export default { key: "commpeak-get-single-number-lookup", name: "Get Single Number Lookup", description: "Perform validation or lookup for a single phone number. [See the documentation](https://lookup.api-docs.commpeak.com/?_gl=1*50xs02*_gcl_au*MTMxMzgzMzA3Ny4xNjk3NTY0NDE3#46bd7a69-dc33-4014-a8de-54c54bdc57d7)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { commpeak, diff --git a/components/commpeak/actions/request-bulk-number-lookup/request-bulk-number-lookup.mjs b/components/commpeak/actions/request-bulk-number-lookup/request-bulk-number-lookup.mjs index 7e3ea3f454a74..bb88382ba6954 100644 --- a/components/commpeak/actions/request-bulk-number-lookup/request-bulk-number-lookup.mjs +++ b/components/commpeak/actions/request-bulk-number-lookup/request-bulk-number-lookup.mjs @@ -4,7 +4,12 @@ export default { key: "commpeak-request-bulk-number-lookup", name: "Request Bulk Number Lookup", description: "Perform a bulk number lookup, to later fetch the results when the operation is finished. [See the documentation](https://lookup.api-docs.commpeak.com/?_gl=1*50xs02*_gcl_au*MTMxMzgzMzA3Ny4xNjk3NTY0NDE3#cda1e4c3-963e-4d9e-b9a7-16b6616bdda5)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { commpeak, diff --git a/components/companycam/actions/add-photo/add-photo.mjs b/components/companycam/actions/add-photo/add-photo.mjs index 5b7288d5fa86d..a10866223a431 100644 --- a/components/companycam/actions/add-photo/add-photo.mjs +++ b/components/companycam/actions/add-photo/add-photo.mjs @@ -6,7 +6,12 @@ export default { name: "Add Photo", description: "Add a photo to a project. [See the docs](https://docs.companycam.com/reference/createprojectphoto).", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, projectId: { diff --git a/components/companycam/actions/add-project/add-project.mjs b/components/companycam/actions/add-project/add-project.mjs index 9b03c2f04b804..af6837880bc87 100644 --- a/components/companycam/actions/add-project/add-project.mjs +++ b/components/companycam/actions/add-project/add-project.mjs @@ -6,7 +6,12 @@ export default { name: "Add Project", description: "Add a new project. [See the docs](https://docs.companycam.com/reference/createproject).", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, projectName: { diff --git a/components/companycam/actions/find-or-create-project/find-or-create-project.mjs b/components/companycam/actions/find-or-create-project/find-or-create-project.mjs index 9d8770a568812..17afabc525680 100644 --- a/components/companycam/actions/find-or-create-project/find-or-create-project.mjs +++ b/components/companycam/actions/find-or-create-project/find-or-create-project.mjs @@ -5,7 +5,12 @@ export default { name: "Find or Create a Project", description: "Find a project by name or create it if it doesn't exist. [See the docs](https://docs.companycam.com/reference/listprojects).", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, projectName: { diff --git a/components/companycam/actions/find-project/find-project.mjs b/components/companycam/actions/find-project/find-project.mjs index 497e33b0e32ab..9a83495182356 100644 --- a/components/companycam/actions/find-project/find-project.mjs +++ b/components/companycam/actions/find-project/find-project.mjs @@ -5,7 +5,12 @@ export default { name: "Find Project", description: "Find a project by name. [See the docs](https://docs.companycam.com/reference/listprojects).", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, query: { diff --git a/components/companyhub/actions/create-company/create-company.mjs b/components/companyhub/actions/create-company/create-company.mjs index b22342b0078b7..2e1683b104f89 100644 --- a/components/companyhub/actions/create-company/create-company.mjs +++ b/components/companyhub/actions/create-company/create-company.mjs @@ -4,7 +4,12 @@ export default { key: "companyhub-create-company", name: "Create Company", description: "Creates a new company. [See the documentation](https://companyhub.com/docs/api-documentation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { companyhub, diff --git a/components/companyhub/actions/create-contact/create-contact.mjs b/components/companyhub/actions/create-contact/create-contact.mjs index d13cb4cebec8f..752c650214ee0 100644 --- a/components/companyhub/actions/create-contact/create-contact.mjs +++ b/components/companyhub/actions/create-contact/create-contact.mjs @@ -4,7 +4,12 @@ export default { key: "companyhub-create-contact", name: "Create Contact", description: "Creates a new contact. [See the documentation](https://companyhub.com/docs/api-documentation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { companyhub, diff --git a/components/companyhub/actions/create-deal/create-deal.mjs b/components/companyhub/actions/create-deal/create-deal.mjs index 0cb7acce5ffec..82b1b66586add 100644 --- a/components/companyhub/actions/create-deal/create-deal.mjs +++ b/components/companyhub/actions/create-deal/create-deal.mjs @@ -4,7 +4,12 @@ export default { key: "companyhub-create-deal", name: "Create Deal", description: "Creates a new deal. [See the documentation](https://companyhub.com/docs/api-documentation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { companyhub, diff --git a/components/confection/actions/get-related-uuids/get-related-uuids.mjs b/components/confection/actions/get-related-uuids/get-related-uuids.mjs index ee629280e7c45..3f712b5d73ec1 100644 --- a/components/confection/actions/get-related-uuids/get-related-uuids.mjs +++ b/components/confection/actions/get-related-uuids/get-related-uuids.mjs @@ -4,7 +4,12 @@ export default { key: "confection-get-related-uuids", name: "Get Related UUIDs", type: "action", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "This action will retrieve all UUIDs that have a likeness score of at least 50 (default) with the provided UUID. The likeness score can be customized in configuration.", props: { diff --git a/components/confection/actions/get-uuid-details/get-uuid-details.mjs b/components/confection/actions/get-uuid-details/get-uuid-details.mjs index 135e20029ff2d..00edac8507079 100644 --- a/components/confection/actions/get-uuid-details/get-uuid-details.mjs +++ b/components/confection/actions/get-uuid-details/get-uuid-details.mjs @@ -4,7 +4,12 @@ export default { key: "confection-get-uuid-details", name: "Get Full Details of UUID", type: "action", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "This action will retrieve the full details of a specified UUID.", props: { diff --git a/components/confluence/actions/create-page/create-page.mjs b/components/confluence/actions/create-page/create-page.mjs index 8d759f4e83438..014c36cd45774 100644 --- a/components/confluence/actions/create-page/create-page.mjs +++ b/components/confluence/actions/create-page/create-page.mjs @@ -4,7 +4,12 @@ export default { key: "confluence-create-page", name: "Create Page", description: "Creates a new page in the space. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-post)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { confluence, diff --git a/components/confluence/actions/create-post/create-post.mjs b/components/confluence/actions/create-post/create-post.mjs index 7cfb0de614db6..b8e28a79bef65 100644 --- a/components/confluence/actions/create-post/create-post.mjs +++ b/components/confluence/actions/create-post/create-post.mjs @@ -4,7 +4,12 @@ export default { key: "confluence-create-post", name: "Create Post", description: "Creates a new page or blog post on Confluence. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-blog-post/#api-blogposts-post)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { confluence, diff --git a/components/confluence/actions/delete-post/delete-post.mjs b/components/confluence/actions/delete-post/delete-post.mjs index 45a480f5dd42f..4e302535a38cd 100644 --- a/components/confluence/actions/delete-post/delete-post.mjs +++ b/components/confluence/actions/delete-post/delete-post.mjs @@ -4,7 +4,12 @@ export default { key: "confluence-delete-post", name: "Delete Post", description: "Removes a blog post from Confluence by its ID. Use with caution, the action is irreversible. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-blog-post/#api-blogposts-id-delete)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { confluence, diff --git a/components/confluence/actions/get-page-by-id/get-page-by-id.mjs b/components/confluence/actions/get-page-by-id/get-page-by-id.mjs index 65006ad236fc4..82dbacead4d5b 100644 --- a/components/confluence/actions/get-page-by-id/get-page-by-id.mjs +++ b/components/confluence/actions/get-page-by-id/get-page-by-id.mjs @@ -4,7 +4,12 @@ export default { key: "confluence-get-page-by-id", name: "Get Page by ID", description: "Retrieve a page by its ID. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-get)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { confluence, diff --git a/components/confluence/actions/get-pages-in-space/get-pages-in-space.mjs b/components/confluence/actions/get-pages-in-space/get-pages-in-space.mjs index e5e3db1c200e0..2b8d2e243094a 100644 --- a/components/confluence/actions/get-pages-in-space/get-pages-in-space.mjs +++ b/components/confluence/actions/get-pages-in-space/get-pages-in-space.mjs @@ -4,7 +4,12 @@ export default { key: "confluence-get-pages-in-space", name: "Get Pages in Space", description: "Retrieve a list of pages in a space. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-spaces-id-pages-get)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { confluence, diff --git a/components/confluence/actions/get-pages/get-pages.mjs b/components/confluence/actions/get-pages/get-pages.mjs index d42853626b94b..0face2ab0123e 100644 --- a/components/confluence/actions/get-pages/get-pages.mjs +++ b/components/confluence/actions/get-pages/get-pages.mjs @@ -4,7 +4,12 @@ export default { key: "confluence-get-pages", name: "Get Pages", description: "Retrieve a list of pages. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-get)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { confluence, diff --git a/components/confluence/actions/search-content/search-content.mjs b/components/confluence/actions/search-content/search-content.mjs index 337a51f7a179c..2db2191066b5c 100644 --- a/components/confluence/actions/search-content/search-content.mjs +++ b/components/confluence/actions/search-content/search-content.mjs @@ -4,7 +4,12 @@ export default { key: "confluence-search-content", name: "Search Content", description: "Searches for content using the Confluence Query Language (CQL). [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-search#api-wiki-rest-api-search-get)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { confluence, diff --git a/components/confluence/actions/update-post/update-post.mjs b/components/confluence/actions/update-post/update-post.mjs index 1302255a4060f..13db6d9eb2e97 100644 --- a/components/confluence/actions/update-post/update-post.mjs +++ b/components/confluence/actions/update-post/update-post.mjs @@ -5,7 +5,12 @@ export default { key: "confluence-update-post", name: "Update a Post", description: "Updates a page or blog post on Confluence by its ID. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-blog-post/#api-blogposts-id-put)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { confluence, diff --git a/components/connecteam/actions/create-shift/create-shift.mjs b/components/connecteam/actions/create-shift/create-shift.mjs index 3cbffcbc73425..d72aadb41b2a8 100644 --- a/components/connecteam/actions/create-shift/create-shift.mjs +++ b/components/connecteam/actions/create-shift/create-shift.mjs @@ -6,7 +6,12 @@ export default { key: "connecteam-create-shift", name: "Create Shift", description: "Creates a new shift in the scheduler. [See the documentation](https://developer.connecteam.com/reference/create_shifts_scheduler_v1_schedulers__schedulerid__shifts_post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { connecteam, diff --git a/components/connecteam/actions/create-user/create-user.mjs b/components/connecteam/actions/create-user/create-user.mjs index 7b8c8617e3c4f..0cc84f9db7bb3 100644 --- a/components/connecteam/actions/create-user/create-user.mjs +++ b/components/connecteam/actions/create-user/create-user.mjs @@ -6,7 +6,12 @@ export default { key: "connecteam-create-user", name: "Create User", description: "Creates a new user profile in Connecteam. [See the documentation](https://developer.connecteam.com/reference/create_users_users_v1_users_post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { connecteam, diff --git a/components/connecteam/actions/delete-shift/delete-shift.mjs b/components/connecteam/actions/delete-shift/delete-shift.mjs index 94235dd7ff210..c6f99fd06999c 100644 --- a/components/connecteam/actions/delete-shift/delete-shift.mjs +++ b/components/connecteam/actions/delete-shift/delete-shift.mjs @@ -4,7 +4,12 @@ export default { key: "connecteam-delete-shift", name: "Delete Shift", description: "Removes a specific shift based on shift ID. [See the documentation](https://developer.connecteam.com/reference/delete_shift_by_id_scheduler_v1_schedulers__schedulerid__shifts__shiftid__delete)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { connecteam, diff --git a/components/connectwise_psa/actions/create-company/create-company.mjs b/components/connectwise_psa/actions/create-company/create-company.mjs index a39f2cac87a18..a8f5a4efa4bd2 100644 --- a/components/connectwise_psa/actions/create-company/create-company.mjs +++ b/components/connectwise_psa/actions/create-company/create-company.mjs @@ -4,7 +4,12 @@ export default { key: "connectwise_psa-create-company", name: "Create Company", description: "Creates a new company in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Companies/postCompanyCompanies)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { connectwise, diff --git a/components/connectwise_psa/actions/create-contact/create-contact.mjs b/components/connectwise_psa/actions/create-contact/create-contact.mjs index 04dd9982095d7..296fd6ecbd801 100644 --- a/components/connectwise_psa/actions/create-contact/create-contact.mjs +++ b/components/connectwise_psa/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { key: "connectwise_psa-create-contact", name: "Create Contact", description: "Creates a new contact in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Contacts/postCompanyContacts)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { connectwise, diff --git a/components/connectwise_psa/actions/create-ticket/create-ticket.mjs b/components/connectwise_psa/actions/create-ticket/create-ticket.mjs index dc654a55d70f0..b5ec756a4e711 100644 --- a/components/connectwise_psa/actions/create-ticket/create-ticket.mjs +++ b/components/connectwise_psa/actions/create-ticket/create-ticket.mjs @@ -4,7 +4,12 @@ export default { key: "connectwise_psa-create-ticket", name: "Create Ticket", description: "Creates a new ticket in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Tickets/postServiceTickets)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { connectwise, diff --git a/components/constant_contact/actions/add-contact/add-contact.mjs b/components/constant_contact/actions/add-contact/add-contact.mjs index 2dc2bfa9ebfbf..f95dcb428d872 100644 --- a/components/constant_contact/actions/add-contact/add-contact.mjs +++ b/components/constant_contact/actions/add-contact/add-contact.mjs @@ -4,7 +4,12 @@ import constantContact from "../../constant_contact.app.mjs"; export default { key: "constant_contact-add-contact", name: "Add Contact", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Add a single contact. [See the documentation](https://developer.constantcontact.com/api_reference/index.html#!/Contacts/createContact)", type: "action", props: { diff --git a/components/constant_contact/actions/delete-contact/delete-contact.mjs b/components/constant_contact/actions/delete-contact/delete-contact.mjs index 18a7cec09da75..7cedbb86066ab 100644 --- a/components/constant_contact/actions/delete-contact/delete-contact.mjs +++ b/components/constant_contact/actions/delete-contact/delete-contact.mjs @@ -3,7 +3,12 @@ import constantContact from "../../constant_contact.app.mjs"; export default { key: "constant_contact-delete-contact", name: "Remove Contact", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, description: "Delete a specific contact identified by contact_id. [See the documentation](https://developer.constantcontact.com/api_reference/index.html#!/Contacts/deleteContact)", type: "action", props: { diff --git a/components/constant_contact/actions/update-contact/update-contact.mjs b/components/constant_contact/actions/update-contact/update-contact.mjs index b1d631858aa1c..515e21dd5a0d5 100644 --- a/components/constant_contact/actions/update-contact/update-contact.mjs +++ b/components/constant_contact/actions/update-contact/update-contact.mjs @@ -4,7 +4,12 @@ import constantContact from "../../constant_contact.app.mjs"; export default { key: "constant_contact-update-contact", name: "Update Contact", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, description: "Update an existing contact. [See the documentation](https://developer.constantcontact.com/api_reference/index.html#!/Contacts/putContact)", type: "action", props: { diff --git a/components/contact_enhance/actions/find-contact/find-contact.mjs b/components/contact_enhance/actions/find-contact/find-contact.mjs index 20a1358b9d392..b6522d0219abe 100644 --- a/components/contact_enhance/actions/find-contact/find-contact.mjs +++ b/components/contact_enhance/actions/find-contact/find-contact.mjs @@ -4,7 +4,12 @@ export default { key: "contact_enhance-find-contact", name: "Find Contact", description: "Locates a specific contact in the database using the email. [See the documentation](https://u.pcloud.link/publink/show?code=XZ8tzp0ZjaO5gqh55FuTmEEbwt0GOJPtqqgX)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/contactout/actions/company-search/company-search.mjs b/components/contactout/actions/company-search/company-search.mjs index 9ed9160d9185b..d7a1d1be6a07d 100644 --- a/components/contactout/actions/company-search/company-search.mjs +++ b/components/contactout/actions/company-search/company-search.mjs @@ -4,7 +4,12 @@ export default { key: "contactout-company-search", name: "Company Search", description: "Get company profiles matching the search criteria. [See the documentation](https://api.contactout.com/#company-search-api).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/contactout/actions/decision-makers-search/decision-makers-search.mjs b/components/contactout/actions/decision-makers-search/decision-makers-search.mjs index 0af6845f15592..929058591cbc5 100644 --- a/components/contactout/actions/decision-makers-search/decision-makers-search.mjs +++ b/components/contactout/actions/decision-makers-search/decision-makers-search.mjs @@ -4,7 +4,12 @@ export default { key: "contactout-decision-makers-search", name: "Decision Makers Search", description: "Get profiles of key decision makers within a specified company. [See the documentation](https://api.contactout.com/#decision-makers-api).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/contactout/actions/email-to-linkedin/email-to-linkedin.mjs b/components/contactout/actions/email-to-linkedin/email-to-linkedin.mjs index e60dd6a03fbd6..be53e465f0032 100644 --- a/components/contactout/actions/email-to-linkedin/email-to-linkedin.mjs +++ b/components/contactout/actions/email-to-linkedin/email-to-linkedin.mjs @@ -4,7 +4,12 @@ export default { key: "contactout-email-to-linkedin", name: "Email To LinkedIn", description: "Find LinkedIn profile from email address. [See the documentation](https://api.contactout.com/#email-to-linkedin-api).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/contactout/actions/get-company-info/get-company-info.mjs b/components/contactout/actions/get-company-info/get-company-info.mjs index d382838d47aa2..8423eaa8c52fd 100644 --- a/components/contactout/actions/get-company-info/get-company-info.mjs +++ b/components/contactout/actions/get-company-info/get-company-info.mjs @@ -4,7 +4,12 @@ export default { key: "contactout-get-company-info", name: "Get Company Information", description: "Get company information from domain names. [See the documentation](https://api.contactout.com/#company-information-from-domains).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/contactout/actions/get-contact-info-by-member-id/get-contact-info-by-member-id.mjs b/components/contactout/actions/get-contact-info-by-member-id/get-contact-info-by-member-id.mjs index 2de6b04d772c1..5fa656574cdca 100644 --- a/components/contactout/actions/get-contact-info-by-member-id/get-contact-info-by-member-id.mjs +++ b/components/contactout/actions/get-contact-info-by-member-id/get-contact-info-by-member-id.mjs @@ -4,7 +4,12 @@ export default { key: "contactout-get-contact-info-by-member-id", name: "Get Contact Info by LinkedIn Member ID", description: "Get contact information (email and phone) for a LinkedIn profile using a LinkedIn Member ID. [See the documentation](https://api.contactout.com/#from-linkedin-memberid).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/contactout/actions/get-contact-info/get-contact-info.mjs b/components/contactout/actions/get-contact-info/get-contact-info.mjs index 4f405e7399647..3c571b6618c12 100644 --- a/components/contactout/actions/get-contact-info/get-contact-info.mjs +++ b/components/contactout/actions/get-contact-info/get-contact-info.mjs @@ -4,7 +4,12 @@ export default { key: "contactout-get-contact-info", name: "Get Contact Info from LinkedIn Profile", description: "Get contact information (email and phone) for a LinkedIn profile using a LinkedIn URL. [See the documentation](https://api.contactout.com/#from-linkedin-profile).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/contactout/actions/linkedin-profile-enrich/linkedin-profile-enrich.mjs b/components/contactout/actions/linkedin-profile-enrich/linkedin-profile-enrich.mjs index 417216f986c3a..b97c6fe105d01 100644 --- a/components/contactout/actions/linkedin-profile-enrich/linkedin-profile-enrich.mjs +++ b/components/contactout/actions/linkedin-profile-enrich/linkedin-profile-enrich.mjs @@ -4,7 +4,12 @@ export default { key: "contactout-linkedin-profile-enrich", name: "Enrich LinkedIn Profile", description: "Get profile details for a LinkedIn profile using either a LinkedIn URL or email address. [See the documentation](https://api.contactout.com/#from-linkedin-url).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/contactout/actions/people-search/people-search.mjs b/components/contactout/actions/people-search/people-search.mjs index 70e162a845039..14e69eace28a2 100644 --- a/components/contactout/actions/people-search/people-search.mjs +++ b/components/contactout/actions/people-search/people-search.mjs @@ -4,7 +4,12 @@ export default { key: "contactout-people-search", name: "People Search", description: "Search for people based on various criteria like name, company, title, location, skills, and more. [See the documentation](https://api.contactout.com/#people-search-api).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/contactout/actions/verify-email-bulk/verify-email-bulk.mjs b/components/contactout/actions/verify-email-bulk/verify-email-bulk.mjs index c4672db4f12b2..dae4b70ebdd6f 100644 --- a/components/contactout/actions/verify-email-bulk/verify-email-bulk.mjs +++ b/components/contactout/actions/verify-email-bulk/verify-email-bulk.mjs @@ -5,7 +5,12 @@ export default { key: "contactout-verify-email-bulk", name: "Verify Email Bulk", description: "Verify the deliverability for a batch of up to 1000 email addresses in bulk. [See the documentation](https://api.contactout.com/#bulk).", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/contactout/actions/verify-email/verify-email.mjs b/components/contactout/actions/verify-email/verify-email.mjs index f7643f24bfe79..7a7ad73e9efd6 100644 --- a/components/contactout/actions/verify-email/verify-email.mjs +++ b/components/contactout/actions/verify-email/verify-email.mjs @@ -4,7 +4,12 @@ export default { key: "contactout-verify-email", name: "Verify Email", description: "Verify the deliverability of a single email address. [See the documentation](https://api.contactout.com/#single).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/content_snare/actions/create-client/create-client.mjs b/components/content_snare/actions/create-client/create-client.mjs index 0c2cd972f1413..207a0ace17d8b 100644 --- a/components/content_snare/actions/create-client/create-client.mjs +++ b/components/content_snare/actions/create-client/create-client.mjs @@ -4,7 +4,12 @@ export default { key: "content_snare-create-client", name: "Create Client", description: "Creates a new client on Content Snare. [See the documentation](https://api.contentsnare.com/partner_api/v1/documentation#post-/partner_api/v1/clients)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/content_snare/actions/create-request/create-request.mjs b/components/content_snare/actions/create-request/create-request.mjs index a428b2313a303..860c0465f2bbe 100644 --- a/components/content_snare/actions/create-request/create-request.mjs +++ b/components/content_snare/actions/create-request/create-request.mjs @@ -4,7 +4,12 @@ export default { key: "content_snare-create-request", name: "Create Request", description: "Initiates a novel request on Content Snare. [See the documentation](https://api.contentsnare.com/partner_api/v1/documentation#post-/partner_api/v1/requests)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/contentstack/actions/create-entry/create-entry.mjs b/components/contentstack/actions/create-entry/create-entry.mjs index 3baa5263bc97c..d2b5c50edc86c 100644 --- a/components/contentstack/actions/create-entry/create-entry.mjs +++ b/components/contentstack/actions/create-entry/create-entry.mjs @@ -5,7 +5,12 @@ export default { key: "contentstack-create-entry", name: "Create Entry", description: "Creates a new entry in Contentstack. [See the documentation](https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/contentstack/actions/publish-entry/publish-entry.mjs b/components/contentstack/actions/publish-entry/publish-entry.mjs index cb4d954e8e100..6d26e2870c0d1 100644 --- a/components/contentstack/actions/publish-entry/publish-entry.mjs +++ b/components/contentstack/actions/publish-entry/publish-entry.mjs @@ -5,7 +5,12 @@ export default { key: "contentstack-publish-entry", name: "Publish Entry", description: "Publishes a specific entry using its UID. [See the documentation](https://www.contentstack.com/docs/developers/apis/content-management-api#publish-entry)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { contentstack, diff --git a/components/contentstack/actions/update-entry/update-entry.mjs b/components/contentstack/actions/update-entry/update-entry.mjs index 66c3e50450e9d..f3daeb2b5dcb0 100644 --- a/components/contentstack/actions/update-entry/update-entry.mjs +++ b/components/contentstack/actions/update-entry/update-entry.mjs @@ -5,7 +5,12 @@ export default { key: "contentstack-update-entry", name: "Update Entry", description: "Updates an existing Contentstack entry. [See the documentation](https://www.contentstack.com/docs/developers/apis/content-management-api#update-an-entry).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/control_d/actions/create-device/create-device.mjs b/components/control_d/actions/create-device/create-device.mjs index fcc7e1008cf74..75db4ed9e516b 100644 --- a/components/control_d/actions/create-device/create-device.mjs +++ b/components/control_d/actions/create-device/create-device.mjs @@ -4,7 +4,12 @@ export default { key: "control_d-create-device", name: "Create Device", description: "Create a new device. [See the documentation](https://docs.controld.com/reference/post_devices)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/control_d/actions/create-profile/create-profile.mjs b/components/control_d/actions/create-profile/create-profile.mjs index 777c3230b002d..a5ff80405b078 100644 --- a/components/control_d/actions/create-profile/create-profile.mjs +++ b/components/control_d/actions/create-profile/create-profile.mjs @@ -4,7 +4,12 @@ export default { key: "control_d-create-profile", name: "Create Profile", description: "Create a profile. [See the documentation](https://docs.controld.com/reference/post_profiles)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/control_d/actions/delete-device/delete-device.mjs b/components/control_d/actions/delete-device/delete-device.mjs index 8d93728c86a51..9fd02e908f95c 100644 --- a/components/control_d/actions/delete-device/delete-device.mjs +++ b/components/control_d/actions/delete-device/delete-device.mjs @@ -4,7 +4,12 @@ export default { key: "control_d-delete-device", name: "Delete Device", description: "Delete a device with the specified ID. [See the documentation](https://docs.controld.com/reference/delete_devices-device-id)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/convenia/actions/create-leave-of-absence-for-employee/create-leave-of-absence-for-employee.mjs b/components/convenia/actions/create-leave-of-absence-for-employee/create-leave-of-absence-for-employee.mjs index 2c6ea2912abe4..5db1b93939fcc 100644 --- a/components/convenia/actions/create-leave-of-absence-for-employee/create-leave-of-absence-for-employee.mjs +++ b/components/convenia/actions/create-leave-of-absence-for-employee/create-leave-of-absence-for-employee.mjs @@ -4,7 +4,12 @@ export default { key: "convenia-create-leave-of-absence-for-employee", name: "Create Leave Of Absence For Employee", description: "Creates a new leave of absence for an employee. [See the documentation](https://docs--api-convenia-com-br.translate.goog/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { convenia, diff --git a/components/convertapi/actions/convert-base64-encoded-file/convert-base64-encoded-file.mjs b/components/convertapi/actions/convert-base64-encoded-file/convert-base64-encoded-file.mjs index 610f4ac41e206..2e2965ed29f68 100644 --- a/components/convertapi/actions/convert-base64-encoded-file/convert-base64-encoded-file.mjs +++ b/components/convertapi/actions/convert-base64-encoded-file/convert-base64-encoded-file.mjs @@ -6,7 +6,12 @@ export default { key: "convertapi-convert-base64-encoded-file", name: "Convert Base64 Encoded File", description: "This action converts a base64-string-encoded file into the user-specified format. [See the documentation](https://v2.convertapi.com/info/openapi)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { convertapi, diff --git a/components/convertapi/actions/convert-file/convert-file.mjs b/components/convertapi/actions/convert-file/convert-file.mjs index f66683e9197bc..4481d44d9d427 100644 --- a/components/convertapi/actions/convert-file/convert-file.mjs +++ b/components/convertapi/actions/convert-file/convert-file.mjs @@ -7,7 +7,12 @@ export default { key: "convertapi-convert-file", name: "Convert File", description: "Use this action to convert files to the chosen format. [See the documentation](https://v2.convertapi.com/info/openapi)", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { convertapi, diff --git a/components/convertapi/actions/convert-web-url/convert-web-url.mjs b/components/convertapi/actions/convert-web-url/convert-web-url.mjs index a585cc2292233..bf699be88d02e 100644 --- a/components/convertapi/actions/convert-web-url/convert-web-url.mjs +++ b/components/convertapi/actions/convert-web-url/convert-web-url.mjs @@ -13,7 +13,12 @@ export default { key: "convertapi-convert-web-url", name: "Convert Web URL to Specified Format", description: "Converts a website page to a specified format. [See the documentation](https://v2.convertapi.com/info/openapi)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { convertapi, diff --git a/components/convertkit/actions/add-subscriber-to-form/add-subscriber-to-form.mjs b/components/convertkit/actions/add-subscriber-to-form/add-subscriber-to-form.mjs index 7e084e43b8e8d..2cddf535fdc32 100644 --- a/components/convertkit/actions/add-subscriber-to-form/add-subscriber-to-form.mjs +++ b/components/convertkit/actions/add-subscriber-to-form/add-subscriber-to-form.mjs @@ -4,7 +4,12 @@ export default { key: "convertkit-add-subscriber-to-form", name: "Add subscriber to a form", description: "Add subscriber to a form. [See docs here](https://developers.convertkit.com/#add-subscriber-to-a-form)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { convertkit, diff --git a/components/convertkit/actions/add-tag-to-subscriber/add-tag-to-subscriber.mjs b/components/convertkit/actions/add-tag-to-subscriber/add-tag-to-subscriber.mjs index 5693222cde75e..8339c673ced8d 100644 --- a/components/convertkit/actions/add-tag-to-subscriber/add-tag-to-subscriber.mjs +++ b/components/convertkit/actions/add-tag-to-subscriber/add-tag-to-subscriber.mjs @@ -4,7 +4,12 @@ export default { key: "convertkit-add-tag-to-subscriber", name: "Add tag to a subscriber", description: "Add tag to a subscriber. [See docs here](https://developers.convertkit.com/#tag-a-subscriber)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { convertkit, diff --git a/components/convertkit/actions/list-subscribers/list-subscribers.mjs b/components/convertkit/actions/list-subscribers/list-subscribers.mjs index 8f27eaf88b48d..4fb1383e688fb 100644 --- a/components/convertkit/actions/list-subscribers/list-subscribers.mjs +++ b/components/convertkit/actions/list-subscribers/list-subscribers.mjs @@ -5,7 +5,12 @@ export default { key: "convertkit-list-subscribers", name: "List subscribers", description: "Returns a list of your subscribers. [See docs here](https://developers.convertkit.com/#list-subscribers)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { convertkit, diff --git a/components/convertkit/actions/view-single-subscribers/view-single-subscribers.mjs b/components/convertkit/actions/view-single-subscribers/view-single-subscribers.mjs index 116dff49b1400..693e019d09828 100644 --- a/components/convertkit/actions/view-single-subscribers/view-single-subscribers.mjs +++ b/components/convertkit/actions/view-single-subscribers/view-single-subscribers.mjs @@ -4,7 +4,12 @@ export default { key: "convertkit-view-single-subscribers", name: "View a Single Subscribers", description: "Returns data for a single subscriber. [See docs here](https://developers.convertkit.com/#view-a-single-subscriber)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { convertkit, diff --git a/components/convolo_ai/actions/create-call/create-call.mjs b/components/convolo_ai/actions/create-call/create-call.mjs index 1734298e53ef2..c321805758dcf 100644 --- a/components/convolo_ai/actions/create-call/create-call.mjs +++ b/components/convolo_ai/actions/create-call/create-call.mjs @@ -4,7 +4,12 @@ export default { key: "convolo_ai-create-call", name: "Create Call", description: "Initiates a phone call to a lead and establishes the connection with the first available agent. [See the documentation](https://help.convolo.ai/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { convoloAi, diff --git a/components/copper/actions/associate-to-project/associate-to-project.mjs b/components/copper/actions/associate-to-project/associate-to-project.mjs index 1f9417ffb322b..f380377da56ed 100644 --- a/components/copper/actions/associate-to-project/associate-to-project.mjs +++ b/components/copper/actions/associate-to-project/associate-to-project.mjs @@ -4,7 +4,12 @@ export default { key: "copper-associate-to-project", name: "Associate to Project", description: "Relates an existing project with an existing CRM object. [See the documentation](https://developer.copper.com/related-items/relate-an-existing-record-to-an-entity.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { copper, diff --git a/components/copper/actions/create-update-person/create-update-person.mjs b/components/copper/actions/create-update-person/create-update-person.mjs index b57c0c21ada11..44425481d5a8c 100644 --- a/components/copper/actions/create-update-person/create-update-person.mjs +++ b/components/copper/actions/create-update-person/create-update-person.mjs @@ -5,7 +5,12 @@ export default { key: "copper-create-update-person", name: "Create or Update Person", description: "Creates a new person or updates an existing one based on email address. [See the documentation](https://developer.copper.com/people/create-a-new-person.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { copper, diff --git a/components/copper/actions/create-update-project/create-update-project.mjs b/components/copper/actions/create-update-project/create-update-project.mjs index 4c2c75d0da895..d5b82c72f11eb 100644 --- a/components/copper/actions/create-update-project/create-update-project.mjs +++ b/components/copper/actions/create-update-project/create-update-project.mjs @@ -4,7 +4,12 @@ export default { key: "copper-create-update-project", name: "Create or Update Project", description: "Creates a new project or updates an existing one based on the project name. [See the documentation](https://developer.copper.com/projects/create-a-new-project.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { copper, diff --git a/components/copper/actions/get-object/get-object.mjs b/components/copper/actions/get-object/get-object.mjs index bc709b8d39b74..fd2226dcc3a82 100644 --- a/components/copper/actions/get-object/get-object.mjs +++ b/components/copper/actions/get-object/get-object.mjs @@ -4,7 +4,12 @@ export default { key: "copper-get-object", name: "Get Object", description: "Retrieves an existing CRM object. [See the documentation](https://developer.copper.com/account-and-users/fetch-user-by-id.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { copper, diff --git a/components/copperx/actions/create-customer/create-customer.mjs b/components/copperx/actions/create-customer/create-customer.mjs index c3bfce8e0be90..1e8dd2acf5ba4 100644 --- a/components/copperx/actions/create-customer/create-customer.mjs +++ b/components/copperx/actions/create-customer/create-customer.mjs @@ -3,7 +3,12 @@ import copperx from "../../copperx.app.mjs"; export default { key: "copperx-create-customer", name: "Create Customer", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new customer [See the documentation](https://copperx.readme.io/reference/customercontroller_create)", type: "action", props: { diff --git a/components/copperx/actions/create-invoice/create-invoice.mjs b/components/copperx/actions/create-invoice/create-invoice.mjs index 21c1f1bc3980d..0bff4383b72f3 100644 --- a/components/copperx/actions/create-invoice/create-invoice.mjs +++ b/components/copperx/actions/create-invoice/create-invoice.mjs @@ -6,7 +6,12 @@ import copperx from "../../copperx.app.mjs"; export default { key: "copperx-create-invoice", name: "Create Invoice", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new invoice [See the documentation](https://copperx.readme.io/reference/invoicecontroller_create)", type: "action", props: {