diff --git a/components/brex_staging/actions/list-transactions-for-primary-card-account/list-transactions-for-primary-card-account.mjs b/components/brex_staging/actions/list-transactions-for-primary-card-account/list-transactions-for-primary-card-account.mjs index f68e66c475cc5..8fbd676328c5d 100644 --- a/components/brex_staging/actions/list-transactions-for-primary-card-account/list-transactions-for-primary-card-account.mjs +++ b/components/brex_staging/actions/list-transactions-for-primary-card-account/list-transactions-for-primary-card-account.mjs @@ -6,7 +6,12 @@ export default { name: "List Transactions for Primary Card Account", description: "Lists all settled transactions for the primary card account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listPrimaryCardTransactions).", key: "brex_staging-list-transactions-for-primary-card-account", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { brexApp, diff --git a/components/brex_staging/actions/list-transactions-for-selected-cash-account/list-transactions-for-selected-cash-account.mjs b/components/brex_staging/actions/list-transactions-for-selected-cash-account/list-transactions-for-selected-cash-account.mjs index 6adf4d9b203ee..569aa17f17d36 100644 --- a/components/brex_staging/actions/list-transactions-for-selected-cash-account/list-transactions-for-selected-cash-account.mjs +++ b/components/brex_staging/actions/list-transactions-for-selected-cash-account/list-transactions-for-selected-cash-account.mjs @@ -6,7 +6,12 @@ export default { name: "List Transactions for Selected Cash Account", description: "Lists all transactions for the specified cash account. [See the docs here](https://developer.brex.com/openapi/transactions_api/#operation/listCashTransactions).", key: "brex_staging-list-transactions-for-selected-cash-account", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { brexApp, diff --git a/components/brex_staging/actions/set-limit-for-user/set-limit-for-user.mjs b/components/brex_staging/actions/set-limit-for-user/set-limit-for-user.mjs index 45d5c271071cb..18a59222f3212 100644 --- a/components/brex_staging/actions/set-limit-for-user/set-limit-for-user.mjs +++ b/components/brex_staging/actions/set-limit-for-user/set-limit-for-user.mjs @@ -6,7 +6,12 @@ export default { name: "Set Limit for User", description: "Sets the monthly limit for a user. [See the docs here](https://developer.brex.com/openapi/team_api/#operation/setUserLimit).", key: "brex_staging-set-limit-for-user", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { brexApp, diff --git a/components/bridge_interactive_platform/actions/get-listings/get-listings.mjs b/components/bridge_interactive_platform/actions/get-listings/get-listings.mjs index 33b8f60603ba3..b27cc0783c4c1 100644 --- a/components/bridge_interactive_platform/actions/get-listings/get-listings.mjs +++ b/components/bridge_interactive_platform/actions/get-listings/get-listings.mjs @@ -5,7 +5,12 @@ export default { key: "bridge_interactive_platform-get-listings", name: "Get Listings", description: "Get MLS listings from a dataset. [See the documentation](https://bridgedataoutput.com/docs/explorer/mls-data)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { bridgeInteractivePlatform, diff --git a/components/bright_data/actions/scrape-serp/scrape-serp.mjs b/components/bright_data/actions/scrape-serp/scrape-serp.mjs index ddfdc9d2ff253..904d8fdc8d904 100644 --- a/components/bright_data/actions/scrape-serp/scrape-serp.mjs +++ b/components/bright_data/actions/scrape-serp/scrape-serp.mjs @@ -5,7 +5,12 @@ export default { key: "bright_data-scrape-serp", name: "Scrape SERP", description: "Extract search engine results using Bright Data SERP API. [See the documentation](https://docs.brightdata.com/api-reference/rest-api/serp/scrape-serp)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { brightData, diff --git a/components/bright_data/actions/scrape-website/scrape-website.mjs b/components/bright_data/actions/scrape-website/scrape-website.mjs index 21d4608ee0ce3..265385742e61f 100644 --- a/components/bright_data/actions/scrape-website/scrape-website.mjs +++ b/components/bright_data/actions/scrape-website/scrape-website.mjs @@ -5,7 +5,12 @@ export default { key: "bright_data-scrape-website", name: "Scrape Website", description: "Scrape a website and return the HTML. [See the documentation](https://docs.brightdata.com/api-reference/web-scraper-api/synchronous-requests)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { brightData, diff --git a/components/bright_data/actions/unlock-website/unlock-website.mjs b/components/bright_data/actions/unlock-website/unlock-website.mjs index 022c30c7d7fd8..5de4cc087b302 100644 --- a/components/bright_data/actions/unlock-website/unlock-website.mjs +++ b/components/bright_data/actions/unlock-website/unlock-website.mjs @@ -4,7 +4,12 @@ export default { key: "bright_data-unlock-website", name: "Unlock Website", description: "Send an API call to a URL and get the HTML back. Enables you to bypass anti-bot measures, manages proxies, and solves CAPTCHAs automatically for easier web data collection. [See the documentation](https://docs.brightdata.com/api-reference/rest-api/unlocker/unlock-website)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { brightData, diff --git a/components/brilliant_directories/actions/create-post/create-post.mjs b/components/brilliant_directories/actions/create-post/create-post.mjs index ffcbeb3691ac9..35844186b2c3d 100644 --- a/components/brilliant_directories/actions/create-post/create-post.mjs +++ b/components/brilliant_directories/actions/create-post/create-post.mjs @@ -5,7 +5,12 @@ export default { key: "brilliant_directories-create-post", name: "Create Post", description: "Creates a single or group post. [See the documentation](https://support.brilliantdirectories.com/support/solutions/articles/12000093239-member-posts-api-create-update-delete-and-get-member-posts)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/brilliant_directories/actions/create-user/create-user.mjs b/components/brilliant_directories/actions/create-user/create-user.mjs index 0c53e0aea1f37..8f22a6ff74be2 100644 --- a/components/brilliant_directories/actions/create-user/create-user.mjs +++ b/components/brilliant_directories/actions/create-user/create-user.mjs @@ -5,7 +5,12 @@ export default { key: "brilliant_directories-create-user", name: "Create User", description: "Creates a new user record in the website database. [See the documentation](https://support.brilliantdirectories.com/support/solutions/articles/12000088887-api-overview-and-testing-the-api-from-admin-area)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/brilliant_directories/actions/update-post/update-post.mjs b/components/brilliant_directories/actions/update-post/update-post.mjs index 26a220e4a1f42..24c34e88045b0 100644 --- a/components/brilliant_directories/actions/update-post/update-post.mjs +++ b/components/brilliant_directories/actions/update-post/update-post.mjs @@ -6,7 +6,12 @@ export default { key: "brilliant_directories-update-post", name: "Update Post", description: "Updates a post in your website database. [See the documentation](https://support.brilliantdirectories.com/support/solutions/articles/12000088887-api-overview-and-testing-the-api-from-admin-area)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/brillium/actions/list-assessments/list-assessments.mjs b/components/brillium/actions/list-assessments/list-assessments.mjs index 89af9fabcb5c9..73930f48f1caf 100644 --- a/components/brillium/actions/list-assessments/list-assessments.mjs +++ b/components/brillium/actions/list-assessments/list-assessments.mjs @@ -4,7 +4,12 @@ export default { key: "brillium-list-assessments", name: "List Assessments", description: "Retrieve all Assessments for a Brillium account. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01063)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { brillium, diff --git a/components/brillium/actions/list-questions/list-questions.mjs b/components/brillium/actions/list-questions/list-questions.mjs index eb40c0c9741de..27d401e6d71a9 100644 --- a/components/brillium/actions/list-questions/list-questions.mjs +++ b/components/brillium/actions/list-questions/list-questions.mjs @@ -4,7 +4,12 @@ export default { key: "brillium-list-questions", name: "List Questions", description: "Retrieve all Questions for an Assessment. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01071)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { brillium, diff --git a/components/brillium/actions/list-respondent-results/list-respondent-results.mjs b/components/brillium/actions/list-respondent-results/list-respondent-results.mjs index f00a22fa5b397..d6e666f4d44ab 100644 --- a/components/brillium/actions/list-respondent-results/list-respondent-results.mjs +++ b/components/brillium/actions/list-respondent-results/list-respondent-results.mjs @@ -4,7 +4,12 @@ export default { key: "brillium-list-respondent-results", name: "List Respondent Results", description: "Retrieves results for a respondent. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01073)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { brillium, diff --git a/components/brillium/actions/list-respondents/list-respondents.mjs b/components/brillium/actions/list-respondents/list-respondents.mjs index e2ddbacb94679..8561e35f90469 100644 --- a/components/brillium/actions/list-respondents/list-respondents.mjs +++ b/components/brillium/actions/list-respondents/list-respondents.mjs @@ -4,7 +4,12 @@ export default { key: "brillium-list-respondents", name: "List Respondents", description: "Retrieve all Respondents for a Brillium account. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01061)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { brillium, diff --git a/components/brillium/actions/list-topics/list-topics.mjs b/components/brillium/actions/list-topics/list-topics.mjs index 50beef38c0a9d..b44cfe05b9883 100644 --- a/components/brillium/actions/list-topics/list-topics.mjs +++ b/components/brillium/actions/list-topics/list-topics.mjs @@ -4,7 +4,12 @@ export default { key: "brillium-list-topics", name: "List Topics", description: "Retrieve all Topics for an Assessment. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01063)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { brillium, diff --git a/components/brosix/actions/send-message/send-message.mjs b/components/brosix/actions/send-message/send-message.mjs index f4be5630b040f..a99126d24e3f2 100644 --- a/components/brosix/actions/send-message/send-message.mjs +++ b/components/brosix/actions/send-message/send-message.mjs @@ -4,7 +4,12 @@ export default { key: "brosix-send-message", name: "Send Message", description: "Send a message with Brosix. [See the documentation](https://help.brosix.com/notifications-api/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/browse_ai/actions/execute-task/execute-task.mjs b/components/browse_ai/actions/execute-task/execute-task.mjs index 6720368337caa..aa08d38ece9d5 100644 --- a/components/browse_ai/actions/execute-task/execute-task.mjs +++ b/components/browse_ai/actions/execute-task/execute-task.mjs @@ -4,7 +4,12 @@ export default { key: "browse_ai-execute-task", name: "Execute Task", description: "Runs a robot on-demand with custom input parameters. [See the documentation](https://www.browse.ai/docs/api/v2#tag/tasks/operation/newRobotTask)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/browserbase/actions/create-context/create-context.mjs b/components/browserbase/actions/create-context/create-context.mjs index 06d47a1378cf2..b7b437372aaf6 100644 --- a/components/browserbase/actions/create-context/create-context.mjs +++ b/components/browserbase/actions/create-context/create-context.mjs @@ -4,7 +4,12 @@ export default { key: "browserbase-create-context", name: "Create Context", description: "Creates a new context in Browserbase. [See the documentation](https://docs.browserbase.com/reference/api/create-a-context)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { browserbase, diff --git a/components/browserbase/actions/create-session/create-session.mjs b/components/browserbase/actions/create-session/create-session.mjs index 19ef958429148..c5eecf6c5c286 100644 --- a/components/browserbase/actions/create-session/create-session.mjs +++ b/components/browserbase/actions/create-session/create-session.mjs @@ -6,7 +6,12 @@ export default { key: "browserbase-create-session", name: "Create Session", description: "Creates a new browser session with specified settings. [See the documentation](https://docs.browserbase.com/reference/api/create-a-session)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { browserbase, diff --git a/components/browserbase/actions/list-projects/list-projects.mjs b/components/browserbase/actions/list-projects/list-projects.mjs index 6ee6a0597557c..d78af8824abf8 100644 --- a/components/browserbase/actions/list-projects/list-projects.mjs +++ b/components/browserbase/actions/list-projects/list-projects.mjs @@ -4,7 +4,12 @@ export default { key: "browserbase-list-projects", name: "List Projects", description: "Lists all projects. [See the documentation](https://docs.browserbase.com/reference/api/list-projects)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { browserbase, diff --git a/components/browserhub/actions/run-automation/run-automation.mjs b/components/browserhub/actions/run-automation/run-automation.mjs index 1d3efbbfae23c..b361a4d419b79 100644 --- a/components/browserhub/actions/run-automation/run-automation.mjs +++ b/components/browserhub/actions/run-automation/run-automation.mjs @@ -4,7 +4,12 @@ export default { key: "browserhub-run-automation", name: "Run Automation", description: "Triggers a pre-built automation by providing the scraper ID. [See the documentation](https://developer.browserhub.io/runs/#create-a-run)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { browserhub, diff --git a/components/browserless/actions/convert-html-to-pdf/convert-html-to-pdf.mjs b/components/browserless/actions/convert-html-to-pdf/convert-html-to-pdf.mjs index 0ab254ebeaced..4fb49632d4ced 100644 --- a/components/browserless/actions/convert-html-to-pdf/convert-html-to-pdf.mjs +++ b/components/browserless/actions/convert-html-to-pdf/convert-html-to-pdf.mjs @@ -5,7 +5,12 @@ export default { key: "browserless-convert-html-to-pdf", name: "Generate PDF from HTML String", description: "See https://docs.browserless.io/docs/pdf.html", - version: "0.4.2", + version: "0.4.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { browserless, diff --git a/components/browserless/actions/scrape-url-list/scrape-url-list.mjs b/components/browserless/actions/scrape-url-list/scrape-url-list.mjs index da5a6cb295c21..4191e04f75730 100644 --- a/components/browserless/actions/scrape-url-list/scrape-url-list.mjs +++ b/components/browserless/actions/scrape-url-list/scrape-url-list.mjs @@ -4,7 +4,12 @@ export default { key: "browserless-scrape-url-list", name: "Scrape URL List", description: "Scrape content from a list of pages. [See the documentation](https://www.browserless.io/docs/scrape).", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { browserless, diff --git a/components/browserless/actions/scrape-url/scrape-url.mjs b/components/browserless/actions/scrape-url/scrape-url.mjs index 2ef0c23d07d31..8334ce3f8b0cc 100644 --- a/components/browserless/actions/scrape-url/scrape-url.mjs +++ b/components/browserless/actions/scrape-url/scrape-url.mjs @@ -4,7 +4,12 @@ export default { key: "browserless-scrape-url", name: "Scrape URL", description: "Scrape content from a page. [See the documentation](https://www.browserless.io/docs/scrape).", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { browserless, diff --git a/components/browserless/actions/take-screenshot/take-screenshot.mjs b/components/browserless/actions/take-screenshot/take-screenshot.mjs index 1da3ef8df2ebb..ad9da350d292f 100644 --- a/components/browserless/actions/take-screenshot/take-screenshot.mjs +++ b/components/browserless/actions/take-screenshot/take-screenshot.mjs @@ -5,7 +5,12 @@ export default { key: "browserless-take-screenshot", name: "Take a Screenshot", description: "Take a screenshot of a page. [See the documentation](https://www.browserless.io/docs/screenshot)", - version: "0.5.5", + version: "0.5.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { browserless, diff --git a/components/btcpay_server/actions/create-payment-request/create-payment-request.mjs b/components/btcpay_server/actions/create-payment-request/create-payment-request.mjs index bfe683cd5b31b..e28f9bfbed21e 100644 --- a/components/btcpay_server/actions/create-payment-request/create-payment-request.mjs +++ b/components/btcpay_server/actions/create-payment-request/create-payment-request.mjs @@ -4,7 +4,12 @@ export default { key: "btcpay_server-create-payment-request", name: "Create Payment Request", description: "Generates a new payment request for a user. [See the documentation](https://docs.btcpayserver.org/API/Greenfield/v1/#operation/PaymentRequests_CreatePaymentRequest)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { btcPayServer, diff --git a/components/btcpay_server/actions/get-store-on-chain-wallet-balance/get-store-on-chain-wallet-balance.mjs b/components/btcpay_server/actions/get-store-on-chain-wallet-balance/get-store-on-chain-wallet-balance.mjs index 8fb1a4b8a1e0a..f5133fa70cd72 100644 --- a/components/btcpay_server/actions/get-store-on-chain-wallet-balance/get-store-on-chain-wallet-balance.mjs +++ b/components/btcpay_server/actions/get-store-on-chain-wallet-balance/get-store-on-chain-wallet-balance.mjs @@ -4,7 +4,12 @@ export default { key: "btcpay_server-get-store-on-chain-wallet-balance", name: "Get Store On-Chain Wallet Balance", description: "Fetches the balance of your on-chain store wallet. [See the documentation](https://docs.btcpayserver.org/API/Greenfield/v1/#operation/StoreOnChainWallets_ShowOnChainWalletOverview)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { btcPayServer, diff --git a/components/buddee/actions/create-employee/create-employee.mjs b/components/buddee/actions/create-employee/create-employee.mjs index 0199965468708..da39db3e22ccc 100644 --- a/components/buddee/actions/create-employee/create-employee.mjs +++ b/components/buddee/actions/create-employee/create-employee.mjs @@ -4,7 +4,12 @@ export default { name: "Create Employee", description: "Create a new employee record. [See the documentation](https://developers.buddee.nl/#d08b1399-6333-4f08-a17b-26b2d8485d7e)", key: "buddee-create-employee", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { buddee, diff --git a/components/buddee/actions/create-leave-request/create-leave-request.mjs b/components/buddee/actions/create-leave-request/create-leave-request.mjs index 9603d46701e92..5a60a83e42a3b 100644 --- a/components/buddee/actions/create-leave-request/create-leave-request.mjs +++ b/components/buddee/actions/create-leave-request/create-leave-request.mjs @@ -4,7 +4,12 @@ export default { name: "Create Leave Request", description: "Creates a new leave request. [See the documentation](https://developers.buddee.nl/#b5a0cea5-e416-4521-8bc1-46cc4c3d95cb)", key: "buddee-create-leave-request", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { buddee, diff --git a/components/buddee/actions/list-employees/list-employees.mjs b/components/buddee/actions/list-employees/list-employees.mjs index b31c6949396fe..972d87e975ed5 100644 --- a/components/buddee/actions/list-employees/list-employees.mjs +++ b/components/buddee/actions/list-employees/list-employees.mjs @@ -9,7 +9,12 @@ export default { name: "List Employees", description: "Retrieve a complete list of employees. [See the documentation](https://developers.buddee.nl/#fd057d3c-8b40-4808-a4d2-eeffc5da82d7)", key: "buddee-list-employees", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { buddee, diff --git a/components/buddee/actions/list-leave-requests/list-leave-requests.mjs b/components/buddee/actions/list-leave-requests/list-leave-requests.mjs index f83544c16045c..311b48e1767a6 100644 --- a/components/buddee/actions/list-leave-requests/list-leave-requests.mjs +++ b/components/buddee/actions/list-leave-requests/list-leave-requests.mjs @@ -4,7 +4,12 @@ export default { name: "List Leave Requests", description: "Retrieves all leave requests. [See the documentation](https://developers.buddee.nl/#2c5f483b-63d4-4ecf-a9d1-7efe36563639)", key: "buddee-list-leave-requests", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { buddee, diff --git a/components/buddee/actions/list-time-registrations/list-time-registrations.mjs b/components/buddee/actions/list-time-registrations/list-time-registrations.mjs index cd8f35b328b65..ca8bfb59a3304 100644 --- a/components/buddee/actions/list-time-registrations/list-time-registrations.mjs +++ b/components/buddee/actions/list-time-registrations/list-time-registrations.mjs @@ -4,7 +4,12 @@ export default { name: "List Time Registrations", description: "Get all time tracking records, [See the documentation](https://developers.buddee.nl/#539c5261-c313-49ef-89d8-82b835b22cd4)", key: "buddee-list-time-registrations", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { buddee, diff --git a/components/bugsnag/actions/create-project/create-project.mjs b/components/bugsnag/actions/create-project/create-project.mjs index aa7f61c8ad857..c67b3b0d6c4dc 100644 --- a/components/bugsnag/actions/create-project/create-project.mjs +++ b/components/bugsnag/actions/create-project/create-project.mjs @@ -5,7 +5,12 @@ export default { key: "bugsnag-create-project", name: "Create Project", description: "Create a new project for a specific organization in Bugsnag. [See the documentation](https://bugsnagapiv2.docs.apiary.io/#reference/projects/projects/create-a-project-in-an-organization)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { bugsnag, diff --git a/components/bugsnag/actions/update-error-severity/update-error-severity.mjs b/components/bugsnag/actions/update-error-severity/update-error-severity.mjs index 3a94698ac897a..3ff4fe08c500b 100644 --- a/components/bugsnag/actions/update-error-severity/update-error-severity.mjs +++ b/components/bugsnag/actions/update-error-severity/update-error-severity.mjs @@ -5,7 +5,12 @@ export default { key: "bugsnag-update-error-severity", name: "Update Error Severity", description: "Update an the severity status of an error in Bugsnag. [See the documentation](https://bugsnagapiv2.docs.apiary.io/#reference/errors/errors/update-an-error)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { bugsnag, diff --git a/components/buildkite/actions/get-user/get-user.mjs b/components/buildkite/actions/get-user/get-user.mjs index 53e6140391bc7..99f6bb49a3bec 100644 --- a/components/buildkite/actions/get-user/get-user.mjs +++ b/components/buildkite/actions/get-user/get-user.mjs @@ -5,7 +5,12 @@ export default { key: "buildkite-get-user", name: "Get the current user", description: "Returns basic details about the user account that sent the request", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { buildkite: { diff --git a/components/builtwith/actions/get-domain-relationships/get-domain-relationships.mjs b/components/builtwith/actions/get-domain-relationships/get-domain-relationships.mjs index dabd7492ed345..db1de769d6f32 100644 --- a/components/builtwith/actions/get-domain-relationships/get-domain-relationships.mjs +++ b/components/builtwith/actions/get-domain-relationships/get-domain-relationships.mjs @@ -4,7 +4,12 @@ export default { key: "builtwith-get-domain-relationships", name: "Get Domain Relationships", description: "Get the relationships of a domain with other websites. [See the documentation](https://api.builtwith.com/relationships-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/builtwith/actions/get-domain-technologies/get-domain-technologies.mjs b/components/builtwith/actions/get-domain-technologies/get-domain-technologies.mjs index c42643d7b6317..7ddf420462c2f 100644 --- a/components/builtwith/actions/get-domain-technologies/get-domain-technologies.mjs +++ b/components/builtwith/actions/get-domain-technologies/get-domain-technologies.mjs @@ -4,7 +4,12 @@ export default { key: "builtwith-get-domain-technologies", name: "Get Domain Technologies", description: "Retrieve the technology information of a website. [See the documentation](https://api.builtwith.com/domain-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/builtwith/actions/get-profile-websites/get-profile-websites.mjs b/components/builtwith/actions/get-profile-websites/get-profile-websites.mjs index 17abddfd8e615..487aecf11f754 100644 --- a/components/builtwith/actions/get-profile-websites/get-profile-websites.mjs +++ b/components/builtwith/actions/get-profile-websites/get-profile-websites.mjs @@ -4,7 +4,12 @@ export default { key: "builtwith-get-profile-websites", name: "Get Profile Websites", description: "Get websites associated with a social media URL. [See the documentation](https://api.builtwith.com/social-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/bulkgate/actions/send-sms/send-sms.mjs b/components/bulkgate/actions/send-sms/send-sms.mjs index 98367510428ba..b5ca7a59f18cf 100644 --- a/components/bulkgate/actions/send-sms/send-sms.mjs +++ b/components/bulkgate/actions/send-sms/send-sms.mjs @@ -5,7 +5,12 @@ export default { name: "Send SMS", description: "Sends an SMS message to a phone number. [See the docs](https://help.bulkgate.com/docs/en/http-simple-transactional-post-json.html).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, number: { diff --git a/components/bunnydoc/actions/send-signature-request-from-template/send-signature-request-from-template.mjs b/components/bunnydoc/actions/send-signature-request-from-template/send-signature-request-from-template.mjs index f01f42ce43023..22f4c1f4d915d 100644 --- a/components/bunnydoc/actions/send-signature-request-from-template/send-signature-request-from-template.mjs +++ b/components/bunnydoc/actions/send-signature-request-from-template/send-signature-request-from-template.mjs @@ -5,7 +5,12 @@ export default { key: "bunnydoc-send-signature-request-from-template", name: "Send Signature Request from Template", description: "Sends a signature request using a pre-designed bunnydoc template. [See the documentation](https://support.bunnydoc.com/doc/api/#create-signature-request)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { bunnydoc, diff --git a/components/burstyai/actions/run-workflow/run-workflow.mjs b/components/burstyai/actions/run-workflow/run-workflow.mjs index 1632db78c0b19..ef5c4cb045e5d 100644 --- a/components/burstyai/actions/run-workflow/run-workflow.mjs +++ b/components/burstyai/actions/run-workflow/run-workflow.mjs @@ -4,7 +4,12 @@ export default { key: "burstyai-run-workflow", name: "Run Workflow", description: "Triggers an AI workflow on BurstyAI. [See the documentation](https://burstyai.readme.io/reference)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { burstyai, diff --git a/components/businesslogic/actions/describe-endpoint/describe-endpoint.mjs b/components/businesslogic/actions/describe-endpoint/describe-endpoint.mjs index 1f1b952643ef1..b2f998817b8a5 100644 --- a/components/businesslogic/actions/describe-endpoint/describe-endpoint.mjs +++ b/components/businesslogic/actions/describe-endpoint/describe-endpoint.mjs @@ -4,7 +4,12 @@ export default { key: "businesslogic-describe-endpoint", name: "Describe Endpoint", description: "Returns json schemas for input and output parameters of a webservice.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { businesslogic, diff --git a/components/businesslogic/actions/execute-endpoint/execute-endpoint.mjs b/components/businesslogic/actions/execute-endpoint/execute-endpoint.mjs index 294d82c5de1ad..6e673b59c0b52 100644 --- a/components/businesslogic/actions/execute-endpoint/execute-endpoint.mjs +++ b/components/businesslogic/actions/execute-endpoint/execute-endpoint.mjs @@ -4,7 +4,12 @@ export default { key: "businesslogic-execute-endpoint", name: "Execute Endpoint", description: "Executes provided input parameters in the uploaded Excel document to retrieve the calculated output.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { businesslogic, diff --git a/components/buysellads/actions/get-creatives-daily-stats/get-creatives-daily-stats.mjs b/components/buysellads/actions/get-creatives-daily-stats/get-creatives-daily-stats.mjs index 1e52a5f3b7854..52c8b9a35c419 100644 --- a/components/buysellads/actions/get-creatives-daily-stats/get-creatives-daily-stats.mjs +++ b/components/buysellads/actions/get-creatives-daily-stats/get-creatives-daily-stats.mjs @@ -4,7 +4,12 @@ export default { key: "buysellads-get-creatives-daily-stats", name: "Get Creatives Daily Stats", description: "Returns the creative stats by day for line items. [See the documentation](https://docs.buysellads.com/advertiser-api/endpoints#creatives-daily-stats)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { buysellads, diff --git a/components/buysellads/actions/get-creatives/get-creatives.mjs b/components/buysellads/actions/get-creatives/get-creatives.mjs index ed91a5e6ef89e..ffed4bb792f31 100644 --- a/components/buysellads/actions/get-creatives/get-creatives.mjs +++ b/components/buysellads/actions/get-creatives/get-creatives.mjs @@ -4,7 +4,12 @@ export default { key: "buysellads-get-creatives", name: "Get Creatives", description: "Returns the creative stats for line items. [See the documentation](https://docs.buysellads.com/advertiser-api/endpoints#creatives)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { buysellads, diff --git a/components/buysellads/actions/get-daily-stats/get-daily-stats.mjs b/components/buysellads/actions/get-daily-stats/get-daily-stats.mjs index ad76d5eed27f1..69086dc0faec5 100644 --- a/components/buysellads/actions/get-daily-stats/get-daily-stats.mjs +++ b/components/buysellads/actions/get-daily-stats/get-daily-stats.mjs @@ -4,7 +4,12 @@ export default { key: "buysellads-get-daily-stats", name: "Get Daily Stats", description: "Returns the daily stats for active line items. [See the documentation](https://docs.buysellads.com/advertiser-api/endpoints#daily-stats)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { buysellads, diff --git a/components/buysellads/actions/get-line-items/get-line-items.mjs b/components/buysellads/actions/get-line-items/get-line-items.mjs index b666420ed6805..d85a4f47822a9 100644 --- a/components/buysellads/actions/get-line-items/get-line-items.mjs +++ b/components/buysellads/actions/get-line-items/get-line-items.mjs @@ -4,7 +4,12 @@ export default { key: "buysellads-get-line-items", name: "Get Line Items", description: "Returns the details of active line items. [See the documentation](https://docs.buysellads.com/advertiser-api/endpoints#lineitems)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { buysellads, diff --git a/components/bybit/actions/generic-api-call/generic-api-call.mjs b/components/bybit/actions/generic-api-call/generic-api-call.mjs index a7c4cbf2abca0..1ca299b9f9e29 100644 --- a/components/bybit/actions/generic-api-call/generic-api-call.mjs +++ b/components/bybit/actions/generic-api-call/generic-api-call.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic API Call", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-generic-api-call", description: "Make any API call as per the documentation." + "[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-introduction)", diff --git a/components/bybit/actions/generic-market-account-ratio/generic-market-account-ratio.mjs b/components/bybit/actions/generic-market-account-ratio/generic-market-account-ratio.mjs index 7ce6188602bdb..26124b4897f63 100644 --- a/components/bybit/actions/generic-market-account-ratio/generic-market-account-ratio.mjs +++ b/components/bybit/actions/generic-market-account-ratio/generic-market-account-ratio.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Market Account Ratio", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "bybit-generic-market-account-ratio", description: "Gets the Bybit user accounts' long-short ratio." + "[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-marketaccountratio)", diff --git a/components/bybit/actions/generic-market-big-deal/generic-market-big-deal.mjs b/components/bybit/actions/generic-market-big-deal/generic-market-big-deal.mjs index 3a9a9db0507fa..79a7061f895c4 100644 --- a/components/bybit/actions/generic-market-big-deal/generic-market-big-deal.mjs +++ b/components/bybit/actions/generic-market-big-deal/generic-market-big-deal.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Market Big Deal", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-generic-market-big-deal", description: "Obtain filled orders worth more than 500,000 USD within the last 24h. " + "[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-marketbigdeal)", diff --git a/components/bybit/actions/generic-market-open-interest/generic-market-open-interest.mjs b/components/bybit/actions/generic-market-open-interest/generic-market-open-interest.mjs index fc876e9a73069..b8b31e1f02183 100644 --- a/components/bybit/actions/generic-market-open-interest/generic-market-open-interest.mjs +++ b/components/bybit/actions/generic-market-open-interest/generic-market-open-interest.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Market Open Interest", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "bybit-generic-market-open-interest", description: "Gets the total amount of unsettled contracts. In other words, the total number of contracts held " + "in open positions.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-marketopeninterest)", diff --git a/components/bybit/actions/generic-market-order-book/generic-market-order-book.mjs b/components/bybit/actions/generic-market-order-book/generic-market-order-book.mjs index 539356613d59a..f05f93f1c4780 100644 --- a/components/bybit/actions/generic-market-order-book/generic-market-order-book.mjs +++ b/components/bybit/actions/generic-market-order-book/generic-market-order-book.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Market Order Book", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "bybit-generic-market-order-book", description: "Get Order Book.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-orderbook)", props: { diff --git a/components/bybit/actions/generic-market-symbols/generic-market-symbols.mjs b/components/bybit/actions/generic-market-symbols/generic-market-symbols.mjs index 306215d3c039b..475ac1bcadbbd 100644 --- a/components/bybit/actions/generic-market-symbols/generic-market-symbols.mjs +++ b/components/bybit/actions/generic-market-symbols/generic-market-symbols.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Market Symbols", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "bybit-generic-market-symbols", description: "Get symbol info.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-querysymbol)", props: { diff --git a/components/bybit/actions/generic-market-tickers/generic-market-tickers.mjs b/components/bybit/actions/generic-market-tickers/generic-market-tickers.mjs index 768a7811c2c5c..f0ed01f085a5c 100644 --- a/components/bybit/actions/generic-market-tickers/generic-market-tickers.mjs +++ b/components/bybit/actions/generic-market-tickers/generic-market-tickers.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Market Tickers", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "bybit-generic-market-tickers", description: "Get the latest information for symbol. [reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-latestsymbolinfo)", props: { diff --git a/components/bybit/actions/generic-wallet-balance/generic-wallet-balance.mjs b/components/bybit/actions/generic-wallet-balance/generic-wallet-balance.mjs index 0ff2b739fb484..c1fcc8c964750 100644 --- a/components/bybit/actions/generic-wallet-balance/generic-wallet-balance.mjs +++ b/components/bybit/actions/generic-wallet-balance/generic-wallet-balance.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Generic Wallet Balance", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "bybit-generic-wallet-balance", description: "Get Wallet Balance.[reference](https://bybit-exchange.github.io/docs/futuresV2/inverse/#t-balance)", props: { diff --git a/components/bybit/actions/linear-market-previous-funding-rate/linear-market-previous-funding-rate.mjs b/components/bybit/actions/linear-market-previous-funding-rate/linear-market-previous-funding-rate.mjs index 0de275bf635d8..498ca265ae00c 100644 --- a/components/bybit/actions/linear-market-previous-funding-rate/linear-market-previous-funding-rate.mjs +++ b/components/bybit/actions/linear-market-previous-funding-rate/linear-market-previous-funding-rate.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Market Previous Funding Rate", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-market-previous-funding-rate", description: "The funding rate is generated every 8 hours at 00:00 UTC, 08:00 UTC and 16:00 UTC. For example," + "if a request is sent at 12:00 UTC, the funding rate generated earlier that day at 08:00 UTC will be sent." + diff --git a/components/bybit/actions/linear-market-query-kline/linear-market-query-kline.mjs b/components/bybit/actions/linear-market-query-kline/linear-market-query-kline.mjs index 3f7c7c9442010..83a16e5bac4c9 100644 --- a/components/bybit/actions/linear-market-query-kline/linear-market-query-kline.mjs +++ b/components/bybit/actions/linear-market-query-kline/linear-market-query-kline.mjs @@ -3,7 +3,12 @@ import { TRIGGER_PRICE_TYPES } from "../../common/constants.mjs"; export default { name: "ByBit Linear Market Query Kline", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "bybit-linear-market-query-kline", description: "Get kline.[reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-querykline)", props: { diff --git a/components/bybit/actions/linear-market-recent-trading-records/linear-market-recent-trading-records.mjs b/components/bybit/actions/linear-market-recent-trading-records/linear-market-recent-trading-records.mjs index 87528d3b76f01..fe04ec28524c0 100644 --- a/components/bybit/actions/linear-market-recent-trading-records/linear-market-recent-trading-records.mjs +++ b/components/bybit/actions/linear-market-recent-trading-records/linear-market-recent-trading-records.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Market Recent Trading Records", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "bybit-linear-market-recent-trading-records", description: "Get recent trades.[reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-latestsymbolinfo)", props: { diff --git a/components/bybit/actions/linear-order-cancel-all/linear-order-cancel-all.mjs b/components/bybit/actions/linear-order-cancel-all/linear-order-cancel-all.mjs index 2dcb2b6af99ee..92024f53bf0d0 100644 --- a/components/bybit/actions/linear-order-cancel-all/linear-order-cancel-all.mjs +++ b/components/bybit/actions/linear-order-cancel-all/linear-order-cancel-all.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Order Cancel All", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-order-cancel-all", description: "Cancel All Active Orders." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-cancelallactive)", diff --git a/components/bybit/actions/linear-order-cancel/linear-order-cancel.mjs b/components/bybit/actions/linear-order-cancel/linear-order-cancel.mjs index d75aaa01f34b7..5ca8e9b3b3722 100644 --- a/components/bybit/actions/linear-order-cancel/linear-order-cancel.mjs +++ b/components/bybit/actions/linear-order-cancel/linear-order-cancel.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Order Cancel", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-order-cancel", description: "Cancel Active Order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-cancelactive)", diff --git a/components/bybit/actions/linear-order-create/linear-order-create.mjs b/components/bybit/actions/linear-order-create/linear-order-create.mjs index eef6b5f2a06f6..de626c85a1b73 100644 --- a/components/bybit/actions/linear-order-create/linear-order-create.mjs +++ b/components/bybit/actions/linear-order-create/linear-order-create.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Order Create", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-order-create", description: "Place active order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-placeactive)", diff --git a/components/bybit/actions/linear-order-list/linear-order-list.mjs b/components/bybit/actions/linear-order-list/linear-order-list.mjs index 8e52e89955e62..04be9f2959225 100644 --- a/components/bybit/actions/linear-order-list/linear-order-list.mjs +++ b/components/bybit/actions/linear-order-list/linear-order-list.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Order List", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "bybit-linear-order-list", description: "List of active orders." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-getactive)", diff --git a/components/bybit/actions/linear-order-replace/linear-order-replace.mjs b/components/bybit/actions/linear-order-replace/linear-order-replace.mjs index 5d8fb42e5892c..821d00c97bc5c 100644 --- a/components/bybit/actions/linear-order-replace/linear-order-replace.mjs +++ b/components/bybit/actions/linear-order-replace/linear-order-replace.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Order Replace", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-order-replace", description: "Replace active order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-replaceactive)", diff --git a/components/bybit/actions/linear-order-search/linear-order-search.mjs b/components/bybit/actions/linear-order-search/linear-order-search.mjs index f177b8554efbe..c631d646ada16 100644 --- a/components/bybit/actions/linear-order-search/linear-order-search.mjs +++ b/components/bybit/actions/linear-order-search/linear-order-search.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Order Search", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "bybit-linear-order-search", description: "Query Active Order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-queryactive)", diff --git a/components/bybit/actions/linear-position-list/linear-position-list.mjs b/components/bybit/actions/linear-position-list/linear-position-list.mjs index d4d5737d8d37c..ca8e7846c0cc9 100644 --- a/components/bybit/actions/linear-position-list/linear-position-list.mjs +++ b/components/bybit/actions/linear-position-list/linear-position-list.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position List", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "bybit-linear-position-list", description: "Get Positions List" + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-myposition)", diff --git a/components/bybit/actions/linear-position-set-auto-margin/linear-position-set-auto-margin.mjs b/components/bybit/actions/linear-position-set-auto-margin/linear-position-set-auto-margin.mjs index 401ea50842ea2..d030137766c63 100644 --- a/components/bybit/actions/linear-position-set-auto-margin/linear-position-set-auto-margin.mjs +++ b/components/bybit/actions/linear-position-set-auto-margin/linear-position-set-auto-margin.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position Set Auto Margin", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-position-set-auto-margin", description: "Auto Update Margin." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-setautoaddmargin)", diff --git a/components/bybit/actions/linear-position-set-leverage/linear-position-set-leverage.mjs b/components/bybit/actions/linear-position-set-leverage/linear-position-set-leverage.mjs index 32d6e848ca6a4..32a7aab36a7b7 100644 --- a/components/bybit/actions/linear-position-set-leverage/linear-position-set-leverage.mjs +++ b/components/bybit/actions/linear-position-set-leverage/linear-position-set-leverage.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position Set Leverage", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-position-set-leverage", description: "Set Leverage [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-setleverage)", props: { diff --git a/components/bybit/actions/linear-position-set-trading-stop/linear-position-set-trading-stop.mjs b/components/bybit/actions/linear-position-set-trading-stop/linear-position-set-trading-stop.mjs index 44ec7be6a0d53..9a9e90e8562de 100644 --- a/components/bybit/actions/linear-position-set-trading-stop/linear-position-set-trading-stop.mjs +++ b/components/bybit/actions/linear-position-set-trading-stop/linear-position-set-trading-stop.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position Set Trading stop", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-position-set-trading-stop", description: "Set take profit, stop loss, and trailing stop for your open position. " + "If using partial mode, TP/SL/TS orders will not close your entire position. " + diff --git a/components/bybit/actions/linear-position-switch-isolated/linear-position-switch-isolated.mjs b/components/bybit/actions/linear-position-switch-isolated/linear-position-switch-isolated.mjs index 98aa5ee50bf1d..cace5ceb8dea2 100644 --- a/components/bybit/actions/linear-position-switch-isolated/linear-position-switch-isolated.mjs +++ b/components/bybit/actions/linear-position-switch-isolated/linear-position-switch-isolated.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position Switch Isolated", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-position-switch-isolated", description: "Switch Cross/Isolated; must set leverage value when switching from Cross to Isolated." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-marginswitch)", diff --git a/components/bybit/actions/linear-position-switch-mode/linear-position-switch-mode.mjs b/components/bybit/actions/linear-position-switch-mode/linear-position-switch-mode.mjs index 05da680d23b59..b109909eb4f96 100644 --- a/components/bybit/actions/linear-position-switch-mode/linear-position-switch-mode.mjs +++ b/components/bybit/actions/linear-position-switch-mode/linear-position-switch-mode.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position Switch Mode", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-position-switch-mode", description: "If you are in One-Way Mode, you can only open one position on Buy or Sell side. " + "If you are in Hedge Mode, you can open both Buy and Sell side positions simultaneously.\n" + diff --git a/components/bybit/actions/linear-position-tpsl-switch-mode/linear-position-tpsl-switch-mode.mjs b/components/bybit/actions/linear-position-tpsl-switch-mode/linear-position-tpsl-switch-mode.mjs index 124b6bf94a0b6..7cc8bf58c44f8 100644 --- a/components/bybit/actions/linear-position-tpsl-switch-mode/linear-position-tpsl-switch-mode.mjs +++ b/components/bybit/actions/linear-position-tpsl-switch-mode/linear-position-tpsl-switch-mode.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position TP/SL Switch Mode", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-position-tpsl-switch", description: "Switch mode between Full or Partial. " + "When set to Partial, TP/SL orders may have a quantity less than the position size. " + diff --git a/components/bybit/actions/linear-position-update-margin/linear-position-update-margin.mjs b/components/bybit/actions/linear-position-update-margin/linear-position-update-margin.mjs index 7a98e93c0f130..5b4c53d7a1ec9 100644 --- a/components/bybit/actions/linear-position-update-margin/linear-position-update-margin.mjs +++ b/components/bybit/actions/linear-position-update-margin/linear-position-update-margin.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Position Update Margin", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-position-update-margin", description: "Add Reduce Margin." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-addmargin)", diff --git a/components/bybit/actions/linear-stop-order-cancel-all/linear-stop-order-cancel-all.mjs b/components/bybit/actions/linear-stop-order-cancel-all/linear-stop-order-cancel-all.mjs index d142c73fb3726..1db2ac4bd92d2 100644 --- a/components/bybit/actions/linear-stop-order-cancel-all/linear-stop-order-cancel-all.mjs +++ b/components/bybit/actions/linear-stop-order-cancel-all/linear-stop-order-cancel-all.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Stop Order Cancel All", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-stop-order-cancel-all", description: "Cancel All Conditional Orders. " + "[reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-cancelallcond)", diff --git a/components/bybit/actions/linear-stop-order-cancel/linear-stop-order-cancel.mjs b/components/bybit/actions/linear-stop-order-cancel/linear-stop-order-cancel.mjs index 06075911db3c2..324ff52417957 100644 --- a/components/bybit/actions/linear-stop-order-cancel/linear-stop-order-cancel.mjs +++ b/components/bybit/actions/linear-stop-order-cancel/linear-stop-order-cancel.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Stop Order Cancel", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-stop-order-cancel", description: "Cancel Conditional Order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-cancelcond)", diff --git a/components/bybit/actions/linear-stop-order-create/linear-stop-order-create.mjs b/components/bybit/actions/linear-stop-order-create/linear-stop-order-create.mjs index a903d6d73a928..ba009a2476143 100644 --- a/components/bybit/actions/linear-stop-order-create/linear-stop-order-create.mjs +++ b/components/bybit/actions/linear-stop-order-create/linear-stop-order-create.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Stop Order Create", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-stop-order-create", description: "Place Conditional Order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-placecond)", diff --git a/components/bybit/actions/linear-stop-order-list/linear-stop-order-list.mjs b/components/bybit/actions/linear-stop-order-list/linear-stop-order-list.mjs index 6ce8f23d2673f..a6903506c2740 100644 --- a/components/bybit/actions/linear-stop-order-list/linear-stop-order-list.mjs +++ b/components/bybit/actions/linear-stop-order-list/linear-stop-order-list.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Stop Order List", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-stop-order-list", description: "List of conditional orders." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-getcond)", diff --git a/components/bybit/actions/linear-stop-order-replace/linear-stop-order-replace.mjs b/components/bybit/actions/linear-stop-order-replace/linear-stop-order-replace.mjs index 43ef564b923c5..77243701e603e 100644 --- a/components/bybit/actions/linear-stop-order-replace/linear-stop-order-replace.mjs +++ b/components/bybit/actions/linear-stop-order-replace/linear-stop-order-replace.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Stop Order Replace", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-stop-order-replace", description: "Replace conditional order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-replacecond)", diff --git a/components/bybit/actions/linear-stop-order-search/linear-stop-order-search.mjs b/components/bybit/actions/linear-stop-order-search/linear-stop-order-search.mjs index 72c805ab82780..494415d13931a 100644 --- a/components/bybit/actions/linear-stop-order-search/linear-stop-order-search.mjs +++ b/components/bybit/actions/linear-stop-order-search/linear-stop-order-search.mjs @@ -2,7 +2,12 @@ import bybit from "../../bybit.app.mjs"; export default { name: "ByBit Linear Stop Order Search", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "bybit-linear-stop-order-search", description: "Query Conditional Order." + " [reference](https://bybit-exchange.github.io/docs/futuresV2/linear/#t-querycond)", diff --git a/components/bytenite/actions/create-job/create-job.mjs b/components/bytenite/actions/create-job/create-job.mjs index 10339aba24f47..d573deb4c039b 100644 --- a/components/bytenite/actions/create-job/create-job.mjs +++ b/components/bytenite/actions/create-job/create-job.mjs @@ -4,7 +4,12 @@ export default { key: "bytenite-create-job", name: "Create Video Encoding Task", description: "Creates a new video encoding task with ByteNite. [See the documentation](https://docs.bytenite.com/reference/customer_createjob)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { bytenite, diff --git a/components/bytenite/actions/get-job-results/get-job-results.mjs b/components/bytenite/actions/get-job-results/get-job-results.mjs index 01c84b985733f..382a668129b85 100644 --- a/components/bytenite/actions/get-job-results/get-job-results.mjs +++ b/components/bytenite/actions/get-job-results/get-job-results.mjs @@ -4,7 +4,12 @@ export default { key: "bytenite-get-job-results", name: "Get Job Results", description: "Secures the link of the output from a finished encoding job. [See the documentation](https://docs.bytenite.com/reference/customer_getjobresults)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { bytenite, diff --git a/components/bytenite/actions/start-job/start-job.mjs b/components/bytenite/actions/start-job/start-job.mjs index 92843953a408c..4bc9845270797 100644 --- a/components/bytenite/actions/start-job/start-job.mjs +++ b/components/bytenite/actions/start-job/start-job.mjs @@ -4,7 +4,12 @@ export default { key: "bytenite-start-job", name: "Start Job", description: "Initiates a previously created video encoding job. [See the documentation](https://docs.bytenite.com/reference/customer_runjob)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { bytenite, diff --git a/components/cal_com/actions/create-booking/create-booking.mjs b/components/cal_com/actions/create-booking/create-booking.mjs index c86211358de35..5be61bc66fab7 100644 --- a/components/cal_com/actions/create-booking/create-booking.mjs +++ b/components/cal_com/actions/create-booking/create-booking.mjs @@ -5,7 +5,12 @@ export default { key: "cal_com-create-booking", name: "Create Booking", description: "Create a new booking. [See the documentation](https://developer.cal.com/api/api-reference/bookings#create-a-new-booking)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { calCom, diff --git a/components/cal_com/actions/delete-booking/delete-booking.mjs b/components/cal_com/actions/delete-booking/delete-booking.mjs index 239c5752954be..104ade8689d03 100644 --- a/components/cal_com/actions/delete-booking/delete-booking.mjs +++ b/components/cal_com/actions/delete-booking/delete-booking.mjs @@ -4,7 +4,12 @@ export default { key: "cal_com-delete-booking", name: "Delete Booking", description: "Delete an existing booking by its ID. [See the documentation](https://developer.cal.com/api/api-reference/bookings)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { calCom, diff --git a/components/cal_com/actions/get-bookable-slots/get-bookable-slots.mjs b/components/cal_com/actions/get-bookable-slots/get-bookable-slots.mjs index e37a9f4dcc475..7daab6c7bbfb1 100644 --- a/components/cal_com/actions/get-bookable-slots/get-bookable-slots.mjs +++ b/components/cal_com/actions/get-bookable-slots/get-bookable-slots.mjs @@ -4,7 +4,12 @@ export default { key: "cal_com-get-bookable-slots", name: "Get Bookable Slots", description: "Retrieves all bookable slots between a datetime range. [See the documentation](https://cal.com/docs/api-reference/v1/slots/get-all-bookable-slots-between-a-datetime-range#get-all-bookable-slots-between-a-datetime-range)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/cal_com/actions/get-booking/get-booking.mjs b/components/cal_com/actions/get-booking/get-booking.mjs index eaf751bc26248..7266bb89f0d2f 100644 --- a/components/cal_com/actions/get-booking/get-booking.mjs +++ b/components/cal_com/actions/get-booking/get-booking.mjs @@ -4,7 +4,12 @@ export default { key: "cal_com-get-booking", name: "Get Booking", description: "Retrieve a booking by its ID. [See the documentation](https://developer.cal.com/api/api-reference/bookings#find-a-booking)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { calCom, diff --git a/components/calendarhero/actions/list-meeting-types/list-meeting-types.mjs b/components/calendarhero/actions/list-meeting-types/list-meeting-types.mjs index d6e6b2c643ad5..df62a7621a10a 100644 --- a/components/calendarhero/actions/list-meeting-types/list-meeting-types.mjs +++ b/components/calendarhero/actions/list-meeting-types/list-meeting-types.mjs @@ -4,7 +4,12 @@ export default { key: "calendarhero-list-meeting-types", name: "List Meeting Types", description: "Get the user's meeting types. [See the documentation](https://api.calendarhero.com/documentation#/user/getUserMeeting).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/calendarhero/actions/list-meetings/list-meetings.mjs b/components/calendarhero/actions/list-meetings/list-meetings.mjs index 345faee5a1ccd..94e23fc623c96 100644 --- a/components/calendarhero/actions/list-meetings/list-meetings.mjs +++ b/components/calendarhero/actions/list-meetings/list-meetings.mjs @@ -4,7 +4,12 @@ export default { key: "calendarhero-list-meetings", name: "List Meetings", description: "Get the user's meetings within a timeframe. [See the documentation](https://api.calendarhero.com/documentation#/meeting/getMeeting).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/calendly_v2/actions/create-invitee-no-show/create-invitee-no-show.mjs b/components/calendly_v2/actions/create-invitee-no-show/create-invitee-no-show.mjs index 671ada0dbb617..0321b8d9ea370 100644 --- a/components/calendly_v2/actions/create-invitee-no-show/create-invitee-no-show.mjs +++ b/components/calendly_v2/actions/create-invitee-no-show/create-invitee-no-show.mjs @@ -5,7 +5,12 @@ export default { key: "calendly_v2-create-invitee-no-show", name: "Create Invitee No Show", description: "Marks an Invitee as a No Show in Calendly. [See the documentation](https://calendly.stoplight.io/docs/api-docs/cebd8c3170790-create-invitee-no-show).", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { calendly, diff --git a/components/calendly_v2/actions/create-scheduling-link/create-scheduling-link.mjs b/components/calendly_v2/actions/create-scheduling-link/create-scheduling-link.mjs index 5fb8d36be4281..14d1227e20983 100644 --- a/components/calendly_v2/actions/create-scheduling-link/create-scheduling-link.mjs +++ b/components/calendly_v2/actions/create-scheduling-link/create-scheduling-link.mjs @@ -5,7 +5,12 @@ export default { key: "calendly_v2-create-scheduling-link", name: "Create a Scheduling Link", description: "Creates a single-use scheduling link. [See the documentation](https://calendly.stoplight.io/docs/api-docs/b3A6MzQyNTM0OQ-create-single-use-scheduling-link)", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { calendly, diff --git a/components/calendly_v2/actions/get-event/get-event.mjs b/components/calendly_v2/actions/get-event/get-event.mjs index bb6288ca7a303..66442731618fd 100644 --- a/components/calendly_v2/actions/get-event/get-event.mjs +++ b/components/calendly_v2/actions/get-event/get-event.mjs @@ -6,7 +6,12 @@ export default { key: "calendly_v2-get-event", name: "Get Event", description: "Gets information about an Event associated with a URI. [See the documentation](https://developer.calendly.com/api-docs/e2f95ebd44914-get-event).", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { calendly, diff --git a/components/calendly_v2/actions/list-event-invitees/list-event-invitees.mjs b/components/calendly_v2/actions/list-event-invitees/list-event-invitees.mjs index 1ff6bc7db0dcb..0da2ed5b64998 100644 --- a/components/calendly_v2/actions/list-event-invitees/list-event-invitees.mjs +++ b/components/calendly_v2/actions/list-event-invitees/list-event-invitees.mjs @@ -4,7 +4,12 @@ export default { key: "calendly_v2-list-event-invitees", name: "List Event Invitees", description: "List invitees for an event. [See the documentation](https://calendly.stoplight.io/docs/api-docs/b3A6NTkxNDEx-list-event-invitees)", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { calendly, diff --git a/components/calendly_v2/actions/list-events/list-events.mjs b/components/calendly_v2/actions/list-events/list-events.mjs index 7ca60841c75ec..829b0866b6ce9 100644 --- a/components/calendly_v2/actions/list-events/list-events.mjs +++ b/components/calendly_v2/actions/list-events/list-events.mjs @@ -4,7 +4,12 @@ export default { key: "calendly_v2-list-events", name: "List Events", description: "List events for an user. [See the documentation](https://calendly.stoplight.io/docs/api-docs/b3A6NTkxNDEy-list-events)", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { calendly, diff --git a/components/calendly_v2/actions/list-user-availability-schedules/list-user-availability-schedules.mjs b/components/calendly_v2/actions/list-user-availability-schedules/list-user-availability-schedules.mjs index 204151ccf8ab3..08350184cddb8 100644 --- a/components/calendly_v2/actions/list-user-availability-schedules/list-user-availability-schedules.mjs +++ b/components/calendly_v2/actions/list-user-availability-schedules/list-user-availability-schedules.mjs @@ -4,7 +4,12 @@ export default { key: "calendly_v2-list-user-availability-schedules", name: "List User Availability Schedules", description: "List the availability schedules of the given user. [See the documentation](https://developer.calendly.com/api-docs/8098de44af94c-list-user-availability-schedules)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { calendly, diff --git a/components/calendly_v2/actions/list-webhook-subscriptions/list-webhook-subscriptions.mjs b/components/calendly_v2/actions/list-webhook-subscriptions/list-webhook-subscriptions.mjs index 8df2e9c2edcc1..644bdc793fd82 100644 --- a/components/calendly_v2/actions/list-webhook-subscriptions/list-webhook-subscriptions.mjs +++ b/components/calendly_v2/actions/list-webhook-subscriptions/list-webhook-subscriptions.mjs @@ -5,7 +5,12 @@ export default { key: "calendly_v2-list-webhook-subscriptions", name: "List Webhook Subscriptions", description: "Get a list of Webhook Subscriptions for an Organization or User with a UUID.", - version: "0.1.5", + version: "0.1.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { calendly_v2: { diff --git a/components/callerapi/actions/get-phone-number-information/get-phone-number-information.mjs b/components/callerapi/actions/get-phone-number-information/get-phone-number-information.mjs index d508482bc5d59..fd9dfe3b7d6d7 100644 --- a/components/callerapi/actions/get-phone-number-information/get-phone-number-information.mjs +++ b/components/callerapi/actions/get-phone-number-information/get-phone-number-information.mjs @@ -4,7 +4,12 @@ export default { key: "callerapi-get-phone-number-information", name: "Get Phone Number Information", description: "Retrieve detailed information about a specific phone number, including name, location, and carrier. [See the documentation](https://callerapi.com/documentation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { callerapi, diff --git a/components/callerapi/actions/get-phone-number-picture/get-phone-number-picture.mjs b/components/callerapi/actions/get-phone-number-picture/get-phone-number-picture.mjs index 12a1fa0e3d9b4..c7e9fbca8e5a3 100644 --- a/components/callerapi/actions/get-phone-number-picture/get-phone-number-picture.mjs +++ b/components/callerapi/actions/get-phone-number-picture/get-phone-number-picture.mjs @@ -6,7 +6,12 @@ export default { key: "callerapi-get-phone-number-picture", name: "Get Phone Number Picture", description: "Retrieve the profile picture associated with a phone number. [See the documentation](https://callerapi.com/documentation)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { callerapi, diff --git a/components/callpage/actions/create-sms/create-sms.mjs b/components/callpage/actions/create-sms/create-sms.mjs index eaed93f4015ab..f36a673736bb6 100644 --- a/components/callpage/actions/create-sms/create-sms.mjs +++ b/components/callpage/actions/create-sms/create-sms.mjs @@ -5,7 +5,12 @@ export default { key: "callpage-create-sms", name: "Create SMS", description: "Creates a new SMS in CallPage. [See the documentation](https://callpage.github.io/documentation-rest/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { callpage, diff --git a/components/campaign_cleaner/actions/get-campaign-status/get-campaign-status.mjs b/components/campaign_cleaner/actions/get-campaign-status/get-campaign-status.mjs index 2471278241740..a74617a5d8fc5 100644 --- a/components/campaign_cleaner/actions/get-campaign-status/get-campaign-status.mjs +++ b/components/campaign_cleaner/actions/get-campaign-status/get-campaign-status.mjs @@ -3,7 +3,12 @@ import campaignCleaner from "../../campaign_cleaner.app.mjs"; export default { key: "campaign_cleaner-get-campaign-status", name: "Get Campaign Status", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Check the status of your campaign. [See the documentation](https://api-docs.campaigncleaner.com/#6f4578f7-60f9-4fb6-9b61-08b176f66d82)", type: "action", props: { diff --git a/components/campaign_cleaner/actions/send-campaign/send-campaign.mjs b/components/campaign_cleaner/actions/send-campaign/send-campaign.mjs index 8fb27204ace0a..e332c17f8c2e0 100644 --- a/components/campaign_cleaner/actions/send-campaign/send-campaign.mjs +++ b/components/campaign_cleaner/actions/send-campaign/send-campaign.mjs @@ -4,7 +4,12 @@ import { clearObj } from "../../common/utils.mjs"; export default { key: "campaign_cleaner-send-campaign", name: "Send Campaign", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Send in a campaign to be processed and analyzed. [See the documentation](https://api-docs.campaigncleaner.com/#540a9e44-bd17-4bb4-ac8f-150ecbc8066a)", type: "action", props: { diff --git a/components/campaign_monitor/actions/add-subscriber/add-subscriber.mjs b/components/campaign_monitor/actions/add-subscriber/add-subscriber.mjs index 4d5e440692e1d..8d3775e8300e0 100644 --- a/components/campaign_monitor/actions/add-subscriber/add-subscriber.mjs +++ b/components/campaign_monitor/actions/add-subscriber/add-subscriber.mjs @@ -4,7 +4,12 @@ export default { key: "campaign_monitor-add-subscriber", name: "Add Subscriber", description: "Creates a new subscriber on a specific list. [See the documentation](https://www.campaignmonitor.com/api/v3-3/subscribers/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { campaignMonitor,