diff --git a/components/you_need_a_budget/actions/get-account/get-account.mjs b/components/you_need_a_budget/actions/get-account/get-account.mjs index 082a9cc0a2449..cafa91eab5fb5 100644 --- a/components/you_need_a_budget/actions/get-account/get-account.mjs +++ b/components/you_need_a_budget/actions/get-account/get-account.mjs @@ -4,7 +4,12 @@ export default { key: "you_need_a_budget-get-account", name: "Get Account", description: "Get an account specified by ID. [See the docs](https://api.ynab.com/v1#/Accounts/getAccountById)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/you_need_a_budget/actions/list-accounts/list-accounts.mjs b/components/you_need_a_budget/actions/list-accounts/list-accounts.mjs index 8957f7fa313fc..e1b7724224559 100644 --- a/components/you_need_a_budget/actions/list-accounts/list-accounts.mjs +++ b/components/you_need_a_budget/actions/list-accounts/list-accounts.mjs @@ -4,7 +4,12 @@ export default { key: "you_need_a_budget-list-accounts", name: "List Accounts", description: "List all accounts for a specific budget. [See the docs](https://api.ynab.com/v1#/Accounts/getAccounts)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/you_need_a_budget/actions/update-category-budget/update-category-budget.mjs b/components/you_need_a_budget/actions/update-category-budget/update-category-budget.mjs index a8b35cb6c27df..2a072fcb6b94a 100644 --- a/components/you_need_a_budget/actions/update-category-budget/update-category-budget.mjs +++ b/components/you_need_a_budget/actions/update-category-budget/update-category-budget.mjs @@ -4,7 +4,12 @@ export default { key: "you_need_a_budget-update-category-budget", name: "Update Category Budget", description: "Update a category budget for a specific month. [See the docs](https://api.youneedabudget.com/v1#/Categories/updateMonthCategory)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/you_need_a_budget/actions/update-transaction/update-transaction.mjs b/components/you_need_a_budget/actions/update-transaction/update-transaction.mjs index d6ffe096964b7..b01b7e9af6d99 100644 --- a/components/you_need_a_budget/actions/update-transaction/update-transaction.mjs +++ b/components/you_need_a_budget/actions/update-transaction/update-transaction.mjs @@ -5,7 +5,12 @@ export default { key: "you_need_a_budget-update-transaction", name: "Update Transaction", description: "Update an existing transaction. [See the docs](https://api.youneedabudget.com/v1#/Transactions/updateTransaction)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/youtube_analytics_api/actions/get-video-metrics/get-video-metrics.mjs b/components/youtube_analytics_api/actions/get-video-metrics/get-video-metrics.mjs index 417a18c21a938..03939d1f1f89e 100644 --- a/components/youtube_analytics_api/actions/get-video-metrics/get-video-metrics.mjs +++ b/components/youtube_analytics_api/actions/get-video-metrics/get-video-metrics.mjs @@ -8,7 +8,12 @@ export default { name: "Get Video Metrics", description: "Retrieve detailed analytics for a specific video. [See the documentation](https://developers.google.com/youtube/analytics/reference/reports/query)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/youtube_analytics_api/actions/list-channel-reports/list-channel-reports.mjs b/components/youtube_analytics_api/actions/list-channel-reports/list-channel-reports.mjs index 9bbbb93f7668e..fea7e2da24155 100644 --- a/components/youtube_analytics_api/actions/list-channel-reports/list-channel-reports.mjs +++ b/components/youtube_analytics_api/actions/list-channel-reports/list-channel-reports.mjs @@ -9,7 +9,12 @@ export default { name: "List Channel Reports", description: "Fetch summary analytics reports for a specified youtube channel. Optional filters include date range and report type. [See the documentation](https://developers.google.com/youtube/analytics/reference/reports/query)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", additionalProps() { const { diff --git a/components/youtube_analytics_api/actions/query-custom-analytics/query-custom-analytics.mjs b/components/youtube_analytics_api/actions/query-custom-analytics/query-custom-analytics.mjs index 506e5ffde08e1..42c541c8e05aa 100644 --- a/components/youtube_analytics_api/actions/query-custom-analytics/query-custom-analytics.mjs +++ b/components/youtube_analytics_api/actions/query-custom-analytics/query-custom-analytics.mjs @@ -8,7 +8,12 @@ export default { name: "Query Custom Analytics", description: "Execute a custom analytics query using specified metrics, dimensions, filters, and date ranges. Requires query parameters to configure. [See the documentation](https://developers.google.com/youtube/analytics/reference/reports/query).", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/youtube_data_api/actions/add-playlist-items/add-playlist-items.mjs b/components/youtube_data_api/actions/add-playlist-items/add-playlist-items.mjs index eb94e714136fb..931ab20ab3cea 100644 --- a/components/youtube_data_api/actions/add-playlist-items/add-playlist-items.mjs +++ b/components/youtube_data_api/actions/add-playlist-items/add-playlist-items.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api-add-playlist-items", name: "Add Playlist Items", description: "Adds resources to a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlistItems/insert) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/channel-statistics/channel-statistics.mjs b/components/youtube_data_api/actions/channel-statistics/channel-statistics.mjs index eb99257c71e11..db62a6abf769d 100644 --- a/components/youtube_data_api/actions/channel-statistics/channel-statistics.mjs +++ b/components/youtube_data_api/actions/channel-statistics/channel-statistics.mjs @@ -7,7 +7,12 @@ export default { key: "youtube_data_api-channel-statistics", name: "Channel Statistics", description: "Returns statistics from my YouTube Channel or by id. [See the documentation](https://developers.google.com/youtube/v3/docs/channels/list) for more information", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/create-comment-thread/create-comment-thread.mjs b/components/youtube_data_api/actions/create-comment-thread/create-comment-thread.mjs index dd85e2f5e0f55..bdc654d7ca622 100644 --- a/components/youtube_data_api/actions/create-comment-thread/create-comment-thread.mjs +++ b/components/youtube_data_api/actions/create-comment-thread/create-comment-thread.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api-create-comment-thread", name: "Create Comment Thread", description: "Creates a new top-level comment in a video. [See the documentation](https://developers.google.com/youtube/v3/docs/commentThreads/insert) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/create-playlist/create-playlist.mjs b/components/youtube_data_api/actions/create-playlist/create-playlist.mjs index 560896ec6d4e0..35a8f7b8cb337 100644 --- a/components/youtube_data_api/actions/create-playlist/create-playlist.mjs +++ b/components/youtube_data_api/actions/create-playlist/create-playlist.mjs @@ -7,7 +7,12 @@ export default { key: "youtube_data_api-create-playlist", name: "Create Playlist", description: "Creates a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlists/insert) for more information", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/delete-playlist-items/delete-playlist-items.mjs b/components/youtube_data_api/actions/delete-playlist-items/delete-playlist-items.mjs index fe1bae9eb6813..c8374eef9c4e2 100644 --- a/components/youtube_data_api/actions/delete-playlist-items/delete-playlist-items.mjs +++ b/components/youtube_data_api/actions/delete-playlist-items/delete-playlist-items.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api-delete-playlist-items", name: "Delete Playlist Items", description: "Deletes a playlist item. [See the documentation](https://developers.google.com/youtube/v3/docs/playlistItems/delete) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/delete-playlist/delete-playlist.mjs b/components/youtube_data_api/actions/delete-playlist/delete-playlist.mjs index 794de17ba6c37..72546eb1f2f6f 100644 --- a/components/youtube_data_api/actions/delete-playlist/delete-playlist.mjs +++ b/components/youtube_data_api/actions/delete-playlist/delete-playlist.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api-delete-playlist", name: "Delete Playlist", description: "Deletes a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlists/delete) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/list-activities/list-activities.mjs b/components/youtube_data_api/actions/list-activities/list-activities.mjs index 56d3889725db1..7b5b1e2d70f0d 100644 --- a/components/youtube_data_api/actions/list-activities/list-activities.mjs +++ b/components/youtube_data_api/actions/list-activities/list-activities.mjs @@ -7,7 +7,12 @@ export default { key: "youtube_data_api-list-activities", name: "List Activities", description: "Returns a list of channel activity events that match the request criteria. [See the documentation](https://developers.google.com/youtube/v3/docs/activities/list) for more information", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/list-playlist-videos/list-playlist-videos.mjs b/components/youtube_data_api/actions/list-playlist-videos/list-playlist-videos.mjs index ef7b5ffd96637..72e0667d040c4 100644 --- a/components/youtube_data_api/actions/list-playlist-videos/list-playlist-videos.mjs +++ b/components/youtube_data_api/actions/list-playlist-videos/list-playlist-videos.mjs @@ -4,7 +4,12 @@ export default { key: "youtube_data_api-list-playlist-videos", name: "List Playlist Videos", description: "List videos in a playlist. [See the documentation](https://developers.google.com/youtube/v3/docs/playlistItems/list) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/list-playlists/list-playlists.mjs b/components/youtube_data_api/actions/list-playlists/list-playlists.mjs index fbae17dd93a98..97c3ffa7ae0e5 100644 --- a/components/youtube_data_api/actions/list-playlists/list-playlists.mjs +++ b/components/youtube_data_api/actions/list-playlists/list-playlists.mjs @@ -7,7 +7,12 @@ export default { key: "youtube_data_api-list-playlists", name: "List Playlists", description: "Returns a collection of playlists that match the API request parameters. [See the documentation](https://developers.google.com/youtube/v3/docs/playlists/list) for more information", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/list-videos/list-videos.mjs b/components/youtube_data_api/actions/list-videos/list-videos.mjs index 223fc98966e39..b18db331024bd 100644 --- a/components/youtube_data_api/actions/list-videos/list-videos.mjs +++ b/components/youtube_data_api/actions/list-videos/list-videos.mjs @@ -7,7 +7,12 @@ export default { key: "youtube_data_api-list-videos", name: "List Videos", description: "Returns a list of videos that match the API request parameters. [See the documentation](https://developers.google.com/youtube/v3/docs/videos/list) for more information", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/reply-to-comment/reply-to-comment.mjs b/components/youtube_data_api/actions/reply-to-comment/reply-to-comment.mjs index b79476ef7a13b..f9d7954439f14 100644 --- a/components/youtube_data_api/actions/reply-to-comment/reply-to-comment.mjs +++ b/components/youtube_data_api/actions/reply-to-comment/reply-to-comment.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api-reply-to-comment", name: "Reply To Comment", description: "Creates a reply to an existing comment. [See the documentation](https://developers.google.com/youtube/v3/docs/comments/insert) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/search-videos/search-videos.mjs b/components/youtube_data_api/actions/search-videos/search-videos.mjs index f567aa25c8d08..d894b802ca996 100644 --- a/components/youtube_data_api/actions/search-videos/search-videos.mjs +++ b/components/youtube_data_api/actions/search-videos/search-videos.mjs @@ -5,7 +5,12 @@ export default { key: "youtube_data_api-search-videos", name: "Search Videos", description: "Returns a list of videos that match the search parameters. [See the documentation](https://developers.google.com/youtube/v3/docs/search/list) for more information", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/update-channel/update-channel.mjs b/components/youtube_data_api/actions/update-channel/update-channel.mjs index f34bfac1afb6f..49ce12e64e588 100644 --- a/components/youtube_data_api/actions/update-channel/update-channel.mjs +++ b/components/youtube_data_api/actions/update-channel/update-channel.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api-update-channel", name: "Update Channel", description: "Updates a channel's metadata. [See the documentation](https://developers.google.com/youtube/v3/docs/channels/update) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/update-playlist/update-playlist.mjs b/components/youtube_data_api/actions/update-playlist/update-playlist.mjs index 6b05d67149841..f6093b4561ad0 100644 --- a/components/youtube_data_api/actions/update-playlist/update-playlist.mjs +++ b/components/youtube_data_api/actions/update-playlist/update-playlist.mjs @@ -7,7 +7,12 @@ export default { key: "youtube_data_api-update-playlist", name: "Update Playlist", description: "Modifies a playlist. For example, you could change a playlist's title, description, or privacy status. [See the documentation](https://developers.google.com/youtube/v3/docs/playlists/update) for more information", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/update-video-details/update-video-details.mjs b/components/youtube_data_api/actions/update-video-details/update-video-details.mjs index c67459eae53fb..b99c263103ff7 100644 --- a/components/youtube_data_api/actions/update-video-details/update-video-details.mjs +++ b/components/youtube_data_api/actions/update-video-details/update-video-details.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api-update-video-details", name: "Update Video Details", description: "Updates a video's metadata. [See the documentation](https://developers.google.com/youtube/v3/docs/videos/update) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/upload-channel-banner/upload-channel-banner.mjs b/components/youtube_data_api/actions/upload-channel-banner/upload-channel-banner.mjs index 3b53654aeff90..5a0e05391fa68 100644 --- a/components/youtube_data_api/actions/upload-channel-banner/upload-channel-banner.mjs +++ b/components/youtube_data_api/actions/upload-channel-banner/upload-channel-banner.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api-upload-channel-banner", name: "Upload Channel Banner", description: "Uploads a channel banner image to YouTube. [See the documentation](https://developers.google.com/youtube/v3/docs/channelBanners/insert) for more information", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/upload-thumbnail/upload-thumbnail.mjs b/components/youtube_data_api/actions/upload-thumbnail/upload-thumbnail.mjs index c20051a528562..ffcb79d2525d0 100644 --- a/components/youtube_data_api/actions/upload-thumbnail/upload-thumbnail.mjs +++ b/components/youtube_data_api/actions/upload-thumbnail/upload-thumbnail.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api-upload-thumbnail", name: "Upload Thumbnail", description: "Uploads a custom video thumbnail to YouTube and sets it for a video. Note: Account must be [verified](https://www.youtube.com/verify). [See the documentation](https://developers.google.com/youtube/v3/docs/thumbnails/set) for more information", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api/actions/upload-video/upload-video.mjs b/components/youtube_data_api/actions/upload-video/upload-video.mjs index 2964d8194208c..5330f92103884 100644 --- a/components/youtube_data_api/actions/upload-video/upload-video.mjs +++ b/components/youtube_data_api/actions/upload-video/upload-video.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api-upload-video", name: "Upload Video", description: "Post a video to your channel. [See the documentation](https://developers.google.com/youtube/v3/docs/videos/insert) for more information", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api_custom_app/actions/add-playlist-items/add-playlist-items.mjs b/components/youtube_data_api_custom_app/actions/add-playlist-items/add-playlist-items.mjs index 47f7b3f676137..a4207c60b70c6 100644 --- a/components/youtube_data_api_custom_app/actions/add-playlist-items/add-playlist-items.mjs +++ b/components/youtube_data_api_custom_app/actions/add-playlist-items/add-playlist-items.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api_custom_app-add-playlist-items", name: "Add Playlist Items", description: "Adds resources to a playlist. [See the docs](https://developers.google.com/youtube/v3/docs/playlistItems/insert) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api_custom_app/actions/channel-statistics/channel-statistics.mjs b/components/youtube_data_api_custom_app/actions/channel-statistics/channel-statistics.mjs index 536d7a7d3cd30..d0649b305694e 100644 --- a/components/youtube_data_api_custom_app/actions/channel-statistics/channel-statistics.mjs +++ b/components/youtube_data_api_custom_app/actions/channel-statistics/channel-statistics.mjs @@ -7,7 +7,12 @@ export default { key: "youtube_data_api_custom_app-channel-statistics", name: "Channel Statistics", description: "Returns statistics from my YouTube Channel or by id. [See the docs](https://developers.google.com/youtube/v3/docs/channels/list) for more information", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", dedupe: "unique", props: { diff --git a/components/youtube_data_api_custom_app/actions/create-comment-thread/create-comment-thread.mjs b/components/youtube_data_api_custom_app/actions/create-comment-thread/create-comment-thread.mjs index 4a211319f1e4a..35c4718380ae5 100644 --- a/components/youtube_data_api_custom_app/actions/create-comment-thread/create-comment-thread.mjs +++ b/components/youtube_data_api_custom_app/actions/create-comment-thread/create-comment-thread.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api_custom_app-create-comment-thread", name: "Create Comment Thread", description: "Creates a new top-level comment in a video. [See the docs](https://developers.google.com/youtube/v3/docs/commentThreads/insert) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api_custom_app/actions/create-playlist/create-playlist.mjs b/components/youtube_data_api_custom_app/actions/create-playlist/create-playlist.mjs index 89ff2c830b994..c7db84bf538b4 100644 --- a/components/youtube_data_api_custom_app/actions/create-playlist/create-playlist.mjs +++ b/components/youtube_data_api_custom_app/actions/create-playlist/create-playlist.mjs @@ -7,7 +7,12 @@ export default { key: "youtube_data_api_custom_app-create-playlist", name: "Create Playlist", description: "Creates a playlist. [See the docs](https://developers.google.com/youtube/v3/docs/playlists/insert) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api_custom_app/actions/delete-playlist-items/delete-playlist-items.mjs b/components/youtube_data_api_custom_app/actions/delete-playlist-items/delete-playlist-items.mjs index 97dbc372f477f..0aae194ad6214 100644 --- a/components/youtube_data_api_custom_app/actions/delete-playlist-items/delete-playlist-items.mjs +++ b/components/youtube_data_api_custom_app/actions/delete-playlist-items/delete-playlist-items.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api_custom_app-delete-playlist-items", name: "Delete Playlist Items", description: "Deletes a playlist item. [See the docs](https://developers.google.com/youtube/v3/docs/playlistItems/delete) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api_custom_app/actions/delete-playlist/delete-playlist.mjs b/components/youtube_data_api_custom_app/actions/delete-playlist/delete-playlist.mjs index ed6fe8c32f4c0..a8fa489f9c500 100644 --- a/components/youtube_data_api_custom_app/actions/delete-playlist/delete-playlist.mjs +++ b/components/youtube_data_api_custom_app/actions/delete-playlist/delete-playlist.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api_custom_app-delete-playlist", name: "Delete Playlist", description: "Deletes a playlist. [See the docs](https://developers.google.com/youtube/v3/docs/playlists/delete) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api_custom_app/actions/list-activities/list-activities.mjs b/components/youtube_data_api_custom_app/actions/list-activities/list-activities.mjs index c956a4ea1aed1..651bf84319868 100644 --- a/components/youtube_data_api_custom_app/actions/list-activities/list-activities.mjs +++ b/components/youtube_data_api_custom_app/actions/list-activities/list-activities.mjs @@ -7,7 +7,12 @@ export default { key: "youtube_data_api_custom_app-list-activities", name: "List Activities", description: "Returns a list of channel activity events that match the request criteria. [See the docs](https://developers.google.com/youtube/v3/docs/channels/list) for more information", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", dedupe: "unique", props: { diff --git a/components/youtube_data_api_custom_app/actions/list-playlists/list-playlists.mjs b/components/youtube_data_api_custom_app/actions/list-playlists/list-playlists.mjs index 3876008c0ab1b..28a2643138abe 100644 --- a/components/youtube_data_api_custom_app/actions/list-playlists/list-playlists.mjs +++ b/components/youtube_data_api_custom_app/actions/list-playlists/list-playlists.mjs @@ -7,7 +7,12 @@ export default { key: "youtube_data_api_custom_app-list-playlists", name: "List Playlists", description: "Returns a collection of playlists that match the API request parameters. [See the docs](https://developers.google.com/youtube/v3/docs/playlists/list) for more information", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", dedupe: "unique", props: { diff --git a/components/youtube_data_api_custom_app/actions/list-videos/list-videos.mjs b/components/youtube_data_api_custom_app/actions/list-videos/list-videos.mjs index 01558c40f6cbb..ffeb4af78134a 100644 --- a/components/youtube_data_api_custom_app/actions/list-videos/list-videos.mjs +++ b/components/youtube_data_api_custom_app/actions/list-videos/list-videos.mjs @@ -7,7 +7,12 @@ export default { key: "youtube_data_api_custom_app-list-videos", name: "List Videos", description: "Returns a list of videos that match the API request parameters. [See the docs](https://developers.google.com/youtube/v3/docs/videos/list) for more information", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", dedupe: "unique", props: { diff --git a/components/youtube_data_api_custom_app/actions/reply-to-comment/reply-to-comment.mjs b/components/youtube_data_api_custom_app/actions/reply-to-comment/reply-to-comment.mjs index e6f91db9fc973..e90c0adbe41d7 100644 --- a/components/youtube_data_api_custom_app/actions/reply-to-comment/reply-to-comment.mjs +++ b/components/youtube_data_api_custom_app/actions/reply-to-comment/reply-to-comment.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api_custom_app-reply-to-comment", name: "Reply To Comment", description: "Creates a reply to an existing comment. [See the docs](https://developers.google.com/youtube/v3/docs/comments/insert) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api_custom_app/actions/update-channel/update-channel.mjs b/components/youtube_data_api_custom_app/actions/update-channel/update-channel.mjs index a3134926f7fd7..5c7a4415dee79 100644 --- a/components/youtube_data_api_custom_app/actions/update-channel/update-channel.mjs +++ b/components/youtube_data_api_custom_app/actions/update-channel/update-channel.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api_custom_app-update-channel", name: "Update Channel", description: "Updates a channel's metadata. [See the docs](https://developers.google.com/youtube/v3/docs/channels/update) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api_custom_app/actions/update-playlist/update-playlist.mjs b/components/youtube_data_api_custom_app/actions/update-playlist/update-playlist.mjs index daeca6b3b3c1b..0606a8ca7d440 100644 --- a/components/youtube_data_api_custom_app/actions/update-playlist/update-playlist.mjs +++ b/components/youtube_data_api_custom_app/actions/update-playlist/update-playlist.mjs @@ -7,7 +7,12 @@ export default { key: "youtube_data_api_custom_app-update-playlist", name: "Update Playlist", description: "Modifies a playlist. For example, you could change a playlist's title, description, or privacy status. **If you are submitting an update request, and your request does not specify a value for a property that already has a value, the property's existing value will be deleted.** [See the docs](https://developers.google.com/youtube/v3/docs/playlists/update) for more information", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", dedupe: "unique", props: { diff --git a/components/youtube_data_api_custom_app/actions/update-video-details/update-video-details.mjs b/components/youtube_data_api_custom_app/actions/update-video-details/update-video-details.mjs index f0b3cf2fb6caf..fe0a5b983a0d0 100644 --- a/components/youtube_data_api_custom_app/actions/update-video-details/update-video-details.mjs +++ b/components/youtube_data_api_custom_app/actions/update-video-details/update-video-details.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api_custom_app-update-video-details", name: "Update Video Details", description: "Updates a video's metadata. [See the docs](https://developers.google.com/youtube/v3/docs/videos/update) for more information", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api_custom_app/actions/upload-channel-banner/upload-channel-banner.mjs b/components/youtube_data_api_custom_app/actions/upload-channel-banner/upload-channel-banner.mjs index 5fd1e481ab0a8..b1533abfde005 100644 --- a/components/youtube_data_api_custom_app/actions/upload-channel-banner/upload-channel-banner.mjs +++ b/components/youtube_data_api_custom_app/actions/upload-channel-banner/upload-channel-banner.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api_custom_app-upload-channel-banner", name: "Upload Channel Banner", description: "Uploads a channel banner image to YouTube. [See the docs](https://developers.google.com/youtube/v3/docs/channelBanners/insert) for more information", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api_custom_app/actions/upload-thumbnail/upload-thumbnail.mjs b/components/youtube_data_api_custom_app/actions/upload-thumbnail/upload-thumbnail.mjs index df6ef9ca4aa5d..4be6d6158111d 100644 --- a/components/youtube_data_api_custom_app/actions/upload-thumbnail/upload-thumbnail.mjs +++ b/components/youtube_data_api_custom_app/actions/upload-thumbnail/upload-thumbnail.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api_custom_app-upload-thumbnail", name: "Upload Thumbnail", description: "Uploads a custom video thumbnail to YouTube and sets it for a video. [See the docs](https://developers.google.com/youtube/v3/docs/thumbnails/set) for more information", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { youtubeDataApi, diff --git a/components/youtube_data_api_custom_app/actions/upload-video/upload-video.mjs b/components/youtube_data_api_custom_app/actions/upload-video/upload-video.mjs index e185686e488b5..f4b895916219e 100644 --- a/components/youtube_data_api_custom_app/actions/upload-video/upload-video.mjs +++ b/components/youtube_data_api_custom_app/actions/upload-video/upload-video.mjs @@ -6,7 +6,12 @@ export default { key: "youtube_data_api_custom_app-upload-video", name: "Upload Video", description: "Post a video to your channel. [See the docs](https://developers.google.com/youtube/v3/docs/videos/insert) for more information", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", dedupe: "unique", props: { diff --git a/components/z_api/actions/get-contacts/get-contacts.mjs b/components/z_api/actions/get-contacts/get-contacts.mjs index c7fc2218dbb2d..eea502836703f 100644 --- a/components/z_api/actions/get-contacts/get-contacts.mjs +++ b/components/z_api/actions/get-contacts/get-contacts.mjs @@ -4,7 +4,12 @@ export default { key: "z_api-get-contacts", name: "Get Contacts", description: "Get a list of all your WhatsApp contacts. [See the documentation](https://developer.z-api.io/en/contacts/get-contacts)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/z_api/actions/modify-chat/modify-chat.mjs b/components/z_api/actions/modify-chat/modify-chat.mjs index e5125e02e745b..a0c7917b31386 100644 --- a/components/z_api/actions/modify-chat/modify-chat.mjs +++ b/components/z_api/actions/modify-chat/modify-chat.mjs @@ -4,7 +4,12 @@ export default { key: "z_api-modify-chat", name: "Modify Chat", description: "Modify the specified chat. [See the documentation](https://developer.z-api.io/en/chats/delete-chat)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/z_api/actions/send-text/send-text.mjs b/components/z_api/actions/send-text/send-text.mjs index a78e2e1181d07..2f3a671c7bec4 100644 --- a/components/z_api/actions/send-text/send-text.mjs +++ b/components/z_api/actions/send-text/send-text.mjs @@ -4,7 +4,12 @@ export default { key: "z_api-send-text", name: "Send Text", description: "Send a text to the specified phone. [See the documentation](https://developer.z-api.io/en/message/send-message-text)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/zamzar/actions/create-content-file/create-content-file.mjs b/components/zamzar/actions/create-content-file/create-content-file.mjs index 8716563a1ed72..bba48f9141b6b 100644 --- a/components/zamzar/actions/create-content-file/create-content-file.mjs +++ b/components/zamzar/actions/create-content-file/create-content-file.mjs @@ -5,7 +5,12 @@ export default { key: "zamzar-create-content-file", name: "Create Content File", description: "Creates a file from the provided content. [See the documentation](https://developers.zamzar.com/docs)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/zamzar/actions/retrieve-job/retrieve-job.mjs b/components/zamzar/actions/retrieve-job/retrieve-job.mjs index d60d51ba4f5f3..01215b524c8a8 100644 --- a/components/zamzar/actions/retrieve-job/retrieve-job.mjs +++ b/components/zamzar/actions/retrieve-job/retrieve-job.mjs @@ -4,7 +4,12 @@ export default { key: "zamzar-retrieve-job", name: "Retrieve Job", description: "Finds the file that has been processed under the specified job id. [See the documentation](https://developers.zamzar.com/docs)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/zamzar/actions/start-job-from-file/start-job-from-file.mjs b/components/zamzar/actions/start-job-from-file/start-job-from-file.mjs index 80361b1405620..407c87f81c7cf 100644 --- a/components/zamzar/actions/start-job-from-file/start-job-from-file.mjs +++ b/components/zamzar/actions/start-job-from-file/start-job-from-file.mjs @@ -5,7 +5,12 @@ export default { key: "zamzar-start-job-from-file", name: "Start Job From File", description: "Starts a conversion job and upload a source file in a single request. [See the documentation](https://developers.zamzar.com/docs)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/zendesk/actions/add-ticket-tags/add-ticket-tags.mjs b/components/zendesk/actions/add-ticket-tags/add-ticket-tags.mjs index 3274acaecf226..fe5530779d85b 100644 --- a/components/zendesk/actions/add-ticket-tags/add-ticket-tags.mjs +++ b/components/zendesk/actions/add-ticket-tags/add-ticket-tags.mjs @@ -5,7 +5,12 @@ export default { name: "Add Ticket Tags", description: "Add tags to a ticket (appends to existing tags). [See the documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/#add-tags).", type: "action", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, ticketId: { diff --git a/components/zendesk/actions/create-ticket/create-ticket.mjs b/components/zendesk/actions/create-ticket/create-ticket.mjs index 008efe76403d0..3f05552650245 100644 --- a/components/zendesk/actions/create-ticket/create-ticket.mjs +++ b/components/zendesk/actions/create-ticket/create-ticket.mjs @@ -5,7 +5,12 @@ export default { name: "Create Ticket", description: "Creates a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#create-ticket).", type: "action", - version: "0.1.8", + version: "0.1.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, ticketCommentBody: { diff --git a/components/zendesk/actions/delete-ticket/delete-ticket.mjs b/components/zendesk/actions/delete-ticket/delete-ticket.mjs index 1b1e4df2b0d22..c8450b5988c71 100644 --- a/components/zendesk/actions/delete-ticket/delete-ticket.mjs +++ b/components/zendesk/actions/delete-ticket/delete-ticket.mjs @@ -5,7 +5,12 @@ export default { name: "Delete Ticket", description: "Deletes a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#delete-ticket).", type: "action", - version: "0.1.8", + version: "0.1.9", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, ticketId: { diff --git a/components/zendesk/actions/get-ticket-info/get-ticket-info.mjs b/components/zendesk/actions/get-ticket-info/get-ticket-info.mjs index 87e8c2a8dca5f..6a6fa33e3b939 100644 --- a/components/zendesk/actions/get-ticket-info/get-ticket-info.mjs +++ b/components/zendesk/actions/get-ticket-info/get-ticket-info.mjs @@ -5,7 +5,12 @@ export default { name: "Get Ticket Info", description: "Retrieves information about a specific ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#show-ticket).", type: "action", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, ticketId: { diff --git a/components/zendesk/actions/get-user-info/get-user-info.mjs b/components/zendesk/actions/get-user-info/get-user-info.mjs index 0a4e8f7699d92..6ec0c75b56ac9 100644 --- a/components/zendesk/actions/get-user-info/get-user-info.mjs +++ b/components/zendesk/actions/get-user-info/get-user-info.mjs @@ -4,7 +4,12 @@ export default { key: "zendesk-get-user-info", name: "Get User Info", description: "Retrieves information about a specific user. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/users/users/#show-user).", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zendesk, diff --git a/components/zendesk/actions/list-locales/list-locales.mjs b/components/zendesk/actions/list-locales/list-locales.mjs index 84a97e650fa07..475ce7eb4eb8a 100644 --- a/components/zendesk/actions/list-locales/list-locales.mjs +++ b/components/zendesk/actions/list-locales/list-locales.mjs @@ -4,7 +4,12 @@ export default { key: "zendesk-list-locales", name: "List Locales", description: "Retrieves all locales. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/account-configuration/locales/).", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zendesk, diff --git a/components/zendesk/actions/list-macros/list-macros.mjs b/components/zendesk/actions/list-macros/list-macros.mjs index b82daefdae49f..02aa02df05140 100644 --- a/components/zendesk/actions/list-macros/list-macros.mjs +++ b/components/zendesk/actions/list-macros/list-macros.mjs @@ -4,7 +4,12 @@ export default { key: "zendesk-list-macros", name: "List Macros", description: "Retrieves all macros. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/business-rules/macros/#list-macros).", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zendesk, diff --git a/components/zendesk/actions/list-ticket-comments/list-ticket-comments.mjs b/components/zendesk/actions/list-ticket-comments/list-ticket-comments.mjs index 2078299f304f2..9909269511a0e 100644 --- a/components/zendesk/actions/list-ticket-comments/list-ticket-comments.mjs +++ b/components/zendesk/actions/list-ticket-comments/list-ticket-comments.mjs @@ -4,7 +4,12 @@ export default { key: "zendesk-list-ticket-comments", name: "List Ticket Comments", description: "Retrieves all comments for a specific ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/ticket_comments/#list-comments).", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zendesk, diff --git a/components/zendesk/actions/list-tickets/list-tickets.mjs b/components/zendesk/actions/list-tickets/list-tickets.mjs index 104d1707b4040..1d351139b879a 100644 --- a/components/zendesk/actions/list-tickets/list-tickets.mjs +++ b/components/zendesk/actions/list-tickets/list-tickets.mjs @@ -5,7 +5,12 @@ export default { name: "List Tickets", description: "Retrieves a list of tickets. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#list-tickets).", type: "action", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, sortBy: { diff --git a/components/zendesk/actions/remove-ticket-tags/remove-ticket-tags.mjs b/components/zendesk/actions/remove-ticket-tags/remove-ticket-tags.mjs index be8d5c142d102..08bb924e8f6ae 100644 --- a/components/zendesk/actions/remove-ticket-tags/remove-ticket-tags.mjs +++ b/components/zendesk/actions/remove-ticket-tags/remove-ticket-tags.mjs @@ -5,7 +5,12 @@ export default { name: "Remove Ticket Tags", description: "Remove specific tags from a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/#remove-tags).", type: "action", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, ticketId: { diff --git a/components/zendesk/actions/search-tickets/search-tickets.mjs b/components/zendesk/actions/search-tickets/search-tickets.mjs index 2085ec2a30d65..c037fcc221313 100644 --- a/components/zendesk/actions/search-tickets/search-tickets.mjs +++ b/components/zendesk/actions/search-tickets/search-tickets.mjs @@ -5,7 +5,12 @@ export default { name: "Search Tickets", description: "Searches for tickets using Zendesk's search API. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/search/#search-tickets).", type: "action", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, query: { diff --git a/components/zendesk/actions/set-ticket-tags/set-ticket-tags.mjs b/components/zendesk/actions/set-ticket-tags/set-ticket-tags.mjs index 7e2dd035b0356..bc185c31156c9 100644 --- a/components/zendesk/actions/set-ticket-tags/set-ticket-tags.mjs +++ b/components/zendesk/actions/set-ticket-tags/set-ticket-tags.mjs @@ -5,7 +5,12 @@ export default { name: "Set Ticket Tags", description: "Set tags on a ticket (replaces all existing tags). [See the documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/#set-tags).", type: "action", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, ticketId: { diff --git a/components/zendesk/actions/update-ticket/update-ticket.mjs b/components/zendesk/actions/update-ticket/update-ticket.mjs index fb82127cc93c0..5a1426477e975 100644 --- a/components/zendesk/actions/update-ticket/update-ticket.mjs +++ b/components/zendesk/actions/update-ticket/update-ticket.mjs @@ -5,7 +5,12 @@ export default { name: "Update Ticket", description: "Updates a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#update-ticket).", type: "action", - version: "0.2.1", + version: "0.2.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, ticketId: { diff --git a/components/zendesk_sell/actions/create-contact/create-contact.mjs b/components/zendesk_sell/actions/create-contact/create-contact.mjs index d4e2c8fd37a18..e0936eeabdfbc 100644 --- a/components/zendesk_sell/actions/create-contact/create-contact.mjs +++ b/components/zendesk_sell/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { name: "Create Contact", description: "Creates a new contact. [See the documentation](https://developer.zendesk.com/api-reference/sales-crm/resources/contacts/#create-a-contact).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { zendeskSell, isOrganization: { diff --git a/components/zendesk_sell/actions/create-lead/create-lead.mjs b/components/zendesk_sell/actions/create-lead/create-lead.mjs index 42a855752168f..741ab1559f2fb 100644 --- a/components/zendesk_sell/actions/create-lead/create-lead.mjs +++ b/components/zendesk_sell/actions/create-lead/create-lead.mjs @@ -5,7 +5,12 @@ export default { name: "Create Lead", description: "Creates a new lead. [See the documentation](https://developer.zendesk.com/api-reference/sales-crm/resources/leads/#create-a-lead).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { zendeskSell, isOrganization: { diff --git a/components/zendesk_sell/actions/create-task/create-task.mjs b/components/zendesk_sell/actions/create-task/create-task.mjs index dac6db39968b2..97263047c8d88 100644 --- a/components/zendesk_sell/actions/create-task/create-task.mjs +++ b/components/zendesk_sell/actions/create-task/create-task.mjs @@ -5,7 +5,12 @@ export default { name: "Create Task", description: "Creates a new task. [See the documentation](https://developer.zendesk.com/api-reference/sales-crm/resources/tasks/#create-a-task).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { zendeskSell, resourceType: { diff --git a/components/zenkit/actions/add-entry-comment/add-entry-comment.mjs b/components/zenkit/actions/add-entry-comment/add-entry-comment.mjs index a40db7fd250be..81a887d18560d 100644 --- a/components/zenkit/actions/add-entry-comment/add-entry-comment.mjs +++ b/components/zenkit/actions/add-entry-comment/add-entry-comment.mjs @@ -5,7 +5,12 @@ export default { key: "zenkit-add-entry-comment", name: "Add Entry Comment", description: "Add a comment to an entry/item within a list/collection on Zenkit. [See the docs](https://base.zenkit.com/docs/api/activity/post-api-v1-users-me-lists-listallid-entries-listentryallid-activities)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/zenkit/actions/create-entry/create-entry.mjs b/components/zenkit/actions/create-entry/create-entry.mjs index b73ef67fdf589..dc00c13b6a713 100644 --- a/components/zenkit/actions/create-entry/create-entry.mjs +++ b/components/zenkit/actions/create-entry/create-entry.mjs @@ -5,7 +5,12 @@ export default { key: "zenkit-create-entry", name: "Create Entry", description: "Create an entry/item in a list on Zenkit. [See the docs](https://base.zenkit.com/docs/api/entries/post-api-v1-lists-listid-entries)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/zenkit/actions/get-entry/get-entry.mjs b/components/zenkit/actions/get-entry/get-entry.mjs index 5721ef906c148..574cdcef6430d 100644 --- a/components/zenkit/actions/get-entry/get-entry.mjs +++ b/components/zenkit/actions/get-entry/get-entry.mjs @@ -5,7 +5,12 @@ export default { key: "zenkit-get-entry", name: "Get Entry", description: "Retrieve an entry/item from a list on Zenkit. [See the docs](https://base.zenkit.com/docs/api/entries/get-api-v1-lists-listallid-entries-listentryallid)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/zenkit/actions/get-list/get-list.mjs b/components/zenkit/actions/get-list/get-list.mjs index 3db227621638c..adf0452ca0c4d 100644 --- a/components/zenkit/actions/get-list/get-list.mjs +++ b/components/zenkit/actions/get-list/get-list.mjs @@ -5,7 +5,12 @@ export default { key: "zenkit-get-list", name: "Get List", description: "Retrieve a list/collection from a workspace on Zenkit. [See the docs](https://base.zenkit.com/docs/api/lists/get-api-v1-lists-listshortid)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/zenkit/actions/get-user/get-user.mjs b/components/zenkit/actions/get-user/get-user.mjs index 65675dd0baae1..2ce1f667fe3e5 100644 --- a/components/zenkit/actions/get-user/get-user.mjs +++ b/components/zenkit/actions/get-user/get-user.mjs @@ -5,7 +5,12 @@ export default { key: "zenkit-get-user", name: "Get User", description: "Retrieve a user from a workspace on Zenkit. [See the docs](https://base.zenkit.com/docs/api/workspaces/get-api-v1-workspaces-workspaceid-users)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/zenkit/actions/update-entry/update-entry.mjs b/components/zenkit/actions/update-entry/update-entry.mjs index 214e8aff337fd..145c36e9efe90 100644 --- a/components/zenkit/actions/update-entry/update-entry.mjs +++ b/components/zenkit/actions/update-entry/update-entry.mjs @@ -5,7 +5,12 @@ export default { key: "zenkit-update-entry", name: "Update Entry", description: "Update an entry/item in a list on Zenkit. [See the docs](https://base.zenkit.com/docs/api/entries/put-api-v1-lists-listid-entries-listentryid)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/zenler/actions/create-user/create-user.mjs b/components/zenler/actions/create-user/create-user.mjs index 6b80de5599b2d..790884a18fc6b 100644 --- a/components/zenler/actions/create-user/create-user.mjs +++ b/components/zenler/actions/create-user/create-user.mjs @@ -6,7 +6,12 @@ export default { name: "Create User", description: "Creates a user. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#d350a2f6-bc29-b363-6724-681535bc03e0)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { zenler, firstName: { diff --git a/components/zenler/actions/enroll-user/enroll-user.mjs b/components/zenler/actions/enroll-user/enroll-user.mjs index 66a875bfce065..6d27272fc62d7 100644 --- a/components/zenler/actions/enroll-user/enroll-user.mjs +++ b/components/zenler/actions/enroll-user/enroll-user.mjs @@ -5,7 +5,12 @@ export default { name: "Enroll User", description: "Enrolls a user to a course. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#faaadc39-5702-bb2c-640f-c76a47c26f81)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { zenler, userId: { diff --git a/components/zenler/actions/register-live-class/register-live-class.mjs b/components/zenler/actions/register-live-class/register-live-class.mjs index 5b77fdecac726..7260fcfcdc196 100644 --- a/components/zenler/actions/register-live-class/register-live-class.mjs +++ b/components/zenler/actions/register-live-class/register-live-class.mjs @@ -5,7 +5,12 @@ export default { name: "Register Live Class", description: "Registers a live class. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#1966fea2-8274-49bd-f96d-54c215f9d301)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { zenler, liveClassId: { diff --git a/components/zenler/actions/register-live-webinar/register-live-webinar.mjs b/components/zenler/actions/register-live-webinar/register-live-webinar.mjs index 6df48fb0d23a9..089add3dff90f 100644 --- a/components/zenler/actions/register-live-webinar/register-live-webinar.mjs +++ b/components/zenler/actions/register-live-webinar/register-live-webinar.mjs @@ -5,7 +5,12 @@ export default { name: "Register Live Webinar", description: "Registers a live webinar. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#1966fea2-8274-49bd-f96d-54c215f9d302)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { zenler, webinarId: { diff --git a/components/zenler/actions/subscribe-funnel/subscribe-funnel.mjs b/components/zenler/actions/subscribe-funnel/subscribe-funnel.mjs index 9420c28dd5fa3..f27acbdde0d5e 100644 --- a/components/zenler/actions/subscribe-funnel/subscribe-funnel.mjs +++ b/components/zenler/actions/subscribe-funnel/subscribe-funnel.mjs @@ -5,7 +5,12 @@ export default { name: "Subscribe Funnel", description: "Subscribes to a funnel. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#subscribe_to_funnel)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { zenler, funnelId: { diff --git a/components/zenler/actions/unenroll-user/unenroll-user.mjs b/components/zenler/actions/unenroll-user/unenroll-user.mjs index 7c36b48942c62..b88fe56687b19 100644 --- a/components/zenler/actions/unenroll-user/unenroll-user.mjs +++ b/components/zenler/actions/unenroll-user/unenroll-user.mjs @@ -5,7 +5,12 @@ export default { name: "Unenroll User", description: "Unenrolls a user from a course. [See the docs here](https://www.newzenler.com/api/documentation/public/api-doc.html#faaadc39-5702-bb2c-640f-c76a47c26f82)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { zenler, userId: { diff --git a/components/zenrows/actions/get-api-usage/get-api-usage.mjs b/components/zenrows/actions/get-api-usage/get-api-usage.mjs index 183b526f75c80..9685f47a3fae4 100644 --- a/components/zenrows/actions/get-api-usage/get-api-usage.mjs +++ b/components/zenrows/actions/get-api-usage/get-api-usage.mjs @@ -2,7 +2,12 @@ import app from "../../zenrows.app.mjs"; export default { name: "Get API Usage", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "zenrows-get-api-usage", description: "Get Zenrows API usage. [See the documentation](https://www.zenrows.com/docs#usage-curl)", type: "action", diff --git a/components/zenrows/actions/scrape-url-autoparse/scrape-url-autoparse.mjs b/components/zenrows/actions/scrape-url-autoparse/scrape-url-autoparse.mjs index 535e0de5a2882..0dbaae10b2716 100644 --- a/components/zenrows/actions/scrape-url-autoparse/scrape-url-autoparse.mjs +++ b/components/zenrows/actions/scrape-url-autoparse/scrape-url-autoparse.mjs @@ -2,7 +2,12 @@ import app from "../../zenrows.app.mjs"; export default { name: "Scrape URL Autoparse", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "zenrows-scrape-url-autoparse", description: "Scrape HTML of the URL. [See the documentation](https://www.zenrows.com/docs#autoparse-curl)", type: "action", diff --git a/components/zenrows/actions/scrape-url-css-selectors/scrape-url-css-selectors.mjs b/components/zenrows/actions/scrape-url-css-selectors/scrape-url-css-selectors.mjs index aed75880608ea..dc2e1e13728ba 100644 --- a/components/zenrows/actions/scrape-url-css-selectors/scrape-url-css-selectors.mjs +++ b/components/zenrows/actions/scrape-url-css-selectors/scrape-url-css-selectors.mjs @@ -2,7 +2,12 @@ import app from "../../zenrows.app.mjs"; export default { name: "Scrape URL CSS Selectors", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "zenrows-scrape-url-css-selectors", description: "Scrape HTML of the URL with CSS Selectors. [See the documentation](https://www.zenrows.com/docs#css-selectors-curl)", type: "action", diff --git a/components/zenscrape/actions/get-credit-status/get-credit-status.mjs b/components/zenscrape/actions/get-credit-status/get-credit-status.mjs index 22ff1bf4b05d8..ebe42bd0f64e2 100644 --- a/components/zenscrape/actions/get-credit-status/get-credit-status.mjs +++ b/components/zenscrape/actions/get-credit-status/get-credit-status.mjs @@ -4,7 +4,12 @@ export default { key: "zenscrape-get-credit-status", name: "Get Credit Status", description: "Retrieve the number of remaining credits in Zenscrape. [See the documentation](https://app.zenscrape.com/documentation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zenscrape, diff --git a/components/zenscrape/actions/get-website-content/get-website-content.mjs b/components/zenscrape/actions/get-website-content/get-website-content.mjs index dc1195f15d070..e37efceee9c81 100644 --- a/components/zenscrape/actions/get-website-content/get-website-content.mjs +++ b/components/zenscrape/actions/get-website-content/get-website-content.mjs @@ -4,7 +4,12 @@ export default { key: "zenscrape-get-website-content", name: "Get Website Content", description: "Retrieve the content of a website. [See the documentation](https://app.zenscrape.com/documentation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zenscrape, diff --git a/components/zenventory/actions/create-customer-order/create-customer-order.mjs b/components/zenventory/actions/create-customer-order/create-customer-order.mjs index b2d4f6545f087..7cb0d18d5a0e7 100644 --- a/components/zenventory/actions/create-customer-order/create-customer-order.mjs +++ b/components/zenventory/actions/create-customer-order/create-customer-order.mjs @@ -7,7 +7,12 @@ export default { key: "zenventory-create-customer-order", name: "Create Customer Order", description: "Creates a new customer order. [See the documentation](https://docs.zenventory.com/#tag/customer_order/paths/~1customer-orders/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zenventory, diff --git a/components/zenventory/actions/create-item/create-item.mjs b/components/zenventory/actions/create-item/create-item.mjs index 23c74e727ba66..9a6f4a4494ea8 100644 --- a/components/zenventory/actions/create-item/create-item.mjs +++ b/components/zenventory/actions/create-item/create-item.mjs @@ -4,7 +4,12 @@ export default { key: "zenventory-create-item", name: "Create Item", description: "Generates a new item. [See the documentation](https://docs.zenventory.com/#tag/items/paths/~1items/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zenventory, diff --git a/components/zenventory/actions/create-purchase-order/create-purchase-order.mjs b/components/zenventory/actions/create-purchase-order/create-purchase-order.mjs index f69431adca7a5..58cae4e972268 100644 --- a/components/zenventory/actions/create-purchase-order/create-purchase-order.mjs +++ b/components/zenventory/actions/create-purchase-order/create-purchase-order.mjs @@ -6,7 +6,12 @@ export default { key: "zenventory-create-purchase-order", name: "Create Purchase Order", description: "Generates a new purchase order. [See the documentation](https://docs.zenventory.com/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zenventory, diff --git a/components/zep/actions/add-memory/add-memory.mjs b/components/zep/actions/add-memory/add-memory.mjs index 858fbc9205c8d..f81e1e41a4310 100644 --- a/components/zep/actions/add-memory/add-memory.mjs +++ b/components/zep/actions/add-memory/add-memory.mjs @@ -5,7 +5,12 @@ export default { key: "zep-add-memory", name: "Add Memory to Session", description: "Adds memory to an existing session in Zep. [See the documentation](https://help.getzep.com/api-reference/memory/add)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zep, diff --git a/components/zep/actions/add-user/add-user.mjs b/components/zep/actions/add-user/add-user.mjs index 96a752a2a593a..c1f68f2c5f6e1 100644 --- a/components/zep/actions/add-user/add-user.mjs +++ b/components/zep/actions/add-user/add-user.mjs @@ -5,7 +5,12 @@ export default { key: "zep-add-user", name: "Add User", description: "Adds a user in Zep. [See the documentation](https://help.getzep.com/api-reference/user/add)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zep, diff --git a/components/zep/actions/create-session/create-session.mjs b/components/zep/actions/create-session/create-session.mjs index 0473dd193707f..04150c662bb53 100644 --- a/components/zep/actions/create-session/create-session.mjs +++ b/components/zep/actions/create-session/create-session.mjs @@ -5,7 +5,12 @@ export default { key: "zep-create-session", name: "Create Session", description: "Creates a new session in Zep. [See the documentation](https://help.getzep.com/api-reference/memory/add-session)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zep, diff --git a/components/zep/actions/get-thread-messages/get-thread-messages.mjs b/components/zep/actions/get-thread-messages/get-thread-messages.mjs index f6ec2f0430d90..197ee5b4bbe53 100644 --- a/components/zep/actions/get-thread-messages/get-thread-messages.mjs +++ b/components/zep/actions/get-thread-messages/get-thread-messages.mjs @@ -4,7 +4,12 @@ export default { key: "zep-get-thread-messages", name: "Get Thread Messages", description: "Returns messages for the thread with the specified ID. [See the documentation](https://help.getzep.com/sdk-reference/thread/get)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zep, diff --git a/components/zep/actions/get-threads/get-threads.mjs b/components/zep/actions/get-threads/get-threads.mjs index 01a4e4e106748..7f7fcdc3301ca 100644 --- a/components/zep/actions/get-threads/get-threads.mjs +++ b/components/zep/actions/get-threads/get-threads.mjs @@ -5,7 +5,12 @@ export default { key: "zep-get-threads", name: "Get Threads", description: "Returns a paginated list of threads. [See the documentation](https://help.getzep.com/sdk-reference/thread/list-all)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zep, diff --git a/components/zep/actions/update-session/update-session.mjs b/components/zep/actions/update-session/update-session.mjs index c754a83717988..97281ea1cdf23 100644 --- a/components/zep/actions/update-session/update-session.mjs +++ b/components/zep/actions/update-session/update-session.mjs @@ -5,7 +5,12 @@ export default { key: "zep-update-session", name: "Update Session", description: "Updates an existing session in Zep. [See the documentation](https://help.getzep.com/api-reference/memory/update-session)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zep, diff --git a/components/zerobounce/actions/ai-scoring/ai-scoring.mjs b/components/zerobounce/actions/ai-scoring/ai-scoring.mjs index d191cea4053af..7dfb96dc4938e 100644 --- a/components/zerobounce/actions/ai-scoring/ai-scoring.mjs +++ b/components/zerobounce/actions/ai-scoring/ai-scoring.mjs @@ -4,7 +4,12 @@ export default { key: "zerobounce-ai-scoring", name: "AI Scoring", description: "Estimates a reliability score based on ZeroBounce's AI for the provided email. [See the documentation](https://www.zerobounce.net/docs/ai-scoring-api/#single_email_scoring)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zerobounce, diff --git a/components/zerobounce/actions/file-validation/file-validation.mjs b/components/zerobounce/actions/file-validation/file-validation.mjs index 3ec653ab6ab88..e3eb4c2fdbf62 100644 --- a/components/zerobounce/actions/file-validation/file-validation.mjs +++ b/components/zerobounce/actions/file-validation/file-validation.mjs @@ -6,7 +6,12 @@ export default { key: "zerobounce-file-validation", name: "Validate Emails in File", description: "Performs email validation on all the addresses contained in a provided file. [See the documentation](https://www.zerobounce.net/docs/email-validation-api-quickstart/)", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zerobounce, diff --git a/components/zerobounce/actions/get-validation-results-file/get-validation-results-file.mjs b/components/zerobounce/actions/get-validation-results-file/get-validation-results-file.mjs index 8e328db7f6b08..07749742d0ba8 100644 --- a/components/zerobounce/actions/get-validation-results-file/get-validation-results-file.mjs +++ b/components/zerobounce/actions/get-validation-results-file/get-validation-results-file.mjs @@ -6,7 +6,12 @@ export default { key: "zerobounce-get-validation-results-file", name: "Get Validation Results File", description: "Downloads the validation results for a file submitted using sendfile API. [See the documentation](https://www.zerobounce.net/docs/email-validation-api-quickstart/#get_file__v2__)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zerobounce, diff --git a/components/zerobounce/actions/validate-email/validate-email.mjs b/components/zerobounce/actions/validate-email/validate-email.mjs index 45399108a0c80..fbfec2de52d8d 100644 --- a/components/zerobounce/actions/validate-email/validate-email.mjs +++ b/components/zerobounce/actions/validate-email/validate-email.mjs @@ -4,7 +4,12 @@ export default { key: "zerobounce-validate-email", name: "Validate Email", description: "Validates a specific email. [See the documentation](https://www.zerobounce.net/docs/email-validation-api-quickstart/#validate_emails__v2__)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zerobounce, diff --git a/components/zerotier/actions/authorize-network-member/authorize-network-member.mjs b/components/zerotier/actions/authorize-network-member/authorize-network-member.mjs index 35bcb36770b4e..54416949e6401 100644 --- a/components/zerotier/actions/authorize-network-member/authorize-network-member.mjs +++ b/components/zerotier/actions/authorize-network-member/authorize-network-member.mjs @@ -3,7 +3,12 @@ import zerotier from "../../zerotier.app.mjs"; export default { key: "zerotier-authorize-network-member", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, name: "Authorize Network Member", description: "Authorize a specific member (node) in a network. [See docs here](https://docs.zerotier.com/central/v1/#operation/updateNetworkMember)", diff --git a/components/zerotier/actions/create-network/create-network.mjs b/components/zerotier/actions/create-network/create-network.mjs index 8b7add9afcd0e..1bfc825dce480 100644 --- a/components/zerotier/actions/create-network/create-network.mjs +++ b/components/zerotier/actions/create-network/create-network.mjs @@ -3,7 +3,12 @@ import zerotier from "../../zerotier.app.mjs"; export default { key: "zerotier-create-network", type: "action", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Create A Network", description: "Create a new network on your ZeroTier account. [See docs here](https://docs.zerotier.com/central/v1/#operation/newNetwork)", diff --git a/components/zerotier/actions/delete-network-member/delete-network-member.mjs b/components/zerotier/actions/delete-network-member/delete-network-member.mjs index c49af10c8150c..0ac36fe3b51c7 100644 --- a/components/zerotier/actions/delete-network-member/delete-network-member.mjs +++ b/components/zerotier/actions/delete-network-member/delete-network-member.mjs @@ -3,7 +3,12 @@ import zerotier from "../../zerotier.app.mjs"; export default { key: "zerotier-delete-network-member", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, name: "Delete Network Member", description: "Delete a specific member (node) in a network. [See docs here](https://docs.zerotier.com/central/v1/#operation/deleteNetworkMember)", props: { diff --git a/components/zerotier/actions/get-network-node/get-network-node.mjs b/components/zerotier/actions/get-network-node/get-network-node.mjs index f944a14b469a4..0618a088f18a5 100644 --- a/components/zerotier/actions/get-network-node/get-network-node.mjs +++ b/components/zerotier/actions/get-network-node/get-network-node.mjs @@ -3,7 +3,12 @@ import zerotier from "../../zerotier.app.mjs"; export default { key: "zerotier-get-network-node", type: "action", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Network Node", description: "Get a specific node of a specific network. Returns an individual member (node) on a network. [See docs here](https://docs.zerotier.com/central/v1/#operation/getNetworkMember)", props: { diff --git a/components/zerotier/actions/get-network-nodes/get-network-nodes.mjs b/components/zerotier/actions/get-network-nodes/get-network-nodes.mjs index 7ba21bb19b111..51b89e15f1cf5 100644 --- a/components/zerotier/actions/get-network-nodes/get-network-nodes.mjs +++ b/components/zerotier/actions/get-network-nodes/get-network-nodes.mjs @@ -3,7 +3,12 @@ import zerotier from "../../zerotier.app.mjs"; export default { key: "zerotier-get-network-nodes", type: "action", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Network Nodes", description: "Get the nodes of a specific network. Returns a list of members (nodes) on the network. [See docs here](https://docs.zerotier.com/central/v1/#operation/getNetworkMemberList)", props: { diff --git a/components/zerotier/actions/get-network/get-network.mjs b/components/zerotier/actions/get-network/get-network.mjs index 9dde759991089..fc9bfca905ea5 100644 --- a/components/zerotier/actions/get-network/get-network.mjs +++ b/components/zerotier/actions/get-network/get-network.mjs @@ -3,7 +3,12 @@ import zerotier from "../../zerotier.app.mjs"; export default { key: "zerotier-get-network", type: "action", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Network", description: "Get a specific network. Returns a single network. [See docs here](https://docs.zerotier.com/central/v1/#operation/getNetworkByID)", props: { diff --git a/components/zerotier/actions/get-networks/get-networks.mjs b/components/zerotier/actions/get-networks/get-networks.mjs index 4628ea3250423..d35fbded1dd23 100644 --- a/components/zerotier/actions/get-networks/get-networks.mjs +++ b/components/zerotier/actions/get-networks/get-networks.mjs @@ -3,7 +3,12 @@ import zerotier from "../../zerotier.app.mjs"; export default { key: "zerotier-get-networks", type: "action", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Networks", description: "Get all networks. Returns a list of Networks you have access to. [See docs here](https://docs.zerotier.com/central/v1/#operation/getNetworkList)", props: {