@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,770 @@
1
+ // @ts-nocheck
2
+ import { bitbucketApprovePullRequest, bitbucketCreatePullRequest, bitbucketDeclinePullRequest, bitbucketMergePullRequest, bitbucketRequestPullRequestChanges, bitbucketUpdatePullRequest, bitbucketGetPullRequest, bitbucketListPullRequests, bitbucketListPullRequestTasks, bitbucketListPullRequestCommits, bitbucketGetPullRequestDiff, bitbucketGetPullRequestDiffstat, bitbucketListPullRequestActivity, bitbucketListPullRequestComments, bitbucketGetPullRequestComment, bitbucketCreatePullRequestComment, bitbucketDeletePullRequestComment, bitbucketResolvePullRequestComment, bitbucketListPullRequestStatuses, bitbucketGetWorkspacePullRequestsByUser } from './pull-requests.js';
3
+ import { bitbucketCreateIssue, bitbucketUpdateIssue, bitbucketDeleteIssue, bitbucketListIssues, bitbucketCreateIssueComment, bitbucketCheckIssueVote, bitbucketListVersions } from './issues.js';
4
+ import { bitbucketGetCommit, bitbucketListCommits, bitbucketListCommitsFromRevision, bitbucketListCommitsOnMaster, bitbucketListCommitsFromRevisionPost, bitbucketListCommitComments, bitbucketGetCommitComment, bitbucketUpdateCommitComment, bitbucketDeleteCommitComment, bitbucketGetCommitDiff, bitbucketGetCommitChanges, bitbucketGetCommitBuildStatus, bitbucketListCommitStatuses, bitbucketGetFileHistory, bitbucketGetMergeBase, bitbucketGetRepositoryPatch } from './commits.js';
5
+ import { bitbucketCreateCommitReportAnnotations, bitbucketGetCommitReport, bitbucketListCommitReports, bitbucketGetCommitReportAnnotation, bitbucketDeleteCommitReportAnnotation, bitbucketUpdateCommitReportAnnotation, bitbucketUpdateCommitInsightReport } from './reports.js';
6
+ import { bitbucketCreateRepository, bitbucketDeleteRepository, bitbucketGetRepository, bitbucketListWorkspaceRepositories, bitbucketListRepositories, bitbucketListRepositoryForks, bitbucketListRepositoryWatchers, bitbucketGetRepositorySrc, bitbucketBrowseRepositoryPath, bitbucketListRepositoryPaths, bitbucketGetFileFromRepository, bitbucketListBranches, bitbucketGetBranch, bitbucketCreateBranch, bitbucketListTags, bitbucketGetTag, bitbucketListRefs, bitbucketGetBranchingModel, bitbucketGetEffectiveBranchingModel } from './repositories.js';
7
+ import { bitbucketListPipelines, bitbucketGetPipeline, bitbucketListPipelineSteps, bitbucketStopPipeline, bitbucketListPipelineSchedules, bitbucketListPipelineCaches, bitbucketListPipelineRunners, bitbucketListPipelineSshKnownHosts, bitbucketListRepositoryPipelineVariables, bitbucketCreateTeamPipelineVariable, bitbucketUpdateTeamPipelineVariable, bitbucketCreateUserPipelineVariable, bitbucketUpdateUserPipelineVariable, bitbucketDeleteUserPipelineVariable, bitbucketListDeployments, bitbucketListRepositoryEnvironments, bitbucketGetRepositoryEnvironment, bitbucketListDeploymentEnvironmentVariables, bitbucketGetOpenidConfiguration } from './pipelines.js';
8
+ import { bitbucketGetSnippet, bitbucketListSnippets, bitbucketCreateSnippetComment, bitbucketGetSnippetWatchStatus, bitbucketDeleteSnippetWatch } from './snippets.js';
9
+ import { bitbucketGetCurrentUser, bitbucketGetUser, bitbucketGetUserEmails, bitbucketGetUserEmailDetails, bitbucketListUserSshKeys, bitbucketListUserRepositoryPermissions, bitbucketListUserWorkspacePermissions, bitbucketListUserWorkspaces, bitbucketListWorkspaceMembers, bitbucketListWorkspaceProjects, bitbucketGetWorkspace, bitbucketListWorkspaces, bitbucketListHookEvents } from './users-workspaces.js';
10
+ import { bitbucketSearchWorkspaceCode, bitbucketSearchUserCode } from './search.js';
11
+ export { bitbucketApprovePullRequest, bitbucketCreatePullRequest, bitbucketDeclinePullRequest, bitbucketMergePullRequest, bitbucketRequestPullRequestChanges, bitbucketUpdatePullRequest, bitbucketGetPullRequest, bitbucketListPullRequests, bitbucketListPullRequestTasks, bitbucketListPullRequestCommits, bitbucketGetPullRequestDiff, bitbucketGetPullRequestDiffstat, bitbucketListPullRequestActivity, bitbucketListPullRequestComments, bitbucketGetPullRequestComment, bitbucketCreatePullRequestComment, bitbucketDeletePullRequestComment, bitbucketResolvePullRequestComment, bitbucketListPullRequestStatuses, bitbucketGetWorkspacePullRequestsByUser, bitbucketCreateIssue, bitbucketUpdateIssue, bitbucketDeleteIssue, bitbucketListIssues, bitbucketCreateIssueComment, bitbucketCheckIssueVote, bitbucketListVersions, bitbucketGetCommit, bitbucketListCommits, bitbucketListCommitsFromRevision, bitbucketListCommitsOnMaster, bitbucketListCommitsFromRevisionPost, bitbucketListCommitComments, bitbucketGetCommitComment, bitbucketUpdateCommitComment, bitbucketDeleteCommitComment, bitbucketGetCommitDiff, bitbucketGetCommitChanges, bitbucketGetCommitBuildStatus, bitbucketListCommitStatuses, bitbucketGetFileHistory, bitbucketGetMergeBase, bitbucketGetRepositoryPatch, bitbucketCreateCommitReportAnnotations, bitbucketGetCommitReport, bitbucketListCommitReports, bitbucketGetCommitReportAnnotation, bitbucketDeleteCommitReportAnnotation, bitbucketUpdateCommitReportAnnotation, bitbucketUpdateCommitInsightReport, bitbucketCreateRepository, bitbucketDeleteRepository, bitbucketGetRepository, bitbucketListWorkspaceRepositories, bitbucketListRepositories, bitbucketListRepositoryForks, bitbucketListRepositoryWatchers, bitbucketGetRepositorySrc, bitbucketBrowseRepositoryPath, bitbucketListRepositoryPaths, bitbucketGetFileFromRepository, bitbucketListBranches, bitbucketGetBranch, bitbucketCreateBranch, bitbucketListTags, bitbucketGetTag, bitbucketListRefs, bitbucketGetBranchingModel, bitbucketGetEffectiveBranchingModel, bitbucketListPipelines, bitbucketGetPipeline, bitbucketListPipelineSteps, bitbucketStopPipeline, bitbucketListPipelineSchedules, bitbucketListPipelineCaches, bitbucketListPipelineRunners, bitbucketListPipelineSshKnownHosts, bitbucketListRepositoryPipelineVariables, bitbucketCreateTeamPipelineVariable, bitbucketUpdateTeamPipelineVariable, bitbucketCreateUserPipelineVariable, bitbucketUpdateUserPipelineVariable, bitbucketDeleteUserPipelineVariable, bitbucketListDeployments, bitbucketListRepositoryEnvironments, bitbucketGetRepositoryEnvironment, bitbucketListDeploymentEnvironmentVariables, bitbucketGetOpenidConfiguration, bitbucketGetSnippet, bitbucketListSnippets, bitbucketCreateSnippetComment, bitbucketGetSnippetWatchStatus, bitbucketDeleteSnippetWatch, bitbucketGetCurrentUser, bitbucketGetUser, bitbucketGetUserEmails, bitbucketGetUserEmailDetails, bitbucketListUserSshKeys, bitbucketListUserRepositoryPermissions, bitbucketListUserWorkspacePermissions, bitbucketListUserWorkspaces, bitbucketListWorkspaceMembers, bitbucketListWorkspaceProjects, bitbucketGetWorkspace, bitbucketListWorkspaces, bitbucketListHookEvents, bitbucketSearchWorkspaceCode, bitbucketSearchUserCode, };
12
+ export const bitbucketTools = [
13
+ {
14
+ name: "bitbucketApprovePullRequest",
15
+ description: bitbucketApprovePullRequest.description,
16
+ tool: bitbucketApprovePullRequest,
17
+ requiredAuth: 'bitbucketToken',
18
+ scope: "write",
19
+ },
20
+ {
21
+ name: "bitbucketCreatePullRequest",
22
+ description: bitbucketCreatePullRequest.description,
23
+ tool: bitbucketCreatePullRequest,
24
+ requiredAuth: 'bitbucketToken',
25
+ scope: "write",
26
+ },
27
+ {
28
+ name: "bitbucketDeclinePullRequest",
29
+ description: bitbucketDeclinePullRequest.description,
30
+ tool: bitbucketDeclinePullRequest,
31
+ requiredAuth: 'bitbucketToken',
32
+ scope: "write",
33
+ },
34
+ {
35
+ name: "bitbucketMergePullRequest",
36
+ description: bitbucketMergePullRequest.description,
37
+ tool: bitbucketMergePullRequest,
38
+ requiredAuth: 'bitbucketToken',
39
+ scope: "write",
40
+ },
41
+ {
42
+ name: "bitbucketRequestPullRequestChanges",
43
+ description: bitbucketRequestPullRequestChanges.description,
44
+ tool: bitbucketRequestPullRequestChanges,
45
+ requiredAuth: 'bitbucketToken',
46
+ scope: "write",
47
+ },
48
+ {
49
+ name: "bitbucketUpdatePullRequest",
50
+ description: bitbucketUpdatePullRequest.description,
51
+ tool: bitbucketUpdatePullRequest,
52
+ requiredAuth: 'bitbucketToken',
53
+ scope: "write",
54
+ },
55
+ {
56
+ name: "bitbucketGetPullRequest",
57
+ description: bitbucketGetPullRequest.description,
58
+ tool: bitbucketGetPullRequest,
59
+ requiredAuth: 'bitbucketToken',
60
+ scope: "read",
61
+ },
62
+ {
63
+ name: "bitbucketListPullRequests",
64
+ description: bitbucketListPullRequests.description,
65
+ tool: bitbucketListPullRequests,
66
+ requiredAuth: 'bitbucketToken',
67
+ scope: "read",
68
+ },
69
+ {
70
+ name: "bitbucketListPullRequestTasks",
71
+ description: bitbucketListPullRequestTasks.description,
72
+ tool: bitbucketListPullRequestTasks,
73
+ requiredAuth: 'bitbucketToken',
74
+ scope: "read",
75
+ },
76
+ {
77
+ name: "bitbucketListPullRequestCommits",
78
+ description: bitbucketListPullRequestCommits.description,
79
+ tool: bitbucketListPullRequestCommits,
80
+ requiredAuth: 'bitbucketToken',
81
+ scope: "read",
82
+ },
83
+ {
84
+ name: "bitbucketGetPullRequestDiff",
85
+ description: bitbucketGetPullRequestDiff.description,
86
+ tool: bitbucketGetPullRequestDiff,
87
+ requiredAuth: 'bitbucketToken',
88
+ scope: "read",
89
+ },
90
+ {
91
+ name: "bitbucketGetPullRequestDiffstat",
92
+ description: bitbucketGetPullRequestDiffstat.description,
93
+ tool: bitbucketGetPullRequestDiffstat,
94
+ requiredAuth: 'bitbucketToken',
95
+ scope: "read",
96
+ },
97
+ {
98
+ name: "bitbucketListPullRequestActivity",
99
+ description: bitbucketListPullRequestActivity.description,
100
+ tool: bitbucketListPullRequestActivity,
101
+ requiredAuth: 'bitbucketToken',
102
+ scope: "read",
103
+ },
104
+ {
105
+ name: "bitbucketListPullRequestComments",
106
+ description: bitbucketListPullRequestComments.description,
107
+ tool: bitbucketListPullRequestComments,
108
+ requiredAuth: 'bitbucketToken',
109
+ scope: "read",
110
+ },
111
+ {
112
+ name: "bitbucketGetPullRequestComment",
113
+ description: bitbucketGetPullRequestComment.description,
114
+ tool: bitbucketGetPullRequestComment,
115
+ requiredAuth: 'bitbucketToken',
116
+ scope: "read",
117
+ },
118
+ {
119
+ name: "bitbucketCreatePullRequestComment",
120
+ description: bitbucketCreatePullRequestComment.description,
121
+ tool: bitbucketCreatePullRequestComment,
122
+ requiredAuth: 'bitbucketToken',
123
+ scope: "write",
124
+ },
125
+ {
126
+ name: "bitbucketDeletePullRequestComment",
127
+ description: bitbucketDeletePullRequestComment.description,
128
+ tool: bitbucketDeletePullRequestComment,
129
+ requiredAuth: 'bitbucketToken',
130
+ scope: "delete",
131
+ },
132
+ {
133
+ name: "bitbucketResolvePullRequestComment",
134
+ description: bitbucketResolvePullRequestComment.description,
135
+ tool: bitbucketResolvePullRequestComment,
136
+ requiredAuth: 'bitbucketToken',
137
+ scope: "write",
138
+ },
139
+ {
140
+ name: "bitbucketListPullRequestStatuses",
141
+ description: bitbucketListPullRequestStatuses.description,
142
+ tool: bitbucketListPullRequestStatuses,
143
+ requiredAuth: 'bitbucketToken',
144
+ scope: "read",
145
+ },
146
+ {
147
+ name: "bitbucketGetWorkspacePullRequestsByUser",
148
+ description: bitbucketGetWorkspacePullRequestsByUser.description,
149
+ tool: bitbucketGetWorkspacePullRequestsByUser,
150
+ requiredAuth: 'bitbucketToken',
151
+ scope: "read",
152
+ },
153
+ {
154
+ name: "bitbucketCreateIssue",
155
+ description: bitbucketCreateIssue.description,
156
+ tool: bitbucketCreateIssue,
157
+ requiredAuth: 'bitbucketToken',
158
+ scope: "write",
159
+ },
160
+ {
161
+ name: "bitbucketUpdateIssue",
162
+ description: bitbucketUpdateIssue.description,
163
+ tool: bitbucketUpdateIssue,
164
+ requiredAuth: 'bitbucketToken',
165
+ scope: "write",
166
+ },
167
+ {
168
+ name: "bitbucketDeleteIssue",
169
+ description: bitbucketDeleteIssue.description,
170
+ tool: bitbucketDeleteIssue,
171
+ requiredAuth: 'bitbucketToken',
172
+ scope: "delete",
173
+ },
174
+ {
175
+ name: "bitbucketListIssues",
176
+ description: bitbucketListIssues.description,
177
+ tool: bitbucketListIssues,
178
+ requiredAuth: 'bitbucketToken',
179
+ scope: "read",
180
+ },
181
+ {
182
+ name: "bitbucketCreateIssueComment",
183
+ description: bitbucketCreateIssueComment.description,
184
+ tool: bitbucketCreateIssueComment,
185
+ requiredAuth: 'bitbucketToken',
186
+ scope: "write",
187
+ },
188
+ {
189
+ name: "bitbucketCheckIssueVote",
190
+ description: bitbucketCheckIssueVote.description,
191
+ tool: bitbucketCheckIssueVote,
192
+ requiredAuth: 'bitbucketToken',
193
+ scope: "read",
194
+ },
195
+ {
196
+ name: "bitbucketListVersions",
197
+ description: bitbucketListVersions.description,
198
+ tool: bitbucketListVersions,
199
+ requiredAuth: 'bitbucketToken',
200
+ scope: "read",
201
+ },
202
+ {
203
+ name: "bitbucketGetCommit",
204
+ description: bitbucketGetCommit.description,
205
+ tool: bitbucketGetCommit,
206
+ requiredAuth: 'bitbucketToken',
207
+ scope: "read",
208
+ },
209
+ {
210
+ name: "bitbucketListCommits",
211
+ description: bitbucketListCommits.description,
212
+ tool: bitbucketListCommits,
213
+ requiredAuth: 'bitbucketToken',
214
+ scope: "read",
215
+ },
216
+ {
217
+ name: "bitbucketListCommitsFromRevision",
218
+ description: bitbucketListCommitsFromRevision.description,
219
+ tool: bitbucketListCommitsFromRevision,
220
+ requiredAuth: 'bitbucketToken',
221
+ scope: "read",
222
+ },
223
+ {
224
+ name: "bitbucketListCommitsOnMaster",
225
+ description: bitbucketListCommitsOnMaster.description,
226
+ tool: bitbucketListCommitsOnMaster,
227
+ requiredAuth: 'bitbucketToken',
228
+ scope: "read",
229
+ },
230
+ {
231
+ name: "bitbucketListCommitsFromRevisionPost",
232
+ description: bitbucketListCommitsFromRevisionPost.description,
233
+ tool: bitbucketListCommitsFromRevisionPost,
234
+ requiredAuth: 'bitbucketToken',
235
+ scope: "read",
236
+ },
237
+ {
238
+ name: "bitbucketListCommitComments",
239
+ description: bitbucketListCommitComments.description,
240
+ tool: bitbucketListCommitComments,
241
+ requiredAuth: 'bitbucketToken',
242
+ scope: "read",
243
+ },
244
+ {
245
+ name: "bitbucketGetCommitComment",
246
+ description: bitbucketGetCommitComment.description,
247
+ tool: bitbucketGetCommitComment,
248
+ requiredAuth: 'bitbucketToken',
249
+ scope: "read",
250
+ },
251
+ {
252
+ name: "bitbucketUpdateCommitComment",
253
+ description: bitbucketUpdateCommitComment.description,
254
+ tool: bitbucketUpdateCommitComment,
255
+ requiredAuth: 'bitbucketToken',
256
+ scope: "write",
257
+ },
258
+ {
259
+ name: "bitbucketDeleteCommitComment",
260
+ description: bitbucketDeleteCommitComment.description,
261
+ tool: bitbucketDeleteCommitComment,
262
+ requiredAuth: 'bitbucketToken',
263
+ scope: "delete",
264
+ },
265
+ {
266
+ name: "bitbucketGetCommitDiff",
267
+ description: bitbucketGetCommitDiff.description,
268
+ tool: bitbucketGetCommitDiff,
269
+ requiredAuth: 'bitbucketToken',
270
+ scope: "read",
271
+ },
272
+ {
273
+ name: "bitbucketGetCommitChanges",
274
+ description: bitbucketGetCommitChanges.description,
275
+ tool: bitbucketGetCommitChanges,
276
+ requiredAuth: 'bitbucketToken',
277
+ scope: "read",
278
+ },
279
+ {
280
+ name: "bitbucketGetCommitBuildStatus",
281
+ description: bitbucketGetCommitBuildStatus.description,
282
+ tool: bitbucketGetCommitBuildStatus,
283
+ requiredAuth: 'bitbucketToken',
284
+ scope: "read",
285
+ },
286
+ {
287
+ name: "bitbucketListCommitStatuses",
288
+ description: bitbucketListCommitStatuses.description,
289
+ tool: bitbucketListCommitStatuses,
290
+ requiredAuth: 'bitbucketToken',
291
+ scope: "read",
292
+ },
293
+ {
294
+ name: "bitbucketGetFileHistory",
295
+ description: bitbucketGetFileHistory.description,
296
+ tool: bitbucketGetFileHistory,
297
+ requiredAuth: 'bitbucketToken',
298
+ scope: "read",
299
+ },
300
+ {
301
+ name: "bitbucketGetMergeBase",
302
+ description: bitbucketGetMergeBase.description,
303
+ tool: bitbucketGetMergeBase,
304
+ requiredAuth: 'bitbucketToken',
305
+ scope: "read",
306
+ },
307
+ {
308
+ name: "bitbucketGetRepositoryPatch",
309
+ description: bitbucketGetRepositoryPatch.description,
310
+ tool: bitbucketGetRepositoryPatch,
311
+ requiredAuth: 'bitbucketToken',
312
+ scope: "read",
313
+ },
314
+ {
315
+ name: "bitbucketCreateCommitReportAnnotations",
316
+ description: bitbucketCreateCommitReportAnnotations.description,
317
+ tool: bitbucketCreateCommitReportAnnotations,
318
+ requiredAuth: 'bitbucketToken',
319
+ scope: "write",
320
+ },
321
+ {
322
+ name: "bitbucketGetCommitReport",
323
+ description: bitbucketGetCommitReport.description,
324
+ tool: bitbucketGetCommitReport,
325
+ requiredAuth: 'bitbucketToken',
326
+ scope: "read",
327
+ },
328
+ {
329
+ name: "bitbucketListCommitReports",
330
+ description: bitbucketListCommitReports.description,
331
+ tool: bitbucketListCommitReports,
332
+ requiredAuth: 'bitbucketToken',
333
+ scope: "read",
334
+ },
335
+ {
336
+ name: "bitbucketGetCommitReportAnnotation",
337
+ description: bitbucketGetCommitReportAnnotation.description,
338
+ tool: bitbucketGetCommitReportAnnotation,
339
+ requiredAuth: 'bitbucketToken',
340
+ scope: "read",
341
+ },
342
+ {
343
+ name: "bitbucketDeleteCommitReportAnnotation",
344
+ description: bitbucketDeleteCommitReportAnnotation.description,
345
+ tool: bitbucketDeleteCommitReportAnnotation,
346
+ requiredAuth: 'bitbucketToken',
347
+ scope: "delete",
348
+ },
349
+ {
350
+ name: "bitbucketUpdateCommitReportAnnotation",
351
+ description: bitbucketUpdateCommitReportAnnotation.description,
352
+ tool: bitbucketUpdateCommitReportAnnotation,
353
+ requiredAuth: 'bitbucketToken',
354
+ scope: "write",
355
+ },
356
+ {
357
+ name: "bitbucketUpdateCommitInsightReport",
358
+ description: bitbucketUpdateCommitInsightReport.description,
359
+ tool: bitbucketUpdateCommitInsightReport,
360
+ requiredAuth: 'bitbucketToken',
361
+ scope: "write",
362
+ },
363
+ {
364
+ name: "bitbucketCreateRepository",
365
+ description: bitbucketCreateRepository.description,
366
+ tool: bitbucketCreateRepository,
367
+ requiredAuth: 'bitbucketToken',
368
+ scope: "write",
369
+ },
370
+ {
371
+ name: "bitbucketDeleteRepository",
372
+ description: bitbucketDeleteRepository.description,
373
+ tool: bitbucketDeleteRepository,
374
+ requiredAuth: 'bitbucketToken',
375
+ scope: "delete",
376
+ },
377
+ {
378
+ name: "bitbucketGetRepository",
379
+ description: bitbucketGetRepository.description,
380
+ tool: bitbucketGetRepository,
381
+ requiredAuth: 'bitbucketToken',
382
+ scope: "read",
383
+ },
384
+ {
385
+ name: "bitbucketListWorkspaceRepositories",
386
+ description: bitbucketListWorkspaceRepositories.description,
387
+ tool: bitbucketListWorkspaceRepositories,
388
+ requiredAuth: 'bitbucketToken',
389
+ scope: "read",
390
+ },
391
+ {
392
+ name: "bitbucketListRepositories",
393
+ description: bitbucketListRepositories.description,
394
+ tool: bitbucketListRepositories,
395
+ requiredAuth: 'bitbucketToken',
396
+ scope: "read",
397
+ },
398
+ {
399
+ name: "bitbucketListRepositoryForks",
400
+ description: bitbucketListRepositoryForks.description,
401
+ tool: bitbucketListRepositoryForks,
402
+ requiredAuth: 'bitbucketToken',
403
+ scope: "read",
404
+ },
405
+ {
406
+ name: "bitbucketListRepositoryWatchers",
407
+ description: bitbucketListRepositoryWatchers.description,
408
+ tool: bitbucketListRepositoryWatchers,
409
+ requiredAuth: 'bitbucketToken',
410
+ scope: "read",
411
+ },
412
+ {
413
+ name: "bitbucketGetRepositorySrc",
414
+ description: bitbucketGetRepositorySrc.description,
415
+ tool: bitbucketGetRepositorySrc,
416
+ requiredAuth: 'bitbucketToken',
417
+ scope: "read",
418
+ },
419
+ {
420
+ name: "bitbucketBrowseRepositoryPath",
421
+ description: bitbucketBrowseRepositoryPath.description,
422
+ tool: bitbucketBrowseRepositoryPath,
423
+ requiredAuth: 'bitbucketToken',
424
+ scope: "read",
425
+ },
426
+ {
427
+ name: "bitbucketListRepositoryPaths",
428
+ description: bitbucketListRepositoryPaths.description,
429
+ tool: bitbucketListRepositoryPaths,
430
+ requiredAuth: 'bitbucketToken',
431
+ scope: "read",
432
+ },
433
+ {
434
+ name: "bitbucketGetFileFromRepository",
435
+ description: bitbucketGetFileFromRepository.description,
436
+ tool: bitbucketGetFileFromRepository,
437
+ requiredAuth: 'bitbucketToken',
438
+ scope: "read",
439
+ },
440
+ {
441
+ name: "bitbucketListBranches",
442
+ description: bitbucketListBranches.description,
443
+ tool: bitbucketListBranches,
444
+ requiredAuth: 'bitbucketToken',
445
+ scope: "read",
446
+ },
447
+ {
448
+ name: "bitbucketGetBranch",
449
+ description: bitbucketGetBranch.description,
450
+ tool: bitbucketGetBranch,
451
+ requiredAuth: 'bitbucketToken',
452
+ scope: "read",
453
+ },
454
+ {
455
+ name: "bitbucketCreateBranch",
456
+ description: bitbucketCreateBranch.description,
457
+ tool: bitbucketCreateBranch,
458
+ requiredAuth: 'bitbucketToken',
459
+ scope: "write",
460
+ },
461
+ {
462
+ name: "bitbucketListTags",
463
+ description: bitbucketListTags.description,
464
+ tool: bitbucketListTags,
465
+ requiredAuth: 'bitbucketToken',
466
+ scope: "read",
467
+ },
468
+ {
469
+ name: "bitbucketGetTag",
470
+ description: bitbucketGetTag.description,
471
+ tool: bitbucketGetTag,
472
+ requiredAuth: 'bitbucketToken',
473
+ scope: "read",
474
+ },
475
+ {
476
+ name: "bitbucketListRefs",
477
+ description: bitbucketListRefs.description,
478
+ tool: bitbucketListRefs,
479
+ requiredAuth: 'bitbucketToken',
480
+ scope: "read",
481
+ },
482
+ {
483
+ name: "bitbucketGetBranchingModel",
484
+ description: bitbucketGetBranchingModel.description,
485
+ tool: bitbucketGetBranchingModel,
486
+ requiredAuth: 'bitbucketToken',
487
+ scope: "read",
488
+ },
489
+ {
490
+ name: "bitbucketGetEffectiveBranchingModel",
491
+ description: bitbucketGetEffectiveBranchingModel.description,
492
+ tool: bitbucketGetEffectiveBranchingModel,
493
+ requiredAuth: 'bitbucketToken',
494
+ scope: "read",
495
+ },
496
+ {
497
+ name: "bitbucketListPipelines",
498
+ description: bitbucketListPipelines.description,
499
+ tool: bitbucketListPipelines,
500
+ requiredAuth: 'bitbucketToken',
501
+ scope: "read",
502
+ },
503
+ {
504
+ name: "bitbucketGetPipeline",
505
+ description: bitbucketGetPipeline.description,
506
+ tool: bitbucketGetPipeline,
507
+ requiredAuth: 'bitbucketToken',
508
+ scope: "read",
509
+ },
510
+ {
511
+ name: "bitbucketListPipelineSteps",
512
+ description: bitbucketListPipelineSteps.description,
513
+ tool: bitbucketListPipelineSteps,
514
+ requiredAuth: 'bitbucketToken',
515
+ scope: "read",
516
+ },
517
+ {
518
+ name: "bitbucketStopPipeline",
519
+ description: bitbucketStopPipeline.description,
520
+ tool: bitbucketStopPipeline,
521
+ requiredAuth: 'bitbucketToken',
522
+ scope: "write",
523
+ },
524
+ {
525
+ name: "bitbucketListPipelineSchedules",
526
+ description: bitbucketListPipelineSchedules.description,
527
+ tool: bitbucketListPipelineSchedules,
528
+ requiredAuth: 'bitbucketToken',
529
+ scope: "read",
530
+ },
531
+ {
532
+ name: "bitbucketListPipelineCaches",
533
+ description: bitbucketListPipelineCaches.description,
534
+ tool: bitbucketListPipelineCaches,
535
+ requiredAuth: 'bitbucketToken',
536
+ scope: "read",
537
+ },
538
+ {
539
+ name: "bitbucketListPipelineRunners",
540
+ description: bitbucketListPipelineRunners.description,
541
+ tool: bitbucketListPipelineRunners,
542
+ requiredAuth: 'bitbucketToken',
543
+ scope: "read",
544
+ },
545
+ {
546
+ name: "bitbucketListPipelineSshKnownHosts",
547
+ description: bitbucketListPipelineSshKnownHosts.description,
548
+ tool: bitbucketListPipelineSshKnownHosts,
549
+ requiredAuth: 'bitbucketToken',
550
+ scope: "read",
551
+ },
552
+ {
553
+ name: "bitbucketListRepositoryPipelineVariables",
554
+ description: bitbucketListRepositoryPipelineVariables.description,
555
+ tool: bitbucketListRepositoryPipelineVariables,
556
+ requiredAuth: 'bitbucketToken',
557
+ scope: "read",
558
+ },
559
+ {
560
+ name: "bitbucketCreateTeamPipelineVariable",
561
+ description: bitbucketCreateTeamPipelineVariable.description,
562
+ tool: bitbucketCreateTeamPipelineVariable,
563
+ requiredAuth: 'bitbucketToken',
564
+ scope: "write",
565
+ },
566
+ {
567
+ name: "bitbucketUpdateTeamPipelineVariable",
568
+ description: bitbucketUpdateTeamPipelineVariable.description,
569
+ tool: bitbucketUpdateTeamPipelineVariable,
570
+ requiredAuth: 'bitbucketToken',
571
+ scope: "write",
572
+ },
573
+ {
574
+ name: "bitbucketCreateUserPipelineVariable",
575
+ description: bitbucketCreateUserPipelineVariable.description,
576
+ tool: bitbucketCreateUserPipelineVariable,
577
+ requiredAuth: 'bitbucketToken',
578
+ scope: "write",
579
+ },
580
+ {
581
+ name: "bitbucketUpdateUserPipelineVariable",
582
+ description: bitbucketUpdateUserPipelineVariable.description,
583
+ tool: bitbucketUpdateUserPipelineVariable,
584
+ requiredAuth: 'bitbucketToken',
585
+ scope: "write",
586
+ },
587
+ {
588
+ name: "bitbucketDeleteUserPipelineVariable",
589
+ description: bitbucketDeleteUserPipelineVariable.description,
590
+ tool: bitbucketDeleteUserPipelineVariable,
591
+ requiredAuth: 'bitbucketToken',
592
+ scope: "delete",
593
+ },
594
+ {
595
+ name: "bitbucketListDeployments",
596
+ description: bitbucketListDeployments.description,
597
+ tool: bitbucketListDeployments,
598
+ requiredAuth: 'bitbucketToken',
599
+ scope: "read",
600
+ },
601
+ {
602
+ name: "bitbucketListRepositoryEnvironments",
603
+ description: bitbucketListRepositoryEnvironments.description,
604
+ tool: bitbucketListRepositoryEnvironments,
605
+ requiredAuth: 'bitbucketToken',
606
+ scope: "read",
607
+ },
608
+ {
609
+ name: "bitbucketGetRepositoryEnvironment",
610
+ description: bitbucketGetRepositoryEnvironment.description,
611
+ tool: bitbucketGetRepositoryEnvironment,
612
+ requiredAuth: 'bitbucketToken',
613
+ scope: "read",
614
+ },
615
+ {
616
+ name: "bitbucketListDeploymentEnvironmentVariables",
617
+ description: bitbucketListDeploymentEnvironmentVariables.description,
618
+ tool: bitbucketListDeploymentEnvironmentVariables,
619
+ requiredAuth: 'bitbucketToken',
620
+ scope: "read",
621
+ },
622
+ {
623
+ name: "bitbucketGetOpenidConfiguration",
624
+ description: bitbucketGetOpenidConfiguration.description,
625
+ tool: bitbucketGetOpenidConfiguration,
626
+ requiredAuth: 'bitbucketToken',
627
+ scope: "read",
628
+ },
629
+ {
630
+ name: "bitbucketGetSnippet",
631
+ description: bitbucketGetSnippet.description,
632
+ tool: bitbucketGetSnippet,
633
+ requiredAuth: 'bitbucketToken',
634
+ scope: "read",
635
+ },
636
+ {
637
+ name: "bitbucketListSnippets",
638
+ description: bitbucketListSnippets.description,
639
+ tool: bitbucketListSnippets,
640
+ requiredAuth: 'bitbucketToken',
641
+ scope: "read",
642
+ },
643
+ {
644
+ name: "bitbucketCreateSnippetComment",
645
+ description: bitbucketCreateSnippetComment.description,
646
+ tool: bitbucketCreateSnippetComment,
647
+ requiredAuth: 'bitbucketToken',
648
+ scope: "write",
649
+ },
650
+ {
651
+ name: "bitbucketGetSnippetWatchStatus",
652
+ description: bitbucketGetSnippetWatchStatus.description,
653
+ tool: bitbucketGetSnippetWatchStatus,
654
+ requiredAuth: 'bitbucketToken',
655
+ scope: "read",
656
+ },
657
+ {
658
+ name: "bitbucketDeleteSnippetWatch",
659
+ description: bitbucketDeleteSnippetWatch.description,
660
+ tool: bitbucketDeleteSnippetWatch,
661
+ requiredAuth: 'bitbucketToken',
662
+ scope: "delete",
663
+ },
664
+ {
665
+ name: "bitbucketGetCurrentUser",
666
+ description: bitbucketGetCurrentUser.description,
667
+ tool: bitbucketGetCurrentUser,
668
+ requiredAuth: 'bitbucketToken',
669
+ scope: "read",
670
+ },
671
+ {
672
+ name: "bitbucketGetUser",
673
+ description: bitbucketGetUser.description,
674
+ tool: bitbucketGetUser,
675
+ requiredAuth: 'bitbucketToken',
676
+ scope: "read",
677
+ },
678
+ {
679
+ name: "bitbucketGetUserEmails",
680
+ description: bitbucketGetUserEmails.description,
681
+ tool: bitbucketGetUserEmails,
682
+ requiredAuth: 'bitbucketToken',
683
+ scope: "read",
684
+ },
685
+ {
686
+ name: "bitbucketGetUserEmailDetails",
687
+ description: bitbucketGetUserEmailDetails.description,
688
+ tool: bitbucketGetUserEmailDetails,
689
+ requiredAuth: 'bitbucketToken',
690
+ scope: "read",
691
+ },
692
+ {
693
+ name: "bitbucketListUserSshKeys",
694
+ description: bitbucketListUserSshKeys.description,
695
+ tool: bitbucketListUserSshKeys,
696
+ requiredAuth: 'bitbucketToken',
697
+ scope: "read",
698
+ },
699
+ {
700
+ name: "bitbucketListUserRepositoryPermissions",
701
+ description: bitbucketListUserRepositoryPermissions.description,
702
+ tool: bitbucketListUserRepositoryPermissions,
703
+ requiredAuth: 'bitbucketToken',
704
+ scope: "read",
705
+ },
706
+ {
707
+ name: "bitbucketListUserWorkspacePermissions",
708
+ description: bitbucketListUserWorkspacePermissions.description,
709
+ tool: bitbucketListUserWorkspacePermissions,
710
+ requiredAuth: 'bitbucketToken',
711
+ scope: "read",
712
+ },
713
+ {
714
+ name: "bitbucketListUserWorkspaces",
715
+ description: bitbucketListUserWorkspaces.description,
716
+ tool: bitbucketListUserWorkspaces,
717
+ requiredAuth: 'bitbucketToken',
718
+ scope: "read",
719
+ },
720
+ {
721
+ name: "bitbucketListWorkspaceMembers",
722
+ description: bitbucketListWorkspaceMembers.description,
723
+ tool: bitbucketListWorkspaceMembers,
724
+ requiredAuth: 'bitbucketToken',
725
+ scope: "read",
726
+ },
727
+ {
728
+ name: "bitbucketListWorkspaceProjects",
729
+ description: bitbucketListWorkspaceProjects.description,
730
+ tool: bitbucketListWorkspaceProjects,
731
+ requiredAuth: 'bitbucketToken',
732
+ scope: "read",
733
+ },
734
+ {
735
+ name: "bitbucketGetWorkspace",
736
+ description: bitbucketGetWorkspace.description,
737
+ tool: bitbucketGetWorkspace,
738
+ requiredAuth: 'bitbucketToken',
739
+ scope: "read",
740
+ },
741
+ {
742
+ name: "bitbucketListWorkspaces",
743
+ description: bitbucketListWorkspaces.description,
744
+ tool: bitbucketListWorkspaces,
745
+ requiredAuth: 'bitbucketToken',
746
+ scope: "read",
747
+ },
748
+ {
749
+ name: "bitbucketListHookEvents",
750
+ description: bitbucketListHookEvents.description,
751
+ tool: bitbucketListHookEvents,
752
+ requiredAuth: 'bitbucketToken',
753
+ scope: "read",
754
+ },
755
+ {
756
+ name: "bitbucketSearchWorkspaceCode",
757
+ description: bitbucketSearchWorkspaceCode.description,
758
+ tool: bitbucketSearchWorkspaceCode,
759
+ requiredAuth: 'bitbucketToken',
760
+ scope: "read",
761
+ },
762
+ {
763
+ name: "bitbucketSearchUserCode",
764
+ description: bitbucketSearchUserCode.description,
765
+ tool: bitbucketSearchUserCode,
766
+ requiredAuth: 'bitbucketToken',
767
+ scope: "read",
768
+ },
769
+ ];
770
+ //# sourceMappingURL=index.js.map