@rnsk/toolkits 0.0.8 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (329) hide show
  1. package/README.md +15 -1
  2. package/dist/index.d.ts +15 -1
  3. package/dist/index.js +29 -1
  4. package/dist/toolkits/bitbucket/icon.d.ts +5 -0
  5. package/dist/toolkits/bitbucket/icon.js +6 -0
  6. package/dist/toolkits/bitbucket/manifest.d.ts +3 -0
  7. package/dist/toolkits/bitbucket/manifest.js +56 -0
  8. package/dist/toolkits/bitbucket/tools/client.d.ts +38 -0
  9. package/dist/toolkits/bitbucket/tools/client.js +87 -0
  10. package/dist/toolkits/bitbucket/tools/commits.d.ts +149 -0
  11. package/dist/toolkits/bitbucket/tools/commits.js +444 -0
  12. package/dist/toolkits/bitbucket/tools/index.d.ts +1093 -0
  13. package/dist/toolkits/bitbucket/tools/index.js +770 -0
  14. package/dist/toolkits/bitbucket/tools/issues.d.ts +73 -0
  15. package/dist/toolkits/bitbucket/tools/issues.js +234 -0
  16. package/dist/toolkits/bitbucket/tools/pipelines.d.ts +124 -0
  17. package/dist/toolkits/bitbucket/tools/pipelines.js +446 -0
  18. package/dist/toolkits/bitbucket/tools/pull-requests.d.ts +174 -0
  19. package/dist/toolkits/bitbucket/tools/pull-requests.js +541 -0
  20. package/dist/toolkits/bitbucket/tools/reports.d.ts +84 -0
  21. package/dist/toolkits/bitbucket/tools/reports.js +213 -0
  22. package/dist/toolkits/bitbucket/tools/repositories.d.ts +156 -0
  23. package/dist/toolkits/bitbucket/tools/repositories.js +531 -0
  24. package/dist/toolkits/bitbucket/tools/search.d.ts +17 -0
  25. package/dist/toolkits/bitbucket/tools/search.js +67 -0
  26. package/dist/toolkits/bitbucket/tools/snippets.d.ts +34 -0
  27. package/dist/toolkits/bitbucket/tools/snippets.js +122 -0
  28. package/dist/toolkits/bitbucket/tools/users-workspaces.d.ts +65 -0
  29. package/dist/toolkits/bitbucket/tools/users-workspaces.js +294 -0
  30. package/dist/toolkits/discord/icon.d.ts +5 -0
  31. package/dist/toolkits/discord/icon.js +12 -0
  32. package/dist/toolkits/discord/manifest.d.ts +3 -0
  33. package/dist/toolkits/discord/manifest.js +52 -0
  34. package/dist/toolkits/discord/tools/applications.d.ts +79 -0
  35. package/dist/toolkits/discord/tools/applications.js +216 -0
  36. package/dist/toolkits/discord/tools/client.d.ts +22 -0
  37. package/dist/toolkits/discord/tools/client.js +69 -0
  38. package/dist/toolkits/discord/tools/guilds.d.ts +39 -0
  39. package/dist/toolkits/discord/tools/guilds.js +123 -0
  40. package/dist/toolkits/discord/tools/index.d.ts +222 -0
  41. package/dist/toolkits/discord/tools/index.js +170 -0
  42. package/dist/toolkits/discord/tools/misc.d.ts +7 -0
  43. package/dist/toolkits/discord/tools/misc.js +40 -0
  44. package/dist/toolkits/discord/tools/users.d.ts +28 -0
  45. package/dist/toolkits/discord/tools/users.js +128 -0
  46. package/dist/toolkits/figma/tools/index.d.ts +1 -1
  47. package/dist/toolkits/figma/tools/render-images-of-file-nodes.d.ts +1 -1
  48. package/dist/toolkits/gitlab/icon.d.ts +5 -0
  49. package/dist/toolkits/gitlab/icon.js +6 -0
  50. package/dist/toolkits/gitlab/manifest.d.ts +3 -0
  51. package/dist/toolkits/gitlab/manifest.js +36 -0
  52. package/dist/toolkits/gitlab/tools/client.d.ts +7 -0
  53. package/dist/toolkits/gitlab/tools/client.js +45 -0
  54. package/dist/toolkits/gitlab/tools/index.d.ts +306 -0
  55. package/dist/toolkits/gitlab/tools/index.js +36 -0
  56. package/dist/toolkits/gitlab/tools/issues.d.ts +45 -0
  57. package/dist/toolkits/gitlab/tools/issues.js +103 -0
  58. package/dist/toolkits/gitlab/tools/merge-requests.d.ts +35 -0
  59. package/dist/toolkits/gitlab/tools/merge-requests.js +91 -0
  60. package/dist/toolkits/gitlab/tools/pipelines.d.ts +30 -0
  61. package/dist/toolkits/gitlab/tools/pipelines.js +66 -0
  62. package/dist/toolkits/gitlab/tools/projects.d.ts +36 -0
  63. package/dist/toolkits/gitlab/tools/projects.js +94 -0
  64. package/dist/toolkits/gitlab/tools/repository.d.ts +21 -0
  65. package/dist/toolkits/gitlab/tools/repository.js +53 -0
  66. package/dist/toolkits/gitlab/tools/users-groups.d.ts +11 -0
  67. package/dist/toolkits/gitlab/tools/users-groups.js +30 -0
  68. package/dist/toolkits/google-ads/tools/get-rmf-report.d.ts +2 -2
  69. package/dist/toolkits/google-ads/tools/index.d.ts +2 -2
  70. package/dist/toolkits/google-analytics/icon.d.ts +5 -0
  71. package/dist/toolkits/google-analytics/icon.js +11 -0
  72. package/dist/toolkits/google-analytics/manifest.d.ts +3 -0
  73. package/dist/toolkits/google-analytics/manifest.js +48 -0
  74. package/dist/toolkits/google-analytics/tools/admin.d.ts +73 -0
  75. package/dist/toolkits/google-analytics/tools/admin.js +238 -0
  76. package/dist/toolkits/google-analytics/tools/audiences.d.ts +81 -0
  77. package/dist/toolkits/google-analytics/tools/audiences.js +190 -0
  78. package/dist/toolkits/google-analytics/tools/client.d.ts +47 -0
  79. package/dist/toolkits/google-analytics/tools/client.js +74 -0
  80. package/dist/toolkits/google-analytics/tools/custom-definitions.d.ts +62 -0
  81. package/dist/toolkits/google-analytics/tools/custom-definitions.js +106 -0
  82. package/dist/toolkits/google-analytics/tools/index.d.ts +16 -0
  83. package/dist/toolkits/google-analytics/tools/index.js +88 -0
  84. package/dist/toolkits/google-analytics/tools/links.d.ts +22 -0
  85. package/dist/toolkits/google-analytics/tools/links.js +56 -0
  86. package/dist/toolkits/google-analytics/tools/measurement.d.ts +3 -0
  87. package/dist/toolkits/google-analytics/tools/measurement.js +55 -0
  88. package/dist/toolkits/google-analytics/tools/reports.d.ts +136 -0
  89. package/dist/toolkits/google-analytics/tools/reports.js +200 -0
  90. package/dist/toolkits/google-contacts/icon.d.ts +5 -0
  91. package/dist/toolkits/google-contacts/icon.js +6 -0
  92. package/dist/toolkits/google-contacts/manifest.d.ts +3 -0
  93. package/dist/toolkits/google-contacts/manifest.js +48 -0
  94. package/dist/toolkits/google-contacts/tools/client.d.ts +19 -0
  95. package/dist/toolkits/google-contacts/tools/client.js +44 -0
  96. package/dist/toolkits/google-contacts/tools/contacts.d.ts +94 -0
  97. package/dist/toolkits/google-contacts/tools/contacts.js +273 -0
  98. package/dist/toolkits/google-contacts/tools/directory.d.ts +36 -0
  99. package/dist/toolkits/google-contacts/tools/directory.js +99 -0
  100. package/dist/toolkits/google-contacts/tools/groups.d.ts +68 -0
  101. package/dist/toolkits/google-contacts/tools/groups.js +169 -0
  102. package/dist/toolkits/google-contacts/tools/index.d.ts +347 -0
  103. package/dist/toolkits/google-contacts/tools/index.js +34 -0
  104. package/dist/toolkits/google-contacts/tools/photos.d.ts +26 -0
  105. package/dist/toolkits/google-contacts/tools/photos.js +52 -0
  106. package/dist/toolkits/google-maps/icon.d.ts +5 -0
  107. package/dist/toolkits/google-maps/icon.js +39 -0
  108. package/dist/toolkits/google-maps/manifest.d.ts +3 -0
  109. package/dist/toolkits/google-maps/manifest.js +55 -0
  110. package/dist/toolkits/google-maps/tools/client.d.ts +27 -0
  111. package/dist/toolkits/google-maps/tools/client.js +72 -0
  112. package/dist/toolkits/google-maps/tools/geocode.d.ts +49 -0
  113. package/dist/toolkits/google-maps/tools/geocode.js +168 -0
  114. package/dist/toolkits/google-maps/tools/index.d.ts +432 -0
  115. package/dist/toolkits/google-maps/tools/index.js +31 -0
  116. package/dist/toolkits/google-maps/tools/misc.d.ts +70 -0
  117. package/dist/toolkits/google-maps/tools/misc.js +158 -0
  118. package/dist/toolkits/google-maps/tools/places.d.ts +112 -0
  119. package/dist/toolkits/google-maps/tools/places.js +185 -0
  120. package/dist/toolkits/google-maps/tools/routes.d.ts +48 -0
  121. package/dist/toolkits/google-maps/tools/routes.js +97 -0
  122. package/dist/toolkits/google-maps/tools/tiles.d.ts +51 -0
  123. package/dist/toolkits/google-maps/tools/tiles.js +84 -0
  124. package/dist/toolkits/google-photos/icon.d.ts +5 -0
  125. package/dist/toolkits/google-photos/icon.js +6 -0
  126. package/dist/toolkits/google-photos/manifest.d.ts +3 -0
  127. package/dist/toolkits/google-photos/manifest.js +47 -0
  128. package/dist/toolkits/google-photos/tools/albums.d.ts +83 -0
  129. package/dist/toolkits/google-photos/tools/albums.js +180 -0
  130. package/dist/toolkits/google-photos/tools/client.d.ts +24 -0
  131. package/dist/toolkits/google-photos/tools/client.js +77 -0
  132. package/dist/toolkits/google-photos/tools/index.d.ts +261 -0
  133. package/dist/toolkits/google-photos/tools/index.js +22 -0
  134. package/dist/toolkits/google-photos/tools/media.d.ts +52 -0
  135. package/dist/toolkits/google-photos/tools/media.js +142 -0
  136. package/dist/toolkits/google-photos/tools/uploads.d.ts +58 -0
  137. package/dist/toolkits/google-photos/tools/uploads.js +107 -0
  138. package/dist/toolkits/google-tasks/tools/index.d.ts +1 -1
  139. package/dist/toolkits/google-tasks/tools/update-task-full.d.ts +1 -1
  140. package/dist/toolkits/groww/tools/index.d.ts +1 -1
  141. package/dist/toolkits/groww/tools/instruments.d.ts +1 -1
  142. package/dist/toolkits/hacker-news/icon.d.ts +5 -0
  143. package/dist/toolkits/hacker-news/icon.js +9 -0
  144. package/dist/toolkits/hacker-news/manifest.d.ts +3 -0
  145. package/dist/toolkits/hacker-news/manifest.js +25 -0
  146. package/dist/toolkits/hacker-news/tools/client.d.ts +8 -0
  147. package/dist/toolkits/hacker-news/tools/client.js +51 -0
  148. package/dist/toolkits/hacker-news/tools/index.d.ts +89 -0
  149. package/dist/toolkits/hacker-news/tools/index.js +22 -0
  150. package/dist/toolkits/hacker-news/tools/items.d.ts +42 -0
  151. package/dist/toolkits/hacker-news/tools/items.js +126 -0
  152. package/dist/toolkits/hacker-news/tools/search.d.ts +12 -0
  153. package/dist/toolkits/hacker-news/tools/search.js +40 -0
  154. package/dist/toolkits/hacker-news/tools/stories.d.ts +25 -0
  155. package/dist/toolkits/hacker-news/tools/stories.js +98 -0
  156. package/dist/toolkits/hostinger/icon.d.ts +5 -0
  157. package/dist/toolkits/hostinger/icon.js +6 -0
  158. package/dist/toolkits/hostinger/manifest.d.ts +3 -0
  159. package/dist/toolkits/hostinger/manifest.js +36 -0
  160. package/dist/toolkits/hostinger/tools/billing.d.ts +12 -0
  161. package/dist/toolkits/hostinger/tools/billing.js +35 -0
  162. package/dist/toolkits/hostinger/tools/client.d.ts +6 -0
  163. package/dist/toolkits/hostinger/tools/client.js +57 -0
  164. package/dist/toolkits/hostinger/tools/dns.d.ts +22 -0
  165. package/dist/toolkits/hostinger/tools/dns.js +47 -0
  166. package/dist/toolkits/hostinger/tools/domains.d.ts +21 -0
  167. package/dist/toolkits/hostinger/tools/domains.js +62 -0
  168. package/dist/toolkits/hostinger/tools/hosting.d.ts +17 -0
  169. package/dist/toolkits/hostinger/tools/hosting.js +38 -0
  170. package/dist/toolkits/hostinger/tools/index.d.ts +179 -0
  171. package/dist/toolkits/hostinger/tools/index.js +35 -0
  172. package/dist/toolkits/hostinger/tools/vps.d.ts +27 -0
  173. package/dist/toolkits/hostinger/tools/vps.js +77 -0
  174. package/dist/toolkits/hostinger/tools/whois.d.ts +33 -0
  175. package/dist/toolkits/hostinger/tools/whois.js +85 -0
  176. package/dist/toolkits/hugging-face/icon.d.ts +5 -0
  177. package/dist/toolkits/hugging-face/icon.js +6 -0
  178. package/dist/toolkits/hugging-face/manifest.d.ts +3 -0
  179. package/dist/toolkits/hugging-face/manifest.js +42 -0
  180. package/dist/toolkits/hugging-face/tools/client.d.ts +93 -0
  181. package/dist/toolkits/hugging-face/tools/client.js +192 -0
  182. package/dist/toolkits/hugging-face/tools/datasets-viewer.d.ts +65 -0
  183. package/dist/toolkits/hugging-face/tools/datasets-viewer.js +150 -0
  184. package/dist/toolkits/hugging-face/tools/datasets.d.ts +160 -0
  185. package/dist/toolkits/hugging-face/tools/datasets.js +383 -0
  186. package/dist/toolkits/hugging-face/tools/discussions.d.ts +68 -0
  187. package/dist/toolkits/hugging-face/tools/discussions.js +144 -0
  188. package/dist/toolkits/hugging-face/tools/index.d.ts +523 -0
  189. package/dist/toolkits/hugging-face/tools/index.js +163 -0
  190. package/dist/toolkits/hugging-face/tools/inference.d.ts +42 -0
  191. package/dist/toolkits/hugging-face/tools/inference.js +86 -0
  192. package/dist/toolkits/hugging-face/tools/models.d.ts +117 -0
  193. package/dist/toolkits/hugging-face/tools/models.js +273 -0
  194. package/dist/toolkits/hugging-face/tools/papers.d.ts +37 -0
  195. package/dist/toolkits/hugging-face/tools/papers.js +91 -0
  196. package/dist/toolkits/hugging-face/tools/repos.d.ts +96 -0
  197. package/dist/toolkits/hugging-face/tools/repos.js +201 -0
  198. package/dist/toolkits/hugging-face/tools/settings.d.ts +53 -0
  199. package/dist/toolkits/hugging-face/tools/settings.js +88 -0
  200. package/dist/toolkits/hugging-face/tools/spaces.d.ts +245 -0
  201. package/dist/toolkits/hugging-face/tools/spaces.js +468 -0
  202. package/dist/toolkits/hugging-face/tools/sql.d.ts +21 -0
  203. package/dist/toolkits/hugging-face/tools/sql.js +47 -0
  204. package/dist/toolkits/hugging-face/tools/users.d.ts +60 -0
  205. package/dist/toolkits/hugging-face/tools/users.js +132 -0
  206. package/dist/toolkits/hugging-face/tools/webhooks.d.ts +35 -0
  207. package/dist/toolkits/hugging-face/tools/webhooks.js +87 -0
  208. package/dist/toolkits/jira/icon.d.ts +5 -0
  209. package/dist/toolkits/jira/icon.js +6 -0
  210. package/dist/toolkits/jira/manifest.d.ts +3 -0
  211. package/dist/toolkits/jira/manifest.js +53 -0
  212. package/dist/toolkits/jira/tools/boards.d.ts +52 -0
  213. package/dist/toolkits/jira/tools/boards.js +104 -0
  214. package/dist/toolkits/jira/tools/client.d.ts +23 -0
  215. package/dist/toolkits/jira/tools/client.js +270 -0
  216. package/dist/toolkits/jira/tools/index.d.ts +1280 -0
  217. package/dist/toolkits/jira/tools/index.js +119 -0
  218. package/dist/toolkits/jira/tools/issue-fields.d.ts +10 -0
  219. package/dist/toolkits/jira/tools/issue-fields.js +111 -0
  220. package/dist/toolkits/jira/tools/issues.d.ts +304 -0
  221. package/dist/toolkits/jira/tools/issues.js +593 -0
  222. package/dist/toolkits/jira/tools/meta.d.ts +212 -0
  223. package/dist/toolkits/jira/tools/meta.js +369 -0
  224. package/dist/toolkits/jira/tools/projects.d.ts +130 -0
  225. package/dist/toolkits/jira/tools/projects.js +263 -0
  226. package/dist/toolkits/jira/tools/search.d.ts +90 -0
  227. package/dist/toolkits/jira/tools/search.js +181 -0
  228. package/dist/toolkits/jira/tools/users.d.ts +114 -0
  229. package/dist/toolkits/jira/tools/users.js +221 -0
  230. package/dist/toolkits/neo4j/icon.d.ts +5 -0
  231. package/dist/toolkits/neo4j/icon.js +6 -0
  232. package/dist/toolkits/neo4j/manifest.d.ts +3 -0
  233. package/dist/toolkits/neo4j/manifest.js +33 -0
  234. package/dist/toolkits/neo4j/tools/analytics.d.ts +21 -0
  235. package/dist/toolkits/neo4j/tools/analytics.js +91 -0
  236. package/dist/toolkits/neo4j/tools/client.d.ts +6 -0
  237. package/dist/toolkits/neo4j/tools/client.js +105 -0
  238. package/dist/toolkits/neo4j/tools/index.d.ts +198 -0
  239. package/dist/toolkits/neo4j/tools/index.js +30 -0
  240. package/dist/toolkits/neo4j/tools/instances.d.ts +47 -0
  241. package/dist/toolkits/neo4j/tools/instances.js +127 -0
  242. package/dist/toolkits/neo4j/tools/projects.d.ts +44 -0
  243. package/dist/toolkits/neo4j/tools/projects.js +110 -0
  244. package/dist/toolkits/neo4j/tools/snapshots.d.ts +20 -0
  245. package/dist/toolkits/neo4j/tools/snapshots.js +57 -0
  246. package/dist/toolkits/neon/icon.d.ts +5 -0
  247. package/dist/toolkits/neon/icon.js +8 -0
  248. package/dist/toolkits/neon/manifest.d.ts +3 -0
  249. package/dist/toolkits/neon/manifest.js +36 -0
  250. package/dist/toolkits/neon/tools/auth.d.ts +115 -0
  251. package/dist/toolkits/neon/tools/auth.js +286 -0
  252. package/dist/toolkits/neon/tools/branches.d.ts +189 -0
  253. package/dist/toolkits/neon/tools/branches.js +465 -0
  254. package/dist/toolkits/neon/tools/client.d.ts +10 -0
  255. package/dist/toolkits/neon/tools/client.js +69 -0
  256. package/dist/toolkits/neon/tools/dataapi.d.ts +42 -0
  257. package/dist/toolkits/neon/tools/dataapi.js +111 -0
  258. package/dist/toolkits/neon/tools/endpoints.d.ts +59 -0
  259. package/dist/toolkits/neon/tools/endpoints.js +163 -0
  260. package/dist/toolkits/neon/tools/index.d.ts +976 -0
  261. package/dist/toolkits/neon/tools/index.js +130 -0
  262. package/dist/toolkits/neon/tools/meta.d.ts +4 -0
  263. package/dist/toolkits/neon/tools/meta.js +16 -0
  264. package/dist/toolkits/neon/tools/orgs.d.ts +112 -0
  265. package/dist/toolkits/neon/tools/orgs.js +303 -0
  266. package/dist/toolkits/neon/tools/projects.d.ts +177 -0
  267. package/dist/toolkits/neon/tools/projects.js +468 -0
  268. package/dist/toolkits/neon/tools/snapshots.d.ts +24 -0
  269. package/dist/toolkits/neon/tools/snapshots.js +67 -0
  270. package/dist/toolkits/reddit/tools/index.d.ts +1 -1
  271. package/dist/toolkits/reddit/tools/search-across-subreddits.d.ts +1 -1
  272. package/dist/toolkits/slack/icon.d.ts +5 -0
  273. package/dist/toolkits/slack/icon.js +20 -0
  274. package/dist/toolkits/slack/manifest.d.ts +3 -0
  275. package/dist/toolkits/slack/manifest.js +93 -0
  276. package/dist/toolkits/slack/tools/admin-apps.d.ts +32 -0
  277. package/dist/toolkits/slack/tools/admin-apps.js +116 -0
  278. package/dist/toolkits/slack/tools/admin-conversations.d.ts +62 -0
  279. package/dist/toolkits/slack/tools/admin-conversations.js +246 -0
  280. package/dist/toolkits/slack/tools/admin-invites.d.ts +19 -0
  281. package/dist/toolkits/slack/tools/admin-invites.js +75 -0
  282. package/dist/toolkits/slack/tools/admin-users.d.ts +52 -0
  283. package/dist/toolkits/slack/tools/admin-users.js +182 -0
  284. package/dist/toolkits/slack/tools/audit.d.ts +20 -0
  285. package/dist/toolkits/slack/tools/audit.js +81 -0
  286. package/dist/toolkits/slack/tools/calls.d.ts +38 -0
  287. package/dist/toolkits/slack/tools/calls.js +141 -0
  288. package/dist/toolkits/slack/tools/canvas.d.ts +24 -0
  289. package/dist/toolkits/slack/tools/canvas.js +102 -0
  290. package/dist/toolkits/slack/tools/client.d.ts +22 -0
  291. package/dist/toolkits/slack/tools/client.js +73 -0
  292. package/dist/toolkits/slack/tools/conversations.d.ts +131 -0
  293. package/dist/toolkits/slack/tools/conversations.js +463 -0
  294. package/dist/toolkits/slack/tools/emoji.d.ts +29 -0
  295. package/dist/toolkits/slack/tools/emoji.js +118 -0
  296. package/dist/toolkits/slack/tools/files.d.ts +113 -0
  297. package/dist/toolkits/slack/tools/files.js +368 -0
  298. package/dist/toolkits/slack/tools/index.d.ts +28 -0
  299. package/dist/toolkits/slack/tools/index.js +187 -0
  300. package/dist/toolkits/slack/tools/messages.d.ts +106 -0
  301. package/dist/toolkits/slack/tools/messages.js +340 -0
  302. package/dist/toolkits/slack/tools/misc.d.ts +42 -0
  303. package/dist/toolkits/slack/tools/misc.js +127 -0
  304. package/dist/toolkits/slack/tools/reactions-stars-pins.d.ts +69 -0
  305. package/dist/toolkits/slack/tools/reactions-stars-pins.js +236 -0
  306. package/dist/toolkits/slack/tools/reminders.d.ts +22 -0
  307. package/dist/toolkits/slack/tools/reminders.js +83 -0
  308. package/dist/toolkits/slack/tools/search.d.ts +49 -0
  309. package/dist/toolkits/slack/tools/search.js +155 -0
  310. package/dist/toolkits/slack/tools/slack-lists.d.ts +65 -0
  311. package/dist/toolkits/slack/tools/slack-lists.js +282 -0
  312. package/dist/toolkits/slack/tools/teams.d.ts +75 -0
  313. package/dist/toolkits/slack/tools/teams.js +285 -0
  314. package/dist/toolkits/slack/tools/usergroups.d.ts +56 -0
  315. package/dist/toolkits/slack/tools/usergroups.js +194 -0
  316. package/dist/toolkits/slack/tools/users.d.ts +87 -0
  317. package/dist/toolkits/slack/tools/users.js +396 -0
  318. package/dist/toolkits/youtube/tools/add-video-to-playlist.d.ts +1 -1
  319. package/dist/toolkits/youtube/tools/delete-video.d.ts +1 -1
  320. package/dist/toolkits/youtube/tools/index.d.ts +10 -10
  321. package/dist/toolkits/youtube/tools/list-caption-track.d.ts +1 -1
  322. package/dist/toolkits/youtube/tools/list-playlist-items.d.ts +1 -1
  323. package/dist/toolkits/youtube/tools/list-video-categories.d.ts +1 -1
  324. package/dist/toolkits/youtube/tools/post-comment.d.ts +1 -1
  325. package/dist/toolkits/youtube/tools/report-video-abuse.d.ts +1 -1
  326. package/dist/toolkits/youtube/tools/search-youtube.d.ts +1 -1
  327. package/dist/toolkits/youtube/tools/update-thumbnail.d.ts +1 -1
  328. package/dist/toolkits/youtube/tools/update-video.d.ts +1 -1
  329. package/package.json +1 -1
@@ -0,0 +1,213 @@
1
+ // @ts-nocheck
2
+ import { tool } from 'ai';
3
+ import { z } from 'zod';
4
+ import { bbRequest, toBbError, requireToken, enc, encPath } from './client.js';
5
+ export const bitbucketCreateCommitReportAnnotations = tool({
6
+ description: "Adds multiple annotations to a commit report in bulk. Use when you need to add code analysis findings (vulnerabilities, code smells, bugs) to a report attached to a specific commit.",
7
+ inputSchema: z.object({
8
+ bitbucketToken: z.string().optional().describe("Injected by system; do not provide"),
9
+ commit: z.string().describe("The commit hash to which the report belongs. This is the full SHA-1 commit identifier."),
10
+ repoSlug: z.string().describe("The repository slug (URL-friendly name) that contains the commit."),
11
+ reportId: z.string().describe("The unique identifier of the report to which annotations will be added."),
12
+ workspace: z.string().describe("The workspace ID or slug that owns the repository. This can be a user's username or a team's slug."),
13
+ annotations: z.array(z.object({ external_id: z.string().describe("External ID for the annotation"), annotation_type: z.enum(["VULNERABILITY", "CODE_SMELL", "BUG"]).describe("Annotation type"), path: z.string().describe("File path the annotation applies to"), line: z.number().int().min(0).describe("Line number, 0 for file-level"), summary: z.string().describe("Short summary"), severity: z.enum(["CRITICAL", "HIGH", "MEDIUM", "LOW"]).describe("Severity"), link: z.string().optional().describe("Optional URL with more info"), details: z.string().optional().describe("Detailed description") })).describe("Array of annotation objects to be added to the report. Each annotation must have path, line, summary, and severity."),
14
+ }),
15
+ execute: async ({ bitbucketToken, workspace, repoSlug, commit, reportId, annotations }) => {
16
+ const missing = requireToken(bitbucketToken);
17
+ if (missing)
18
+ return missing;
19
+ try {
20
+ const body = annotations.map((a) => ({
21
+ external_id: a.external_id,
22
+ annotation_type: a.annotation_type,
23
+ path: a.path,
24
+ line: a.line,
25
+ summary: a.summary,
26
+ severity: a.severity,
27
+ ...(a.link !== undefined ? { link: a.link } : {}),
28
+ ...(a.details !== undefined ? { details: a.details } : {}),
29
+ }));
30
+ return await bbRequest(bitbucketToken, 'POST', `/repositories/${enc(workspace)}/${enc(repoSlug)}/commit/${encPath(commit)}/reports/${enc(reportId)}/annotations`, { body });
31
+ }
32
+ catch (error) {
33
+ return toBbError(error, "Failed to create commit report annotations");
34
+ }
35
+ },
36
+ });
37
+ export const bitbucketGetCommitReport = tool({
38
+ description: "Returns a single report matching the provided ID from a commit. Use when you need to retrieve details of a specific analysis report (e.g., security scan, code coverage, test results, or bug report) for a commit.",
39
+ inputSchema: z.object({
40
+ bitbucketToken: z.string().optional().describe("Injected by system; do not provide"),
41
+ commit: z.string().describe("The commit hash to which the report belongs. This is the full SHA-1 commit identifier."),
42
+ repoSlug: z.string().describe("The repository slug (URL-friendly name) that contains the commit."),
43
+ reportId: z.string().describe("Either the uuid or external-id of the report to retrieve."),
44
+ workspace: z.string().describe("The workspace ID or slug that owns the repository. This can be a user's username or a team's slug."),
45
+ }),
46
+ execute: async ({ bitbucketToken, workspace, repoSlug, commit, reportId }) => {
47
+ const missing = requireToken(bitbucketToken);
48
+ if (missing)
49
+ return missing;
50
+ try {
51
+ return await bbRequest(bitbucketToken, 'GET', `/repositories/${enc(workspace)}/${enc(repoSlug)}/commit/${encPath(commit)}/reports/${enc(reportId)}`);
52
+ }
53
+ catch (error) {
54
+ return toBbError(error, "Failed to get commit report");
55
+ }
56
+ },
57
+ });
58
+ export const bitbucketListCommitReports = tool({
59
+ description: "Tool to get reports linked to a specific commit. Use when you need to retrieve analysis results, test reports, security scans, or code coverage data associated with a commit.",
60
+ inputSchema: z.object({
61
+ bitbucketToken: z.string().optional().describe("Injected by system; do not provide"),
62
+ commit: z.string().describe("The commit hash to retrieve reports for."),
63
+ repoSlug: z.string().describe("The repository slug (URL-friendly name)."),
64
+ workspace: z.string().describe("The workspace ID or slug that owns the repository."),
65
+ }),
66
+ execute: async ({ bitbucketToken, workspace, repoSlug, commit }) => {
67
+ const missing = requireToken(bitbucketToken);
68
+ if (missing)
69
+ return missing;
70
+ try {
71
+ return await bbRequest(bitbucketToken, 'GET', `/repositories/${enc(workspace)}/${enc(repoSlug)}/commit/${encPath(commit)}/reports`);
72
+ }
73
+ catch (error) {
74
+ return toBbError(error, "Failed to list commit reports");
75
+ }
76
+ },
77
+ });
78
+ export const bitbucketGetCommitReportAnnotation = tool({
79
+ description: "Returns a single annotation matching the provided ID from a commit report. Use when you need to retrieve details of a specific code analysis finding (e.g., vulnerability, code smell, or bug) identified in a commit.",
80
+ inputSchema: z.object({
81
+ bitbucketToken: z.string().optional().describe("Injected by system; do not provide"),
82
+ commit: z.string().describe("The commit hash to which the report belongs. This is the full SHA-1 commit identifier."),
83
+ repoSlug: z.string().describe("The repository slug (URL-friendly name) that contains the commit."),
84
+ reportId: z.string().describe("Either the uuid or external-id of the report that contains the annotation."),
85
+ workspace: z.string().describe("The workspace ID or slug that owns the repository. This can be a user's username or a team's slug."),
86
+ annotationId: z.string().describe("Either the uuid or external-id of the annotation to retrieve."),
87
+ }),
88
+ execute: async ({ bitbucketToken, workspace, repoSlug, commit, reportId, annotationId }) => {
89
+ const missing = requireToken(bitbucketToken);
90
+ if (missing)
91
+ return missing;
92
+ try {
93
+ return await bbRequest(bitbucketToken, 'GET', `/repositories/${enc(workspace)}/${enc(repoSlug)}/commit/${encPath(commit)}/reports/${enc(reportId)}/annotations/${enc(annotationId)}`);
94
+ }
95
+ catch (error) {
96
+ return toBbError(error, "Failed to get commit report annotation");
97
+ }
98
+ },
99
+ });
100
+ export const bitbucketDeleteCommitReportAnnotation = tool({
101
+ description: "Deletes a single annotation matching the provided ID from a commit report. Use when you need to remove a specific annotation from a code analysis report.",
102
+ inputSchema: z.object({
103
+ bitbucketToken: z.string().optional().describe("Injected by system; do not provide"),
104
+ commit: z.string().describe("The commit hash to which the report belongs. This is the full SHA-1 commit identifier."),
105
+ repoSlug: z.string().describe("The repository slug (URL-friendly name) that contains the commit."),
106
+ reportId: z.string().describe("The unique identifier of the report that contains the annotation."),
107
+ workspace: z.string().describe("The workspace ID or slug that owns the repository. This can be a user's username or a team's slug."),
108
+ annotationId: z.string().describe("The unique identifier of the annotation to delete."),
109
+ }),
110
+ execute: async ({ bitbucketToken, workspace, repoSlug, commit, reportId, annotationId }) => {
111
+ const missing = requireToken(bitbucketToken);
112
+ if (missing)
113
+ return missing;
114
+ try {
115
+ return await bbRequest(bitbucketToken, 'DELETE', `/repositories/${enc(workspace)}/${enc(repoSlug)}/commit/${encPath(commit)}/reports/${enc(reportId)}/annotations/${enc(annotationId)}`);
116
+ }
117
+ catch (error) {
118
+ return toBbError(error, "Failed to delete commit report annotation");
119
+ }
120
+ },
121
+ });
122
+ export const bitbucketUpdateCommitReportAnnotation = tool({
123
+ description: "Creates or updates an individual annotation for a commit report. Use when you need to add or modify code analysis findings (vulnerabilities, code smells, or bugs) identified in a commit.",
124
+ inputSchema: z.object({
125
+ bitbucketToken: z.string().optional().describe("Injected by system; do not provide"),
126
+ line: z.number().int().min(1).optional().describe("Line number in the file where the finding occurs. Must be a positive integer."),
127
+ link: z.string().optional().describe("URL providing more information about the finding, such as documentation or issue tracker link."),
128
+ path: z.string().optional().describe("File path where the annotation applies, relative to the repository root."),
129
+ commit: z.string().describe("The commit hash to which the report belongs. This is the full SHA-1 commit identifier."),
130
+ result: z.enum(["PASSED", "FAILED", "IGNORED", "SKIPPED"]).optional().describe("Enumeration of annotation result statuses."),
131
+ details: z.string().optional().describe("Extended description providing additional context, remediation guidance, or technical details about the finding."),
132
+ summary: z.string().describe("Brief description of the finding. Should concisely explain what was detected."),
133
+ severity: z.enum(["CRITICAL", "HIGH", "MEDIUM", "LOW"]).describe("Impact level of the finding. CRITICAL for severe issues requiring immediate attention, HIGH for important issues, MEDIUM for moderate concerns, LOW for minor issues."),
134
+ repoSlug: z.string().describe("The repository slug (URL-friendly name) that contains the commit."),
135
+ reportId: z.string().describe("Either the uuid or external-id of the report that will contain the annotation."),
136
+ workspace: z.string().describe("The workspace ID or slug that owns the repository. This can be a user's username or a team's slug."),
137
+ externalId: z.string().optional().describe("Unique identifier for tracking this annotation in an external system. Useful for correlating with external tools."),
138
+ annotationId: z.string().describe("Either the uuid or external-id of the annotation to create or update."),
139
+ annotationType: z.enum(["VULNERABILITY", "CODE_SMELL", "BUG"]).describe("Type of annotation indicating the nature of the finding: VULNERABILITY for security issues, CODE_SMELL for maintainability issues, or BUG for functional defects."),
140
+ }),
141
+ execute: async ({ bitbucketToken, workspace, repoSlug, commit, reportId, annotationId, annotationType, summary, severity, line, link, path, result, details, externalId }) => {
142
+ const missing = requireToken(bitbucketToken);
143
+ if (missing)
144
+ return missing;
145
+ try {
146
+ const body = {
147
+ annotation_type: annotationType,
148
+ summary,
149
+ severity,
150
+ };
151
+ if (externalId !== undefined)
152
+ body.external_id = externalId;
153
+ if (path !== undefined)
154
+ body.path = path;
155
+ if (line !== undefined)
156
+ body.line = line;
157
+ if (link !== undefined)
158
+ body.link = link;
159
+ if (details !== undefined)
160
+ body.details = details;
161
+ if (result !== undefined)
162
+ body.result = result;
163
+ return await bbRequest(bitbucketToken, 'PUT', `/repositories/${enc(workspace)}/${enc(repoSlug)}/commit/${encPath(commit)}/reports/${enc(reportId)}/annotations/${enc(annotationId)}`, { body });
164
+ }
165
+ catch (error) {
166
+ return toBbError(error, "Failed to update commit report annotation");
167
+ }
168
+ },
169
+ });
170
+ export const bitbucketUpdateCommitInsightReport = tool({
171
+ description: "Create or update an insight report for a commit. Creates a new report if it doesn't exist, or replaces the existing one if a report already exists for the given repository, commit, and report key. Note: replacing an existing report will be rejected if the authenticated user was not the creator of the specified report.",
172
+ inputSchema: z.object({
173
+ bitbucketToken: z.string().optional().describe("Injected by system; do not provide"),
174
+ data: z.array(z.object({ type: z.enum(["DURATION", "BOOLEAN", "NUMBER", "PERCENTAGE", "TEXT", "LINK", "DATE"]).describe("Data item type"), title: z.string().describe("Label for the data item"), value: z.union([z.string(), z.number(), z.boolean()]).describe("Value matching the data type") })).max(6).optional().describe("Array of data items containing additional information about the report. Maximum 6 items."),
175
+ link: z.string().optional().describe("An external link providing more information about the report. Must be a valid HTTP/HTTPS URL."),
176
+ title: z.string().describe("The title of the report. Maximum 450 characters."),
177
+ commit: z.string().describe("The commit hash to which the report belongs. This is the full SHA-1 commit identifier (40 characters)."),
178
+ result: z.enum(["PASSED", "FAILED", "PENDING"]).optional().describe("Enum for report results."),
179
+ details: z.string().describe("Detailed description of the report. Maximum 2000 characters. Supports escaped newlines."),
180
+ logoUrl: z.string().optional().describe("URL to the logo image for the reporting tool. Must be a valid HTTP/HTTPS URL."),
181
+ reporter: z.string().optional().describe("The name of the system or tool that created the report. Maximum 450 characters."),
182
+ repoSlug: z.string().describe("The repository slug (URL-friendly name) that contains the commit."),
183
+ reportId: z.string().describe("Unique identifier for the report. Recommend using reverse DNS namespacing (e.g., 'com.company.tool.report-name')."),
184
+ workspace: z.string().describe("The workspace ID or slug that owns the repository. This can be a user's username or a team's slug."),
185
+ reportType: z.enum(["SECURITY", "COVERAGE", "TEST", "BUG"]).describe("The type of report: SECURITY, COVERAGE, TEST, or BUG."),
186
+ remoteLinkEnabled: z.boolean().optional().describe("Whether remote link is enabled for the report."),
187
+ }),
188
+ execute: async ({ bitbucketToken, workspace, repoSlug, commit, reportId, title, details, reportType, data, link, result, logoUrl, reporter, remoteLinkEnabled }) => {
189
+ const missing = requireToken(bitbucketToken);
190
+ if (missing)
191
+ return missing;
192
+ try {
193
+ const body = { title, details, report_type: reportType };
194
+ if (reporter !== undefined)
195
+ body.reporter = reporter;
196
+ if (result !== undefined)
197
+ body.result = result;
198
+ if (link !== undefined)
199
+ body.link = link;
200
+ if (logoUrl !== undefined)
201
+ body.logo_url = logoUrl;
202
+ if (remoteLinkEnabled !== undefined)
203
+ body.remote_link_enabled = remoteLinkEnabled;
204
+ if (data !== undefined)
205
+ body.data = data;
206
+ return await bbRequest(bitbucketToken, 'PUT', `/repositories/${enc(workspace)}/${enc(repoSlug)}/commit/${encPath(commit)}/reports/${enc(reportId)}`, { body });
207
+ }
208
+ catch (error) {
209
+ return toBbError(error, "Failed to update commit insight report");
210
+ }
211
+ },
212
+ });
213
+ //# sourceMappingURL=reports.js.map
@@ -0,0 +1,156 @@
1
+ export declare const bitbucketCreateRepository: import("ai").Tool<{
2
+ repoSlug: string;
3
+ workspace: string;
4
+ description?: string | undefined;
5
+ language?: string | undefined;
6
+ isPrivate?: boolean | undefined;
7
+ bitbucketToken?: string | undefined;
8
+ hasWiki?: boolean | undefined;
9
+ hasIssues?: boolean | undefined;
10
+ forkPolicy?: "allow_forks" | "no_public_forks" | "no_forks" | undefined;
11
+ projectKey?: string | undefined;
12
+ }, any>;
13
+ export declare const bitbucketDeleteRepository: import("ai").Tool<{
14
+ repoSlug: string;
15
+ workspace: string;
16
+ bitbucketToken?: string | undefined;
17
+ }, any>;
18
+ export declare const bitbucketGetRepository: import("ai").Tool<{
19
+ repoSlug: string;
20
+ workspace: string;
21
+ bitbucketToken?: string | undefined;
22
+ }, any>;
23
+ export declare const bitbucketListWorkspaceRepositories: import("ai").Tool<{
24
+ workspace: string;
25
+ sort?: string | undefined;
26
+ q?: string | undefined;
27
+ page?: number | undefined;
28
+ role?: string | undefined;
29
+ bitbucketToken?: string | undefined;
30
+ pagelen?: number | undefined;
31
+ }, any>;
32
+ export declare const bitbucketListRepositories: import("ai").Tool<{
33
+ sort?: string | undefined;
34
+ q?: string | undefined;
35
+ page?: number | undefined;
36
+ after?: string | undefined;
37
+ role?: "owner" | "contributor" | "admin" | "member" | undefined;
38
+ bitbucketToken?: string | undefined;
39
+ pagelen?: number | undefined;
40
+ }, any>;
41
+ export declare const bitbucketListRepositoryForks: import("ai").Tool<{
42
+ repoSlug: string;
43
+ workspace: string;
44
+ page?: number | undefined;
45
+ bitbucketToken?: string | undefined;
46
+ pagelen?: number | undefined;
47
+ }, any>;
48
+ export declare const bitbucketListRepositoryWatchers: import("ai").Tool<{
49
+ repoSlug: string;
50
+ workspace: string;
51
+ bitbucketToken?: string | undefined;
52
+ }, any>;
53
+ export declare const bitbucketGetRepositorySrc: import("ai").Tool<{
54
+ repoSlug: string;
55
+ workspace: string;
56
+ format?: string | undefined;
57
+ bitbucketToken?: string | undefined;
58
+ }, any>;
59
+ export declare const bitbucketBrowseRepositoryPath: import("ai").Tool<{
60
+ repoSlug: string;
61
+ workspace: string;
62
+ path?: string | undefined;
63
+ sort?: string | undefined;
64
+ q?: string | undefined;
65
+ page?: number | undefined;
66
+ commit?: string | undefined;
67
+ maxDepth?: number | undefined;
68
+ format?: string | undefined;
69
+ bitbucketToken?: string | undefined;
70
+ pagelen?: number | undefined;
71
+ }, any>;
72
+ export declare const bitbucketListRepositoryPaths: import("ai").Tool<{
73
+ commit: string;
74
+ repoSlug: string;
75
+ workspace: string;
76
+ path?: string | undefined;
77
+ sort?: string | undefined;
78
+ q?: string | undefined;
79
+ page?: number | undefined;
80
+ maxDepth?: number | undefined;
81
+ bitbucketToken?: string | undefined;
82
+ pagelen?: number | undefined;
83
+ }, any>;
84
+ export declare const bitbucketGetFileFromRepository: import("ai").Tool<{
85
+ path: string;
86
+ commit: string;
87
+ repoSlug: string;
88
+ workspace: string;
89
+ bitbucketToken?: string | undefined;
90
+ }, {
91
+ error: string;
92
+ } | {
93
+ workspace: string;
94
+ repo_slug: string;
95
+ commit: string;
96
+ path: string;
97
+ size: number;
98
+ data: string;
99
+ }>;
100
+ export declare const bitbucketListBranches: import("ai").Tool<{
101
+ repoSlug: string;
102
+ workspace: string;
103
+ sort?: string | undefined;
104
+ q?: string | undefined;
105
+ page?: number | undefined;
106
+ bitbucketToken?: string | undefined;
107
+ pagelen?: number | undefined;
108
+ }, any>;
109
+ export declare const bitbucketGetBranch: import("ai").Tool<{
110
+ name: string;
111
+ repoSlug: string;
112
+ workspace: string;
113
+ bitbucketToken?: string | undefined;
114
+ }, any>;
115
+ export declare const bitbucketCreateBranch: import("ai").Tool<{
116
+ name: string;
117
+ repoSlug: string;
118
+ workspace: string;
119
+ targetHash: string;
120
+ bitbucketToken?: string | undefined;
121
+ }, any>;
122
+ export declare const bitbucketListTags: import("ai").Tool<{
123
+ repoSlug: string;
124
+ workspace: string;
125
+ sort?: string | undefined;
126
+ q?: string | undefined;
127
+ page?: number | undefined;
128
+ bitbucketToken?: string | undefined;
129
+ pagelen?: number | undefined;
130
+ }, any>;
131
+ export declare const bitbucketGetTag: import("ai").Tool<{
132
+ name: string;
133
+ repoSlug: string;
134
+ workspace: string;
135
+ bitbucketToken?: string | undefined;
136
+ }, any>;
137
+ export declare const bitbucketListRefs: import("ai").Tool<{
138
+ repoSlug: string;
139
+ workspace: string;
140
+ sort?: string | undefined;
141
+ q?: string | undefined;
142
+ page?: number | undefined;
143
+ bitbucketToken?: string | undefined;
144
+ pagelen?: number | undefined;
145
+ }, any>;
146
+ export declare const bitbucketGetBranchingModel: import("ai").Tool<{
147
+ repoSlug: string;
148
+ workspace: string;
149
+ bitbucketToken?: string | undefined;
150
+ }, any>;
151
+ export declare const bitbucketGetEffectiveBranchingModel: import("ai").Tool<{
152
+ repoSlug: string;
153
+ workspace: string;
154
+ bitbucketToken?: string | undefined;
155
+ }, any>;
156
+ //# sourceMappingURL=repositories.d.ts.map