diff --git a/components/range/actions/find-user/find-user.mjs b/components/range/actions/find-user/find-user.mjs index e37ea692b2d3f..318ea529dad0a 100644 --- a/components/range/actions/find-user/find-user.mjs +++ b/components/range/actions/find-user/find-user.mjs @@ -5,7 +5,12 @@ export default { name: "Find User", description: "Finds a user by email address. [See the docs](https://www.range.co/docs/api#rpc-find-user).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, email: { diff --git a/components/rapid_url_indexer/actions/download-project-report/download-project-report.mjs b/components/rapid_url_indexer/actions/download-project-report/download-project-report.mjs index 1e223a7f05b00..788e0ed5416d3 100644 --- a/components/rapid_url_indexer/actions/download-project-report/download-project-report.mjs +++ b/components/rapid_url_indexer/actions/download-project-report/download-project-report.mjs @@ -6,7 +6,12 @@ export default { name: "Download Project Report", description: "Download the report for a specific project. [See the documentation](https://rapidurlindexer.com/indexing-api/).", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { rapidUrlIndexer, projectId: { diff --git a/components/rapid_url_indexer/actions/get-project-status/get-project-status.mjs b/components/rapid_url_indexer/actions/get-project-status/get-project-status.mjs index 0dce39b75f554..c2c5421933f11 100644 --- a/components/rapid_url_indexer/actions/get-project-status/get-project-status.mjs +++ b/components/rapid_url_indexer/actions/get-project-status/get-project-status.mjs @@ -5,7 +5,12 @@ export default { name: "Get Project Status", description: "Get the status of a specific project. [See the documentation](https://rapidurlindexer.com/indexing-api/).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { rapidUrlIndexer, projectId: { diff --git a/components/rapid_url_indexer/actions/submit-project/submit-project.mjs b/components/rapid_url_indexer/actions/submit-project/submit-project.mjs index 8ef0cf06d6a4c..45102fd9b59fd 100644 --- a/components/rapid_url_indexer/actions/submit-project/submit-project.mjs +++ b/components/rapid_url_indexer/actions/submit-project/submit-project.mjs @@ -5,7 +5,12 @@ export default { name: "Submit Project", description: "Submit a new project for indexing. [See the documentation](https://rapidurlindexer.com/indexing-api/).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { rapidUrlIndexer, name: { diff --git a/components/reachmail/actions/opt-out-recipient-from-list/opt-out-recipient-from-list.mjs b/components/reachmail/actions/opt-out-recipient-from-list/opt-out-recipient-from-list.mjs index a05e74119f40e..b516cde714fd5 100644 --- a/components/reachmail/actions/opt-out-recipient-from-list/opt-out-recipient-from-list.mjs +++ b/components/reachmail/actions/opt-out-recipient-from-list/opt-out-recipient-from-list.mjs @@ -4,7 +4,12 @@ export default { key: "reachmail-opt-out-recipient-from-list", name: "Opt Out Recipient From List", description: "The action will remove the recipient from the specified list. [See the documentation](https://services.reachmail.net/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { reachmail, diff --git a/components/readwise/actions/get-highlight-details/get-highlight-details.mjs b/components/readwise/actions/get-highlight-details/get-highlight-details.mjs index 25f9c0bedc4de..92609b7cd852f 100644 --- a/components/readwise/actions/get-highlight-details/get-highlight-details.mjs +++ b/components/readwise/actions/get-highlight-details/get-highlight-details.mjs @@ -4,7 +4,12 @@ export default { key: "readwise-get-highlight-details", name: "Get Highlight Details", description: "Get Highlight´s Details [See the docs here](https://readwise.io/api_deets)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { readwise, diff --git a/components/readwise/actions/list-highlights/list-highlights.mjs b/components/readwise/actions/list-highlights/list-highlights.mjs index 4c22d6b678658..933fad341d962 100644 --- a/components/readwise/actions/list-highlights/list-highlights.mjs +++ b/components/readwise/actions/list-highlights/list-highlights.mjs @@ -4,7 +4,12 @@ export default { key: "readwise-list-highlights", name: "List Highlights", description: "A list of highlights with a pagination metadata. The rate limit of this endpoint is restricted to 20 requests per minute. Each request returns 1000 items. [See the docs here](https://readwise.io/api_deets)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { readwise, diff --git a/components/real_id/actions/create-id-check/create-id-check.mjs b/components/real_id/actions/create-id-check/create-id-check.mjs index 2f272c8eb78fb..f8b359b29f2dc 100644 --- a/components/real_id/actions/create-id-check/create-id-check.mjs +++ b/components/real_id/actions/create-id-check/create-id-check.mjs @@ -4,7 +4,12 @@ export default { key: "real_id-create-id-check", name: "Create ID Check", description: "Create a new ID check for a user. [See the documentation](https://getverdict.com/help/docs/api/checks#create-an-id-check).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/real_id/actions/delete-id-check/delete-id-check.mjs b/components/real_id/actions/delete-id-check/delete-id-check.mjs index 20ebe86e82426..dc098f6a8a3c5 100644 --- a/components/real_id/actions/delete-id-check/delete-id-check.mjs +++ b/components/real_id/actions/delete-id-check/delete-id-check.mjs @@ -4,7 +4,12 @@ export default { key: "real_id-delete-id-check", name: "Delete ID Check", description: "Permanently delete all data associated with a specific ID check. [See the documentation](https://getverdict.com/help/docs/api/checks#delete-id-check-data).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/real_id/actions/get-id-check/get-id-check.mjs b/components/real_id/actions/get-id-check/get-id-check.mjs index ab863ae7bcba3..91122b8986566 100644 --- a/components/real_id/actions/get-id-check/get-id-check.mjs +++ b/components/real_id/actions/get-id-check/get-id-check.mjs @@ -4,7 +4,12 @@ export default { key: "real_id-get-id-check", name: "Get ID Check", description: "Retrieve an ID check. [See the documentation](https://getverdict.com/help/docs/api/checks#retrieve-an-id-check).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/realgeeks/actions/create-lead/create-lead.mjs b/components/realgeeks/actions/create-lead/create-lead.mjs index c3b7700048da5..3b528c753b5bb 100644 --- a/components/realgeeks/actions/create-lead/create-lead.mjs +++ b/components/realgeeks/actions/create-lead/create-lead.mjs @@ -5,7 +5,12 @@ export default { key: "realgeeks-create-lead", name: "Create Lead", description: "Creates a new lead in Real Geeks. [See the documentation](https://developers.realgeeks.com/leads/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { realGeeks, diff --git a/components/rebrandly/actions/create-link/create-link.mjs b/components/rebrandly/actions/create-link/create-link.mjs index aae9816e4a041..09670f8d1d79a 100644 --- a/components/rebrandly/actions/create-link/create-link.mjs +++ b/components/rebrandly/actions/create-link/create-link.mjs @@ -2,7 +2,12 @@ import rebrandly from "../../rebrandly.app.mjs"; export default { name: "Create Link", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "rebrandly-create-link", description: "Creates a link. [See docs here](https://developers.rebrandly.com/docs/create-a-new-link)", type: "action", diff --git a/components/rebrandly/actions/update-link/update-link.mjs b/components/rebrandly/actions/update-link/update-link.mjs index 128531173a801..2ffaebde32b81 100644 --- a/components/rebrandly/actions/update-link/update-link.mjs +++ b/components/rebrandly/actions/update-link/update-link.mjs @@ -2,7 +2,12 @@ import rebrandly from "../../rebrandly.app.mjs"; export default { name: "Update Link", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "rebrandly-update-link", description: "Updates a link. [See docs here](https://developers.rebrandly.com/docs/update-a-link)", type: "action", diff --git a/components/recharge/actions/cancel-subscription/cancel-subscription.mjs b/components/recharge/actions/cancel-subscription/cancel-subscription.mjs index 91135a10cc744..729b032db2901 100644 --- a/components/recharge/actions/cancel-subscription/cancel-subscription.mjs +++ b/components/recharge/actions/cancel-subscription/cancel-subscription.mjs @@ -4,7 +4,12 @@ export default { key: "recharge-cancel-subscription", name: "Cancel Subscription", description: "Cancels an existing subscription. [See the documentation](https://developer.rechargepayments.com/2021-11/subscriptions/subscriptions_cancel)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { recharge, diff --git a/components/recharge/actions/create-customer/create-customer.mjs b/components/recharge/actions/create-customer/create-customer.mjs index 53545150b999b..acfe123eb5de1 100644 --- a/components/recharge/actions/create-customer/create-customer.mjs +++ b/components/recharge/actions/create-customer/create-customer.mjs @@ -7,7 +7,12 @@ export default { key: "recharge-create-customer", name: "Create Customer", description: "Creates a customer. [See the documentation](https://developer.rechargepayments.com/2021-11/customers/customers_create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { recharge, diff --git a/components/recharge/actions/create-subscription/create-subscription.mjs b/components/recharge/actions/create-subscription/create-subscription.mjs index ee185e33e12ab..a50120cae52e5 100644 --- a/components/recharge/actions/create-subscription/create-subscription.mjs +++ b/components/recharge/actions/create-subscription/create-subscription.mjs @@ -4,7 +4,12 @@ export default { key: "recharge-create-subscription", name: "Create Subscription", description: "Creates a new subscription allowing a customer to subscribe to a product. [See the documentation](https://developer.rechargepayments.com/2021-11/subscriptions/subscriptions_create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { recharge, diff --git a/components/recharge/actions/update-customer/update-customer.mjs b/components/recharge/actions/update-customer/update-customer.mjs index 3788ea8525a18..1135270d63cba 100644 --- a/components/recharge/actions/update-customer/update-customer.mjs +++ b/components/recharge/actions/update-customer/update-customer.mjs @@ -7,7 +7,12 @@ export default { key: "recharge-update-customer", name: "Update Customer", description: "Updates an existing customer's details. [See the documentation](https://developer.rechargepayments.com/2021-11/customers/customers_update)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { recharge, diff --git a/components/recreation_gov/actions/get-recreation-area/get-recreation-area.mjs b/components/recreation_gov/actions/get-recreation-area/get-recreation-area.mjs index 66f61ba2c74fd..c4ad6f896eb73 100644 --- a/components/recreation_gov/actions/get-recreation-area/get-recreation-area.mjs +++ b/components/recreation_gov/actions/get-recreation-area/get-recreation-area.mjs @@ -2,7 +2,12 @@ import app from "../../recreation_gov.app.mjs"; export default { key: "recreation_gov-get-recreation-area", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", name: "Get Recreation Area", description: "Retrieves details of a specific campsite. [See the documentation](https://ridb.recreation.gov/docs#/Campsites/getCampsites)", diff --git a/components/recreation_gov/actions/search-campsites/search-campsites.mjs b/components/recreation_gov/actions/search-campsites/search-campsites.mjs index eb4e6b37ee54f..13a115a857e21 100644 --- a/components/recreation_gov/actions/search-campsites/search-campsites.mjs +++ b/components/recreation_gov/actions/search-campsites/search-campsites.mjs @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs"; export default { key: "recreation_gov-search-campsites", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", name: "Search Campsites", description: "Searchs campsites with the given query. If no query given, returns campsites from the beginning. Returning campsite number is limited to `1000`. [See the documentation](https://ridb.recreation.gov/docs#/Campsites/getCampsites)", diff --git a/components/recreation_gov/actions/search-recreation-areas/search-recreation-areas.mjs b/components/recreation_gov/actions/search-recreation-areas/search-recreation-areas.mjs index f889aba64087c..2a49c59fed8a0 100644 --- a/components/recreation_gov/actions/search-recreation-areas/search-recreation-areas.mjs +++ b/components/recreation_gov/actions/search-recreation-areas/search-recreation-areas.mjs @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs"; export default { key: "recreation_gov-search-recreation-areas", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", name: "Search Recreation Areas", description: "Searchs recreation areas with the given properties. If no parameters given, returns all. [See the documentation](https://ridb.recreation.gov/docs#/Recreation%20Areas/getRecAreas)", diff --git a/components/recruit_crm/actions/create-candidate/create-candidate.mjs b/components/recruit_crm/actions/create-candidate/create-candidate.mjs index 02f8eb5c37c96..62ec99e945049 100644 --- a/components/recruit_crm/actions/create-candidate/create-candidate.mjs +++ b/components/recruit_crm/actions/create-candidate/create-candidate.mjs @@ -6,7 +6,12 @@ export default { name: "Create Candidate", description: "Creates a new candidate. [See the documentation](https://docs.recruitcrm.io/docs/rcrm-api-reference/ba451e2a3bd63-creates-a-new-candidate)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, firstName: { diff --git a/components/recruit_crm/actions/create-meeting/create-meeting.mjs b/components/recruit_crm/actions/create-meeting/create-meeting.mjs index 1157b08ae7897..719e673c9829c 100644 --- a/components/recruit_crm/actions/create-meeting/create-meeting.mjs +++ b/components/recruit_crm/actions/create-meeting/create-meeting.mjs @@ -5,7 +5,12 @@ export default { name: "Create Meeting", description: "Creates a new meeting. [See the documentation](https://docs.recruitcrm.io/docs/rcrm-api-reference/ca9713d31352a-creates-a-new-meeting)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, title: { diff --git a/components/recruit_crm/actions/create-task/create-task.mjs b/components/recruit_crm/actions/create-task/create-task.mjs index 7d6fa2f71bedc..ff1fea6b7ffc4 100644 --- a/components/recruit_crm/actions/create-task/create-task.mjs +++ b/components/recruit_crm/actions/create-task/create-task.mjs @@ -5,7 +5,12 @@ export default { name: "Create Task", description: "Creates a new task. [See the documentation](https://docs.recruitcrm.io/docs/rcrm-api-reference/e9bb027660641-creates-a-new-task)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, title: { diff --git a/components/recruitee/actions/create-candidate/create-candidate.mjs b/components/recruitee/actions/create-candidate/create-candidate.mjs index bcf0bab2e8939..4fa7216a9279b 100644 --- a/components/recruitee/actions/create-candidate/create-candidate.mjs +++ b/components/recruitee/actions/create-candidate/create-candidate.mjs @@ -4,7 +4,12 @@ export default { name: "Create Candidate", description: "Create a new candidate. [See the documentation](https://api.recruitee.com/docs/index.html#candidate.web.candidate-candidate.web.candidate)", key: "recruitee-create-candidate", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/recruitee/actions/create-note/create-note.mjs b/components/recruitee/actions/create-note/create-note.mjs index 33980f765c6ea..4b69a23504384 100644 --- a/components/recruitee/actions/create-note/create-note.mjs +++ b/components/recruitee/actions/create-note/create-note.mjs @@ -4,7 +4,12 @@ export default { name: "Create Note", description: "Create a new note for a candidate. [See the documentation](https://api.recruitee.com/docs/index.html#note.web.note-note.web.note)", key: "recruitee-create-note", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/recruitee/actions/create-task/create-task.mjs b/components/recruitee/actions/create-task/create-task.mjs index cde2c1bb6e8f5..8b304e61db513 100644 --- a/components/recruitee/actions/create-task/create-task.mjs +++ b/components/recruitee/actions/create-task/create-task.mjs @@ -5,7 +5,12 @@ export default { name: "Create Task", description: "Create a new task for a candidate. [See the documentation](https://api.recruitee.com/docs/index.html#task.web.task-task.web.task-post)", key: "recruitee-create-task", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/recruitis/actions/create-answer/create-answer.mjs b/components/recruitis/actions/create-answer/create-answer.mjs index 97e5287f576e3..3e40089ae3ede 100644 --- a/components/recruitis/actions/create-answer/create-answer.mjs +++ b/components/recruitis/actions/create-answer/create-answer.mjs @@ -5,7 +5,12 @@ export default { key: "recruitis-create-answer", name: "Create Answer", description: "Create a new answer for a job. [See the documentation](https://docs.recruitis.io/api/#tag/Candidates/paths/~1answers/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/recruitis/actions/create-candidate/create-candidate.mjs b/components/recruitis/actions/create-candidate/create-candidate.mjs index f8ed073bfc075..f7c43d0481d61 100644 --- a/components/recruitis/actions/create-candidate/create-candidate.mjs +++ b/components/recruitis/actions/create-candidate/create-candidate.mjs @@ -5,7 +5,12 @@ export default { key: "recruitis-create-candidate", name: "Create Candidate", description: "Create a new candidate. [See the documentation](https://docs.recruitis.io/api/#tag/Candidates/paths/~1candidates/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/recruitis/actions/create-job/create-job.mjs b/components/recruitis/actions/create-job/create-job.mjs index ddf91bbbb60ab..90687ae2ba487 100644 --- a/components/recruitis/actions/create-job/create-job.mjs +++ b/components/recruitis/actions/create-job/create-job.mjs @@ -4,7 +4,12 @@ export default { key: "recruitis-create-job", name: "Create Job", description: "Creates a new job ad and puts it in classifieds. [See the documentation](https://docs.recruitis.io/api/#tag/Jobs/paths/~1jobs/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/recruitis/actions/get-jobs/get-jobs.mjs b/components/recruitis/actions/get-jobs/get-jobs.mjs index 9b75a39a45cf4..6b85138410c40 100644 --- a/components/recruitis/actions/get-jobs/get-jobs.mjs +++ b/components/recruitis/actions/get-jobs/get-jobs.mjs @@ -4,7 +4,12 @@ export default { key: "recruitis-get-jobs", name: "Get Jobs", description: "Get jobs from recruitis profile. [See the documentation](https://docs.recruitis.io/api/#tag/Jobs/paths/~1jobs/get)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/redcircle_api/actions/add-zipcode/add-zipcode.mjs b/components/redcircle_api/actions/add-zipcode/add-zipcode.mjs index 8ae5268a8164c..a1f5a7b644fa0 100644 --- a/components/redcircle_api/actions/add-zipcode/add-zipcode.mjs +++ b/components/redcircle_api/actions/add-zipcode/add-zipcode.mjs @@ -4,7 +4,12 @@ export default { key: "redcircle_api-add-zipcode", name: "Add Zipcode", description: "Add a zipcode to Redcircle API. [See the documentation](https://docs.trajectdata.com/redcircleapi/zipcodes-api/add)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/redcircle_api/actions/get-account-data/get-account-data.mjs b/components/redcircle_api/actions/get-account-data/get-account-data.mjs index 04a91c989fa01..a48ed466c42d2 100644 --- a/components/redcircle_api/actions/get-account-data/get-account-data.mjs +++ b/components/redcircle_api/actions/get-account-data/get-account-data.mjs @@ -4,7 +4,12 @@ export default { key: "redcircle_api-get-account-data", name: "Get Account Data", description: "Get your account details. [See the documentation](https://docs.trajectdata.com/redcircleapi/account-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/redcircle_api/actions/search-categories/search-categories.mjs b/components/redcircle_api/actions/search-categories/search-categories.mjs index a135293563c19..21ed1b4255605 100644 --- a/components/redcircle_api/actions/search-categories/search-categories.mjs +++ b/components/redcircle_api/actions/search-categories/search-categories.mjs @@ -4,7 +4,12 @@ export default { key: "redcircle_api-search-categories", name: "Search Categories", description: "Search for a category in Redcirle API. [See the documentation](https://docs.trajectdata.com/redcircleapi/categories-api/list-and-search)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/reddit/actions/list-comments-in-a-post/list-comments-in-a-post.mjs b/components/reddit/actions/list-comments-in-a-post/list-comments-in-a-post.mjs index 7443cd2f61eb0..804fea0b2af7e 100644 --- a/components/reddit/actions/list-comments-in-a-post/list-comments-in-a-post.mjs +++ b/components/reddit/actions/list-comments-in-a-post/list-comments-in-a-post.mjs @@ -4,7 +4,12 @@ import reddit from "../../reddit.app.mjs"; export default { type: "action", key: "reddit-list-comments-in-a-post", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "List Comments in a Post", description: "List comments for a specific post. [See the docs here](https://www.reddit.com/dev/api/#GET_comments_{article})", props: { diff --git a/components/reddit/actions/list-subreddits-by-query/list-subreddits-by-query.mjs b/components/reddit/actions/list-subreddits-by-query/list-subreddits-by-query.mjs index 3321da3d814d2..8f51df9f354c0 100644 --- a/components/reddit/actions/list-subreddits-by-query/list-subreddits-by-query.mjs +++ b/components/reddit/actions/list-subreddits-by-query/list-subreddits-by-query.mjs @@ -4,7 +4,12 @@ import reddit from "../../reddit.app.mjs"; export default { type: "action", key: "reddit-list-subreddits-by-query", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "List Subreddits by Query", description: "List subreddits based on a search criteria. [See the docs here](https://www.reddit.com/dev/api/#GET_subreddits_search)", props: { diff --git a/components/reddit/actions/search-post/search-post.mjs b/components/reddit/actions/search-post/search-post.mjs index d533e322b1eed..b3d810508e3c8 100644 --- a/components/reddit/actions/search-post/search-post.mjs +++ b/components/reddit/actions/search-post/search-post.mjs @@ -3,7 +3,12 @@ import reddit from "../../reddit.app.mjs"; export default { type: "action", key: "reddit-search-post", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Search Post", description: "Search posts by title. [See the docs here](https://www.reddit.com/dev/api/#GET_search)", props: { diff --git a/components/reddit/actions/submit-a-comment/submit-a-comment.mjs b/components/reddit/actions/submit-a-comment/submit-a-comment.mjs index bd5f391600a73..066eb3f11de8b 100644 --- a/components/reddit/actions/submit-a-comment/submit-a-comment.mjs +++ b/components/reddit/actions/submit-a-comment/submit-a-comment.mjs @@ -4,7 +4,12 @@ import reddit from "../../reddit.app.mjs"; export default { type: "action", key: "reddit-submit-a-comment", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Submit a Comment", description: "Submit a new comment or reply to a message. [See the docs here](https://www.reddit.com/dev/api/#POST_api_comment)", props: { diff --git a/components/reddit/actions/submit-a-post/submit-a-post.mjs b/components/reddit/actions/submit-a-post/submit-a-post.mjs index a697f0e1f3aea..ec89dd89e278d 100644 --- a/components/reddit/actions/submit-a-post/submit-a-post.mjs +++ b/components/reddit/actions/submit-a-post/submit-a-post.mjs @@ -5,7 +5,12 @@ import reddit from "../../reddit.app.mjs"; export default { type: "action", key: "reddit-submit-a-post", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Submit a Post", description: "Create a post to a subreddit. [See the docs here](https://www.reddit.com/dev/api/#POST_api_submit)", props: { diff --git a/components/redmine/actions/create-issue/create-issue.mjs b/components/redmine/actions/create-issue/create-issue.mjs index 91ed70602d2a5..61e4f254d8d15 100644 --- a/components/redmine/actions/create-issue/create-issue.mjs +++ b/components/redmine/actions/create-issue/create-issue.mjs @@ -5,7 +5,12 @@ export default { key: "redmine-create-issue", name: "Create Issue", description: "Creates a new issue in Redmine. [See the documentation](https://www.redmine.org/projects/redmine/wiki/rest_issues#creating-an-issue)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/redmine/actions/delete-user/delete-user.mjs b/components/redmine/actions/delete-user/delete-user.mjs index 177f0853833ff..3c657dd3b6f0e 100644 --- a/components/redmine/actions/delete-user/delete-user.mjs +++ b/components/redmine/actions/delete-user/delete-user.mjs @@ -4,7 +4,12 @@ export default { key: "redmine-delete-user", name: "Delete User", description: "Deletes a user from the Redmine platform. [See the documentation](https://www.redmine.org/projects/redmine/wiki/rest_users#delete)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/redmine/actions/update-project/update-project.mjs b/components/redmine/actions/update-project/update-project.mjs index 73eb6c95ba9c5..a5b5949b8197e 100644 --- a/components/redmine/actions/update-project/update-project.mjs +++ b/components/redmine/actions/update-project/update-project.mjs @@ -5,7 +5,12 @@ export default { key: "redmine-update-project", name: "Update Project", description: "Updates an existing project in Redmine. [See the documentation](https://www.redmine.org/projects/redmine/wiki/rest_projects#updating-a-project)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/referralhero/actions/add-subscriber/add-subscriber.mjs b/components/referralhero/actions/add-subscriber/add-subscriber.mjs index 6afb9dad9e78a..ec924859b2be9 100644 --- a/components/referralhero/actions/add-subscriber/add-subscriber.mjs +++ b/components/referralhero/actions/add-subscriber/add-subscriber.mjs @@ -4,7 +4,12 @@ export default { key: "referralhero-add-subscriber", name: "Add Subscriber", description: "Adds a new subscriber to to a list. [See the documentation](https://support.referralhero.com/integrate/rest-api/endpoints-reference#add-a-subscriber)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { referralhero, diff --git a/components/referralhero/actions/track-referral-conversion-event/track-referral-conversion-event.mjs b/components/referralhero/actions/track-referral-conversion-event/track-referral-conversion-event.mjs index f909e117d8c73..96ad452b6639a 100644 --- a/components/referralhero/actions/track-referral-conversion-event/track-referral-conversion-event.mjs +++ b/components/referralhero/actions/track-referral-conversion-event/track-referral-conversion-event.mjs @@ -4,7 +4,12 @@ export default { key: "referralhero-track-referral-conversion-event", name: "Track Referral Conversion Event", description: "Track a referral conversion event. Use when your Campaign Goal is set to track two or three conversion events. [See the documentation](https://support.referralhero.com/integrate/rest-api/endpoints-reference#track-referral-conversion-event)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { referralhero, diff --git a/components/referrizer/actions/create-loyalty-reward/create-loyalty-reward.mjs b/components/referrizer/actions/create-loyalty-reward/create-loyalty-reward.mjs index 9d4e522069e80..98ab213980599 100644 --- a/components/referrizer/actions/create-loyalty-reward/create-loyalty-reward.mjs +++ b/components/referrizer/actions/create-loyalty-reward/create-loyalty-reward.mjs @@ -5,7 +5,12 @@ export default { key: "referrizer-create-loyalty-reward", name: "Create Loyalty Reward", description: "Adds a new loyalty reward to the Referrizer system. [See the documentation](https://api.referrizer.com/static/docs/index.html#loyalty-rewards-create-a-loyalty-reward)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/referrizer/actions/create-visit/create-visit.mjs b/components/referrizer/actions/create-visit/create-visit.mjs index 03dd1228af08b..76ff0dd9a010c 100644 --- a/components/referrizer/actions/create-visit/create-visit.mjs +++ b/components/referrizer/actions/create-visit/create-visit.mjs @@ -5,7 +5,12 @@ export default { key: "referrizer-create-visit", name: "Create Visit", description: "Create a visit to an existing contact in Referrizer. [See the documentation](https://api.referrizer.com/static/docs/index.html#operation/inviteContact)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { referrizer, diff --git a/components/referrizer/actions/update-loyalty-reward/update-loyalty-reward.mjs b/components/referrizer/actions/update-loyalty-reward/update-loyalty-reward.mjs index 447c538b57b2b..f218fb4f93dd1 100644 --- a/components/referrizer/actions/update-loyalty-reward/update-loyalty-reward.mjs +++ b/components/referrizer/actions/update-loyalty-reward/update-loyalty-reward.mjs @@ -5,7 +5,12 @@ export default { key: "referrizer-update-loyalty-reward", name: "Update Loyalty Reward", description: "Modify the details or status of an existing loyalty reward in Referrizer. [See the documentation](https://api.referrizer.com/static/docs/index.html#loyalty-rewards-update-a-loyalty-reward)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/refersion/actions/create-affiliate/create-affiliate.mjs b/components/refersion/actions/create-affiliate/create-affiliate.mjs index c04dfc2d213c8..c9bedd80364f8 100644 --- a/components/refersion/actions/create-affiliate/create-affiliate.mjs +++ b/components/refersion/actions/create-affiliate/create-affiliate.mjs @@ -6,7 +6,12 @@ export default { name: "Create Affiliate", description: "Create a new affiliate. [See the docs here](https://www.refersion.dev/reference/new_affiliate)", key: "refersion-create-affiliate", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/refersion/actions/get-affiliate/get-affiliate.mjs b/components/refersion/actions/get-affiliate/get-affiliate.mjs index 669fc67c7a1d0..812fd0e18c7a9 100644 --- a/components/refersion/actions/get-affiliate/get-affiliate.mjs +++ b/components/refersion/actions/get-affiliate/get-affiliate.mjs @@ -5,7 +5,12 @@ export default { name: "Get Affiliate", description: "Get information about an affiliate. You can get an affiliate's information using their ID or code. [See the docs here](https://www.refersion.dev/reference/get_affiliate)", key: "refersion-get-affiliate", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/refersion/actions/manual-commission-credit/manual-commission-credit.mjs b/components/refersion/actions/manual-commission-credit/manual-commission-credit.mjs index 71bcf32d1a041..880e4dee16e39 100644 --- a/components/refersion/actions/manual-commission-credit/manual-commission-credit.mjs +++ b/components/refersion/actions/manual-commission-credit/manual-commission-credit.mjs @@ -5,7 +5,12 @@ export default { name: "Manual Comission Credit", description: "Allows you to manually credit an affiliate with any commission amount. [See the docs here](https://www.refersion.dev/reference/manual_commission_credit)", key: "refersion-manual-commission-credit", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/refiner/actions/identify-user/identify-user.mjs b/components/refiner/actions/identify-user/identify-user.mjs index cfacb13522162..c1818eb3829cc 100644 --- a/components/refiner/actions/identify-user/identify-user.mjs +++ b/components/refiner/actions/identify-user/identify-user.mjs @@ -5,7 +5,12 @@ export default { key: "refiner-identify-user", name: "Identify User", description: "Identify a user with user ID or email. If the user does not exist, a new one will be created. [See the documentation](https://refiner.io/docs/api/#identify-user)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { refiner, diff --git a/components/refiner/actions/track-event/track-event.mjs b/components/refiner/actions/track-event/track-event.mjs index 50816625d77e8..8e1e29be0d49c 100644 --- a/components/refiner/actions/track-event/track-event.mjs +++ b/components/refiner/actions/track-event/track-event.mjs @@ -5,7 +5,12 @@ export default { key: "refiner-track-event", name: "Track Event", description: "Tracks a user event in Refiner. [See the documentation](https://refiner.io/docs/api/#track-event)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { refiner, diff --git a/components/reflect/actions/append-daily-note/append-daily-note.mjs b/components/reflect/actions/append-daily-note/append-daily-note.mjs index 9f589e117801f..7d93540968853 100644 --- a/components/reflect/actions/append-daily-note/append-daily-note.mjs +++ b/components/reflect/actions/append-daily-note/append-daily-note.mjs @@ -4,7 +4,12 @@ export default { key: "reflect-append-daily-note", name: "Append Daily Note", description: "Append to a daily note. [See the documentation](https://openpm.ai/apis/reflect#/graphs/{graphId}/daily-notes)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { reflect, diff --git a/components/reflect/actions/create-link/create-link.mjs b/components/reflect/actions/create-link/create-link.mjs index c3eb2c01d593a..78a14ff08090e 100644 --- a/components/reflect/actions/create-link/create-link.mjs +++ b/components/reflect/actions/create-link/create-link.mjs @@ -4,7 +4,12 @@ export default { key: "reflect-create-link", name: "Create Link", description: "Create a new link. [See the documentation](https://openpm.ai/apis/reflect#/graphs/{graphId}/links)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { reflect, diff --git a/components/reflect/actions/get-user/get-user.mjs b/components/reflect/actions/get-user/get-user.mjs index bbe713ae06224..d3c738d6dacf8 100644 --- a/components/reflect/actions/get-user/get-user.mjs +++ b/components/reflect/actions/get-user/get-user.mjs @@ -4,7 +4,12 @@ export default { key: "reflect-get-user", name: "Get User", description: "Retieves information about the authenticated user. [See the documentation](https://openpm.ai/apis/reflect#/users/me)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { reflect, diff --git a/components/reflect/actions/list-links/list-links.mjs b/components/reflect/actions/list-links/list-links.mjs index 9833d0d562047..479c3e9a5be8e 100644 --- a/components/reflect/actions/list-links/list-links.mjs +++ b/components/reflect/actions/list-links/list-links.mjs @@ -4,7 +4,12 @@ export default { key: "reflect-list-links", name: "List Links", description: "Retieve all links for a graph. [See the documentation](https://openpm.ai/apis/reflect#/graphs/{graphId}/links)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { reflect, diff --git a/components/reform/actions/extract-data-from-document/extract-data-from-document.mjs b/components/reform/actions/extract-data-from-document/extract-data-from-document.mjs index a3fbe21d2faa7..a9a0011093338 100644 --- a/components/reform/actions/extract-data-from-document/extract-data-from-document.mjs +++ b/components/reform/actions/extract-data-from-document/extract-data-from-document.mjs @@ -7,7 +7,12 @@ export default { key: "reform-extract-data-from-document", name: "Extract Data From Document", description: "Extract structured data from a document. [See the documentation](https://docs.reformhq.com/synchronous-data-processing/extract)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { reform, diff --git a/components/reform/actions/extract-data-from-text/extract-data-from-text.mjs b/components/reform/actions/extract-data-from-text/extract-data-from-text.mjs index 0d5b518d6c885..5e8afbe2ebe52 100644 --- a/components/reform/actions/extract-data-from-text/extract-data-from-text.mjs +++ b/components/reform/actions/extract-data-from-text/extract-data-from-text.mjs @@ -5,7 +5,12 @@ export default { key: "reform-extract-data-from-text", name: "Extract Data From Text", description: "Extract structured data from unstructured text. [See the documentation](https://docs.reformhq.com/synchronous-data-processing/extract-from-text)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { reform, diff --git a/components/regal/actions/add-contact-to-event/add-contact-to-event.mjs b/components/regal/actions/add-contact-to-event/add-contact-to-event.mjs index 401d775b8bbc7..9aa05b2bd3623 100644 --- a/components/regal/actions/add-contact-to-event/add-contact-to-event.mjs +++ b/components/regal/actions/add-contact-to-event/add-contact-to-event.mjs @@ -4,7 +4,12 @@ export default { key: "regal-add-contact-to-event", name: "Add Contact to Event", description: "Add a contact to an event. [See the documentation](https://developer.regal.io/reference/api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { regal, diff --git a/components/regal/actions/create-or-update-contact/create-or-update-contact.mjs b/components/regal/actions/create-or-update-contact/create-or-update-contact.mjs index 5363a5eb09965..f2e53935815b6 100644 --- a/components/regal/actions/create-or-update-contact/create-or-update-contact.mjs +++ b/components/regal/actions/create-or-update-contact/create-or-update-contact.mjs @@ -4,7 +4,12 @@ export default { key: "regal-create-or-update-contact", name: "Create or Update Contact", description: "Create or update a contacts. [See the documentation](https://developer.regal.io/reference/api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { regal, diff --git a/components/reishost/actions/send-console-command/send-console-command.mjs b/components/reishost/actions/send-console-command/send-console-command.mjs index 9eeef92e15dad..85441ae386a65 100644 --- a/components/reishost/actions/send-console-command/send-console-command.mjs +++ b/components/reishost/actions/send-console-command/send-console-command.mjs @@ -4,7 +4,12 @@ export default { key: "reishost-send-console-command", name: "Send Console Command", description: "Runs a command on your server's console, providing direct command execution flexibility.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { reishost, diff --git a/components/rejoiner/actions/add-customer-to-list/add-customer-to-list.mjs b/components/rejoiner/actions/add-customer-to-list/add-customer-to-list.mjs index af3f2989ff67f..5985199157df8 100644 --- a/components/rejoiner/actions/add-customer-to-list/add-customer-to-list.mjs +++ b/components/rejoiner/actions/add-customer-to-list/add-customer-to-list.mjs @@ -4,7 +4,12 @@ export default { key: "rejoiner-add-customer-to-list", name: "Add Customer to List", description: "Adds a customer to a specific list, or if the customer already exists, will update the record of that customer with the supplied data. [See the documentation](https://docs.rejoiner.com/reference/add-customer-to-list)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rejoiner, diff --git a/components/rejoiner/actions/start-journey/start-journey.mjs b/components/rejoiner/actions/start-journey/start-journey.mjs index e193ff53ac00e..22a7b6215dbcf 100644 --- a/components/rejoiner/actions/start-journey/start-journey.mjs +++ b/components/rejoiner/actions/start-journey/start-journey.mjs @@ -4,7 +4,12 @@ export default { key: "rejoiner-start-journey", name: "Start Journey", description: "Triggers the beginning of a customer journey in Rejoiner. [See the documentation](https://docs.rejoiner.com/reference/trigger-webhook-journey)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rejoiner, diff --git a/components/rejoiner/actions/update-customer-profile/update-customer-profile.mjs b/components/rejoiner/actions/update-customer-profile/update-customer-profile.mjs index e1101b0834b75..a90579a50234d 100644 --- a/components/rejoiner/actions/update-customer-profile/update-customer-profile.mjs +++ b/components/rejoiner/actions/update-customer-profile/update-customer-profile.mjs @@ -4,7 +4,12 @@ export default { key: "rejoiner-update-customer-profile", name: "Update Customer Profile", description: "Updates a customer's profile information. [See the documentation](https://docs.rejoiner.com/reference/update-customer-profile)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rejoiner, diff --git a/components/relavate/actions/create-affiliate-lead/create-affiliate-lead.mjs b/components/relavate/actions/create-affiliate-lead/create-affiliate-lead.mjs index b2cf19aab6b6e..0038245995a1d 100644 --- a/components/relavate/actions/create-affiliate-lead/create-affiliate-lead.mjs +++ b/components/relavate/actions/create-affiliate-lead/create-affiliate-lead.mjs @@ -4,7 +4,12 @@ export default { key: "relavate-create-affiliate-lead", name: "Create Affiliate Lead", description: "This component enables you to create a new affiliate lead for marketing. [See the documentation](https://api.relavate.co/#2a307851-9d54-42ea-9f54-3fb600b152a5)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { relavate, diff --git a/components/relevance_ai/actions/message-agent/message-agent.mjs b/components/relevance_ai/actions/message-agent/message-agent.mjs index 686e98dd58ec6..b3463a1c89a92 100644 --- a/components/relevance_ai/actions/message-agent/message-agent.mjs +++ b/components/relevance_ai/actions/message-agent/message-agent.mjs @@ -4,7 +4,12 @@ export default { key: "relevance_ai-message-agent", name: "Send Message to Agent", description: "Sends a message directly to an agent in Relevance AI. This action doesn't wait for an agent response.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { relevanceAi, diff --git a/components/relevance_ai/actions/run-tool/run-tool.mjs b/components/relevance_ai/actions/run-tool/run-tool.mjs index 3b27c5e5fc9db..5df420efa893b 100644 --- a/components/relevance_ai/actions/run-tool/run-tool.mjs +++ b/components/relevance_ai/actions/run-tool/run-tool.mjs @@ -5,7 +5,12 @@ export default { key: "relevance_ai-run-tool", name: "Run Tool", description: "Executes a specific tool within Relevance AI and waits for a response for up to 60 seconds. [See the documentation](https://relevanceai.com/docs/build-custom-tools/create-a-tool)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { relevanceAI, diff --git a/components/remote_retrieval/actions/create-order/create-order.mjs b/components/remote_retrieval/actions/create-order/create-order.mjs index 7980aaabb69c8..426378f30c3cb 100644 --- a/components/remote_retrieval/actions/create-order/create-order.mjs +++ b/components/remote_retrieval/actions/create-order/create-order.mjs @@ -4,7 +4,12 @@ export default { key: "remote_retrieval-create-order", name: "Create Order", description: "Create order in Remote Retrieval. [See the documentation](https://www.remoteretrieval.com/api-integration/#create-order)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/remote_retrieval/actions/get-order-details/get-order-details.mjs b/components/remote_retrieval/actions/get-order-details/get-order-details.mjs index 35e8d0c20bbdd..ea5ba1fe917a9 100644 --- a/components/remote_retrieval/actions/get-order-details/get-order-details.mjs +++ b/components/remote_retrieval/actions/get-order-details/get-order-details.mjs @@ -4,7 +4,12 @@ export default { key: "remote_retrieval-get-order-details", name: "Get Order Details", description: "Get the details of the specified order. [See the documentation](https://www.remoteretrieval.com/api-integration/#order-detail)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/remote_retrieval/actions/get-orders/get-orders.mjs b/components/remote_retrieval/actions/get-orders/get-orders.mjs index 9a66684723f77..044d9f3ed5d73 100644 --- a/components/remote_retrieval/actions/get-orders/get-orders.mjs +++ b/components/remote_retrieval/actions/get-orders/get-orders.mjs @@ -4,7 +4,12 @@ export default { key: "remote_retrieval-get-orders", name: "Get Orders", description: "Get a list of all orders. [See the documentation](https://www.remoteretrieval.com/api-integration/#all-orders)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/remove_bg/actions/remove-background/remove-background.mjs b/components/remove_bg/actions/remove-background/remove-background.mjs index 3ae2c1ef1c1a8..786f59f7e3147 100644 --- a/components/remove_bg/actions/remove-background/remove-background.mjs +++ b/components/remove_bg/actions/remove-background/remove-background.mjs @@ -5,7 +5,12 @@ export default { key: "remove_bg-remove-background", name: "Remove background", description: "Remove the background of an image", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { remove_bg: { diff --git a/components/renderform/actions/create-image/create-image.mjs b/components/renderform/actions/create-image/create-image.mjs index e7c44aca57804..ad4c5b5343f3b 100644 --- a/components/renderform/actions/create-image/create-image.mjs +++ b/components/renderform/actions/create-image/create-image.mjs @@ -4,7 +4,12 @@ export default { key: "renderform-create-image", name: "Create Image with Template", description: "Generates an image using a supplied template. [See the documentation](https://renderform.io/docs/api/render-image-v1/)", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { renderform, diff --git a/components/renderform/actions/list-templates/list-templates.mjs b/components/renderform/actions/list-templates/list-templates.mjs index 2e57ee27c36a3..1c6a676195ea6 100644 --- a/components/renderform/actions/list-templates/list-templates.mjs +++ b/components/renderform/actions/list-templates/list-templates.mjs @@ -4,7 +4,12 @@ export default { key: "renderform-list-templates", name: "List Templates", description: "Retrieve a list of your personal templates, optionally filtered by name. [See the documentation](https://renderform.io/docs/api/get-started/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/renderform/actions/take-screenshot/take-screenshot.mjs b/components/renderform/actions/take-screenshot/take-screenshot.mjs index 044293bf3a627..0cc30379bb538 100644 --- a/components/renderform/actions/take-screenshot/take-screenshot.mjs +++ b/components/renderform/actions/take-screenshot/take-screenshot.mjs @@ -4,7 +4,12 @@ export default { key: "renderform-take-screenshot", name: "Take Screenshot", description: "Capture an image of the current screen. [See the documentation](https://renderform.io/docs/api/take-screenshots)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { renderform, diff --git a/components/rendi/actions/get-ffmpeg-command-status/get-ffmpeg-command-status.mjs b/components/rendi/actions/get-ffmpeg-command-status/get-ffmpeg-command-status.mjs index b8f62db05e531..cc717e020cd0b 100644 --- a/components/rendi/actions/get-ffmpeg-command-status/get-ffmpeg-command-status.mjs +++ b/components/rendi/actions/get-ffmpeg-command-status/get-ffmpeg-command-status.mjs @@ -4,7 +4,12 @@ export default { key: "rendi-get-ffmpeg-command-status", name: "Get FFmpeg Command Status", description: "Get the status of a previously submitted FFmpeg command. [See the documentation](https://docs.rendi.dev/api-reference/endpoint/poll-command)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rendi, diff --git a/components/rendi/actions/list-stored-files/list-stored-files.mjs b/components/rendi/actions/list-stored-files/list-stored-files.mjs index f32ebff495506..760245b1da01a 100644 --- a/components/rendi/actions/list-stored-files/list-stored-files.mjs +++ b/components/rendi/actions/list-stored-files/list-stored-files.mjs @@ -4,7 +4,12 @@ export default { key: "rendi-list-stored-files", name: "List Stored Files", description: "Get the list of all stored files for an account. [See the documentation](https://docs.rendi.dev/api-reference/endpoint/list-files)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rendi, diff --git a/components/rendi/actions/run-ffmpeg-command/run-ffmpeg-command.mjs b/components/rendi/actions/run-ffmpeg-command/run-ffmpeg-command.mjs index 79440380d3c58..055be83c1a98e 100644 --- a/components/rendi/actions/run-ffmpeg-command/run-ffmpeg-command.mjs +++ b/components/rendi/actions/run-ffmpeg-command/run-ffmpeg-command.mjs @@ -8,7 +8,12 @@ export default { key: "rendi-run-ffmpeg-command", name: "Run FFmpeg Command", description: "Submit an FFmpeg command for processing with input and output file specifications. [See the documentation](https://docs.rendi.dev/api-reference/endpoint/run-ffmpeg-command)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rendi, diff --git a/components/rentcast/actions/find-rental-listings/find-rental-listings.mjs b/components/rentcast/actions/find-rental-listings/find-rental-listings.mjs index c2d1b9ec1ba6f..65dba4cf43128 100644 --- a/components/rentcast/actions/find-rental-listings/find-rental-listings.mjs +++ b/components/rentcast/actions/find-rental-listings/find-rental-listings.mjs @@ -4,7 +4,12 @@ export default { key: "rentcast-find-rental-listings", name: "Find Rental Listings", description: "Search for rental listings in a geographical area, or by a specific address. [See the documentation](https://developers.rentcast.io/reference/rental-listings-long-term)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rentcast, diff --git a/components/rentcast/actions/get-market-statistics/get-market-statistics.mjs b/components/rentcast/actions/get-market-statistics/get-market-statistics.mjs index 1896baf9e83dc..c06d4b5138c3e 100644 --- a/components/rentcast/actions/get-market-statistics/get-market-statistics.mjs +++ b/components/rentcast/actions/get-market-statistics/get-market-statistics.mjs @@ -4,7 +4,12 @@ export default { key: "rentcast-get-market-statistics", name: "Get Market Statistics", description: "Get aggregate rental statistics and listing trends for a single US zip code. [See the documentation](https://developers.rentcast.io/reference/market-statistics)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rentcast, diff --git a/components/rentcast/actions/get-rent-estimate/get-rent-estimate.mjs b/components/rentcast/actions/get-rent-estimate/get-rent-estimate.mjs index e694e6225f388..2e7287d064c70 100644 --- a/components/rentcast/actions/get-rent-estimate/get-rent-estimate.mjs +++ b/components/rentcast/actions/get-rent-estimate/get-rent-estimate.mjs @@ -4,7 +4,12 @@ export default { key: "rentcast-get-rent-estimate", name: "Get Rent Estimate", description: "Get a property rent estimate and comparable properties. [See the documentation](https://developers.rentcast.io/reference/rent-estimate-long-term)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rentcast, diff --git a/components/rentman/actions/create-item/create-item.mjs b/components/rentman/actions/create-item/create-item.mjs index 9ba9d281d4430..0415c72a8c00d 100644 --- a/components/rentman/actions/create-item/create-item.mjs +++ b/components/rentman/actions/create-item/create-item.mjs @@ -8,7 +8,12 @@ export default { key: "rentman-create-item", name: "Create Item", description: "Creates a new item based on the specified type. [See the documentation](https://api.rentman.net)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rentman, diff --git a/components/rentman/actions/find-item/find-item.mjs b/components/rentman/actions/find-item/find-item.mjs index 44609aa4bf4d2..007296d47e1cf 100644 --- a/components/rentman/actions/find-item/find-item.mjs +++ b/components/rentman/actions/find-item/find-item.mjs @@ -5,7 +5,12 @@ export default { key: "rentman-find-item", name: "Find Item", description: "Searches for an item in the system using the item type as the filtering criteria. [See the documentation](https://api.rentman.net/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rentman, diff --git a/components/rentman/actions/update-item/update-item.mjs b/components/rentman/actions/update-item/update-item.mjs index af0ff20f550f7..3a9e539f96299 100644 --- a/components/rentman/actions/update-item/update-item.mjs +++ b/components/rentman/actions/update-item/update-item.mjs @@ -8,7 +8,12 @@ export default { key: "rentman-update-item", name: "Update Rentman Item", description: "Updates the details of an existing item based on its type. [See the documentation](https://api.rentman.net)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rentman, diff --git a/components/repairshopr/actions/create-customer/create-customer.mjs b/components/repairshopr/actions/create-customer/create-customer.mjs index bb4fa05b1810a..61cddaf174c85 100644 --- a/components/repairshopr/actions/create-customer/create-customer.mjs +++ b/components/repairshopr/actions/create-customer/create-customer.mjs @@ -4,7 +4,12 @@ export default { key: "repairshopr-create-customer", name: "Create Customer", description: "Create a new customer. [See the docs here](https://api-docs.repairshopr.com/#/Customer/post_customers)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/repairshopr/actions/create-lead/create-lead.mjs b/components/repairshopr/actions/create-lead/create-lead.mjs index cd23a8528f8a7..24bdcd9ed7a19 100644 --- a/components/repairshopr/actions/create-lead/create-lead.mjs +++ b/components/repairshopr/actions/create-lead/create-lead.mjs @@ -4,7 +4,12 @@ export default { key: "repairshopr-create-lead", name: "Create Lead", description: "Create a new lead. [See the docs here](https://api-docs.repairshopr.com/#/Lead/post_leads)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/repairshopr/actions/create-ticket/create-ticket.mjs b/components/repairshopr/actions/create-ticket/create-ticket.mjs index c7173ef72491b..d83b334a7a747 100644 --- a/components/repairshopr/actions/create-ticket/create-ticket.mjs +++ b/components/repairshopr/actions/create-ticket/create-ticket.mjs @@ -5,7 +5,12 @@ export default { key: "repairshopr-create-ticket", name: "Create Ticket", description: "Create a new ticket. [See the docs here](https://api-docs.repairshopr.com/#/Ticket/post_tickets)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/repairshopr/actions/list-customers/list-customers.mjs b/components/repairshopr/actions/list-customers/list-customers.mjs index f48805e6d2b09..31b9aa36c3bf0 100644 --- a/components/repairshopr/actions/list-customers/list-customers.mjs +++ b/components/repairshopr/actions/list-customers/list-customers.mjs @@ -4,7 +4,12 @@ export default { key: "repairshopr-list-customers", name: "List Customers", description: "List Customers. [See the docs here](https://api-docs.repairshopr.com/#/Customer/get_customers)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/replicate/actions/cancel-prediction/cancel-prediction.mjs b/components/replicate/actions/cancel-prediction/cancel-prediction.mjs index 9ab6cba2a02fe..1028086965d3c 100644 --- a/components/replicate/actions/cancel-prediction/cancel-prediction.mjs +++ b/components/replicate/actions/cancel-prediction/cancel-prediction.mjs @@ -3,7 +3,12 @@ import replicate from "../../replicate.app.mjs"; export default { key: "replicate-cancel-prediction", name: "Cancel Prediction", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, description: "Cancel a specific prediction identified by Id. [See the documentation](https://replicate.com/docs/reference/http#predictions.cancel)", type: "action", props: { diff --git a/components/replicate/actions/create-prediction/create-prediction.mjs b/components/replicate/actions/create-prediction/create-prediction.mjs index b823bc1dbcd67..0540a045d6391 100644 --- a/components/replicate/actions/create-prediction/create-prediction.mjs +++ b/components/replicate/actions/create-prediction/create-prediction.mjs @@ -3,7 +3,12 @@ import replicate from "../../replicate.app.mjs"; export default { key: "replicate-create-prediction", name: "Create Prediction", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new prediction [See the documentation](https://replicate.com/docs/reference/http#predictions.create)", type: "action", props: { diff --git a/components/replicate/actions/get-model/get-model.mjs b/components/replicate/actions/get-model/get-model.mjs index 772126bd8170c..4dc7d2f199300 100644 --- a/components/replicate/actions/get-model/get-model.mjs +++ b/components/replicate/actions/get-model/get-model.mjs @@ -3,7 +3,12 @@ import replicate from "../../replicate.app.mjs"; export default { key: "replicate-get-model", name: "Get Model", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Get a specific model identified by Id. [See the documentation](https://replicate.com/docs/reference/http#models.get)", type: "action", props: { diff --git a/components/replicate/actions/get-prediction/get-prediction.mjs b/components/replicate/actions/get-prediction/get-prediction.mjs index 88170026550c6..b08012dd9d618 100644 --- a/components/replicate/actions/get-prediction/get-prediction.mjs +++ b/components/replicate/actions/get-prediction/get-prediction.mjs @@ -3,7 +3,12 @@ import replicate from "../../replicate.app.mjs"; export default { key: "replicate-get-prediction", name: "Get Prediction", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Get a specific prediction identified by Id. [See the documentation](https://replicate.com/docs/reference/http#predictions.get)", type: "action", props: { diff --git a/components/repliq/actions/get-credits-count/get-credits-count.mjs b/components/repliq/actions/get-credits-count/get-credits-count.mjs index 774bd968f9af4..8f1f0a287575d 100644 --- a/components/repliq/actions/get-credits-count/get-credits-count.mjs +++ b/components/repliq/actions/get-credits-count/get-credits-count.mjs @@ -4,7 +4,12 @@ export default { key: "repliq-get-credits-count", name: "Get Credits Count", description: "Retrieve the total number of credits left for the month. [See the documentation](https://developer.repliq.co/get/g1-credits-count)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { repliq, diff --git a/components/repliq/actions/launch-template/launch-template.mjs b/components/repliq/actions/launch-template/launch-template.mjs index fbe1e8d550da1..5fcdad6a05e44 100644 --- a/components/repliq/actions/launch-template/launch-template.mjs +++ b/components/repliq/actions/launch-template/launch-template.mjs @@ -5,7 +5,12 @@ export default { key: "repliq-launch-template", name: "Launch Repliq Template", description: "Launch a Repliq process by deploying the selected template. [See the documentation](https://developer.repliq.co/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { repliq, diff --git a/components/reply_io/actions/create-and-push-to-campaign/create-and-push-to-campaign.mjs b/components/reply_io/actions/create-and-push-to-campaign/create-and-push-to-campaign.mjs index 5031b288f33be..6baff7a6792f2 100644 --- a/components/reply_io/actions/create-and-push-to-campaign/create-and-push-to-campaign.mjs +++ b/components/reply_io/actions/create-and-push-to-campaign/create-and-push-to-campaign.mjs @@ -7,7 +7,12 @@ export default { key: "reply_io-create-and-push-to-campaign", name: "Create or Update Contact and Push to Campaign", description: "Create a new contact, or update if they already exist, and push contact to the selected campaign. [See the docs here](https://apidocs.reply.io/#67afb4b3-4291-4798-9734-ceaa275a90be)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { reply, diff --git a/components/reply_io/actions/create-or-update-contact/create-or-update-contact.mjs b/components/reply_io/actions/create-or-update-contact/create-or-update-contact.mjs index 972d4173bf395..8ce361698e417 100644 --- a/components/reply_io/actions/create-or-update-contact/create-or-update-contact.mjs +++ b/components/reply_io/actions/create-or-update-contact/create-or-update-contact.mjs @@ -7,7 +7,12 @@ export default { key: "reply_io-create-or-update-contact", name: "Create or Update Contact", description: "Create a new contact or update if they already exist. [See the docs here](https://apidocs.reply.io/#2a6fb925-29db-403e-a59f-8cce5672c66a)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { reply, diff --git a/components/reply_io/actions/mark-finished/mark-finished.mjs b/components/reply_io/actions/mark-finished/mark-finished.mjs index 83804f2602700..b9f210bd09bb7 100644 --- a/components/reply_io/actions/mark-finished/mark-finished.mjs +++ b/components/reply_io/actions/mark-finished/mark-finished.mjs @@ -4,7 +4,12 @@ export default { key: "reply_io-mark-finished", name: "Mark Contact as Finished", description: "Mark a contact as finished in all campaigns by their email address. [See the docs here](https://apidocs.reply.io/#1433199e-b249-4077-9e32-ad7ac8fbba54)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { reply, diff --git a/components/reply_io/actions/mark-replied/mark-replied.mjs b/components/reply_io/actions/mark-replied/mark-replied.mjs index 1c82430ce9206..47bde06b6489d 100644 --- a/components/reply_io/actions/mark-replied/mark-replied.mjs +++ b/components/reply_io/actions/mark-replied/mark-replied.mjs @@ -4,7 +4,12 @@ export default { key: "reply_io-mark-replied", name: "Mark Contact as Replied", description: "Mark a contact as replied in all campaigns by their email address. [See the docs here](https://apidocs.reply.io/#d50b7259-910a-4620-9e5a-59c2b5249f57)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { reply, diff --git a/components/reply_io/actions/remove-from-campaign/remove-from-campaign.mjs b/components/reply_io/actions/remove-from-campaign/remove-from-campaign.mjs index 31e3ee6174e72..07f4f22a1a7ed 100644 --- a/components/reply_io/actions/remove-from-campaign/remove-from-campaign.mjs +++ b/components/reply_io/actions/remove-from-campaign/remove-from-campaign.mjs @@ -4,7 +4,12 @@ export default { key: "reply_io-remove-from-campaign", name: "Remove Contact From Campaign", description: "Remove an existing contact from the selected campaign. [See the docs here](https://apidocs.reply.io/#502be5e9-0f1e-47bc-a45f-e5845f298610)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { reply, diff --git a/components/reputation_lyncs/actions/add-customer/add-customer.mjs b/components/reputation_lyncs/actions/add-customer/add-customer.mjs index ee7a11f75c722..8254dca7d25ca 100644 --- a/components/reputation_lyncs/actions/add-customer/add-customer.mjs +++ b/components/reputation_lyncs/actions/add-customer/add-customer.mjs @@ -6,7 +6,12 @@ export default { name: "Add Customer", description: "Adds a new customer to the Reputation Lyncs platform. [See the documentation](https://documenter.getpostman.com/view/25361963/2s93Xzw2bS#46718236-5ef1-4c93-992d-cd7d3722b02f)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { reputationLyncs, diff --git a/components/resource_guru/actions/create-booking/create-booking.mjs b/components/resource_guru/actions/create-booking/create-booking.mjs index 22dd57e3a0b1c..7fac4a6a6f5f0 100644 --- a/components/resource_guru/actions/create-booking/create-booking.mjs +++ b/components/resource_guru/actions/create-booking/create-booking.mjs @@ -6,7 +6,12 @@ import resourceGuru from "../../resource_guru.app.mjs"; export default { key: "resource_guru-create-booking", name: "Create Booking", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new booking for an account. [See the documentation](https://resourceguruapp.com/docs/api#tag/booking/paths/~1v1~1%7Baccount%7D~1bookings/post)", type: "action", props: { diff --git a/components/resource_guru/actions/delete-booking/delete-booking.mjs b/components/resource_guru/actions/delete-booking/delete-booking.mjs index 5d77ca7a44039..b835d00245267 100644 --- a/components/resource_guru/actions/delete-booking/delete-booking.mjs +++ b/components/resource_guru/actions/delete-booking/delete-booking.mjs @@ -3,7 +3,12 @@ import resourceGuru from "../../resource_guru.app.mjs"; export default { key: "resource_guru-delete-booking", name: "Delete Booking", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, description: "Delete a specific booking identified by Id. [See the documentation](https://resourceguruapp.com/docs/api#tag/booking/paths/~1v1~1%7Baccount%7D~1bookings~1%7Bid%7D/delete)", type: "action", props: {