@keystrokehq/swaggerhub 0.1.0

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 (386) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-access-control-for-teams.cjs +37 -0
  7. package/dist/actions/add-access-control-for-teams.cjs.map +1 -0
  8. package/dist/actions/add-access-control-for-teams.d.cts +9 -0
  9. package/dist/actions/add-access-control-for-teams.d.cts.map +1 -0
  10. package/dist/actions/add-access-control-for-teams.d.mts +9 -0
  11. package/dist/actions/add-access-control-for-teams.d.mts.map +1 -0
  12. package/dist/actions/add-access-control-for-teams.mjs +36 -0
  13. package/dist/actions/add-access-control-for-teams.mjs.map +1 -0
  14. package/dist/actions/add-access-control-for-users.cjs +41 -0
  15. package/dist/actions/add-access-control-for-users.cjs.map +1 -0
  16. package/dist/actions/add-access-control-for-users.d.cts +9 -0
  17. package/dist/actions/add-access-control-for-users.d.cts.map +1 -0
  18. package/dist/actions/add-access-control-for-users.d.mts +9 -0
  19. package/dist/actions/add-access-control-for-users.d.mts.map +1 -0
  20. package/dist/actions/add-access-control-for-users.mjs +40 -0
  21. package/dist/actions/add-access-control-for-users.mjs.map +1 -0
  22. package/dist/actions/delete-table-of-contents-entry.cjs +19 -0
  23. package/dist/actions/delete-table-of-contents-entry.cjs.map +1 -0
  24. package/dist/actions/delete-table-of-contents-entry.d.cts +9 -0
  25. package/dist/actions/delete-table-of-contents-entry.d.cts.map +1 -0
  26. package/dist/actions/delete-table-of-contents-entry.d.mts +9 -0
  27. package/dist/actions/delete-table-of-contents-entry.d.mts.map +1 -0
  28. package/dist/actions/delete-table-of-contents-entry.mjs +16 -0
  29. package/dist/actions/delete-table-of-contents-entry.mjs.map +1 -0
  30. package/dist/actions/get-access-control-users.cjs +47 -0
  31. package/dist/actions/get-access-control-users.cjs.map +1 -0
  32. package/dist/actions/get-access-control-users.d.cts +9 -0
  33. package/dist/actions/get-access-control-users.d.cts.map +1 -0
  34. package/dist/actions/get-access-control-users.d.mts +9 -0
  35. package/dist/actions/get-access-control-users.d.mts.map +1 -0
  36. package/dist/actions/get-access-control-users.mjs +46 -0
  37. package/dist/actions/get-access-control-users.mjs.map +1 -0
  38. package/dist/actions/get-api-default-version.cjs +19 -0
  39. package/dist/actions/get-api-default-version.cjs.map +1 -0
  40. package/dist/actions/get-api-default-version.d.cts +9 -0
  41. package/dist/actions/get-api-default-version.d.cts.map +1 -0
  42. package/dist/actions/get-api-default-version.d.mts +9 -0
  43. package/dist/actions/get-api-default-version.d.mts.map +1 -0
  44. package/dist/actions/get-api-default-version.mjs +16 -0
  45. package/dist/actions/get-api-default-version.mjs.map +1 -0
  46. package/dist/actions/get-api-versions.cjs +36 -0
  47. package/dist/actions/get-api-versions.cjs.map +1 -0
  48. package/dist/actions/get-api-versions.d.cts +9 -0
  49. package/dist/actions/get-api-versions.d.cts.map +1 -0
  50. package/dist/actions/get-api-versions.d.mts +9 -0
  51. package/dist/actions/get-api-versions.d.mts.map +1 -0
  52. package/dist/actions/get-api-versions.mjs +35 -0
  53. package/dist/actions/get-api-versions.mjs.map +1 -0
  54. package/dist/actions/get-consumer-products.cjs +46 -0
  55. package/dist/actions/get-consumer-products.cjs.map +1 -0
  56. package/dist/actions/get-consumer-products.d.cts +9 -0
  57. package/dist/actions/get-consumer-products.d.cts.map +1 -0
  58. package/dist/actions/get-consumer-products.d.mts +9 -0
  59. package/dist/actions/get-consumer-products.d.mts.map +1 -0
  60. package/dist/actions/get-consumer-products.mjs +45 -0
  61. package/dist/actions/get-consumer-products.mjs.map +1 -0
  62. package/dist/actions/get-definition.cjs +55 -0
  63. package/dist/actions/get-definition.cjs.map +1 -0
  64. package/dist/actions/get-definition.d.cts +9 -0
  65. package/dist/actions/get-definition.d.cts.map +1 -0
  66. package/dist/actions/get-definition.d.mts +9 -0
  67. package/dist/actions/get-definition.d.mts.map +1 -0
  68. package/dist/actions/get-definition.mjs +54 -0
  69. package/dist/actions/get-definition.mjs.map +1 -0
  70. package/dist/actions/get-domain-default-version.cjs +19 -0
  71. package/dist/actions/get-domain-default-version.cjs.map +1 -0
  72. package/dist/actions/get-domain-default-version.d.cts +9 -0
  73. package/dist/actions/get-domain-default-version.d.cts.map +1 -0
  74. package/dist/actions/get-domain-default-version.d.mts +9 -0
  75. package/dist/actions/get-domain-default-version.d.mts.map +1 -0
  76. package/dist/actions/get-domain-default-version.mjs +16 -0
  77. package/dist/actions/get-domain-default-version.mjs.map +1 -0
  78. package/dist/actions/get-domain-definition.cjs +46 -0
  79. package/dist/actions/get-domain-definition.cjs.map +1 -0
  80. package/dist/actions/get-domain-definition.d.cts +9 -0
  81. package/dist/actions/get-domain-definition.d.cts.map +1 -0
  82. package/dist/actions/get-domain-definition.d.mts +9 -0
  83. package/dist/actions/get-domain-definition.d.mts.map +1 -0
  84. package/dist/actions/get-domain-definition.mjs +45 -0
  85. package/dist/actions/get-domain-definition.mjs.map +1 -0
  86. package/dist/actions/get-domain-json-definition.cjs +35 -0
  87. package/dist/actions/get-domain-json-definition.cjs.map +1 -0
  88. package/dist/actions/get-domain-json-definition.d.cts +9 -0
  89. package/dist/actions/get-domain-json-definition.d.cts.map +1 -0
  90. package/dist/actions/get-domain-json-definition.d.mts +9 -0
  91. package/dist/actions/get-domain-json-definition.d.mts.map +1 -0
  92. package/dist/actions/get-domain-json-definition.mjs +34 -0
  93. package/dist/actions/get-domain-json-definition.mjs.map +1 -0
  94. package/dist/actions/get-domain-lifecycle-settings.cjs +20 -0
  95. package/dist/actions/get-domain-lifecycle-settings.cjs.map +1 -0
  96. package/dist/actions/get-domain-lifecycle-settings.d.cts +9 -0
  97. package/dist/actions/get-domain-lifecycle-settings.d.cts.map +1 -0
  98. package/dist/actions/get-domain-lifecycle-settings.d.mts +9 -0
  99. package/dist/actions/get-domain-lifecycle-settings.d.mts.map +1 -0
  100. package/dist/actions/get-domain-lifecycle-settings.mjs +17 -0
  101. package/dist/actions/get-domain-lifecycle-settings.mjs.map +1 -0
  102. package/dist/actions/get-domain-private-settings.cjs +20 -0
  103. package/dist/actions/get-domain-private-settings.cjs.map +1 -0
  104. package/dist/actions/get-domain-private-settings.d.cts +9 -0
  105. package/dist/actions/get-domain-private-settings.d.cts.map +1 -0
  106. package/dist/actions/get-domain-private-settings.d.mts +9 -0
  107. package/dist/actions/get-domain-private-settings.d.mts.map +1 -0
  108. package/dist/actions/get-domain-private-settings.mjs +17 -0
  109. package/dist/actions/get-domain-private-settings.mjs.map +1 -0
  110. package/dist/actions/get-domain-versions.cjs +37 -0
  111. package/dist/actions/get-domain-versions.cjs.map +1 -0
  112. package/dist/actions/get-domain-versions.d.cts +9 -0
  113. package/dist/actions/get-domain-versions.d.cts.map +1 -0
  114. package/dist/actions/get-domain-versions.d.mts +9 -0
  115. package/dist/actions/get-domain-versions.d.mts.map +1 -0
  116. package/dist/actions/get-domain-versions.mjs +36 -0
  117. package/dist/actions/get-domain-versions.mjs.map +1 -0
  118. package/dist/actions/get-domain-yaml-definition.cjs +25 -0
  119. package/dist/actions/get-domain-yaml-definition.cjs.map +1 -0
  120. package/dist/actions/get-domain-yaml-definition.d.cts +9 -0
  121. package/dist/actions/get-domain-yaml-definition.d.cts.map +1 -0
  122. package/dist/actions/get-domain-yaml-definition.d.mts +9 -0
  123. package/dist/actions/get-domain-yaml-definition.d.mts.map +1 -0
  124. package/dist/actions/get-domain-yaml-definition.mjs +22 -0
  125. package/dist/actions/get-domain-yaml-definition.mjs.map +1 -0
  126. package/dist/actions/get-lifecycle-settings.cjs +20 -0
  127. package/dist/actions/get-lifecycle-settings.cjs.map +1 -0
  128. package/dist/actions/get-lifecycle-settings.d.cts +9 -0
  129. package/dist/actions/get-lifecycle-settings.d.cts.map +1 -0
  130. package/dist/actions/get-lifecycle-settings.d.mts +9 -0
  131. package/dist/actions/get-lifecycle-settings.d.mts.map +1 -0
  132. package/dist/actions/get-lifecycle-settings.mjs +17 -0
  133. package/dist/actions/get-lifecycle-settings.mjs.map +1 -0
  134. package/dist/actions/get-org-projects-v2.cjs +42 -0
  135. package/dist/actions/get-org-projects-v2.cjs.map +1 -0
  136. package/dist/actions/get-org-projects-v2.d.cts +9 -0
  137. package/dist/actions/get-org-projects-v2.d.cts.map +1 -0
  138. package/dist/actions/get-org-projects-v2.d.mts +9 -0
  139. package/dist/actions/get-org-projects-v2.d.mts.map +1 -0
  140. package/dist/actions/get-org-projects-v2.mjs +41 -0
  141. package/dist/actions/get-org-projects-v2.mjs.map +1 -0
  142. package/dist/actions/get-organization-members.cjs +43 -0
  143. package/dist/actions/get-organization-members.cjs.map +1 -0
  144. package/dist/actions/get-organization-members.d.cts +9 -0
  145. package/dist/actions/get-organization-members.d.cts.map +1 -0
  146. package/dist/actions/get-organization-members.d.mts +9 -0
  147. package/dist/actions/get-organization-members.d.mts.map +1 -0
  148. package/dist/actions/get-organization-members.mjs +42 -0
  149. package/dist/actions/get-organization-members.mjs.map +1 -0
  150. package/dist/actions/get-organizations.cjs +35 -0
  151. package/dist/actions/get-organizations.cjs.map +1 -0
  152. package/dist/actions/get-organizations.d.cts +9 -0
  153. package/dist/actions/get-organizations.d.cts.map +1 -0
  154. package/dist/actions/get-organizations.d.mts +9 -0
  155. package/dist/actions/get-organizations.d.mts.map +1 -0
  156. package/dist/actions/get-organizations.mjs +34 -0
  157. package/dist/actions/get-organizations.mjs.map +1 -0
  158. package/dist/actions/get-owner-apis.cjs +46 -0
  159. package/dist/actions/get-owner-apis.cjs.map +1 -0
  160. package/dist/actions/get-owner-apis.d.cts +9 -0
  161. package/dist/actions/get-owner-apis.d.cts.map +1 -0
  162. package/dist/actions/get-owner-apis.d.mts +9 -0
  163. package/dist/actions/get-owner-apis.d.mts.map +1 -0
  164. package/dist/actions/get-owner-apis.mjs +45 -0
  165. package/dist/actions/get-owner-apis.mjs.map +1 -0
  166. package/dist/actions/get-owner-domains.cjs +43 -0
  167. package/dist/actions/get-owner-domains.cjs.map +1 -0
  168. package/dist/actions/get-owner-domains.d.cts +9 -0
  169. package/dist/actions/get-owner-domains.d.cts.map +1 -0
  170. package/dist/actions/get-owner-domains.d.mts +9 -0
  171. package/dist/actions/get-owner-domains.d.mts.map +1 -0
  172. package/dist/actions/get-owner-domains.mjs +42 -0
  173. package/dist/actions/get-owner-domains.mjs.map +1 -0
  174. package/dist/actions/get-portal-access-requests.cjs +54 -0
  175. package/dist/actions/get-portal-access-requests.cjs.map +1 -0
  176. package/dist/actions/get-portal-access-requests.d.cts +9 -0
  177. package/dist/actions/get-portal-access-requests.d.cts.map +1 -0
  178. package/dist/actions/get-portal-access-requests.d.mts +9 -0
  179. package/dist/actions/get-portal-access-requests.d.mts.map +1 -0
  180. package/dist/actions/get-portal-access-requests.mjs +53 -0
  181. package/dist/actions/get-portal-access-requests.mjs.map +1 -0
  182. package/dist/actions/get-portal-attachment.cjs +22 -0
  183. package/dist/actions/get-portal-attachment.cjs.map +1 -0
  184. package/dist/actions/get-portal-attachment.d.cts +9 -0
  185. package/dist/actions/get-portal-attachment.d.cts.map +1 -0
  186. package/dist/actions/get-portal-attachment.d.mts +9 -0
  187. package/dist/actions/get-portal-attachment.d.mts.map +1 -0
  188. package/dist/actions/get-portal-attachment.mjs +19 -0
  189. package/dist/actions/get-portal-attachment.mjs.map +1 -0
  190. package/dist/actions/get-portal-product.cjs +35 -0
  191. package/dist/actions/get-portal-product.cjs.map +1 -0
  192. package/dist/actions/get-portal-product.d.cts +9 -0
  193. package/dist/actions/get-portal-product.d.cts.map +1 -0
  194. package/dist/actions/get-portal-product.d.mts +9 -0
  195. package/dist/actions/get-portal-product.d.mts.map +1 -0
  196. package/dist/actions/get-portal-product.mjs +34 -0
  197. package/dist/actions/get-portal-product.mjs.map +1 -0
  198. package/dist/actions/get-portal-products.cjs +49 -0
  199. package/dist/actions/get-portal-products.cjs.map +1 -0
  200. package/dist/actions/get-portal-products.d.cts +9 -0
  201. package/dist/actions/get-portal-products.d.cts.map +1 -0
  202. package/dist/actions/get-portal-products.d.mts +9 -0
  203. package/dist/actions/get-portal-products.d.mts.map +1 -0
  204. package/dist/actions/get-portal-products.mjs +48 -0
  205. package/dist/actions/get-portal-products.mjs.map +1 -0
  206. package/dist/actions/get-portal-templates.cjs +44 -0
  207. package/dist/actions/get-portal-templates.cjs.map +1 -0
  208. package/dist/actions/get-portal-templates.d.cts +9 -0
  209. package/dist/actions/get-portal-templates.d.cts.map +1 -0
  210. package/dist/actions/get-portal-templates.d.mts +9 -0
  211. package/dist/actions/get-portal-templates.d.mts.map +1 -0
  212. package/dist/actions/get-portal-templates.mjs +43 -0
  213. package/dist/actions/get-portal-templates.mjs.map +1 -0
  214. package/dist/actions/get-portal.cjs +63 -0
  215. package/dist/actions/get-portal.cjs.map +1 -0
  216. package/dist/actions/get-portal.d.cts +9 -0
  217. package/dist/actions/get-portal.d.cts.map +1 -0
  218. package/dist/actions/get-portal.d.mts +9 -0
  219. package/dist/actions/get-portal.d.mts.map +1 -0
  220. package/dist/actions/get-portal.mjs +62 -0
  221. package/dist/actions/get-portal.mjs.map +1 -0
  222. package/dist/actions/get-portals.cjs +48 -0
  223. package/dist/actions/get-portals.cjs.map +1 -0
  224. package/dist/actions/get-portals.d.cts +9 -0
  225. package/dist/actions/get-portals.d.cts.map +1 -0
  226. package/dist/actions/get-portals.d.mts +9 -0
  227. package/dist/actions/get-portals.d.mts.map +1 -0
  228. package/dist/actions/get-portals.mjs +47 -0
  229. package/dist/actions/get-portals.mjs.map +1 -0
  230. package/dist/actions/get-private-settings.cjs +20 -0
  231. package/dist/actions/get-private-settings.cjs.map +1 -0
  232. package/dist/actions/get-private-settings.d.cts +9 -0
  233. package/dist/actions/get-private-settings.d.cts.map +1 -0
  234. package/dist/actions/get-private-settings.d.mts +9 -0
  235. package/dist/actions/get-private-settings.d.mts.map +1 -0
  236. package/dist/actions/get-private-settings.mjs +17 -0
  237. package/dist/actions/get-private-settings.mjs.map +1 -0
  238. package/dist/actions/get-resource-types.cjs +23 -0
  239. package/dist/actions/get-resource-types.cjs.map +1 -0
  240. package/dist/actions/get-resource-types.d.cts +9 -0
  241. package/dist/actions/get-resource-types.d.cts.map +1 -0
  242. package/dist/actions/get-resource-types.d.mts +9 -0
  243. package/dist/actions/get-resource-types.d.mts.map +1 -0
  244. package/dist/actions/get-resource-types.mjs +20 -0
  245. package/dist/actions/get-resource-types.mjs.map +1 -0
  246. package/dist/actions/get-templates.cjs +23 -0
  247. package/dist/actions/get-templates.cjs.map +1 -0
  248. package/dist/actions/get-templates.d.cts +9 -0
  249. package/dist/actions/get-templates.d.cts.map +1 -0
  250. package/dist/actions/get-templates.d.mts +9 -0
  251. package/dist/actions/get-templates.d.mts.map +1 -0
  252. package/dist/actions/get-templates.mjs +22 -0
  253. package/dist/actions/get-templates.mjs.map +1 -0
  254. package/dist/actions/get-user-roles.cjs +40 -0
  255. package/dist/actions/get-user-roles.cjs.map +1 -0
  256. package/dist/actions/get-user-roles.d.cts +9 -0
  257. package/dist/actions/get-user-roles.d.cts.map +1 -0
  258. package/dist/actions/get-user-roles.d.mts +9 -0
  259. package/dist/actions/get-user-roles.d.mts.map +1 -0
  260. package/dist/actions/get-user-roles.mjs +39 -0
  261. package/dist/actions/get-user-roles.mjs.map +1 -0
  262. package/dist/actions/get-yaml-definition.cjs +25 -0
  263. package/dist/actions/get-yaml-definition.cjs.map +1 -0
  264. package/dist/actions/get-yaml-definition.d.cts +9 -0
  265. package/dist/actions/get-yaml-definition.d.cts.map +1 -0
  266. package/dist/actions/get-yaml-definition.d.mts +9 -0
  267. package/dist/actions/get-yaml-definition.d.mts.map +1 -0
  268. package/dist/actions/get-yaml-definition.mjs +22 -0
  269. package/dist/actions/get-yaml-definition.mjs.map +1 -0
  270. package/dist/actions/index.cjs +89 -0
  271. package/dist/actions/index.d.cts +45 -0
  272. package/dist/actions/index.d.mts +45 -0
  273. package/dist/actions/index.mjs +45 -0
  274. package/dist/actions/list-attachments.cjs +26 -0
  275. package/dist/actions/list-attachments.cjs.map +1 -0
  276. package/dist/actions/list-attachments.d.cts +9 -0
  277. package/dist/actions/list-attachments.d.cts.map +1 -0
  278. package/dist/actions/list-attachments.d.mts +9 -0
  279. package/dist/actions/list-attachments.d.mts.map +1 -0
  280. package/dist/actions/list-attachments.mjs +25 -0
  281. package/dist/actions/list-attachments.mjs.map +1 -0
  282. package/dist/actions/remove-access-control-for-teams.cjs +30 -0
  283. package/dist/actions/remove-access-control-for-teams.cjs.map +1 -0
  284. package/dist/actions/remove-access-control-for-teams.d.cts +9 -0
  285. package/dist/actions/remove-access-control-for-teams.d.cts.map +1 -0
  286. package/dist/actions/remove-access-control-for-teams.d.mts +9 -0
  287. package/dist/actions/remove-access-control-for-teams.d.mts.map +1 -0
  288. package/dist/actions/remove-access-control-for-teams.mjs +29 -0
  289. package/dist/actions/remove-access-control-for-teams.mjs.map +1 -0
  290. package/dist/actions/remove-access-control-for-users.cjs +32 -0
  291. package/dist/actions/remove-access-control-for-users.cjs.map +1 -0
  292. package/dist/actions/remove-access-control-for-users.d.cts +9 -0
  293. package/dist/actions/remove-access-control-for-users.d.cts.map +1 -0
  294. package/dist/actions/remove-access-control-for-users.d.mts +9 -0
  295. package/dist/actions/remove-access-control-for-users.d.mts.map +1 -0
  296. package/dist/actions/remove-access-control-for-users.mjs +31 -0
  297. package/dist/actions/remove-access-control-for-users.mjs.map +1 -0
  298. package/dist/actions/remove-members.cjs +28 -0
  299. package/dist/actions/remove-members.cjs.map +1 -0
  300. package/dist/actions/remove-members.d.cts +9 -0
  301. package/dist/actions/remove-members.d.cts.map +1 -0
  302. package/dist/actions/remove-members.d.mts +9 -0
  303. package/dist/actions/remove-members.d.mts.map +1 -0
  304. package/dist/actions/remove-members.mjs +27 -0
  305. package/dist/actions/remove-members.mjs.map +1 -0
  306. package/dist/actions/search-apis-and-domains.cjs +67 -0
  307. package/dist/actions/search-apis-and-domains.cjs.map +1 -0
  308. package/dist/actions/search-apis-and-domains.d.cts +9 -0
  309. package/dist/actions/search-apis-and-domains.d.cts.map +1 -0
  310. package/dist/actions/search-apis-and-domains.d.mts +9 -0
  311. package/dist/actions/search-apis-and-domains.d.mts.map +1 -0
  312. package/dist/actions/search-apis-and-domains.mjs +66 -0
  313. package/dist/actions/search-apis-and-domains.mjs.map +1 -0
  314. package/dist/actions/search-apis.cjs +55 -0
  315. package/dist/actions/search-apis.cjs.map +1 -0
  316. package/dist/actions/search-apis.d.cts +9 -0
  317. package/dist/actions/search-apis.d.cts.map +1 -0
  318. package/dist/actions/search-apis.d.mts +9 -0
  319. package/dist/actions/search-apis.d.mts.map +1 -0
  320. package/dist/actions/search-apis.mjs +54 -0
  321. package/dist/actions/search-apis.mjs.map +1 -0
  322. package/dist/actions/search-domains.cjs +51 -0
  323. package/dist/actions/search-domains.cjs.map +1 -0
  324. package/dist/actions/search-domains.d.cts +9 -0
  325. package/dist/actions/search-domains.d.cts.map +1 -0
  326. package/dist/actions/search-domains.d.mts +9 -0
  327. package/dist/actions/search-domains.d.mts.map +1 -0
  328. package/dist/actions/search-domains.mjs +50 -0
  329. package/dist/actions/search-domains.mjs.map +1 -0
  330. package/dist/actions/search-published-portal.cjs +80 -0
  331. package/dist/actions/search-published-portal.cjs.map +1 -0
  332. package/dist/actions/search-published-portal.d.cts +9 -0
  333. package/dist/actions/search-published-portal.d.cts.map +1 -0
  334. package/dist/actions/search-published-portal.d.mts +9 -0
  335. package/dist/actions/search-published-portal.d.mts.map +1 -0
  336. package/dist/actions/search-published-portal.mjs +79 -0
  337. package/dist/actions/search-published-portal.mjs.map +1 -0
  338. package/dist/actions/update-access-control-for-teams.cjs +33 -0
  339. package/dist/actions/update-access-control-for-teams.cjs.map +1 -0
  340. package/dist/actions/update-access-control-for-teams.d.cts +9 -0
  341. package/dist/actions/update-access-control-for-teams.d.cts.map +1 -0
  342. package/dist/actions/update-access-control-for-teams.d.mts +9 -0
  343. package/dist/actions/update-access-control-for-teams.d.mts.map +1 -0
  344. package/dist/actions/update-access-control-for-teams.mjs +32 -0
  345. package/dist/actions/update-access-control-for-teams.mjs.map +1 -0
  346. package/dist/actions/update-access-control-for-users.cjs +41 -0
  347. package/dist/actions/update-access-control-for-users.cjs.map +1 -0
  348. package/dist/actions/update-access-control-for-users.d.cts +9 -0
  349. package/dist/actions/update-access-control-for-users.d.cts.map +1 -0
  350. package/dist/actions/update-access-control-for-users.d.mts +9 -0
  351. package/dist/actions/update-access-control-for-users.d.mts.map +1 -0
  352. package/dist/actions/update-access-control-for-users.mjs +40 -0
  353. package/dist/actions/update-access-control-for-users.mjs.map +1 -0
  354. package/dist/actions/update-portal.cjs +113 -0
  355. package/dist/actions/update-portal.cjs.map +1 -0
  356. package/dist/actions/update-portal.d.cts +9 -0
  357. package/dist/actions/update-portal.d.cts.map +1 -0
  358. package/dist/actions/update-portal.d.mts +9 -0
  359. package/dist/actions/update-portal.d.mts.map +1 -0
  360. package/dist/actions/update-portal.mjs +112 -0
  361. package/dist/actions/update-portal.mjs.map +1 -0
  362. package/dist/app.cjs +9 -0
  363. package/dist/app.cjs.map +1 -0
  364. package/dist/app.d.cts +5 -0
  365. package/dist/app.d.cts.map +1 -0
  366. package/dist/app.d.mts +5 -0
  367. package/dist/app.d.mts.map +1 -0
  368. package/dist/app.mjs +10 -0
  369. package/dist/app.mjs.map +1 -0
  370. package/dist/catalog.cjs +15 -0
  371. package/dist/catalog.cjs.map +1 -0
  372. package/dist/catalog.d.cts +14 -0
  373. package/dist/catalog.d.cts.map +1 -0
  374. package/dist/catalog.d.mts +14 -0
  375. package/dist/catalog.d.mts.map +1 -0
  376. package/dist/catalog.mjs +15 -0
  377. package/dist/catalog.mjs.map +1 -0
  378. package/dist/execute.cjs +18 -0
  379. package/dist/execute.cjs.map +1 -0
  380. package/dist/execute.mjs +18 -0
  381. package/dist/execute.mjs.map +1 -0
  382. package/dist/index.cjs +94 -0
  383. package/dist/index.d.cts +47 -0
  384. package/dist/index.d.mts +47 -0
  385. package/dist/index.mjs +48 -0
  386. package/package.json +49 -0
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const swaggerhubGetPortalAttachment = action("SWAGGERHUB_GET_PORTAL_ATTACHMENT", {
4
+ slug: "swaggerhub-get-portal-attachment",
5
+ name: "Get Portal Attachment",
6
+ description: "Tool to get informational attachment metadata from SwaggerHub Portal. Use when you need to retrieve details about a specific attachment by its UUID. This endpoint supports both authenticated and unauthenticated access for branding attachments or public product attachments.",
7
+ input: z.object({ attachment_id: z.string().describe("Attachment UUID identifier.") }).describe("Request model for getting informational attachment metadata from SwaggerHub Portal."),
8
+ output: z.object({
9
+ id: z.string().describe("Attachment identifier.").nullable().optional(),
10
+ href: z.string().describe("Absolute URL of the attachment (path component only).").nullable().optional(),
11
+ name: z.string().describe("Attachment name.").nullable().optional(),
12
+ productId: z.string().describe("The UUID of the parent product.").nullable().optional(),
13
+ templateId: z.string().describe("The UUID of the parent template.").nullable().optional()
14
+ }).describe("Response model containing attachment metadata from SwaggerHub Portal.")
15
+ });
16
+ //#endregion
17
+ export { swaggerhubGetPortalAttachment };
18
+
19
+ //# sourceMappingURL=get-portal-attachment.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-attachment.mjs","names":[],"sources":["../../src/actions/get-portal-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SwaggerhubGetPortalAttachmentInput: z.ZodTypeAny = z.object({\n attachment_id: z.string().describe(\"Attachment UUID identifier.\"),\n}).describe(\"Request model for getting informational attachment metadata from SwaggerHub Portal.\");\nexport const SwaggerhubGetPortalAttachmentOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Attachment identifier.\").nullable().optional(),\n href: z.string().describe(\"Absolute URL of the attachment (path component only).\").nullable().optional(),\n name: z.string().describe(\"Attachment name.\").nullable().optional(),\n productId: z.string().describe(\"The UUID of the parent product.\").nullable().optional(),\n templateId: z.string().describe(\"The UUID of the parent template.\").nullable().optional(),\n}).describe(\"Response model containing attachment metadata from SwaggerHub Portal.\");\n\nexport const swaggerhubGetPortalAttachment = action(\"SWAGGERHUB_GET_PORTAL_ATTACHMENT\", {\n slug: \"swaggerhub-get-portal-attachment\",\n name: \"Get Portal Attachment\",\n description: \"Tool to get informational attachment metadata from SwaggerHub Portal. Use when you need to retrieve details about a specific attachment by its UUID. This endpoint supports both authenticated and unauthenticated access for branding attachments or public product attachments.\",\n input: SwaggerhubGetPortalAttachmentInput,\n output: SwaggerhubGetPortalAttachmentOutput,\n});\n"],"mappings":";;AAeA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAf8D,EAAE,OAAO,EACvE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,EAClE,CAAC,CAAC,CAAC,SAAS,qFAaH;CACP,QAb+D,EAAE,OAAO;EACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,CAAC,CAAC,CAAC,SAAS,uEAOF;AACV,CAAC"}
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-portal-product.ts
4
+ const SwaggerhubGetPortalProductInput = zod.z.object({
5
+ embed: zod.z.array(zod.z.string()).describe("Embed related resources in the response.").optional(),
6
+ productId: zod.z.string().describe("Product UUID, or identifier in the format `portal-subdomain:product-slug`")
7
+ }).describe("Request model for retrieving information about a specific product.");
8
+ const SwaggerhubGetPortalProduct_ProductBrandingSchema = zod.z.object({}).describe("Model for product branding information.");
9
+ const SwaggerhubGetPortalProduct_ProductCommentsSchema = zod.z.object({}).describe("Model for product comments information.");
10
+ const SwaggerhubGetPortalProductOutput = zod.z.object({
11
+ id: zod.z.string().describe("Product identifier (UUID format).").nullable().optional(),
12
+ name: zod.z.string().describe("Name of the product."),
13
+ role: zod.z.string().describe("Role or permission level for the product.").nullable().optional(),
14
+ slug: zod.z.string().describe("URL-friendly identifier for the product."),
15
+ hidden: zod.z.boolean().describe("Whether the product is hidden.").nullable().optional(),
16
+ locked: zod.z.boolean().describe("Whether the product is locked for editing.").nullable().optional(),
17
+ public: zod.z.boolean().describe("Whether the product is publicly accessible.").nullable().optional(),
18
+ branding: SwaggerhubGetPortalProduct_ProductBrandingSchema.nullable().optional(),
19
+ comments: SwaggerhubGetPortalProduct_ProductCommentsSchema.nullable().optional(),
20
+ portalId: zod.z.string().describe("Portal identifier this product belongs to.").nullable().optional(),
21
+ createdAt: zod.z.string().describe("Timestamp when the product was created.").nullable().optional(),
22
+ updatedAt: zod.z.string().describe("Timestamp when the product was last updated.").nullable().optional(),
23
+ description: zod.z.string().describe("Description of the product.").nullable().optional()
24
+ }).describe("Response model for a specific product resource.");
25
+ const swaggerhubGetPortalProduct = require_action.action("SWAGGERHUB_GET_PORTAL_PRODUCT", {
26
+ slug: "swaggerhub-get-portal-product",
27
+ name: "Get Portal Product",
28
+ description: "Tool to retrieve detailed information about a specific product resource. Use when you need to fetch complete details about a product using its UUID or portal-subdomain:product-slug identifier.",
29
+ input: SwaggerhubGetPortalProductInput,
30
+ output: SwaggerhubGetPortalProductOutput
31
+ });
32
+ //#endregion
33
+ exports.swaggerhubGetPortalProduct = swaggerhubGetPortalProduct;
34
+
35
+ //# sourceMappingURL=get-portal-product.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-product.cjs","names":["z","action"],"sources":["../../src/actions/get-portal-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SwaggerhubGetPortalProductInput: z.ZodTypeAny = z.object({\n embed: z.array(z.string()).describe(\"Embed related resources in the response.\").optional(),\n productId: z.string().describe(\"Product UUID, or identifier in the format `portal-subdomain:product-slug`\"),\n}).describe(\"Request model for retrieving information about a specific product.\");\nconst SwaggerhubGetPortalProduct_ProductBrandingSchema: z.ZodTypeAny = z.object({}).describe(\"Model for product branding information.\");\nconst SwaggerhubGetPortalProduct_ProductCommentsSchema: z.ZodTypeAny = z.object({}).describe(\"Model for product comments information.\");\nexport const SwaggerhubGetPortalProductOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Product identifier (UUID format).\").nullable().optional(),\n name: z.string().describe(\"Name of the product.\"),\n role: z.string().describe(\"Role or permission level for the product.\").nullable().optional(),\n slug: z.string().describe(\"URL-friendly identifier for the product.\"),\n hidden: z.boolean().describe(\"Whether the product is hidden.\").nullable().optional(),\n locked: z.boolean().describe(\"Whether the product is locked for editing.\").nullable().optional(),\n public: z.boolean().describe(\"Whether the product is publicly accessible.\").nullable().optional(),\n branding: SwaggerhubGetPortalProduct_ProductBrandingSchema.nullable().optional(),\n comments: SwaggerhubGetPortalProduct_ProductCommentsSchema.nullable().optional(),\n portalId: z.string().describe(\"Portal identifier this product belongs to.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the product was created.\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the product was last updated.\").nullable().optional(),\n description: z.string().describe(\"Description of the product.\").nullable().optional(),\n}).describe(\"Response model for a specific product resource.\");\n\nexport const swaggerhubGetPortalProduct = action(\"SWAGGERHUB_GET_PORTAL_PRODUCT\", {\n slug: \"swaggerhub-get-portal-product\",\n name: \"Get Portal Product\",\n description: \"Tool to retrieve detailed information about a specific product resource. Use when you need to fetch complete details about a product using its UUID or portal-subdomain:product-slug identifier.\",\n input: SwaggerhubGetPortalProductInput,\n output: SwaggerhubGetPortalProductOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACzF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;AAC5G,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,mDAAiEA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACtI,MAAM,mDAAiEA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACtI,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACpE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,UAAU,iDAAiD,SAAS,CAAC,CAAC,SAAS;CAC/E,UAAU,iDAAiD,SAAS,CAAC,CAAC,SAAS;CAC/E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-portal-product.d.ts
4
+ declare const SwaggerhubGetPortalProductInput: z.ZodTypeAny;
5
+ declare const SwaggerhubGetPortalProductOutput: z.ZodTypeAny;
6
+ declare const swaggerhubGetPortalProduct: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { swaggerhubGetPortalProduct };
9
+ //# sourceMappingURL=get-portal-product.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-product.d.cts","names":[],"sources":["../../src/actions/get-portal-product.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGiC;AAAA,cAGpE,gCAAA,EAAkC,CAAA,CAAE,UAca;AAAA,cAEjD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-portal-product.d.ts
4
+ declare const SwaggerhubGetPortalProductInput: z.ZodTypeAny;
5
+ declare const SwaggerhubGetPortalProductOutput: z.ZodTypeAny;
6
+ declare const swaggerhubGetPortalProduct: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { swaggerhubGetPortalProduct };
9
+ //# sourceMappingURL=get-portal-product.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-product.d.mts","names":[],"sources":["../../src/actions/get-portal-product.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGiC;AAAA,cAGpE,gCAAA,EAAkC,CAAA,CAAE,UAca;AAAA,cAEjD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,34 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-portal-product.ts
4
+ const SwaggerhubGetPortalProductInput = z.object({
5
+ embed: z.array(z.string()).describe("Embed related resources in the response.").optional(),
6
+ productId: z.string().describe("Product UUID, or identifier in the format `portal-subdomain:product-slug`")
7
+ }).describe("Request model for retrieving information about a specific product.");
8
+ const SwaggerhubGetPortalProduct_ProductBrandingSchema = z.object({}).describe("Model for product branding information.");
9
+ const SwaggerhubGetPortalProduct_ProductCommentsSchema = z.object({}).describe("Model for product comments information.");
10
+ const swaggerhubGetPortalProduct = action("SWAGGERHUB_GET_PORTAL_PRODUCT", {
11
+ slug: "swaggerhub-get-portal-product",
12
+ name: "Get Portal Product",
13
+ description: "Tool to retrieve detailed information about a specific product resource. Use when you need to fetch complete details about a product using its UUID or portal-subdomain:product-slug identifier.",
14
+ input: SwaggerhubGetPortalProductInput,
15
+ output: z.object({
16
+ id: z.string().describe("Product identifier (UUID format).").nullable().optional(),
17
+ name: z.string().describe("Name of the product."),
18
+ role: z.string().describe("Role or permission level for the product.").nullable().optional(),
19
+ slug: z.string().describe("URL-friendly identifier for the product."),
20
+ hidden: z.boolean().describe("Whether the product is hidden.").nullable().optional(),
21
+ locked: z.boolean().describe("Whether the product is locked for editing.").nullable().optional(),
22
+ public: z.boolean().describe("Whether the product is publicly accessible.").nullable().optional(),
23
+ branding: SwaggerhubGetPortalProduct_ProductBrandingSchema.nullable().optional(),
24
+ comments: SwaggerhubGetPortalProduct_ProductCommentsSchema.nullable().optional(),
25
+ portalId: z.string().describe("Portal identifier this product belongs to.").nullable().optional(),
26
+ createdAt: z.string().describe("Timestamp when the product was created.").nullable().optional(),
27
+ updatedAt: z.string().describe("Timestamp when the product was last updated.").nullable().optional(),
28
+ description: z.string().describe("Description of the product.").nullable().optional()
29
+ }).describe("Response model for a specific product resource.")
30
+ });
31
+ //#endregion
32
+ export { swaggerhubGetPortalProduct };
33
+
34
+ //# sourceMappingURL=get-portal-product.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-product.mjs","names":[],"sources":["../../src/actions/get-portal-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SwaggerhubGetPortalProductInput: z.ZodTypeAny = z.object({\n embed: z.array(z.string()).describe(\"Embed related resources in the response.\").optional(),\n productId: z.string().describe(\"Product UUID, or identifier in the format `portal-subdomain:product-slug`\"),\n}).describe(\"Request model for retrieving information about a specific product.\");\nconst SwaggerhubGetPortalProduct_ProductBrandingSchema: z.ZodTypeAny = z.object({}).describe(\"Model for product branding information.\");\nconst SwaggerhubGetPortalProduct_ProductCommentsSchema: z.ZodTypeAny = z.object({}).describe(\"Model for product comments information.\");\nexport const SwaggerhubGetPortalProductOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Product identifier (UUID format).\").nullable().optional(),\n name: z.string().describe(\"Name of the product.\"),\n role: z.string().describe(\"Role or permission level for the product.\").nullable().optional(),\n slug: z.string().describe(\"URL-friendly identifier for the product.\"),\n hidden: z.boolean().describe(\"Whether the product is hidden.\").nullable().optional(),\n locked: z.boolean().describe(\"Whether the product is locked for editing.\").nullable().optional(),\n public: z.boolean().describe(\"Whether the product is publicly accessible.\").nullable().optional(),\n branding: SwaggerhubGetPortalProduct_ProductBrandingSchema.nullable().optional(),\n comments: SwaggerhubGetPortalProduct_ProductCommentsSchema.nullable().optional(),\n portalId: z.string().describe(\"Portal identifier this product belongs to.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the product was created.\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the product was last updated.\").nullable().optional(),\n description: z.string().describe(\"Description of the product.\").nullable().optional(),\n}).describe(\"Response model for a specific product resource.\");\n\nexport const swaggerhubGetPortalProduct = action(\"SWAGGERHUB_GET_PORTAL_PRODUCT\", {\n slug: \"swaggerhub-get-portal-product\",\n name: \"Get Portal Product\",\n description: \"Tool to retrieve detailed information about a specific product resource. Use when you need to fetch complete details about a product using its UUID or portal-subdomain:product-slug identifier.\",\n input: SwaggerhubGetPortalProductInput,\n output: SwaggerhubGetPortalProductOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;AAC5G,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,mDAAiE,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACtI,MAAM,mDAAiE,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAiBtI,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QArB4D,EAAE,OAAO;EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACpE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,UAAU,iDAAiD,SAAS,CAAC,CAAC,SAAS;EAC/E,UAAU,iDAAiD,SAAS,CAAC,CAAC,SAAS;EAC/E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
@@ -0,0 +1,49 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-portal-products.ts
4
+ const SwaggerhubGetPortalProductsInput = zod.z.object({
5
+ name: zod.z.string().describe("Filter by the product's name using case-insensitive exact matching.").optional(),
6
+ page: zod.z.number().int().describe("The 1-based index of the page to return. Defaults to 1 if not specified.").optional(),
7
+ size: zod.z.number().int().describe("The number of results to return per page. Defaults to 1000 if not specified.").optional(),
8
+ slug: zod.z.string().describe("Filter by the product's slug using case-insensitive exact matching.").optional(),
9
+ embed: zod.z.array(zod.z.string()).describe("Embed related resources in the response.").optional(),
10
+ portalId: zod.z.string().describe("Portal UUID or subdomain to identify the portal.")
11
+ }).describe("Request model for retrieving products from a portal.");
12
+ const SwaggerhubGetPortalProducts_PaginationInfoSchema = zod.z.object({
13
+ size: zod.z.number().int().describe("The maximum number of elements per page. Note: the last page might have fewer elements."),
14
+ number: zod.z.number().int().describe("The 1-based index of the current page."),
15
+ totalPages: zod.z.number().int().describe("The total number of pages.").nullable().optional(),
16
+ totalElements: zod.z.number().int().describe("The total number of elements that were found.").nullable().optional()
17
+ }).describe("Model for pagination information.");
18
+ const SwaggerhubGetPortalProducts_ProductBrandingSchema = zod.z.object({}).describe("Model for product branding information.");
19
+ const SwaggerhubGetPortalProducts_ProductCommentsSchema = zod.z.object({}).describe("Model for product comments information.");
20
+ const SwaggerhubGetPortalProducts_ProductSchema = zod.z.object({
21
+ id: zod.z.string().describe("Product identifier (UUID format).").nullable().optional(),
22
+ name: zod.z.string().describe("Name of the product."),
23
+ role: zod.z.string().describe("Role or permission level for the product.").nullable().optional(),
24
+ slug: zod.z.string().describe("URL-friendly identifier for the product."),
25
+ hidden: zod.z.boolean().describe("Whether the product is hidden.").nullable().optional(),
26
+ locked: zod.z.boolean().describe("Whether the product is locked for editing.").nullable().optional(),
27
+ public: zod.z.boolean().describe("Whether the product is publicly accessible.").nullable().optional(),
28
+ branding: SwaggerhubGetPortalProducts_ProductBrandingSchema.nullable().optional(),
29
+ comments: SwaggerhubGetPortalProducts_ProductCommentsSchema.nullable().optional(),
30
+ portalId: zod.z.string().describe("Portal identifier this product belongs to.").nullable().optional(),
31
+ createdAt: zod.z.string().describe("Timestamp when the product was created.").nullable().optional(),
32
+ updatedAt: zod.z.string().describe("Timestamp when the product was last updated.").nullable().optional(),
33
+ description: zod.z.string().describe("Description of the product.").nullable().optional()
34
+ }).describe("Model for a product in the portal.");
35
+ const SwaggerhubGetPortalProductsOutput = zod.z.object({
36
+ page: SwaggerhubGetPortalProducts_PaginationInfoSchema.nullable().optional(),
37
+ items: zod.z.array(SwaggerhubGetPortalProducts_ProductSchema).describe("Array of products matching the specified criteria.").nullable().optional()
38
+ }).describe("Response model containing a list of products and pagination information.");
39
+ const swaggerhubGetPortalProducts = require_action.action("SWAGGERHUB_GET_PORTAL_PRODUCTS", {
40
+ slug: "swaggerhub-get-portal-products",
41
+ name: "Get Portal Products",
42
+ description: "Tool to get products for a specific portal that match your criteria. Use when you need to retrieve a list of products from a portal, with optional filtering by name or slug and pagination support.",
43
+ input: SwaggerhubGetPortalProductsInput,
44
+ output: SwaggerhubGetPortalProductsOutput
45
+ });
46
+ //#endregion
47
+ exports.swaggerhubGetPortalProducts = swaggerhubGetPortalProducts;
48
+
49
+ //# sourceMappingURL=get-portal-products.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-products.cjs","names":["z","action"],"sources":["../../src/actions/get-portal-products.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SwaggerhubGetPortalProductsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Filter by the product's name using case-insensitive exact matching.\").optional(),\n page: z.number().int().describe(\"The 1-based index of the page to return. Defaults to 1 if not specified.\").optional(),\n size: z.number().int().describe(\"The number of results to return per page. Defaults to 1000 if not specified.\").optional(),\n slug: z.string().describe(\"Filter by the product's slug using case-insensitive exact matching.\").optional(),\n embed: z.array(z.string()).describe(\"Embed related resources in the response.\").optional(),\n portalId: z.string().describe(\"Portal UUID or subdomain to identify the portal.\"),\n}).describe(\"Request model for retrieving products from a portal.\");\nconst SwaggerhubGetPortalProducts_PaginationInfoSchema: z.ZodTypeAny = z.object({\n size: z.number().int().describe(\"The maximum number of elements per page. Note: the last page might have fewer elements.\"),\n number: z.number().int().describe(\"The 1-based index of the current page.\"),\n totalPages: z.number().int().describe(\"The total number of pages.\").nullable().optional(),\n totalElements: z.number().int().describe(\"The total number of elements that were found.\").nullable().optional(),\n}).describe(\"Model for pagination information.\");\nconst SwaggerhubGetPortalProducts_ProductBrandingSchema: z.ZodTypeAny = z.object({}).describe(\"Model for product branding information.\");\nconst SwaggerhubGetPortalProducts_ProductCommentsSchema: z.ZodTypeAny = z.object({}).describe(\"Model for product comments information.\");\nconst SwaggerhubGetPortalProducts_ProductSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Product identifier (UUID format).\").nullable().optional(),\n name: z.string().describe(\"Name of the product.\"),\n role: z.string().describe(\"Role or permission level for the product.\").nullable().optional(),\n slug: z.string().describe(\"URL-friendly identifier for the product.\"),\n hidden: z.boolean().describe(\"Whether the product is hidden.\").nullable().optional(),\n locked: z.boolean().describe(\"Whether the product is locked for editing.\").nullable().optional(),\n public: z.boolean().describe(\"Whether the product is publicly accessible.\").nullable().optional(),\n branding: SwaggerhubGetPortalProducts_ProductBrandingSchema.nullable().optional(),\n comments: SwaggerhubGetPortalProducts_ProductCommentsSchema.nullable().optional(),\n portalId: z.string().describe(\"Portal identifier this product belongs to.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the product was created.\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the product was last updated.\").nullable().optional(),\n description: z.string().describe(\"Description of the product.\").nullable().optional(),\n}).describe(\"Model for a product in the portal.\");\nexport const SwaggerhubGetPortalProductsOutput: z.ZodTypeAny = z.object({\n page: SwaggerhubGetPortalProducts_PaginationInfoSchema.nullable().optional(),\n items: z.array(SwaggerhubGetPortalProducts_ProductSchema).describe(\"Array of products matching the specified criteria.\").nullable().optional(),\n}).describe(\"Response model containing a list of products and pagination information.\");\n\nexport const swaggerhubGetPortalProducts = action(\"SWAGGERHUB_GET_PORTAL_PRODUCTS\", {\n slug: \"swaggerhub-get-portal-products\",\n name: \"Get Portal Products\",\n description: \"Tool to get products for a specific portal that match your criteria. Use when you need to retrieve a list of products from a portal, with optional filtering by name or slug and pagination support.\",\n input: SwaggerhubGetPortalProductsInput,\n output: SwaggerhubGetPortalProductsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-portal-products.d.ts
4
+ declare const SwaggerhubGetPortalProductsInput: z.ZodTypeAny;
5
+ declare const SwaggerhubGetPortalProductsOutput: z.ZodTypeAny;
6
+ declare const swaggerhubGetPortalProducts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { swaggerhubGetPortalProducts };
9
+ //# sourceMappingURL=get-portal-products.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-products.d.cts","names":[],"sources":["../../src/actions/get-portal-products.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAOkB;AAAA,cAwBtD,iCAAA,EAAmC,CAAA,CAAE,UAGqC;AAAA,cAE1E,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-portal-products.d.ts
4
+ declare const SwaggerhubGetPortalProductsInput: z.ZodTypeAny;
5
+ declare const SwaggerhubGetPortalProductsOutput: z.ZodTypeAny;
6
+ declare const swaggerhubGetPortalProducts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { swaggerhubGetPortalProducts };
9
+ //# sourceMappingURL=get-portal-products.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-products.d.mts","names":[],"sources":["../../src/actions/get-portal-products.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAOkB;AAAA,cAwBtD,iCAAA,EAAmC,CAAA,CAAE,UAGqC;AAAA,cAE1E,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,48 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-portal-products.ts
4
+ const SwaggerhubGetPortalProductsInput = z.object({
5
+ name: z.string().describe("Filter by the product's name using case-insensitive exact matching.").optional(),
6
+ page: z.number().int().describe("The 1-based index of the page to return. Defaults to 1 if not specified.").optional(),
7
+ size: z.number().int().describe("The number of results to return per page. Defaults to 1000 if not specified.").optional(),
8
+ slug: z.string().describe("Filter by the product's slug using case-insensitive exact matching.").optional(),
9
+ embed: z.array(z.string()).describe("Embed related resources in the response.").optional(),
10
+ portalId: z.string().describe("Portal UUID or subdomain to identify the portal.")
11
+ }).describe("Request model for retrieving products from a portal.");
12
+ const SwaggerhubGetPortalProducts_PaginationInfoSchema = z.object({
13
+ size: z.number().int().describe("The maximum number of elements per page. Note: the last page might have fewer elements."),
14
+ number: z.number().int().describe("The 1-based index of the current page."),
15
+ totalPages: z.number().int().describe("The total number of pages.").nullable().optional(),
16
+ totalElements: z.number().int().describe("The total number of elements that were found.").nullable().optional()
17
+ }).describe("Model for pagination information.");
18
+ const SwaggerhubGetPortalProducts_ProductBrandingSchema = z.object({}).describe("Model for product branding information.");
19
+ const SwaggerhubGetPortalProducts_ProductCommentsSchema = z.object({}).describe("Model for product comments information.");
20
+ const SwaggerhubGetPortalProducts_ProductSchema = z.object({
21
+ id: z.string().describe("Product identifier (UUID format).").nullable().optional(),
22
+ name: z.string().describe("Name of the product."),
23
+ role: z.string().describe("Role or permission level for the product.").nullable().optional(),
24
+ slug: z.string().describe("URL-friendly identifier for the product."),
25
+ hidden: z.boolean().describe("Whether the product is hidden.").nullable().optional(),
26
+ locked: z.boolean().describe("Whether the product is locked for editing.").nullable().optional(),
27
+ public: z.boolean().describe("Whether the product is publicly accessible.").nullable().optional(),
28
+ branding: SwaggerhubGetPortalProducts_ProductBrandingSchema.nullable().optional(),
29
+ comments: SwaggerhubGetPortalProducts_ProductCommentsSchema.nullable().optional(),
30
+ portalId: z.string().describe("Portal identifier this product belongs to.").nullable().optional(),
31
+ createdAt: z.string().describe("Timestamp when the product was created.").nullable().optional(),
32
+ updatedAt: z.string().describe("Timestamp when the product was last updated.").nullable().optional(),
33
+ description: z.string().describe("Description of the product.").nullable().optional()
34
+ }).describe("Model for a product in the portal.");
35
+ const swaggerhubGetPortalProducts = action("SWAGGERHUB_GET_PORTAL_PRODUCTS", {
36
+ slug: "swaggerhub-get-portal-products",
37
+ name: "Get Portal Products",
38
+ description: "Tool to get products for a specific portal that match your criteria. Use when you need to retrieve a list of products from a portal, with optional filtering by name or slug and pagination support.",
39
+ input: SwaggerhubGetPortalProductsInput,
40
+ output: z.object({
41
+ page: SwaggerhubGetPortalProducts_PaginationInfoSchema.nullable().optional(),
42
+ items: z.array(SwaggerhubGetPortalProducts_ProductSchema).describe("Array of products matching the specified criteria.").nullable().optional()
43
+ }).describe("Response model containing a list of products and pagination information.")
44
+ });
45
+ //#endregion
46
+ export { swaggerhubGetPortalProducts };
47
+
48
+ //# sourceMappingURL=get-portal-products.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-products.mjs","names":[],"sources":["../../src/actions/get-portal-products.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SwaggerhubGetPortalProductsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Filter by the product's name using case-insensitive exact matching.\").optional(),\n page: z.number().int().describe(\"The 1-based index of the page to return. Defaults to 1 if not specified.\").optional(),\n size: z.number().int().describe(\"The number of results to return per page. Defaults to 1000 if not specified.\").optional(),\n slug: z.string().describe(\"Filter by the product's slug using case-insensitive exact matching.\").optional(),\n embed: z.array(z.string()).describe(\"Embed related resources in the response.\").optional(),\n portalId: z.string().describe(\"Portal UUID or subdomain to identify the portal.\"),\n}).describe(\"Request model for retrieving products from a portal.\");\nconst SwaggerhubGetPortalProducts_PaginationInfoSchema: z.ZodTypeAny = z.object({\n size: z.number().int().describe(\"The maximum number of elements per page. Note: the last page might have fewer elements.\"),\n number: z.number().int().describe(\"The 1-based index of the current page.\"),\n totalPages: z.number().int().describe(\"The total number of pages.\").nullable().optional(),\n totalElements: z.number().int().describe(\"The total number of elements that were found.\").nullable().optional(),\n}).describe(\"Model for pagination information.\");\nconst SwaggerhubGetPortalProducts_ProductBrandingSchema: z.ZodTypeAny = z.object({}).describe(\"Model for product branding information.\");\nconst SwaggerhubGetPortalProducts_ProductCommentsSchema: z.ZodTypeAny = z.object({}).describe(\"Model for product comments information.\");\nconst SwaggerhubGetPortalProducts_ProductSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Product identifier (UUID format).\").nullable().optional(),\n name: z.string().describe(\"Name of the product.\"),\n role: z.string().describe(\"Role or permission level for the product.\").nullable().optional(),\n slug: z.string().describe(\"URL-friendly identifier for the product.\"),\n hidden: z.boolean().describe(\"Whether the product is hidden.\").nullable().optional(),\n locked: z.boolean().describe(\"Whether the product is locked for editing.\").nullable().optional(),\n public: z.boolean().describe(\"Whether the product is publicly accessible.\").nullable().optional(),\n branding: SwaggerhubGetPortalProducts_ProductBrandingSchema.nullable().optional(),\n comments: SwaggerhubGetPortalProducts_ProductCommentsSchema.nullable().optional(),\n portalId: z.string().describe(\"Portal identifier this product belongs to.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the product was created.\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the product was last updated.\").nullable().optional(),\n description: z.string().describe(\"Description of the product.\").nullable().optional(),\n}).describe(\"Model for a product in the portal.\");\nexport const SwaggerhubGetPortalProductsOutput: z.ZodTypeAny = z.object({\n page: SwaggerhubGetPortalProducts_PaginationInfoSchema.nullable().optional(),\n items: z.array(SwaggerhubGetPortalProducts_ProductSchema).describe(\"Array of products matching the specified criteria.\").nullable().optional(),\n}).describe(\"Response model containing a list of products and pagination information.\");\n\nexport const swaggerhubGetPortalProducts = action(\"SWAGGERHUB_GET_PORTAL_PRODUCTS\", {\n slug: \"swaggerhub-get-portal-products\",\n name: \"Get Portal Products\",\n description: \"Tool to get products for a specific portal that match your criteria. Use when you need to retrieve a list of products from a portal, with optional filtering by name or slug and pagination support.\",\n input: SwaggerhubGetPortalProductsInput,\n output: SwaggerhubGetPortalProductsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,44 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-portal-templates.ts
4
+ const SwaggerhubGetPortalTemplatesInput = zod.z.object({
5
+ name: zod.z.string().describe("Filter by the template's name. The filter applied uses case-insensitive exact matching.").optional(),
6
+ page: zod.z.number().int().describe("The 1-based index of the page to return. If not specified, the first page is returned.").optional(),
7
+ size: zod.z.number().int().describe("The number of results to return per page.").optional(),
8
+ embed: zod.z.array(zod.z.string()).describe("Embed related resources in the response.").optional(),
9
+ portalId: zod.z.string().describe("Portal UUID or subdomain identifier.")
10
+ }).describe("Request model for retrieving templates for a specific portal.");
11
+ const SwaggerhubGetPortalTemplates_PageInfoSchema = zod.z.object({
12
+ size: zod.z.number().int().describe("The maximum number of elements per page. Note: the last page might have fewer elements."),
13
+ number: zod.z.number().int().describe("The 1-based index of the page."),
14
+ totalPages: zod.z.number().int().describe("The total number of pages.").nullable().optional(),
15
+ totalElements: zod.z.number().int().describe("The total number of elements that were found.").nullable().optional()
16
+ }).describe("Pagination information for the result set.");
17
+ const SwaggerhubGetPortalTemplates_TemplateBrandingSchema = zod.z.object({}).describe("Branding configuration for the template.");
18
+ const SwaggerhubGetPortalTemplates_TemplateSchema = zod.z.object({
19
+ id: zod.z.string().describe("Template UUID identifier.").nullable().optional(),
20
+ name: zod.z.string().describe("Template name."),
21
+ slug: zod.z.string().describe("Template slug identifier.").nullable().optional(),
22
+ notes: zod.z.string().describe("Notes about the template.").nullable().optional(),
23
+ "default": zod.z.boolean().describe("Whether this is the default template for the portal.").nullable().optional(),
24
+ branding: SwaggerhubGetPortalTemplates_TemplateBrandingSchema.nullable().optional(),
25
+ portalId: zod.z.string().describe("Portal UUID identifier.").nullable().optional(),
26
+ createdAt: zod.z.string().describe("Timestamp when the template was created.").nullable().optional(),
27
+ updatedAt: zod.z.string().describe("Timestamp when the template was last updated.").nullable().optional(),
28
+ productDescription: zod.z.string().describe("Product description for the template.").nullable().optional()
29
+ }).describe("Template object with metadata.");
30
+ const SwaggerhubGetPortalTemplatesOutput = zod.z.object({
31
+ page: SwaggerhubGetPortalTemplates_PageInfoSchema.nullable().optional(),
32
+ items: zod.z.array(SwaggerhubGetPortalTemplates_TemplateSchema).describe("Array of templates for the specified portal that match the criteria.").nullable().optional()
33
+ }).describe("Response model containing a list of templates and pagination information.");
34
+ const swaggerhubGetPortalTemplates = require_action.action("SWAGGERHUB_GET_PORTAL_TEMPLATES", {
35
+ slug: "swaggerhub-get-portal-templates",
36
+ name: "Get Portal Templates",
37
+ description: "Tool to get templates for a specific portal that match your criteria. Use when you need to list or search for templates within a portal by name or other filters. Supports pagination for large result sets.",
38
+ input: SwaggerhubGetPortalTemplatesInput,
39
+ output: SwaggerhubGetPortalTemplatesOutput
40
+ });
41
+ //#endregion
42
+ exports.swaggerhubGetPortalTemplates = swaggerhubGetPortalTemplates;
43
+
44
+ //# sourceMappingURL=get-portal-templates.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-templates.cjs","names":["z","action"],"sources":["../../src/actions/get-portal-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SwaggerhubGetPortalTemplatesInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Filter by the template's name. The filter applied uses case-insensitive exact matching.\").optional(),\n page: z.number().int().describe(\"The 1-based index of the page to return. If not specified, the first page is returned.\").optional(),\n size: z.number().int().describe(\"The number of results to return per page.\").optional(),\n embed: z.array(z.string()).describe(\"Embed related resources in the response.\").optional(),\n portalId: z.string().describe(\"Portal UUID or subdomain identifier.\"),\n}).describe(\"Request model for retrieving templates for a specific portal.\");\nconst SwaggerhubGetPortalTemplates_PageInfoSchema: z.ZodTypeAny = z.object({\n size: z.number().int().describe(\"The maximum number of elements per page. Note: the last page might have fewer elements.\"),\n number: z.number().int().describe(\"The 1-based index of the page.\"),\n totalPages: z.number().int().describe(\"The total number of pages.\").nullable().optional(),\n totalElements: z.number().int().describe(\"The total number of elements that were found.\").nullable().optional(),\n}).describe(\"Pagination information for the result set.\");\nconst SwaggerhubGetPortalTemplates_TemplateBrandingSchema: z.ZodTypeAny = z.object({}).describe(\"Branding configuration for the template.\");\nconst SwaggerhubGetPortalTemplates_TemplateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Template UUID identifier.\").nullable().optional(),\n name: z.string().describe(\"Template name.\"),\n slug: z.string().describe(\"Template slug identifier.\").nullable().optional(),\n notes: z.string().describe(\"Notes about the template.\").nullable().optional(),\n \"default\": z.boolean().describe(\"Whether this is the default template for the portal.\").nullable().optional(),\n branding: SwaggerhubGetPortalTemplates_TemplateBrandingSchema.nullable().optional(),\n portalId: z.string().describe(\"Portal UUID identifier.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the template was created.\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the template was last updated.\").nullable().optional(),\n productDescription: z.string().describe(\"Product description for the template.\").nullable().optional(),\n}).describe(\"Template object with metadata.\");\nexport const SwaggerhubGetPortalTemplatesOutput: z.ZodTypeAny = z.object({\n page: SwaggerhubGetPortalTemplates_PageInfoSchema.nullable().optional(),\n items: z.array(SwaggerhubGetPortalTemplates_TemplateSchema).describe(\"Array of templates for the specified portal that match the criteria.\").nullable().optional(),\n}).describe(\"Response model containing a list of templates and pagination information.\");\n\nexport const swaggerhubGetPortalTemplates = action(\"SWAGGERHUB_GET_PORTAL_TEMPLATES\", {\n slug: \"swaggerhub-get-portal-templates\",\n name: \"Get Portal Templates\",\n description: \"Tool to get templates for a specific portal that match your criteria. Use when you need to list or search for templates within a portal by name or other filters. Supports pagination for large result sets.\",\n input: SwaggerhubGetPortalTemplatesInput,\n output: SwaggerhubGetPortalTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;CAC9H,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACnI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACzF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;AACtE,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yFAAyF;CACzH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,sDAAoEA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAC1I,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC1C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,UAAU,oDAAoD,SAAS,CAAC,CAAC,SAAS;CAClF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,MAAM,4CAA4C,SAAS,CAAC,CAAC,SAAS;CACtE,OAAOA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnK,CAAC,CAAC,CAAC,SAAS,2EAA2E;AAEvF,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-portal-templates.d.ts
4
+ declare const SwaggerhubGetPortalTemplatesInput: z.ZodTypeAny;
5
+ declare const SwaggerhubGetPortalTemplatesOutput: z.ZodTypeAny;
6
+ declare const swaggerhubGetPortalTemplates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { swaggerhubGetPortalTemplates };
9
+ //# sourceMappingURL=get-portal-templates.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-templates.d.cts","names":[],"sources":["../../src/actions/get-portal-templates.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAM0B;AAAA,cAoB/D,kCAAA,EAAoC,CAAA,CAAE,UAGqC;AAAA,cAE3E,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-portal-templates.d.ts
4
+ declare const SwaggerhubGetPortalTemplatesInput: z.ZodTypeAny;
5
+ declare const SwaggerhubGetPortalTemplatesOutput: z.ZodTypeAny;
6
+ declare const swaggerhubGetPortalTemplates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { swaggerhubGetPortalTemplates };
9
+ //# sourceMappingURL=get-portal-templates.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-templates.d.mts","names":[],"sources":["../../src/actions/get-portal-templates.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAM0B;AAAA,cAoB/D,kCAAA,EAAoC,CAAA,CAAE,UAGqC;AAAA,cAE3E,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,43 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-portal-templates.ts
4
+ const SwaggerhubGetPortalTemplatesInput = z.object({
5
+ name: z.string().describe("Filter by the template's name. The filter applied uses case-insensitive exact matching.").optional(),
6
+ page: z.number().int().describe("The 1-based index of the page to return. If not specified, the first page is returned.").optional(),
7
+ size: z.number().int().describe("The number of results to return per page.").optional(),
8
+ embed: z.array(z.string()).describe("Embed related resources in the response.").optional(),
9
+ portalId: z.string().describe("Portal UUID or subdomain identifier.")
10
+ }).describe("Request model for retrieving templates for a specific portal.");
11
+ const SwaggerhubGetPortalTemplates_PageInfoSchema = z.object({
12
+ size: z.number().int().describe("The maximum number of elements per page. Note: the last page might have fewer elements."),
13
+ number: z.number().int().describe("The 1-based index of the page."),
14
+ totalPages: z.number().int().describe("The total number of pages.").nullable().optional(),
15
+ totalElements: z.number().int().describe("The total number of elements that were found.").nullable().optional()
16
+ }).describe("Pagination information for the result set.");
17
+ const SwaggerhubGetPortalTemplates_TemplateBrandingSchema = z.object({}).describe("Branding configuration for the template.");
18
+ const SwaggerhubGetPortalTemplates_TemplateSchema = z.object({
19
+ id: z.string().describe("Template UUID identifier.").nullable().optional(),
20
+ name: z.string().describe("Template name."),
21
+ slug: z.string().describe("Template slug identifier.").nullable().optional(),
22
+ notes: z.string().describe("Notes about the template.").nullable().optional(),
23
+ "default": z.boolean().describe("Whether this is the default template for the portal.").nullable().optional(),
24
+ branding: SwaggerhubGetPortalTemplates_TemplateBrandingSchema.nullable().optional(),
25
+ portalId: z.string().describe("Portal UUID identifier.").nullable().optional(),
26
+ createdAt: z.string().describe("Timestamp when the template was created.").nullable().optional(),
27
+ updatedAt: z.string().describe("Timestamp when the template was last updated.").nullable().optional(),
28
+ productDescription: z.string().describe("Product description for the template.").nullable().optional()
29
+ }).describe("Template object with metadata.");
30
+ const swaggerhubGetPortalTemplates = action("SWAGGERHUB_GET_PORTAL_TEMPLATES", {
31
+ slug: "swaggerhub-get-portal-templates",
32
+ name: "Get Portal Templates",
33
+ description: "Tool to get templates for a specific portal that match your criteria. Use when you need to list or search for templates within a portal by name or other filters. Supports pagination for large result sets.",
34
+ input: SwaggerhubGetPortalTemplatesInput,
35
+ output: z.object({
36
+ page: SwaggerhubGetPortalTemplates_PageInfoSchema.nullable().optional(),
37
+ items: z.array(SwaggerhubGetPortalTemplates_TemplateSchema).describe("Array of templates for the specified portal that match the criteria.").nullable().optional()
38
+ }).describe("Response model containing a list of templates and pagination information.")
39
+ });
40
+ //#endregion
41
+ export { swaggerhubGetPortalTemplates };
42
+
43
+ //# sourceMappingURL=get-portal-templates.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal-templates.mjs","names":[],"sources":["../../src/actions/get-portal-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SwaggerhubGetPortalTemplatesInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Filter by the template's name. The filter applied uses case-insensitive exact matching.\").optional(),\n page: z.number().int().describe(\"The 1-based index of the page to return. If not specified, the first page is returned.\").optional(),\n size: z.number().int().describe(\"The number of results to return per page.\").optional(),\n embed: z.array(z.string()).describe(\"Embed related resources in the response.\").optional(),\n portalId: z.string().describe(\"Portal UUID or subdomain identifier.\"),\n}).describe(\"Request model for retrieving templates for a specific portal.\");\nconst SwaggerhubGetPortalTemplates_PageInfoSchema: z.ZodTypeAny = z.object({\n size: z.number().int().describe(\"The maximum number of elements per page. Note: the last page might have fewer elements.\"),\n number: z.number().int().describe(\"The 1-based index of the page.\"),\n totalPages: z.number().int().describe(\"The total number of pages.\").nullable().optional(),\n totalElements: z.number().int().describe(\"The total number of elements that were found.\").nullable().optional(),\n}).describe(\"Pagination information for the result set.\");\nconst SwaggerhubGetPortalTemplates_TemplateBrandingSchema: z.ZodTypeAny = z.object({}).describe(\"Branding configuration for the template.\");\nconst SwaggerhubGetPortalTemplates_TemplateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Template UUID identifier.\").nullable().optional(),\n name: z.string().describe(\"Template name.\"),\n slug: z.string().describe(\"Template slug identifier.\").nullable().optional(),\n notes: z.string().describe(\"Notes about the template.\").nullable().optional(),\n \"default\": z.boolean().describe(\"Whether this is the default template for the portal.\").nullable().optional(),\n branding: SwaggerhubGetPortalTemplates_TemplateBrandingSchema.nullable().optional(),\n portalId: z.string().describe(\"Portal UUID identifier.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the template was created.\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the template was last updated.\").nullable().optional(),\n productDescription: z.string().describe(\"Product description for the template.\").nullable().optional(),\n}).describe(\"Template object with metadata.\");\nexport const SwaggerhubGetPortalTemplatesOutput: z.ZodTypeAny = z.object({\n page: SwaggerhubGetPortalTemplates_PageInfoSchema.nullable().optional(),\n items: z.array(SwaggerhubGetPortalTemplates_TemplateSchema).describe(\"Array of templates for the specified portal that match the criteria.\").nullable().optional(),\n}).describe(\"Response model containing a list of templates and pagination information.\");\n\nexport const swaggerhubGetPortalTemplates = action(\"SWAGGERHUB_GET_PORTAL_TEMPLATES\", {\n slug: \"swaggerhub-get-portal-templates\",\n name: \"Get Portal Templates\",\n description: \"Tool to get templates for a specific portal that match your criteria. Use when you need to list or search for templates within a portal by name or other filters. Supports pagination for large result sets.\",\n input: SwaggerhubGetPortalTemplatesInput,\n output: SwaggerhubGetPortalTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;CAC9H,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACnI,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACtF,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACzF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;AACtE,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,8CAA4D,EAAE,OAAO;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yFAAyF;CACzH,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAClE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,sDAAoE,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAC1I,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC1C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,UAAU,oDAAoD,SAAS,CAAC,CAAC,SAAS;CAClF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAM5C,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV8D,EAAE,OAAO;EACvE,MAAM,4CAA4C,SAAS,CAAC,CAAC,SAAS;EACtE,OAAO,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnK,CAAC,CAAC,CAAC,SAAS,2EAOF;AACV,CAAC"}
@@ -0,0 +1,63 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-portal.ts
4
+ const SwaggerhubGetPortalInput = zod.z.object({
5
+ embed: zod.z.array(zod.z.string()).describe("Embed related resources in the response.").optional(),
6
+ portalId: zod.z.string().describe("Portal UUID or subdomain")
7
+ }).describe("Request model for retrieving information about a portal.");
8
+ const SwaggerhubGetPortal_FooterLinkModelSchema = zod.z.object({
9
+ url: zod.z.string().describe("The link URL.").nullable().optional(),
10
+ text: zod.z.string().describe("The link text.").nullable().optional()
11
+ }).describe("Footer link configuration.");
12
+ const SwaggerhubGetPortal_FooterModelSchema = zod.z.object({
13
+ text: zod.z.string().describe("The footer text.").nullable().optional(),
14
+ links: zod.z.array(SwaggerhubGetPortal_FooterLinkModelSchema).describe("The list of links to display in the footer.").nullable().optional(),
15
+ imageId: zod.z.string().describe("The identifier of the footer image.").nullable().optional(),
16
+ visible: zod.z.boolean().describe("Indicates if the footer is visible.").nullable().optional(),
17
+ imageDarkModeId: zod.z.string().describe("The identifier of the footer image in dark mode.").nullable().optional()
18
+ }).describe("Footer configuration for the portal.");
19
+ const SwaggerhubGetPortal_BrandingModelSchema = zod.z.object({
20
+ logoId: zod.z.string().describe("The identifier of the logo.").nullable().optional(),
21
+ fontName: zod.z.string().describe("The font name used to dictate the topography of the portal.").nullable().optional(),
22
+ faviconId: zod.z.string().describe("The identifier of the favicon.").nullable().optional(),
23
+ accentColor: zod.z.string().describe("The hexadecimal color code used to dictate the accent color of elements in the portal user interface.").nullable().optional(),
24
+ logoDarkModeId: zod.z.string().describe("The identifier of the logo in dark mode.").nullable().optional(),
25
+ faviconDarkModeId: zod.z.string().describe("The identifier of the favicon in dark mode.").nullable().optional(),
26
+ accentColorDarkMode: zod.z.string().describe("The hexadecimal color code used as the accent color in dark mode.").nullable().optional()
27
+ }).describe("Branding configuration for the portal.");
28
+ const SwaggerhubGetPortal_LandingPageModelSchema = zod.z.object({
29
+ heroImageId: zod.z.string().describe("The identifier of the hero image.").nullable().optional(),
30
+ pageDescription: zod.z.string().describe("The textual description to display on the portal landing page.").nullable().optional(),
31
+ heroImageDarkModeId: zod.z.string().describe("The identifier of the hero image in dark mode.").nullable().optional(),
32
+ illustrationImageId: zod.z.string().describe("The identifier of the illustration image.").nullable().optional(),
33
+ illustrationImageDarkModeId: zod.z.string().describe("The identifier of the illustration image in dark mode.").nullable().optional()
34
+ }).describe("Landing page configuration for the portal.");
35
+ const SwaggerhubGetPortalOutput = zod.z.object({
36
+ id: zod.z.string().describe("Portal ID.").nullable().optional(),
37
+ name: zod.z.string().describe("Portal's name.").nullable().optional(),
38
+ footer: SwaggerhubGetPortal_FooterModelSchema.nullable().optional(),
39
+ gtmKey: zod.z.string().describe("The Google Tag Manager key for this portal.").nullable().optional(),
40
+ offline: zod.z.boolean().describe("If set to true the portal will not be visible to customers.").nullable().optional(),
41
+ routing: zod.z.string().describe("Determines the routing strategy ('browser' or 'proxy').").nullable().optional(),
42
+ branding: SwaggerhubGetPortal_BrandingModelSchema.nullable().optional(),
43
+ createdAt: zod.z.string().describe("The time that the portal was created at.").nullable().optional(),
44
+ subdomain: zod.z.string().describe("Subdomain component for this portal."),
45
+ updatedAt: zod.z.string().describe("The time of the last update of the portal.").nullable().optional(),
46
+ landingPage: SwaggerhubGetPortal_LandingPageModelSchema.nullable().optional(),
47
+ customDomain: zod.z.string().describe("Custom domain for this portal.").nullable().optional(),
48
+ openapiRenderer: zod.z.string().describe("Portal level setting for the OpenAPI renderer. SWAGGER_UI - Use the Swagger UI renderer. ELEMENTS - Use the Elements renderer. TOGGLE - Switch between the two renderers with elements set as the default.").nullable().optional(),
49
+ pageContentFormat: zod.z.string().describe("Determines the format of the page content.").nullable().optional(),
50
+ credentialsEnabled: zod.z.boolean().describe("Indicates if credentials are enabled for the portal.").nullable().optional(),
51
+ swaggerHubOrganizationId: zod.z.string().describe("The corresponding Swagger Studio organization.").nullable().optional()
52
+ }).describe("Response model for portal information.");
53
+ const swaggerhubGetPortal = require_action.action("SWAGGERHUB_GET_PORTAL", {
54
+ slug: "swaggerhub-get-portal",
55
+ name: "Get Portal",
56
+ description: "Tool to retrieve information about a portal. Use when you need to fetch details about a specific SwaggerHub portal by its UUID or subdomain.",
57
+ input: SwaggerhubGetPortalInput,
58
+ output: SwaggerhubGetPortalOutput
59
+ });
60
+ //#endregion
61
+ exports.swaggerhubGetPortal = swaggerhubGetPortal;
62
+
63
+ //# sourceMappingURL=get-portal.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal.cjs","names":["z","action"],"sources":["../../src/actions/get-portal.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SwaggerhubGetPortalInput: z.ZodTypeAny = z.object({\n embed: z.array(z.string()).describe(\"Embed related resources in the response.\").optional(),\n portalId: z.string().describe(\"Portal UUID or subdomain\"),\n}).describe(\"Request model for retrieving information about a portal.\");\nconst SwaggerhubGetPortal_FooterLinkModelSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The link URL.\").nullable().optional(),\n text: z.string().describe(\"The link text.\").nullable().optional(),\n}).describe(\"Footer link configuration.\");\nconst SwaggerhubGetPortal_FooterModelSchema: z.ZodTypeAny = z.object({\n text: z.string().describe(\"The footer text.\").nullable().optional(),\n links: z.array(SwaggerhubGetPortal_FooterLinkModelSchema).describe(\"The list of links to display in the footer.\").nullable().optional(),\n imageId: z.string().describe(\"The identifier of the footer image.\").nullable().optional(),\n visible: z.boolean().describe(\"Indicates if the footer is visible.\").nullable().optional(),\n imageDarkModeId: z.string().describe(\"The identifier of the footer image in dark mode.\").nullable().optional(),\n}).describe(\"Footer configuration for the portal.\");\nconst SwaggerhubGetPortal_BrandingModelSchema: z.ZodTypeAny = z.object({\n logoId: z.string().describe(\"The identifier of the logo.\").nullable().optional(),\n fontName: z.string().describe(\"The font name used to dictate the topography of the portal.\").nullable().optional(),\n faviconId: z.string().describe(\"The identifier of the favicon.\").nullable().optional(),\n accentColor: z.string().describe(\"The hexadecimal color code used to dictate the accent color of elements in the portal user interface.\").nullable().optional(),\n logoDarkModeId: z.string().describe(\"The identifier of the logo in dark mode.\").nullable().optional(),\n faviconDarkModeId: z.string().describe(\"The identifier of the favicon in dark mode.\").nullable().optional(),\n accentColorDarkMode: z.string().describe(\"The hexadecimal color code used as the accent color in dark mode.\").nullable().optional(),\n}).describe(\"Branding configuration for the portal.\");\nconst SwaggerhubGetPortal_LandingPageModelSchema: z.ZodTypeAny = z.object({\n heroImageId: z.string().describe(\"The identifier of the hero image.\").nullable().optional(),\n pageDescription: z.string().describe(\"The textual description to display on the portal landing page.\").nullable().optional(),\n heroImageDarkModeId: z.string().describe(\"The identifier of the hero image in dark mode.\").nullable().optional(),\n illustrationImageId: z.string().describe(\"The identifier of the illustration image.\").nullable().optional(),\n illustrationImageDarkModeId: z.string().describe(\"The identifier of the illustration image in dark mode.\").nullable().optional(),\n}).describe(\"Landing page configuration for the portal.\");\nexport const SwaggerhubGetPortalOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Portal ID.\").nullable().optional(),\n name: z.string().describe(\"Portal's name.\").nullable().optional(),\n footer: SwaggerhubGetPortal_FooterModelSchema.nullable().optional(),\n gtmKey: z.string().describe(\"The Google Tag Manager key for this portal.\").nullable().optional(),\n offline: z.boolean().describe(\"If set to true the portal will not be visible to customers.\").nullable().optional(),\n routing: z.string().describe(\"Determines the routing strategy ('browser' or 'proxy').\").nullable().optional(),\n branding: SwaggerhubGetPortal_BrandingModelSchema.nullable().optional(),\n createdAt: z.string().describe(\"The time that the portal was created at.\").nullable().optional(),\n subdomain: z.string().describe(\"Subdomain component for this portal.\"),\n updatedAt: z.string().describe(\"The time of the last update of the portal.\").nullable().optional(),\n landingPage: SwaggerhubGetPortal_LandingPageModelSchema.nullable().optional(),\n customDomain: z.string().describe(\"Custom domain for this portal.\").nullable().optional(),\n openapiRenderer: z.string().describe(\"Portal level setting for the OpenAPI renderer. SWAGGER_UI - Use the Swagger UI renderer. ELEMENTS - Use the Elements renderer. TOGGLE - Switch between the two renderers with elements set as the default.\").nullable().optional(),\n pageContentFormat: z.string().describe(\"Determines the format of the page content.\").nullable().optional(),\n credentialsEnabled: z.boolean().describe(\"Indicates if credentials are enabled for the portal.\").nullable().optional(),\n swaggerHubOrganizationId: z.string().describe(\"The corresponding Swagger Studio organization.\").nullable().optional(),\n}).describe(\"Response model for portal information.\");\n\nexport const swaggerhubGetPortal = action(\"SWAGGERHUB_GET_PORTAL\", {\n slug: \"swaggerhub-get-portal\",\n name: \"Get Portal\",\n description: \"Tool to retrieve information about a portal. Use when you need to fetch details about a specific SwaggerHub portal by its UUID or subdomain.\",\n input: SwaggerhubGetPortalInput,\n output: SwaggerhubGetPortalOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-portal.d.ts
4
+ declare const SwaggerhubGetPortalInput: z.ZodTypeAny;
5
+ declare const SwaggerhubGetPortalOutput: z.ZodTypeAny;
6
+ declare const swaggerhubGetPortal: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { swaggerhubGetPortal };
9
+ //# sourceMappingURL=get-portal.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal.d.cts","names":[],"sources":["../../src/actions/get-portal.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAG8B;AAAA,cA4B1D,yBAAA,EAA2B,CAAA,CAAE,UAiBW;AAAA,cAExC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-portal.d.ts
4
+ declare const SwaggerhubGetPortalInput: z.ZodTypeAny;
5
+ declare const SwaggerhubGetPortalOutput: z.ZodTypeAny;
6
+ declare const swaggerhubGetPortal: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { swaggerhubGetPortal };
9
+ //# sourceMappingURL=get-portal.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-portal.d.mts","names":[],"sources":["../../src/actions/get-portal.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAG8B;AAAA,cA4B1D,yBAAA,EAA2B,CAAA,CAAE,UAiBW;AAAA,cAExC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}