@keystrokehq/postman 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 (1042) 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/create-a-collection-comment.cjs +28 -0
  7. package/dist/actions/create-a-collection-comment.cjs.map +1 -0
  8. package/dist/actions/create-a-collection-comment.d.cts +9 -0
  9. package/dist/actions/create-a-collection-comment.d.cts.map +1 -0
  10. package/dist/actions/create-a-collection-comment.d.mts +9 -0
  11. package/dist/actions/create-a-collection-comment.d.mts.map +1 -0
  12. package/dist/actions/create-a-collection-comment.mjs +25 -0
  13. package/dist/actions/create-a-collection-comment.mjs.map +1 -0
  14. package/dist/actions/create-a-collection.cjs +35 -0
  15. package/dist/actions/create-a-collection.cjs.map +1 -0
  16. package/dist/actions/create-a-collection.d.cts +9 -0
  17. package/dist/actions/create-a-collection.d.cts.map +1 -0
  18. package/dist/actions/create-a-collection.d.mts +9 -0
  19. package/dist/actions/create-a-collection.d.mts.map +1 -0
  20. package/dist/actions/create-a-collection.mjs +34 -0
  21. package/dist/actions/create-a-collection.mjs.map +1 -0
  22. package/dist/actions/create-a-folder-comment.cjs +29 -0
  23. package/dist/actions/create-a-folder-comment.cjs.map +1 -0
  24. package/dist/actions/create-a-folder-comment.d.cts +9 -0
  25. package/dist/actions/create-a-folder-comment.d.cts.map +1 -0
  26. package/dist/actions/create-a-folder-comment.d.mts +9 -0
  27. package/dist/actions/create-a-folder-comment.d.mts.map +1 -0
  28. package/dist/actions/create-a-folder-comment.mjs +28 -0
  29. package/dist/actions/create-a-folder-comment.mjs.map +1 -0
  30. package/dist/actions/create-a-folder.cjs +40 -0
  31. package/dist/actions/create-a-folder.cjs.map +1 -0
  32. package/dist/actions/create-a-folder.d.cts +9 -0
  33. package/dist/actions/create-a-folder.d.cts.map +1 -0
  34. package/dist/actions/create-a-folder.d.mts +9 -0
  35. package/dist/actions/create-a-folder.d.mts.map +1 -0
  36. package/dist/actions/create-a-folder.mjs +39 -0
  37. package/dist/actions/create-a-folder.mjs.map +1 -0
  38. package/dist/actions/create-a-fork2.cjs +25 -0
  39. package/dist/actions/create-a-fork2.cjs.map +1 -0
  40. package/dist/actions/create-a-fork2.d.cts +9 -0
  41. package/dist/actions/create-a-fork2.d.cts.map +1 -0
  42. package/dist/actions/create-a-fork2.d.mts +9 -0
  43. package/dist/actions/create-a-fork2.d.mts.map +1 -0
  44. package/dist/actions/create-a-fork2.mjs +24 -0
  45. package/dist/actions/create-a-fork2.mjs.map +1 -0
  46. package/dist/actions/create-a-mock-server.cjs +34 -0
  47. package/dist/actions/create-a-mock-server.cjs.map +1 -0
  48. package/dist/actions/create-a-mock-server.d.cts +9 -0
  49. package/dist/actions/create-a-mock-server.d.cts.map +1 -0
  50. package/dist/actions/create-a-mock-server.d.mts +9 -0
  51. package/dist/actions/create-a-mock-server.d.mts.map +1 -0
  52. package/dist/actions/create-a-mock-server.mjs +33 -0
  53. package/dist/actions/create-a-mock-server.mjs.map +1 -0
  54. package/dist/actions/create-a-monitor.cjs +32 -0
  55. package/dist/actions/create-a-monitor.cjs.map +1 -0
  56. package/dist/actions/create-a-monitor.d.cts +9 -0
  57. package/dist/actions/create-a-monitor.d.cts.map +1 -0
  58. package/dist/actions/create-a-monitor.d.mts +9 -0
  59. package/dist/actions/create-a-monitor.d.mts.map +1 -0
  60. package/dist/actions/create-a-monitor.mjs +31 -0
  61. package/dist/actions/create-a-monitor.mjs.map +1 -0
  62. package/dist/actions/create-a-pull-request.cjs +33 -0
  63. package/dist/actions/create-a-pull-request.cjs.map +1 -0
  64. package/dist/actions/create-a-pull-request.d.cts +9 -0
  65. package/dist/actions/create-a-pull-request.d.cts.map +1 -0
  66. package/dist/actions/create-a-pull-request.d.mts +9 -0
  67. package/dist/actions/create-a-pull-request.d.mts.map +1 -0
  68. package/dist/actions/create-a-pull-request.mjs +32 -0
  69. package/dist/actions/create-a-pull-request.mjs.map +1 -0
  70. package/dist/actions/create-a-request-comment.cjs +30 -0
  71. package/dist/actions/create-a-request-comment.cjs.map +1 -0
  72. package/dist/actions/create-a-request-comment.d.cts +9 -0
  73. package/dist/actions/create-a-request-comment.d.cts.map +1 -0
  74. package/dist/actions/create-a-request-comment.d.mts +9 -0
  75. package/dist/actions/create-a-request-comment.d.mts.map +1 -0
  76. package/dist/actions/create-a-request-comment.mjs +29 -0
  77. package/dist/actions/create-a-request-comment.mjs.map +1 -0
  78. package/dist/actions/create-a-request.cjs +48 -0
  79. package/dist/actions/create-a-request.cjs.map +1 -0
  80. package/dist/actions/create-a-request.d.cts +9 -0
  81. package/dist/actions/create-a-request.d.cts.map +1 -0
  82. package/dist/actions/create-a-request.d.mts +9 -0
  83. package/dist/actions/create-a-request.d.mts.map +1 -0
  84. package/dist/actions/create-a-request.mjs +47 -0
  85. package/dist/actions/create-a-request.mjs.map +1 -0
  86. package/dist/actions/create-a-response-comment.cjs +30 -0
  87. package/dist/actions/create-a-response-comment.cjs.map +1 -0
  88. package/dist/actions/create-a-response-comment.d.cts +9 -0
  89. package/dist/actions/create-a-response-comment.d.cts.map +1 -0
  90. package/dist/actions/create-a-response-comment.d.mts +9 -0
  91. package/dist/actions/create-a-response-comment.d.mts.map +1 -0
  92. package/dist/actions/create-a-response-comment.mjs +29 -0
  93. package/dist/actions/create-a-response-comment.mjs.map +1 -0
  94. package/dist/actions/create-a-response.cjs +56 -0
  95. package/dist/actions/create-a-response.cjs.map +1 -0
  96. package/dist/actions/create-a-response.d.cts +9 -0
  97. package/dist/actions/create-a-response.d.cts.map +1 -0
  98. package/dist/actions/create-a-response.d.mts +9 -0
  99. package/dist/actions/create-a-response.d.mts.map +1 -0
  100. package/dist/actions/create-a-response.mjs +55 -0
  101. package/dist/actions/create-a-response.mjs.map +1 -0
  102. package/dist/actions/create-a-schema.cjs +36 -0
  103. package/dist/actions/create-a-schema.cjs.map +1 -0
  104. package/dist/actions/create-a-schema.d.cts +9 -0
  105. package/dist/actions/create-a-schema.d.cts.map +1 -0
  106. package/dist/actions/create-a-schema.d.mts +9 -0
  107. package/dist/actions/create-a-schema.d.mts.map +1 -0
  108. package/dist/actions/create-a-schema.mjs +35 -0
  109. package/dist/actions/create-a-schema.mjs.map +1 -0
  110. package/dist/actions/create-a-server-response.cjs +36 -0
  111. package/dist/actions/create-a-server-response.cjs.map +1 -0
  112. package/dist/actions/create-a-server-response.d.cts +9 -0
  113. package/dist/actions/create-a-server-response.d.cts.map +1 -0
  114. package/dist/actions/create-a-server-response.d.mts +9 -0
  115. package/dist/actions/create-a-server-response.d.mts.map +1 -0
  116. package/dist/actions/create-a-server-response.mjs +35 -0
  117. package/dist/actions/create-a-server-response.mjs.map +1 -0
  118. package/dist/actions/create-a-spec-file.cjs +28 -0
  119. package/dist/actions/create-a-spec-file.cjs.map +1 -0
  120. package/dist/actions/create-a-spec-file.d.cts +9 -0
  121. package/dist/actions/create-a-spec-file.d.cts.map +1 -0
  122. package/dist/actions/create-a-spec-file.d.mts +9 -0
  123. package/dist/actions/create-a-spec-file.d.mts.map +1 -0
  124. package/dist/actions/create-a-spec-file.mjs +25 -0
  125. package/dist/actions/create-a-spec-file.mjs.map +1 -0
  126. package/dist/actions/create-a-spec.cjs +32 -0
  127. package/dist/actions/create-a-spec.cjs.map +1 -0
  128. package/dist/actions/create-a-spec.d.cts +9 -0
  129. package/dist/actions/create-a-spec.d.cts.map +1 -0
  130. package/dist/actions/create-a-spec.d.mts +9 -0
  131. package/dist/actions/create-a-spec.d.mts.map +1 -0
  132. package/dist/actions/create-a-spec.mjs +29 -0
  133. package/dist/actions/create-a-spec.mjs.map +1 -0
  134. package/dist/actions/create-a-webhook.cjs +29 -0
  135. package/dist/actions/create-a-webhook.cjs.map +1 -0
  136. package/dist/actions/create-a-webhook.d.cts +9 -0
  137. package/dist/actions/create-a-webhook.d.cts.map +1 -0
  138. package/dist/actions/create-a-webhook.d.mts +9 -0
  139. package/dist/actions/create-a-webhook.d.mts.map +1 -0
  140. package/dist/actions/create-a-webhook.mjs +28 -0
  141. package/dist/actions/create-a-webhook.mjs.map +1 -0
  142. package/dist/actions/create-a-workspace.cjs +30 -0
  143. package/dist/actions/create-a-workspace.cjs.map +1 -0
  144. package/dist/actions/create-a-workspace.d.cts +9 -0
  145. package/dist/actions/create-a-workspace.d.cts.map +1 -0
  146. package/dist/actions/create-a-workspace.d.mts +9 -0
  147. package/dist/actions/create-a-workspace.d.mts.map +1 -0
  148. package/dist/actions/create-a-workspace.mjs +29 -0
  149. package/dist/actions/create-a-workspace.mjs.map +1 -0
  150. package/dist/actions/create-an-api.cjs +32 -0
  151. package/dist/actions/create-an-api.cjs.map +1 -0
  152. package/dist/actions/create-an-api.d.cts +9 -0
  153. package/dist/actions/create-an-api.d.cts.map +1 -0
  154. package/dist/actions/create-an-api.d.mts +9 -0
  155. package/dist/actions/create-an-api.d.mts.map +1 -0
  156. package/dist/actions/create-an-api.mjs +29 -0
  157. package/dist/actions/create-an-api.mjs.map +1 -0
  158. package/dist/actions/create-an-environment.cjs +32 -0
  159. package/dist/actions/create-an-environment.cjs.map +1 -0
  160. package/dist/actions/create-an-environment.d.cts +9 -0
  161. package/dist/actions/create-an-environment.d.cts.map +1 -0
  162. package/dist/actions/create-an-environment.d.mts +9 -0
  163. package/dist/actions/create-an-environment.d.mts.map +1 -0
  164. package/dist/actions/create-an-environment.mjs +31 -0
  165. package/dist/actions/create-an-environment.mjs.map +1 -0
  166. package/dist/actions/create-or-update-a-schema-file.cjs +32 -0
  167. package/dist/actions/create-or-update-a-schema-file.cjs.map +1 -0
  168. package/dist/actions/create-or-update-a-schema-file.d.cts +9 -0
  169. package/dist/actions/create-or-update-a-schema-file.d.cts.map +1 -0
  170. package/dist/actions/create-or-update-a-schema-file.d.mts +9 -0
  171. package/dist/actions/create-or-update-a-schema-file.d.mts.map +1 -0
  172. package/dist/actions/create-or-update-a-schema-file.mjs +31 -0
  173. package/dist/actions/create-or-update-a-schema-file.mjs.map +1 -0
  174. package/dist/actions/create-relations.cjs +33 -0
  175. package/dist/actions/create-relations.cjs.map +1 -0
  176. package/dist/actions/create-relations.d.cts +9 -0
  177. package/dist/actions/create-relations.d.cts.map +1 -0
  178. package/dist/actions/create-relations.d.mts +9 -0
  179. package/dist/actions/create-relations.d.mts.map +1 -0
  180. package/dist/actions/create-relations.mjs +32 -0
  181. package/dist/actions/create-relations.mjs.map +1 -0
  182. package/dist/actions/delete-a-collection.cjs +20 -0
  183. package/dist/actions/delete-a-collection.cjs.map +1 -0
  184. package/dist/actions/delete-a-collection.d.cts +9 -0
  185. package/dist/actions/delete-a-collection.d.cts.map +1 -0
  186. package/dist/actions/delete-a-collection.d.mts +9 -0
  187. package/dist/actions/delete-a-collection.d.mts.map +1 -0
  188. package/dist/actions/delete-a-collection.mjs +19 -0
  189. package/dist/actions/delete-a-collection.mjs.map +1 -0
  190. package/dist/actions/delete-a-collections-comment.cjs +23 -0
  191. package/dist/actions/delete-a-collections-comment.cjs.map +1 -0
  192. package/dist/actions/delete-a-collections-comment.d.cts +9 -0
  193. package/dist/actions/delete-a-collections-comment.d.cts.map +1 -0
  194. package/dist/actions/delete-a-collections-comment.d.mts +9 -0
  195. package/dist/actions/delete-a-collections-comment.d.mts.map +1 -0
  196. package/dist/actions/delete-a-collections-comment.mjs +20 -0
  197. package/dist/actions/delete-a-collections-comment.mjs.map +1 -0
  198. package/dist/actions/delete-a-folder.cjs +32 -0
  199. package/dist/actions/delete-a-folder.cjs.map +1 -0
  200. package/dist/actions/delete-a-folder.d.cts +9 -0
  201. package/dist/actions/delete-a-folder.d.cts.map +1 -0
  202. package/dist/actions/delete-a-folder.d.mts +9 -0
  203. package/dist/actions/delete-a-folder.d.mts.map +1 -0
  204. package/dist/actions/delete-a-folder.mjs +31 -0
  205. package/dist/actions/delete-a-folder.mjs.map +1 -0
  206. package/dist/actions/delete-a-folders-comment.cjs +20 -0
  207. package/dist/actions/delete-a-folders-comment.cjs.map +1 -0
  208. package/dist/actions/delete-a-folders-comment.d.cts +9 -0
  209. package/dist/actions/delete-a-folders-comment.d.cts.map +1 -0
  210. package/dist/actions/delete-a-folders-comment.d.mts +9 -0
  211. package/dist/actions/delete-a-folders-comment.d.mts.map +1 -0
  212. package/dist/actions/delete-a-folders-comment.mjs +17 -0
  213. package/dist/actions/delete-a-folders-comment.mjs.map +1 -0
  214. package/dist/actions/delete-a-requests-comment.cjs +20 -0
  215. package/dist/actions/delete-a-requests-comment.cjs.map +1 -0
  216. package/dist/actions/delete-a-requests-comment.d.cts +9 -0
  217. package/dist/actions/delete-a-requests-comment.d.cts.map +1 -0
  218. package/dist/actions/delete-a-requests-comment.d.mts +9 -0
  219. package/dist/actions/delete-a-requests-comment.d.mts.map +1 -0
  220. package/dist/actions/delete-a-requests-comment.mjs +17 -0
  221. package/dist/actions/delete-a-requests-comment.mjs.map +1 -0
  222. package/dist/actions/delete-a-response.cjs +32 -0
  223. package/dist/actions/delete-a-response.cjs.map +1 -0
  224. package/dist/actions/delete-a-response.d.cts +9 -0
  225. package/dist/actions/delete-a-response.d.cts.map +1 -0
  226. package/dist/actions/delete-a-response.d.mts +9 -0
  227. package/dist/actions/delete-a-response.d.mts.map +1 -0
  228. package/dist/actions/delete-a-response.mjs +31 -0
  229. package/dist/actions/delete-a-response.mjs.map +1 -0
  230. package/dist/actions/delete-a-responses-comment.cjs +20 -0
  231. package/dist/actions/delete-a-responses-comment.cjs.map +1 -0
  232. package/dist/actions/delete-a-responses-comment.d.cts +9 -0
  233. package/dist/actions/delete-a-responses-comment.d.cts.map +1 -0
  234. package/dist/actions/delete-a-responses-comment.d.mts +9 -0
  235. package/dist/actions/delete-a-responses-comment.d.mts.map +1 -0
  236. package/dist/actions/delete-a-responses-comment.mjs +17 -0
  237. package/dist/actions/delete-a-responses-comment.mjs.map +1 -0
  238. package/dist/actions/delete-a-schema-file.cjs +20 -0
  239. package/dist/actions/delete-a-schema-file.cjs.map +1 -0
  240. package/dist/actions/delete-a-schema-file.d.cts +9 -0
  241. package/dist/actions/delete-a-schema-file.d.cts.map +1 -0
  242. package/dist/actions/delete-a-schema-file.d.mts +9 -0
  243. package/dist/actions/delete-a-schema-file.d.mts.map +1 -0
  244. package/dist/actions/delete-a-schema-file.mjs +17 -0
  245. package/dist/actions/delete-a-schema-file.mjs.map +1 -0
  246. package/dist/actions/delete-a-server-response.cjs +25 -0
  247. package/dist/actions/delete-a-server-response.cjs.map +1 -0
  248. package/dist/actions/delete-a-server-response.d.cts +9 -0
  249. package/dist/actions/delete-a-server-response.d.cts.map +1 -0
  250. package/dist/actions/delete-a-server-response.d.mts +9 -0
  251. package/dist/actions/delete-a-server-response.d.mts.map +1 -0
  252. package/dist/actions/delete-a-server-response.mjs +24 -0
  253. package/dist/actions/delete-a-server-response.mjs.map +1 -0
  254. package/dist/actions/delete-a-spec-file.cjs +19 -0
  255. package/dist/actions/delete-a-spec-file.cjs.map +1 -0
  256. package/dist/actions/delete-a-spec-file.d.cts +9 -0
  257. package/dist/actions/delete-a-spec-file.d.cts.map +1 -0
  258. package/dist/actions/delete-a-spec-file.d.mts +9 -0
  259. package/dist/actions/delete-a-spec-file.d.mts.map +1 -0
  260. package/dist/actions/delete-a-spec-file.mjs +16 -0
  261. package/dist/actions/delete-a-spec-file.mjs.map +1 -0
  262. package/dist/actions/delete-a-spec.cjs +16 -0
  263. package/dist/actions/delete-a-spec.cjs.map +1 -0
  264. package/dist/actions/delete-a-spec.d.cts +9 -0
  265. package/dist/actions/delete-a-spec.d.cts.map +1 -0
  266. package/dist/actions/delete-a-spec.d.mts +9 -0
  267. package/dist/actions/delete-a-spec.d.mts.map +1 -0
  268. package/dist/actions/delete-a-spec.mjs +13 -0
  269. package/dist/actions/delete-a-spec.mjs.map +1 -0
  270. package/dist/actions/delete-a-workspace.cjs +17 -0
  271. package/dist/actions/delete-a-workspace.cjs.map +1 -0
  272. package/dist/actions/delete-a-workspace.d.cts +9 -0
  273. package/dist/actions/delete-a-workspace.d.cts.map +1 -0
  274. package/dist/actions/delete-a-workspace.d.mts +9 -0
  275. package/dist/actions/delete-a-workspace.d.mts.map +1 -0
  276. package/dist/actions/delete-a-workspace.mjs +16 -0
  277. package/dist/actions/delete-a-workspace.mjs.map +1 -0
  278. package/dist/actions/delete-an-api.cjs +16 -0
  279. package/dist/actions/delete-an-api.cjs.map +1 -0
  280. package/dist/actions/delete-an-api.d.cts +9 -0
  281. package/dist/actions/delete-an-api.d.cts.map +1 -0
  282. package/dist/actions/delete-an-api.d.mts +9 -0
  283. package/dist/actions/delete-an-api.d.mts.map +1 -0
  284. package/dist/actions/delete-an-api.mjs +13 -0
  285. package/dist/actions/delete-an-api.mjs.map +1 -0
  286. package/dist/actions/delete-an-apis-comment.cjs +19 -0
  287. package/dist/actions/delete-an-apis-comment.cjs.map +1 -0
  288. package/dist/actions/delete-an-apis-comment.d.cts +9 -0
  289. package/dist/actions/delete-an-apis-comment.d.cts.map +1 -0
  290. package/dist/actions/delete-an-apis-comment.d.mts +9 -0
  291. package/dist/actions/delete-an-apis-comment.d.mts.map +1 -0
  292. package/dist/actions/delete-an-apis-comment.mjs +16 -0
  293. package/dist/actions/delete-an-apis-comment.mjs.map +1 -0
  294. package/dist/actions/delete-an-environment.cjs +20 -0
  295. package/dist/actions/delete-an-environment.cjs.map +1 -0
  296. package/dist/actions/delete-an-environment.d.cts +9 -0
  297. package/dist/actions/delete-an-environment.d.cts.map +1 -0
  298. package/dist/actions/delete-an-environment.d.mts +9 -0
  299. package/dist/actions/delete-an-environment.d.mts.map +1 -0
  300. package/dist/actions/delete-an-environment.mjs +19 -0
  301. package/dist/actions/delete-an-environment.mjs.map +1 -0
  302. package/dist/actions/delete-monitor.cjs +20 -0
  303. package/dist/actions/delete-monitor.cjs.map +1 -0
  304. package/dist/actions/delete-monitor.d.cts +9 -0
  305. package/dist/actions/delete-monitor.d.cts.map +1 -0
  306. package/dist/actions/delete-monitor.d.mts +9 -0
  307. package/dist/actions/delete-monitor.d.mts.map +1 -0
  308. package/dist/actions/delete-monitor.mjs +19 -0
  309. package/dist/actions/delete-monitor.mjs.map +1 -0
  310. package/dist/actions/duplicate-a-collection.cjs +23 -0
  311. package/dist/actions/duplicate-a-collection.cjs.map +1 -0
  312. package/dist/actions/duplicate-a-collection.d.cts +9 -0
  313. package/dist/actions/duplicate-a-collection.d.cts.map +1 -0
  314. package/dist/actions/duplicate-a-collection.d.mts +9 -0
  315. package/dist/actions/duplicate-a-collection.d.mts.map +1 -0
  316. package/dist/actions/duplicate-a-collection.mjs +22 -0
  317. package/dist/actions/duplicate-a-collection.mjs.map +1 -0
  318. package/dist/actions/fork-collection.cjs +24 -0
  319. package/dist/actions/fork-collection.cjs.map +1 -0
  320. package/dist/actions/fork-collection.d.cts +9 -0
  321. package/dist/actions/fork-collection.d.cts.map +1 -0
  322. package/dist/actions/fork-collection.d.mts +9 -0
  323. package/dist/actions/fork-collection.d.mts.map +1 -0
  324. package/dist/actions/fork-collection.mjs +23 -0
  325. package/dist/actions/fork-collection.mjs.map +1 -0
  326. package/dist/actions/generate-a-collection-from-spec.cjs +27 -0
  327. package/dist/actions/generate-a-collection-from-spec.cjs.map +1 -0
  328. package/dist/actions/generate-a-collection-from-spec.d.cts +9 -0
  329. package/dist/actions/generate-a-collection-from-spec.d.cts.map +1 -0
  330. package/dist/actions/generate-a-collection-from-spec.d.mts +9 -0
  331. package/dist/actions/generate-a-collection-from-spec.d.mts.map +1 -0
  332. package/dist/actions/generate-a-collection-from-spec.mjs +24 -0
  333. package/dist/actions/generate-a-collection-from-spec.mjs.map +1 -0
  334. package/dist/actions/generate-spec-from-collection.cjs +25 -0
  335. package/dist/actions/generate-spec-from-collection.cjs.map +1 -0
  336. package/dist/actions/generate-spec-from-collection.d.cts +9 -0
  337. package/dist/actions/generate-spec-from-collection.d.cts.map +1 -0
  338. package/dist/actions/generate-spec-from-collection.d.mts +9 -0
  339. package/dist/actions/generate-spec-from-collection.d.mts.map +1 -0
  340. package/dist/actions/generate-spec-from-collection.mjs +22 -0
  341. package/dist/actions/generate-spec-from-collection.mjs.map +1 -0
  342. package/dist/actions/get-a-collections-comments.cjs +31 -0
  343. package/dist/actions/get-a-collections-comments.cjs.map +1 -0
  344. package/dist/actions/get-a-collections-comments.d.cts +9 -0
  345. package/dist/actions/get-a-collections-comments.d.cts.map +1 -0
  346. package/dist/actions/get-a-collections-comments.d.mts +9 -0
  347. package/dist/actions/get-a-collections-comments.d.mts.map +1 -0
  348. package/dist/actions/get-a-collections-comments.mjs +30 -0
  349. package/dist/actions/get-a-collections-comments.mjs.map +1 -0
  350. package/dist/actions/get-a-collections-forks.cjs +37 -0
  351. package/dist/actions/get-a-collections-forks.cjs.map +1 -0
  352. package/dist/actions/get-a-collections-forks.d.cts +9 -0
  353. package/dist/actions/get-a-collections-forks.d.cts.map +1 -0
  354. package/dist/actions/get-a-collections-forks.d.mts +9 -0
  355. package/dist/actions/get-a-collections-forks.d.mts.map +1 -0
  356. package/dist/actions/get-a-collections-forks.mjs +36 -0
  357. package/dist/actions/get-a-collections-forks.mjs.map +1 -0
  358. package/dist/actions/get-a-collections-pull-requests.cjs +27 -0
  359. package/dist/actions/get-a-collections-pull-requests.cjs.map +1 -0
  360. package/dist/actions/get-a-collections-pull-requests.d.cts +9 -0
  361. package/dist/actions/get-a-collections-pull-requests.d.cts.map +1 -0
  362. package/dist/actions/get-a-collections-pull-requests.d.mts +9 -0
  363. package/dist/actions/get-a-collections-pull-requests.d.mts.map +1 -0
  364. package/dist/actions/get-a-collections-pull-requests.mjs +26 -0
  365. package/dist/actions/get-a-collections-pull-requests.mjs.map +1 -0
  366. package/dist/actions/get-a-collections-roles.cjs +27 -0
  367. package/dist/actions/get-a-collections-roles.cjs.map +1 -0
  368. package/dist/actions/get-a-collections-roles.d.cts +9 -0
  369. package/dist/actions/get-a-collections-roles.d.cts.map +1 -0
  370. package/dist/actions/get-a-collections-roles.d.mts +9 -0
  371. package/dist/actions/get-a-collections-roles.d.mts.map +1 -0
  372. package/dist/actions/get-a-collections-roles.mjs +26 -0
  373. package/dist/actions/get-a-collections-roles.mjs.map +1 -0
  374. package/dist/actions/get-a-folder.cjs +39 -0
  375. package/dist/actions/get-a-folder.cjs.map +1 -0
  376. package/dist/actions/get-a-folder.d.cts +9 -0
  377. package/dist/actions/get-a-folder.d.cts.map +1 -0
  378. package/dist/actions/get-a-folder.d.mts +9 -0
  379. package/dist/actions/get-a-folder.d.mts.map +1 -0
  380. package/dist/actions/get-a-folder.mjs +38 -0
  381. package/dist/actions/get-a-folder.mjs.map +1 -0
  382. package/dist/actions/get-a-folders-comments.cjs +28 -0
  383. package/dist/actions/get-a-folders-comments.cjs.map +1 -0
  384. package/dist/actions/get-a-folders-comments.d.cts +9 -0
  385. package/dist/actions/get-a-folders-comments.d.cts.map +1 -0
  386. package/dist/actions/get-a-folders-comments.d.mts +9 -0
  387. package/dist/actions/get-a-folders-comments.d.mts.map +1 -0
  388. package/dist/actions/get-a-folders-comments.mjs +27 -0
  389. package/dist/actions/get-a-folders-comments.mjs.map +1 -0
  390. package/dist/actions/get-a-monitor.cjs +51 -0
  391. package/dist/actions/get-a-monitor.cjs.map +1 -0
  392. package/dist/actions/get-a-monitor.d.cts +9 -0
  393. package/dist/actions/get-a-monitor.d.cts.map +1 -0
  394. package/dist/actions/get-a-monitor.d.mts +9 -0
  395. package/dist/actions/get-a-monitor.d.mts.map +1 -0
  396. package/dist/actions/get-a-monitor.mjs +50 -0
  397. package/dist/actions/get-a-monitor.mjs.map +1 -0
  398. package/dist/actions/get-a-request.cjs +70 -0
  399. package/dist/actions/get-a-request.cjs.map +1 -0
  400. package/dist/actions/get-a-request.d.cts +9 -0
  401. package/dist/actions/get-a-request.d.cts.map +1 -0
  402. package/dist/actions/get-a-request.d.mts +9 -0
  403. package/dist/actions/get-a-request.d.mts.map +1 -0
  404. package/dist/actions/get-a-request.mjs +69 -0
  405. package/dist/actions/get-a-request.mjs.map +1 -0
  406. package/dist/actions/get-a-requests-comments.cjs +28 -0
  407. package/dist/actions/get-a-requests-comments.cjs.map +1 -0
  408. package/dist/actions/get-a-requests-comments.d.cts +9 -0
  409. package/dist/actions/get-a-requests-comments.d.cts.map +1 -0
  410. package/dist/actions/get-a-requests-comments.d.mts +9 -0
  411. package/dist/actions/get-a-requests-comments.d.mts.map +1 -0
  412. package/dist/actions/get-a-requests-comments.mjs +27 -0
  413. package/dist/actions/get-a-requests-comments.mjs.map +1 -0
  414. package/dist/actions/get-a-response.cjs +49 -0
  415. package/dist/actions/get-a-response.cjs.map +1 -0
  416. package/dist/actions/get-a-response.d.cts +9 -0
  417. package/dist/actions/get-a-response.d.cts.map +1 -0
  418. package/dist/actions/get-a-response.d.mts +9 -0
  419. package/dist/actions/get-a-response.d.mts.map +1 -0
  420. package/dist/actions/get-a-response.mjs +48 -0
  421. package/dist/actions/get-a-response.mjs.map +1 -0
  422. package/dist/actions/get-a-responses-comments.cjs +28 -0
  423. package/dist/actions/get-a-responses-comments.cjs.map +1 -0
  424. package/dist/actions/get-a-responses-comments.d.cts +9 -0
  425. package/dist/actions/get-a-responses-comments.d.cts.map +1 -0
  426. package/dist/actions/get-a-responses-comments.d.mts +9 -0
  427. package/dist/actions/get-a-responses-comments.d.mts.map +1 -0
  428. package/dist/actions/get-a-responses-comments.mjs +27 -0
  429. package/dist/actions/get-a-responses-comments.mjs.map +1 -0
  430. package/dist/actions/get-a-schema.cjs +43 -0
  431. package/dist/actions/get-a-schema.cjs.map +1 -0
  432. package/dist/actions/get-a-schema.d.cts +9 -0
  433. package/dist/actions/get-a-schema.d.cts.map +1 -0
  434. package/dist/actions/get-a-schema.d.mts +9 -0
  435. package/dist/actions/get-a-schema.d.mts.map +1 -0
  436. package/dist/actions/get-a-schema.mjs +42 -0
  437. package/dist/actions/get-a-schema.mjs.map +1 -0
  438. package/dist/actions/get-a-spec-file.cjs +29 -0
  439. package/dist/actions/get-a-spec-file.cjs.map +1 -0
  440. package/dist/actions/get-a-spec-file.d.cts +9 -0
  441. package/dist/actions/get-a-spec-file.d.cts.map +1 -0
  442. package/dist/actions/get-a-spec-file.d.mts +9 -0
  443. package/dist/actions/get-a-spec-file.d.mts.map +1 -0
  444. package/dist/actions/get-a-spec-file.mjs +26 -0
  445. package/dist/actions/get-a-spec-file.mjs.map +1 -0
  446. package/dist/actions/get-a-spec.cjs +24 -0
  447. package/dist/actions/get-a-spec.cjs.map +1 -0
  448. package/dist/actions/get-a-spec.d.cts +9 -0
  449. package/dist/actions/get-a-spec.d.cts.map +1 -0
  450. package/dist/actions/get-a-spec.d.mts +9 -0
  451. package/dist/actions/get-a-spec.d.mts.map +1 -0
  452. package/dist/actions/get-a-spec.mjs +21 -0
  453. package/dist/actions/get-a-spec.mjs.map +1 -0
  454. package/dist/actions/get-a-specs-definition.cjs +16 -0
  455. package/dist/actions/get-a-specs-definition.cjs.map +1 -0
  456. package/dist/actions/get-a-specs-definition.d.cts +9 -0
  457. package/dist/actions/get-a-specs-definition.d.cts.map +1 -0
  458. package/dist/actions/get-a-specs-definition.d.mts +9 -0
  459. package/dist/actions/get-a-specs-definition.d.mts.map +1 -0
  460. package/dist/actions/get-a-specs-definition.mjs +13 -0
  461. package/dist/actions/get-a-specs-definition.mjs.map +1 -0
  462. package/dist/actions/get-a-specs-files.cjs +30 -0
  463. package/dist/actions/get-a-specs-files.cjs.map +1 -0
  464. package/dist/actions/get-a-specs-files.d.cts +9 -0
  465. package/dist/actions/get-a-specs-files.d.cts.map +1 -0
  466. package/dist/actions/get-a-specs-files.d.mts +9 -0
  467. package/dist/actions/get-a-specs-files.d.mts.map +1 -0
  468. package/dist/actions/get-a-specs-files.mjs +29 -0
  469. package/dist/actions/get-a-specs-files.mjs.map +1 -0
  470. package/dist/actions/get-a-specs-generated-collections.cjs +31 -0
  471. package/dist/actions/get-a-specs-generated-collections.cjs.map +1 -0
  472. package/dist/actions/get-a-specs-generated-collections.d.cts +9 -0
  473. package/dist/actions/get-a-specs-generated-collections.d.cts.map +1 -0
  474. package/dist/actions/get-a-specs-generated-collections.d.mts +9 -0
  475. package/dist/actions/get-a-specs-generated-collections.d.mts.map +1 -0
  476. package/dist/actions/get-a-specs-generated-collections.mjs +30 -0
  477. package/dist/actions/get-a-specs-generated-collections.mjs.map +1 -0
  478. package/dist/actions/get-a-team-user.cjs +23 -0
  479. package/dist/actions/get-a-team-user.cjs.map +1 -0
  480. package/dist/actions/get-a-team-user.d.cts +9 -0
  481. package/dist/actions/get-a-team-user.d.cts.map +1 -0
  482. package/dist/actions/get-a-team-user.d.mts +9 -0
  483. package/dist/actions/get-a-team-user.d.mts.map +1 -0
  484. package/dist/actions/get-a-team-user.mjs +20 -0
  485. package/dist/actions/get-a-team-user.mjs.map +1 -0
  486. package/dist/actions/get-a-workspace.cjs +57 -0
  487. package/dist/actions/get-a-workspace.cjs.map +1 -0
  488. package/dist/actions/get-a-workspace.d.cts +9 -0
  489. package/dist/actions/get-a-workspace.d.cts.map +1 -0
  490. package/dist/actions/get-a-workspace.d.mts +9 -0
  491. package/dist/actions/get-a-workspace.d.mts.map +1 -0
  492. package/dist/actions/get-a-workspace.mjs +56 -0
  493. package/dist/actions/get-a-workspace.mjs.map +1 -0
  494. package/dist/actions/get-a-workspaces-activity-feed.cjs +42 -0
  495. package/dist/actions/get-a-workspaces-activity-feed.cjs.map +1 -0
  496. package/dist/actions/get-a-workspaces-activity-feed.d.cts +9 -0
  497. package/dist/actions/get-a-workspaces-activity-feed.d.cts.map +1 -0
  498. package/dist/actions/get-a-workspaces-activity-feed.d.mts +9 -0
  499. package/dist/actions/get-a-workspaces-activity-feed.d.mts.map +1 -0
  500. package/dist/actions/get-a-workspaces-activity-feed.mjs +41 -0
  501. package/dist/actions/get-a-workspaces-activity-feed.mjs.map +1 -0
  502. package/dist/actions/get-a-workspaces-roles.cjs +21 -0
  503. package/dist/actions/get-a-workspaces-roles.cjs.map +1 -0
  504. package/dist/actions/get-a-workspaces-roles.d.cts +9 -0
  505. package/dist/actions/get-a-workspaces-roles.d.cts.map +1 -0
  506. package/dist/actions/get-a-workspaces-roles.d.mts +9 -0
  507. package/dist/actions/get-a-workspaces-roles.d.mts.map +1 -0
  508. package/dist/actions/get-a-workspaces-roles.mjs +20 -0
  509. package/dist/actions/get-a-workspaces-roles.mjs.map +1 -0
  510. package/dist/actions/get-accounts.cjs +29 -0
  511. package/dist/actions/get-accounts.cjs.map +1 -0
  512. package/dist/actions/get-accounts.d.cts +9 -0
  513. package/dist/actions/get-accounts.d.cts.map +1 -0
  514. package/dist/actions/get-accounts.d.mts +9 -0
  515. package/dist/actions/get-accounts.d.mts.map +1 -0
  516. package/dist/actions/get-accounts.mjs +28 -0
  517. package/dist/actions/get-accounts.mjs.map +1 -0
  518. package/dist/actions/get-all-apis.cjs +37 -0
  519. package/dist/actions/get-all-apis.cjs.map +1 -0
  520. package/dist/actions/get-all-apis.d.cts +9 -0
  521. package/dist/actions/get-all-apis.d.cts.map +1 -0
  522. package/dist/actions/get-all-apis.d.mts +9 -0
  523. package/dist/actions/get-all-apis.d.mts.map +1 -0
  524. package/dist/actions/get-all-apis.mjs +36 -0
  525. package/dist/actions/get-all-apis.mjs.map +1 -0
  526. package/dist/actions/get-all-collections2.cjs +36 -0
  527. package/dist/actions/get-all-collections2.cjs.map +1 -0
  528. package/dist/actions/get-all-collections2.d.cts +9 -0
  529. package/dist/actions/get-all-collections2.d.cts.map +1 -0
  530. package/dist/actions/get-all-collections2.d.mts +9 -0
  531. package/dist/actions/get-all-collections2.d.mts.map +1 -0
  532. package/dist/actions/get-all-collections2.mjs +35 -0
  533. package/dist/actions/get-all-collections2.mjs.map +1 -0
  534. package/dist/actions/get-all-environments.cjs +32 -0
  535. package/dist/actions/get-all-environments.cjs.map +1 -0
  536. package/dist/actions/get-all-environments.d.cts +9 -0
  537. package/dist/actions/get-all-environments.d.cts.map +1 -0
  538. package/dist/actions/get-all-environments.d.mts +9 -0
  539. package/dist/actions/get-all-environments.d.mts.map +1 -0
  540. package/dist/actions/get-all-environments.mjs +31 -0
  541. package/dist/actions/get-all-environments.mjs.map +1 -0
  542. package/dist/actions/get-all-forked-collections.cjs +38 -0
  543. package/dist/actions/get-all-forked-collections.cjs.map +1 -0
  544. package/dist/actions/get-all-forked-collections.d.cts +9 -0
  545. package/dist/actions/get-all-forked-collections.d.cts.map +1 -0
  546. package/dist/actions/get-all-forked-collections.d.mts +9 -0
  547. package/dist/actions/get-all-forked-collections.d.mts.map +1 -0
  548. package/dist/actions/get-all-forked-collections.mjs +37 -0
  549. package/dist/actions/get-all-forked-collections.mjs.map +1 -0
  550. package/dist/actions/get-all-groups.cjs +34 -0
  551. package/dist/actions/get-all-groups.cjs.map +1 -0
  552. package/dist/actions/get-all-groups.d.cts +9 -0
  553. package/dist/actions/get-all-groups.d.cts.map +1 -0
  554. package/dist/actions/get-all-groups.d.mts +9 -0
  555. package/dist/actions/get-all-groups.d.mts.map +1 -0
  556. package/dist/actions/get-all-groups.mjs +33 -0
  557. package/dist/actions/get-all-groups.mjs.map +1 -0
  558. package/dist/actions/get-all-linked-relations.cjs +30 -0
  559. package/dist/actions/get-all-linked-relations.cjs.map +1 -0
  560. package/dist/actions/get-all-linked-relations.d.cts +9 -0
  561. package/dist/actions/get-all-linked-relations.d.cts.map +1 -0
  562. package/dist/actions/get-all-linked-relations.d.mts +9 -0
  563. package/dist/actions/get-all-linked-relations.d.mts.map +1 -0
  564. package/dist/actions/get-all-linked-relations.mjs +29 -0
  565. package/dist/actions/get-all-linked-relations.mjs.map +1 -0
  566. package/dist/actions/get-all-mock-servers.cjs +37 -0
  567. package/dist/actions/get-all-mock-servers.cjs.map +1 -0
  568. package/dist/actions/get-all-mock-servers.d.cts +9 -0
  569. package/dist/actions/get-all-mock-servers.d.cts.map +1 -0
  570. package/dist/actions/get-all-mock-servers.d.mts +9 -0
  571. package/dist/actions/get-all-mock-servers.d.mts.map +1 -0
  572. package/dist/actions/get-all-mock-servers.mjs +36 -0
  573. package/dist/actions/get-all-mock-servers.mjs.map +1 -0
  574. package/dist/actions/get-all-monitors.cjs +32 -0
  575. package/dist/actions/get-all-monitors.cjs.map +1 -0
  576. package/dist/actions/get-all-monitors.d.cts +9 -0
  577. package/dist/actions/get-all-monitors.d.cts.map +1 -0
  578. package/dist/actions/get-all-monitors.d.mts +9 -0
  579. package/dist/actions/get-all-monitors.d.mts.map +1 -0
  580. package/dist/actions/get-all-monitors.mjs +31 -0
  581. package/dist/actions/get-all-monitors.mjs.map +1 -0
  582. package/dist/actions/get-all-specs.cjs +33 -0
  583. package/dist/actions/get-all-specs.cjs.map +1 -0
  584. package/dist/actions/get-all-specs.d.cts +9 -0
  585. package/dist/actions/get-all-specs.d.cts.map +1 -0
  586. package/dist/actions/get-all-specs.d.mts +9 -0
  587. package/dist/actions/get-all-specs.d.mts.map +1 -0
  588. package/dist/actions/get-all-specs.mjs +32 -0
  589. package/dist/actions/get-all-specs.mjs.map +1 -0
  590. package/dist/actions/get-all-team-users.cjs +24 -0
  591. package/dist/actions/get-all-team-users.cjs.map +1 -0
  592. package/dist/actions/get-all-team-users.d.cts +9 -0
  593. package/dist/actions/get-all-team-users.d.cts.map +1 -0
  594. package/dist/actions/get-all-team-users.d.mts +9 -0
  595. package/dist/actions/get-all-team-users.d.mts.map +1 -0
  596. package/dist/actions/get-all-team-users.mjs +23 -0
  597. package/dist/actions/get-all-team-users.mjs.map +1 -0
  598. package/dist/actions/get-all-versions.cjs +28 -0
  599. package/dist/actions/get-all-versions.cjs.map +1 -0
  600. package/dist/actions/get-all-versions.d.cts +9 -0
  601. package/dist/actions/get-all-versions.d.cts.map +1 -0
  602. package/dist/actions/get-all-versions.d.mts +9 -0
  603. package/dist/actions/get-all-versions.d.mts.map +1 -0
  604. package/dist/actions/get-all-versions.mjs +27 -0
  605. package/dist/actions/get-all-versions.mjs.map +1 -0
  606. package/dist/actions/get-all-workspaces.cjs +25 -0
  607. package/dist/actions/get-all-workspaces.cjs.map +1 -0
  608. package/dist/actions/get-all-workspaces.d.cts +9 -0
  609. package/dist/actions/get-all-workspaces.d.cts.map +1 -0
  610. package/dist/actions/get-all-workspaces.d.mts +9 -0
  611. package/dist/actions/get-all-workspaces.d.mts.map +1 -0
  612. package/dist/actions/get-all-workspaces.mjs +24 -0
  613. package/dist/actions/get-all-workspaces.mjs.map +1 -0
  614. package/dist/actions/get-an-api-version.cjs +29 -0
  615. package/dist/actions/get-an-api-version.cjs.map +1 -0
  616. package/dist/actions/get-an-api-version.d.cts +9 -0
  617. package/dist/actions/get-an-api-version.d.cts.map +1 -0
  618. package/dist/actions/get-an-api-version.d.mts +9 -0
  619. package/dist/actions/get-an-api-version.d.mts.map +1 -0
  620. package/dist/actions/get-an-api-version.mjs +28 -0
  621. package/dist/actions/get-an-api-version.mjs.map +1 -0
  622. package/dist/actions/get-an-api.cjs +37 -0
  623. package/dist/actions/get-an-api.cjs.map +1 -0
  624. package/dist/actions/get-an-api.d.cts +9 -0
  625. package/dist/actions/get-an-api.d.cts.map +1 -0
  626. package/dist/actions/get-an-api.d.mts +9 -0
  627. package/dist/actions/get-an-api.d.mts.map +1 -0
  628. package/dist/actions/get-an-api.mjs +36 -0
  629. package/dist/actions/get-an-api.mjs.map +1 -0
  630. package/dist/actions/get-an-apis-comments.cjs +28 -0
  631. package/dist/actions/get-an-apis-comments.cjs.map +1 -0
  632. package/dist/actions/get-an-apis-comments.d.cts +9 -0
  633. package/dist/actions/get-an-apis-comments.d.cts.map +1 -0
  634. package/dist/actions/get-an-apis-comments.d.mts +9 -0
  635. package/dist/actions/get-an-apis-comments.d.mts.map +1 -0
  636. package/dist/actions/get-an-apis-comments.mjs +27 -0
  637. package/dist/actions/get-an-apis-comments.mjs.map +1 -0
  638. package/dist/actions/get-an-environment.cjs +31 -0
  639. package/dist/actions/get-an-environment.cjs.map +1 -0
  640. package/dist/actions/get-an-environment.d.cts +9 -0
  641. package/dist/actions/get-an-environment.d.cts.map +1 -0
  642. package/dist/actions/get-an-environment.d.mts +9 -0
  643. package/dist/actions/get-an-environment.d.mts.map +1 -0
  644. package/dist/actions/get-an-environment.mjs +30 -0
  645. package/dist/actions/get-an-environment.mjs.map +1 -0
  646. package/dist/actions/get-an-environments-forks.cjs +32 -0
  647. package/dist/actions/get-an-environments-forks.cjs.map +1 -0
  648. package/dist/actions/get-an-environments-forks.d.cts +9 -0
  649. package/dist/actions/get-an-environments-forks.d.cts.map +1 -0
  650. package/dist/actions/get-an-environments-forks.d.mts +9 -0
  651. package/dist/actions/get-an-environments-forks.d.mts.map +1 -0
  652. package/dist/actions/get-an-environments-forks.mjs +31 -0
  653. package/dist/actions/get-an-environments-forks.mjs.map +1 -0
  654. package/dist/actions/get-async-collection-update-status.cjs +19 -0
  655. package/dist/actions/get-async-collection-update-status.cjs.map +1 -0
  656. package/dist/actions/get-async-collection-update-status.d.cts +9 -0
  657. package/dist/actions/get-async-collection-update-status.d.cts.map +1 -0
  658. package/dist/actions/get-async-collection-update-status.d.mts +9 -0
  659. package/dist/actions/get-async-collection-update-status.d.mts.map +1 -0
  660. package/dist/actions/get-async-collection-update-status.mjs +16 -0
  661. package/dist/actions/get-async-collection-update-status.mjs.map +1 -0
  662. package/dist/actions/get-authenticated-user.cjs +28 -0
  663. package/dist/actions/get-authenticated-user.cjs.map +1 -0
  664. package/dist/actions/get-authenticated-user.d.cts +9 -0
  665. package/dist/actions/get-authenticated-user.d.cts.map +1 -0
  666. package/dist/actions/get-authenticated-user.d.mts +9 -0
  667. package/dist/actions/get-authenticated-user.d.mts.map +1 -0
  668. package/dist/actions/get-authenticated-user.mjs +27 -0
  669. package/dist/actions/get-authenticated-user.mjs.map +1 -0
  670. package/dist/actions/get-collection-access-keys.cjs +36 -0
  671. package/dist/actions/get-collection-access-keys.cjs.map +1 -0
  672. package/dist/actions/get-collection-access-keys.d.cts +9 -0
  673. package/dist/actions/get-collection-access-keys.d.cts.map +1 -0
  674. package/dist/actions/get-collection-access-keys.d.mts +9 -0
  675. package/dist/actions/get-collection-access-keys.d.mts.map +1 -0
  676. package/dist/actions/get-collection-access-keys.mjs +35 -0
  677. package/dist/actions/get-collection-access-keys.mjs.map +1 -0
  678. package/dist/actions/get-duplication-task-status.cjs +20 -0
  679. package/dist/actions/get-duplication-task-status.cjs.map +1 -0
  680. package/dist/actions/get-duplication-task-status.d.cts +9 -0
  681. package/dist/actions/get-duplication-task-status.d.cts.map +1 -0
  682. package/dist/actions/get-duplication-task-status.d.mts +9 -0
  683. package/dist/actions/get-duplication-task-status.d.mts.map +1 -0
  684. package/dist/actions/get-duplication-task-status.mjs +19 -0
  685. package/dist/actions/get-duplication-task-status.mjs.map +1 -0
  686. package/dist/actions/get-generated-spec.cjs +36 -0
  687. package/dist/actions/get-generated-spec.cjs.map +1 -0
  688. package/dist/actions/get-generated-spec.d.cts +9 -0
  689. package/dist/actions/get-generated-spec.d.cts.map +1 -0
  690. package/dist/actions/get-generated-spec.d.mts +9 -0
  691. package/dist/actions/get-generated-spec.d.mts.map +1 -0
  692. package/dist/actions/get-generated-spec.mjs +35 -0
  693. package/dist/actions/get-generated-spec.mjs.map +1 -0
  694. package/dist/actions/get-global-variables.cjs +22 -0
  695. package/dist/actions/get-global-variables.cjs.map +1 -0
  696. package/dist/actions/get-global-variables.d.cts +9 -0
  697. package/dist/actions/get-global-variables.d.cts.map +1 -0
  698. package/dist/actions/get-global-variables.d.mts +9 -0
  699. package/dist/actions/get-global-variables.d.mts.map +1 -0
  700. package/dist/actions/get-global-variables.mjs +21 -0
  701. package/dist/actions/get-global-variables.mjs.map +1 -0
  702. package/dist/actions/get-resource-types.cjs +29 -0
  703. package/dist/actions/get-resource-types.cjs.map +1 -0
  704. package/dist/actions/get-resource-types.d.cts +9 -0
  705. package/dist/actions/get-resource-types.d.cts.map +1 -0
  706. package/dist/actions/get-resource-types.d.mts +9 -0
  707. package/dist/actions/get-resource-types.d.mts.map +1 -0
  708. package/dist/actions/get-resource-types.mjs +28 -0
  709. package/dist/actions/get-resource-types.mjs.map +1 -0
  710. package/dist/actions/get-schema-file-contents.cjs +30 -0
  711. package/dist/actions/get-schema-file-contents.cjs.map +1 -0
  712. package/dist/actions/get-schema-file-contents.d.cts +9 -0
  713. package/dist/actions/get-schema-file-contents.d.cts.map +1 -0
  714. package/dist/actions/get-schema-file-contents.d.mts +9 -0
  715. package/dist/actions/get-schema-file-contents.d.mts.map +1 -0
  716. package/dist/actions/get-schema-file-contents.mjs +27 -0
  717. package/dist/actions/get-schema-file-contents.mjs.map +1 -0
  718. package/dist/actions/get-schema-files.cjs +35 -0
  719. package/dist/actions/get-schema-files.cjs.map +1 -0
  720. package/dist/actions/get-schema-files.d.cts +9 -0
  721. package/dist/actions/get-schema-files.d.cts.map +1 -0
  722. package/dist/actions/get-schema-files.d.mts +9 -0
  723. package/dist/actions/get-schema-files.d.mts.map +1 -0
  724. package/dist/actions/get-schema-files.mjs +34 -0
  725. package/dist/actions/get-schema-files.mjs.map +1 -0
  726. package/dist/actions/get-service-provider-configuration.cjs +50 -0
  727. package/dist/actions/get-service-provider-configuration.cjs.map +1 -0
  728. package/dist/actions/get-service-provider-configuration.d.cts +9 -0
  729. package/dist/actions/get-service-provider-configuration.d.cts.map +1 -0
  730. package/dist/actions/get-service-provider-configuration.d.mts +9 -0
  731. package/dist/actions/get-service-provider-configuration.d.mts.map +1 -0
  732. package/dist/actions/get-service-provider-configuration.mjs +49 -0
  733. package/dist/actions/get-service-provider-configuration.mjs.map +1 -0
  734. package/dist/actions/get-source-collections-status.cjs +16 -0
  735. package/dist/actions/get-source-collections-status.cjs.map +1 -0
  736. package/dist/actions/get-source-collections-status.d.cts +9 -0
  737. package/dist/actions/get-source-collections-status.d.cts.map +1 -0
  738. package/dist/actions/get-source-collections-status.d.mts +9 -0
  739. package/dist/actions/get-source-collections-status.d.mts.map +1 -0
  740. package/dist/actions/get-source-collections-status.mjs +13 -0
  741. package/dist/actions/get-source-collections-status.mjs.map +1 -0
  742. package/dist/actions/get-unclassified-relations.cjs +19 -0
  743. package/dist/actions/get-unclassified-relations.cjs.map +1 -0
  744. package/dist/actions/get-unclassified-relations.d.cts +9 -0
  745. package/dist/actions/get-unclassified-relations.d.cts.map +1 -0
  746. package/dist/actions/get-unclassified-relations.d.mts +9 -0
  747. package/dist/actions/get-unclassified-relations.d.mts.map +1 -0
  748. package/dist/actions/get-unclassified-relations.mjs +16 -0
  749. package/dist/actions/get-unclassified-relations.mjs.map +1 -0
  750. package/dist/actions/import-openapi.cjs +25 -0
  751. package/dist/actions/import-openapi.cjs.map +1 -0
  752. package/dist/actions/import-openapi.d.cts +9 -0
  753. package/dist/actions/import-openapi.d.cts.map +1 -0
  754. package/dist/actions/import-openapi.d.mts +9 -0
  755. package/dist/actions/import-openapi.d.mts.map +1 -0
  756. package/dist/actions/import-openapi.mjs +24 -0
  757. package/dist/actions/import-openapi.mjs.map +1 -0
  758. package/dist/actions/index.cjs +253 -0
  759. package/dist/actions/index.d.cts +127 -0
  760. package/dist/actions/index.d.mts +127 -0
  761. package/dist/actions/index.mjs +127 -0
  762. package/dist/actions/list-account-invoices.cjs +31 -0
  763. package/dist/actions/list-account-invoices.cjs.map +1 -0
  764. package/dist/actions/list-account-invoices.d.cts +9 -0
  765. package/dist/actions/list-account-invoices.d.cts.map +1 -0
  766. package/dist/actions/list-account-invoices.d.mts +9 -0
  767. package/dist/actions/list-account-invoices.d.mts.map +1 -0
  768. package/dist/actions/list-account-invoices.mjs +30 -0
  769. package/dist/actions/list-account-invoices.mjs.map +1 -0
  770. package/dist/actions/merge-a-fork2.cjs +20 -0
  771. package/dist/actions/merge-a-fork2.cjs.map +1 -0
  772. package/dist/actions/merge-a-fork2.d.cts +9 -0
  773. package/dist/actions/merge-a-fork2.d.cts.map +1 -0
  774. package/dist/actions/merge-a-fork2.d.mts +9 -0
  775. package/dist/actions/merge-a-fork2.d.mts.map +1 -0
  776. package/dist/actions/merge-a-fork2.mjs +19 -0
  777. package/dist/actions/merge-a-fork2.mjs.map +1 -0
  778. package/dist/actions/publish-a-mock-server.cjs +17 -0
  779. package/dist/actions/publish-a-mock-server.cjs.map +1 -0
  780. package/dist/actions/publish-a-mock-server.d.cts +9 -0
  781. package/dist/actions/publish-a-mock-server.d.cts.map +1 -0
  782. package/dist/actions/publish-a-mock-server.d.mts +9 -0
  783. package/dist/actions/publish-a-mock-server.d.mts.map +1 -0
  784. package/dist/actions/publish-a-mock-server.mjs +16 -0
  785. package/dist/actions/publish-a-mock-server.mjs.map +1 -0
  786. package/dist/actions/pull-source-changes2.cjs +20 -0
  787. package/dist/actions/pull-source-changes2.cjs.map +1 -0
  788. package/dist/actions/pull-source-changes2.d.cts +9 -0
  789. package/dist/actions/pull-source-changes2.d.cts.map +1 -0
  790. package/dist/actions/pull-source-changes2.d.mts +9 -0
  791. package/dist/actions/pull-source-changes2.d.mts.map +1 -0
  792. package/dist/actions/pull-source-changes2.mjs +19 -0
  793. package/dist/actions/pull-source-changes2.mjs.map +1 -0
  794. package/dist/actions/replace-an-environments-data.cjs +32 -0
  795. package/dist/actions/replace-an-environments-data.cjs.map +1 -0
  796. package/dist/actions/replace-an-environments-data.d.cts +9 -0
  797. package/dist/actions/replace-an-environments-data.d.cts.map +1 -0
  798. package/dist/actions/replace-an-environments-data.d.mts +9 -0
  799. package/dist/actions/replace-an-environments-data.d.mts.map +1 -0
  800. package/dist/actions/replace-an-environments-data.mjs +31 -0
  801. package/dist/actions/replace-an-environments-data.mjs.map +1 -0
  802. package/dist/actions/replace-collections-data-asynchronously.cjs +52 -0
  803. package/dist/actions/replace-collections-data-asynchronously.cjs.map +1 -0
  804. package/dist/actions/replace-collections-data-asynchronously.d.cts +9 -0
  805. package/dist/actions/replace-collections-data-asynchronously.d.cts.map +1 -0
  806. package/dist/actions/replace-collections-data-asynchronously.d.mts +9 -0
  807. package/dist/actions/replace-collections-data-asynchronously.d.mts.map +1 -0
  808. package/dist/actions/replace-collections-data-asynchronously.mjs +51 -0
  809. package/dist/actions/replace-collections-data-asynchronously.mjs.map +1 -0
  810. package/dist/actions/resolve-a-comment-thread.cjs +16 -0
  811. package/dist/actions/resolve-a-comment-thread.cjs.map +1 -0
  812. package/dist/actions/resolve-a-comment-thread.d.cts +9 -0
  813. package/dist/actions/resolve-a-comment-thread.d.cts.map +1 -0
  814. package/dist/actions/resolve-a-comment-thread.d.mts +9 -0
  815. package/dist/actions/resolve-a-comment-thread.d.mts.map +1 -0
  816. package/dist/actions/resolve-a-comment-thread.mjs +13 -0
  817. package/dist/actions/resolve-a-comment-thread.mjs.map +1 -0
  818. package/dist/actions/review-a-pull-request.cjs +34 -0
  819. package/dist/actions/review-a-pull-request.cjs.map +1 -0
  820. package/dist/actions/review-a-pull-request.d.cts +9 -0
  821. package/dist/actions/review-a-pull-request.d.cts.map +1 -0
  822. package/dist/actions/review-a-pull-request.d.mts +9 -0
  823. package/dist/actions/review-a-pull-request.d.mts.map +1 -0
  824. package/dist/actions/review-a-pull-request.mjs +33 -0
  825. package/dist/actions/review-a-pull-request.mjs.map +1 -0
  826. package/dist/actions/run-a-monitor.cjs +37 -0
  827. package/dist/actions/run-a-monitor.cjs.map +1 -0
  828. package/dist/actions/run-a-monitor.d.cts +9 -0
  829. package/dist/actions/run-a-monitor.d.cts.map +1 -0
  830. package/dist/actions/run-a-monitor.d.mts +9 -0
  831. package/dist/actions/run-a-monitor.d.mts.map +1 -0
  832. package/dist/actions/run-a-monitor.mjs +36 -0
  833. package/dist/actions/run-a-monitor.mjs.map +1 -0
  834. package/dist/actions/sync-collection-with-schema.cjs +22 -0
  835. package/dist/actions/sync-collection-with-schema.cjs.map +1 -0
  836. package/dist/actions/sync-collection-with-schema.d.cts +9 -0
  837. package/dist/actions/sync-collection-with-schema.d.cts.map +1 -0
  838. package/dist/actions/sync-collection-with-schema.d.mts +9 -0
  839. package/dist/actions/sync-collection-with-schema.d.mts.map +1 -0
  840. package/dist/actions/sync-collection-with-schema.mjs +19 -0
  841. package/dist/actions/sync-collection-with-schema.mjs.map +1 -0
  842. package/dist/actions/sync-collection-with-spec.cjs +22 -0
  843. package/dist/actions/sync-collection-with-spec.cjs.map +1 -0
  844. package/dist/actions/sync-collection-with-spec.d.cts +9 -0
  845. package/dist/actions/sync-collection-with-spec.d.cts.map +1 -0
  846. package/dist/actions/sync-collection-with-spec.d.mts +9 -0
  847. package/dist/actions/sync-collection-with-spec.d.mts.map +1 -0
  848. package/dist/actions/sync-collection-with-spec.mjs +19 -0
  849. package/dist/actions/sync-collection-with-spec.mjs.map +1 -0
  850. package/dist/actions/sync-spec-with-collection.cjs +22 -0
  851. package/dist/actions/sync-spec-with-collection.cjs.map +1 -0
  852. package/dist/actions/sync-spec-with-collection.d.cts +9 -0
  853. package/dist/actions/sync-spec-with-collection.d.cts.map +1 -0
  854. package/dist/actions/sync-spec-with-collection.d.mts +9 -0
  855. package/dist/actions/sync-spec-with-collection.d.mts.map +1 -0
  856. package/dist/actions/sync-spec-with-collection.mjs +19 -0
  857. package/dist/actions/sync-spec-with-collection.mjs.map +1 -0
  858. package/dist/actions/transfer-folders.cjs +28 -0
  859. package/dist/actions/transfer-folders.cjs.map +1 -0
  860. package/dist/actions/transfer-folders.d.cts +9 -0
  861. package/dist/actions/transfer-folders.d.cts.map +1 -0
  862. package/dist/actions/transfer-folders.d.mts +9 -0
  863. package/dist/actions/transfer-folders.d.mts.map +1 -0
  864. package/dist/actions/transfer-folders.mjs +25 -0
  865. package/dist/actions/transfer-folders.mjs.map +1 -0
  866. package/dist/actions/transform-collection-to-openapi.cjs +16 -0
  867. package/dist/actions/transform-collection-to-openapi.cjs.map +1 -0
  868. package/dist/actions/transform-collection-to-openapi.d.cts +9 -0
  869. package/dist/actions/transform-collection-to-openapi.d.cts.map +1 -0
  870. package/dist/actions/transform-collection-to-openapi.d.mts +9 -0
  871. package/dist/actions/transform-collection-to-openapi.d.mts.map +1 -0
  872. package/dist/actions/transform-collection-to-openapi.mjs +13 -0
  873. package/dist/actions/transform-collection-to-openapi.mjs.map +1 -0
  874. package/dist/actions/update-a-folder.cjs +41 -0
  875. package/dist/actions/update-a-folder.cjs.map +1 -0
  876. package/dist/actions/update-a-folder.d.cts +9 -0
  877. package/dist/actions/update-a-folder.d.cts.map +1 -0
  878. package/dist/actions/update-a-folder.d.mts +9 -0
  879. package/dist/actions/update-a-folder.d.mts.map +1 -0
  880. package/dist/actions/update-a-folder.mjs +40 -0
  881. package/dist/actions/update-a-folder.mjs.map +1 -0
  882. package/dist/actions/update-a-folders-comment.cjs +30 -0
  883. package/dist/actions/update-a-folders-comment.cjs.map +1 -0
  884. package/dist/actions/update-a-folders-comment.d.cts +9 -0
  885. package/dist/actions/update-a-folders-comment.d.cts.map +1 -0
  886. package/dist/actions/update-a-folders-comment.d.mts +9 -0
  887. package/dist/actions/update-a-folders-comment.d.mts.map +1 -0
  888. package/dist/actions/update-a-folders-comment.mjs +29 -0
  889. package/dist/actions/update-a-folders-comment.mjs.map +1 -0
  890. package/dist/actions/update-a-mock-server.cjs +45 -0
  891. package/dist/actions/update-a-mock-server.cjs.map +1 -0
  892. package/dist/actions/update-a-mock-server.d.cts +9 -0
  893. package/dist/actions/update-a-mock-server.d.cts.map +1 -0
  894. package/dist/actions/update-a-mock-server.d.mts +9 -0
  895. package/dist/actions/update-a-mock-server.d.mts.map +1 -0
  896. package/dist/actions/update-a-mock-server.mjs +44 -0
  897. package/dist/actions/update-a-mock-server.mjs.map +1 -0
  898. package/dist/actions/update-a-monitor.cjs +40 -0
  899. package/dist/actions/update-a-monitor.cjs.map +1 -0
  900. package/dist/actions/update-a-monitor.d.cts +9 -0
  901. package/dist/actions/update-a-monitor.d.cts.map +1 -0
  902. package/dist/actions/update-a-monitor.d.mts +9 -0
  903. package/dist/actions/update-a-monitor.d.mts.map +1 -0
  904. package/dist/actions/update-a-monitor.mjs +39 -0
  905. package/dist/actions/update-a-monitor.mjs.map +1 -0
  906. package/dist/actions/update-a-pull-request.cjs +35 -0
  907. package/dist/actions/update-a-pull-request.cjs.map +1 -0
  908. package/dist/actions/update-a-pull-request.d.cts +9 -0
  909. package/dist/actions/update-a-pull-request.d.cts.map +1 -0
  910. package/dist/actions/update-a-pull-request.d.mts +9 -0
  911. package/dist/actions/update-a-pull-request.d.mts.map +1 -0
  912. package/dist/actions/update-a-pull-request.mjs +34 -0
  913. package/dist/actions/update-a-pull-request.mjs.map +1 -0
  914. package/dist/actions/update-a-request.cjs +49 -0
  915. package/dist/actions/update-a-request.cjs.map +1 -0
  916. package/dist/actions/update-a-request.d.cts +9 -0
  917. package/dist/actions/update-a-request.d.cts.map +1 -0
  918. package/dist/actions/update-a-request.d.mts +9 -0
  919. package/dist/actions/update-a-request.d.mts.map +1 -0
  920. package/dist/actions/update-a-request.mjs +48 -0
  921. package/dist/actions/update-a-request.mjs.map +1 -0
  922. package/dist/actions/update-a-requests-comment.cjs +29 -0
  923. package/dist/actions/update-a-requests-comment.cjs.map +1 -0
  924. package/dist/actions/update-a-requests-comment.d.cts +9 -0
  925. package/dist/actions/update-a-requests-comment.d.cts.map +1 -0
  926. package/dist/actions/update-a-requests-comment.d.mts +9 -0
  927. package/dist/actions/update-a-requests-comment.d.mts.map +1 -0
  928. package/dist/actions/update-a-requests-comment.mjs +26 -0
  929. package/dist/actions/update-a-requests-comment.mjs.map +1 -0
  930. package/dist/actions/update-a-response.cjs +66 -0
  931. package/dist/actions/update-a-response.cjs.map +1 -0
  932. package/dist/actions/update-a-response.d.cts +9 -0
  933. package/dist/actions/update-a-response.d.cts.map +1 -0
  934. package/dist/actions/update-a-response.d.mts +9 -0
  935. package/dist/actions/update-a-response.d.mts.map +1 -0
  936. package/dist/actions/update-a-response.mjs +65 -0
  937. package/dist/actions/update-a-response.mjs.map +1 -0
  938. package/dist/actions/update-a-responses-comment.cjs +29 -0
  939. package/dist/actions/update-a-responses-comment.cjs.map +1 -0
  940. package/dist/actions/update-a-responses-comment.d.cts +9 -0
  941. package/dist/actions/update-a-responses-comment.d.cts.map +1 -0
  942. package/dist/actions/update-a-responses-comment.d.mts +9 -0
  943. package/dist/actions/update-a-responses-comment.d.mts.map +1 -0
  944. package/dist/actions/update-a-responses-comment.mjs +26 -0
  945. package/dist/actions/update-a-responses-comment.mjs.map +1 -0
  946. package/dist/actions/update-a-server-response.cjs +40 -0
  947. package/dist/actions/update-a-server-response.cjs.map +1 -0
  948. package/dist/actions/update-a-server-response.d.cts +9 -0
  949. package/dist/actions/update-a-server-response.d.cts.map +1 -0
  950. package/dist/actions/update-a-server-response.d.mts +9 -0
  951. package/dist/actions/update-a-server-response.d.mts.map +1 -0
  952. package/dist/actions/update-a-server-response.mjs +39 -0
  953. package/dist/actions/update-a-server-response.mjs.map +1 -0
  954. package/dist/actions/update-a-spec-file.cjs +29 -0
  955. package/dist/actions/update-a-spec-file.cjs.map +1 -0
  956. package/dist/actions/update-a-spec-file.d.cts +9 -0
  957. package/dist/actions/update-a-spec-file.d.cts.map +1 -0
  958. package/dist/actions/update-a-spec-file.d.mts +9 -0
  959. package/dist/actions/update-a-spec-file.d.mts.map +1 -0
  960. package/dist/actions/update-a-spec-file.mjs +26 -0
  961. package/dist/actions/update-a-spec-file.mjs.map +1 -0
  962. package/dist/actions/update-a-specs-properties.cjs +27 -0
  963. package/dist/actions/update-a-specs-properties.cjs.map +1 -0
  964. package/dist/actions/update-a-specs-properties.d.cts +9 -0
  965. package/dist/actions/update-a-specs-properties.d.cts.map +1 -0
  966. package/dist/actions/update-a-specs-properties.d.mts +9 -0
  967. package/dist/actions/update-a-specs-properties.d.mts.map +1 -0
  968. package/dist/actions/update-a-specs-properties.mjs +24 -0
  969. package/dist/actions/update-a-specs-properties.mjs.map +1 -0
  970. package/dist/actions/update-a-workspace.cjs +34 -0
  971. package/dist/actions/update-a-workspace.cjs.map +1 -0
  972. package/dist/actions/update-a-workspace.d.cts +9 -0
  973. package/dist/actions/update-a-workspace.d.cts.map +1 -0
  974. package/dist/actions/update-a-workspace.d.mts +9 -0
  975. package/dist/actions/update-a-workspace.d.mts.map +1 -0
  976. package/dist/actions/update-a-workspace.mjs +33 -0
  977. package/dist/actions/update-a-workspace.mjs.map +1 -0
  978. package/dist/actions/update-an-api.cjs +36 -0
  979. package/dist/actions/update-an-api.cjs.map +1 -0
  980. package/dist/actions/update-an-api.d.cts +9 -0
  981. package/dist/actions/update-an-api.d.cts.map +1 -0
  982. package/dist/actions/update-an-api.d.mts +9 -0
  983. package/dist/actions/update-an-api.d.mts.map +1 -0
  984. package/dist/actions/update-an-api.mjs +35 -0
  985. package/dist/actions/update-an-api.mjs.map +1 -0
  986. package/dist/actions/update-an-apis-comment.cjs +28 -0
  987. package/dist/actions/update-an-apis-comment.cjs.map +1 -0
  988. package/dist/actions/update-an-apis-comment.d.cts +9 -0
  989. package/dist/actions/update-an-apis-comment.d.cts.map +1 -0
  990. package/dist/actions/update-an-apis-comment.d.mts +9 -0
  991. package/dist/actions/update-an-apis-comment.d.mts.map +1 -0
  992. package/dist/actions/update-an-apis-comment.mjs +25 -0
  993. package/dist/actions/update-an-apis-comment.mjs.map +1 -0
  994. package/dist/actions/update-an-environment.cjs +53 -0
  995. package/dist/actions/update-an-environment.cjs.map +1 -0
  996. package/dist/actions/update-an-environment.d.cts +9 -0
  997. package/dist/actions/update-an-environment.d.cts.map +1 -0
  998. package/dist/actions/update-an-environment.d.mts +9 -0
  999. package/dist/actions/update-an-environment.d.mts.map +1 -0
  1000. package/dist/actions/update-an-environment.mjs +52 -0
  1001. package/dist/actions/update-an-environment.mjs.map +1 -0
  1002. package/dist/actions/update-global-variables.cjs +30 -0
  1003. package/dist/actions/update-global-variables.cjs.map +1 -0
  1004. package/dist/actions/update-global-variables.d.cts +9 -0
  1005. package/dist/actions/update-global-variables.d.cts.map +1 -0
  1006. package/dist/actions/update-global-variables.d.mts +9 -0
  1007. package/dist/actions/update-global-variables.d.mts.map +1 -0
  1008. package/dist/actions/update-global-variables.mjs +29 -0
  1009. package/dist/actions/update-global-variables.mjs.map +1 -0
  1010. package/dist/actions/update-part-of-a-collection.cjs +65 -0
  1011. package/dist/actions/update-part-of-a-collection.cjs.map +1 -0
  1012. package/dist/actions/update-part-of-a-collection.d.cts +9 -0
  1013. package/dist/actions/update-part-of-a-collection.d.cts.map +1 -0
  1014. package/dist/actions/update-part-of-a-collection.d.mts +9 -0
  1015. package/dist/actions/update-part-of-a-collection.d.mts.map +1 -0
  1016. package/dist/actions/update-part-of-a-collection.mjs +64 -0
  1017. package/dist/actions/update-part-of-a-collection.mjs.map +1 -0
  1018. package/dist/app.cjs +9 -0
  1019. package/dist/app.cjs.map +1 -0
  1020. package/dist/app.d.cts +5 -0
  1021. package/dist/app.d.cts.map +1 -0
  1022. package/dist/app.d.mts +5 -0
  1023. package/dist/app.d.mts.map +1 -0
  1024. package/dist/app.mjs +10 -0
  1025. package/dist/app.mjs.map +1 -0
  1026. package/dist/catalog.cjs +15 -0
  1027. package/dist/catalog.cjs.map +1 -0
  1028. package/dist/catalog.d.cts +14 -0
  1029. package/dist/catalog.d.cts.map +1 -0
  1030. package/dist/catalog.d.mts +14 -0
  1031. package/dist/catalog.d.mts.map +1 -0
  1032. package/dist/catalog.mjs +15 -0
  1033. package/dist/catalog.mjs.map +1 -0
  1034. package/dist/execute.cjs +18 -0
  1035. package/dist/execute.cjs.map +1 -0
  1036. package/dist/execute.mjs +18 -0
  1037. package/dist/execute.mjs.map +1 -0
  1038. package/dist/index.cjs +258 -0
  1039. package/dist/index.d.cts +129 -0
  1040. package/dist/index.d.mts +129 -0
  1041. package/dist/index.mjs +130 -0
  1042. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-collection-with-schema.d.cts","names":[],"sources":["../../src/actions/sync-collection-with-schema.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAGqB;AAAA,cAC7D,qCAAA,EAAuC,CAAA,CAAE,UAGuB;AAAA,cAEhE,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/sync-collection-with-schema.d.ts
4
+ declare const PostmanSyncCollectionWithSchemaInput: z.ZodTypeAny;
5
+ declare const PostmanSyncCollectionWithSchemaOutput: z.ZodTypeAny;
6
+ declare const postmanSyncCollectionWithSchema: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmanSyncCollectionWithSchema };
9
+ //# sourceMappingURL=sync-collection-with-schema.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-collection-with-schema.d.mts","names":[],"sources":["../../src/actions/sync-collection-with-schema.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAGqB;AAAA,cAC7D,qCAAA,EAAuC,CAAA,CAAE,UAGuB;AAAA,cAEhE,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const postmanSyncCollectionWithSchema = action("POSTMAN_SYNC_COLLECTION_WITH_SCHEMA", {
4
+ slug: "postman-sync-collection-with-schema",
5
+ name: "Sync Collection with API Schema",
6
+ description: "Tool to sync a collection attached to an API with the API schema. This is an asynchronous endpoint that returns HTTP 202 Accepted. Use when you need to synchronize a collection with changes made to the API schema. The collection must already be attached to the API. Returns a task ID that can be used to check the status of the sync operation.",
7
+ input: z.object({
8
+ api_id: z.string().describe("The unique identifier of the API. Must be in UUID format."),
9
+ collection_uid: z.string().describe("The unique identifier of the collection that is attached to the API. Format: userId-collectionId.")
10
+ }).describe("Request parameters to sync a collection with an API schema."),
11
+ output: z.object({
12
+ taskId: z.string().describe("The unique identifier of the asynchronous sync task. Use this to check task status.").nullable().optional(),
13
+ location: z.string().describe("URL to check the status of the sync task").nullable().optional()
14
+ }).describe("Response schema containing the task ID for the sync operation.")
15
+ });
16
+ //#endregion
17
+ export { postmanSyncCollectionWithSchema };
18
+
19
+ //# sourceMappingURL=sync-collection-with-schema.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-collection-with-schema.mjs","names":[],"sources":["../../src/actions/sync-collection-with-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmanSyncCollectionWithSchemaInput: z.ZodTypeAny = z.object({\n api_id: z.string().describe(\"The unique identifier of the API. Must be in UUID format.\"),\n collection_uid: z.string().describe(\"The unique identifier of the collection that is attached to the API. Format: userId-collectionId.\"),\n}).describe(\"Request parameters to sync a collection with an API schema.\");\nexport const PostmanSyncCollectionWithSchemaOutput: z.ZodTypeAny = z.object({\n taskId: z.string().describe(\"The unique identifier of the asynchronous sync task. Use this to check task status.\").nullable().optional(),\n location: z.string().describe(\"URL to check the status of the sync task\").nullable().optional(),\n}).describe(\"Response schema containing the task ID for the sync operation.\");\n\nexport const postmanSyncCollectionWithSchema = action(\"POSTMAN_SYNC_COLLECTION_WITH_SCHEMA\", {\n slug: \"postman-sync-collection-with-schema\",\n name: \"Sync Collection with API Schema\",\n description: \"Tool to sync a collection attached to an API with the API schema. This is an asynchronous endpoint that returns HTTP 202 Accepted. Use when you need to synchronize a collection with changes made to the API schema. The collection must already be attached to the API. Returns a task ID that can be used to check the status of the sync operation.\",\n input: PostmanSyncCollectionWithSchemaInput,\n output: PostmanSyncCollectionWithSchemaOutput,\n});\n"],"mappings":";;AAaA,MAAa,kCAAkC,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbgE,EAAE,OAAO;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACvF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG;CACzI,CAAC,CAAC,CAAC,SAAS,6DAUH;CACP,QAViE,EAAE,OAAO;EAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,CAAC,CAAC,CAAC,SAAS,gEAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/sync-collection-with-spec.ts
4
+ const PostmanSyncCollectionWithSpecInput = zod.z.object({
5
+ spec_id: zod.z.string().describe("The ID of the API specification to sync with the collection. This is the source specification that the collection was generated from."),
6
+ collection_uid: zod.z.string().describe("The UID of a collection that was generated from an API specification. This collection will be synchronized with its source specification.")
7
+ }).describe("Request parameters to sync a collection with its API specification.");
8
+ const PostmanSyncCollectionWithSpecOutput = zod.z.object({
9
+ url: zod.z.string().describe("The URL to poll for checking the status of the synchronization task").nullable().optional(),
10
+ taskId: zod.z.string().describe("The unique identifier of the asynchronous task for tracking the synchronization operation").nullable().optional()
11
+ }).describe("Response schema for the asynchronous collection synchronization operation.");
12
+ const postmanSyncCollectionWithSpec = require_action.action("POSTMAN_SYNC_COLLECTION_WITH_SPEC", {
13
+ slug: "postman-sync-collection-with-spec",
14
+ name: "Sync Collection with Specification",
15
+ description: "Tool to sync a collection generated from an API specification. This is an asynchronous operation that returns HTTP 202 Accepted. Use when you need to update a collection to match the latest version of its source API specification. The collection must have been generated from a spec.",
16
+ input: PostmanSyncCollectionWithSpecInput,
17
+ output: PostmanSyncCollectionWithSpecOutput
18
+ });
19
+ //#endregion
20
+ exports.postmanSyncCollectionWithSpec = postmanSyncCollectionWithSpec;
21
+
22
+ //# sourceMappingURL=sync-collection-with-spec.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-collection-with-spec.cjs","names":["z","action"],"sources":["../../src/actions/sync-collection-with-spec.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmanSyncCollectionWithSpecInput: z.ZodTypeAny = z.object({\n spec_id: z.string().describe(\"The ID of the API specification to sync with the collection. This is the source specification that the collection was generated from.\"),\n collection_uid: z.string().describe(\"The UID of a collection that was generated from an API specification. This collection will be synchronized with its source specification.\"),\n}).describe(\"Request parameters to sync a collection with its API specification.\");\nexport const PostmanSyncCollectionWithSpecOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The URL to poll for checking the status of the synchronization task\").nullable().optional(),\n taskId: z.string().describe(\"The unique identifier of the asynchronous task for tracking the synchronization operation\").nullable().optional(),\n}).describe(\"Response schema for the asynchronous collection synchronization operation.\");\n\nexport const postmanSyncCollectionWithSpec = action(\"POSTMAN_SYNC_COLLECTION_WITH_SPEC\", {\n slug: \"postman-sync-collection-with-spec\",\n name: \"Sync Collection with Specification\",\n description: \"Tool to sync a collection generated from an API specification. This is an asynchronous operation that returns HTTP 202 Accepted. Use when you need to update a collection to match the latest version of its source API specification. The collection must have been generated from a spec.\",\n input: PostmanSyncCollectionWithSpecInput,\n output: PostmanSyncCollectionWithSpecOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI;CACpK,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;AACjL,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/I,CAAC,CAAC,CAAC,SAAS,4EAA4E;AAExF,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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/sync-collection-with-spec.d.ts
4
+ declare const PostmanSyncCollectionWithSpecInput: z.ZodTypeAny;
5
+ declare const PostmanSyncCollectionWithSpecOutput: z.ZodTypeAny;
6
+ declare const postmanSyncCollectionWithSpec: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmanSyncCollectionWithSpec };
9
+ //# sourceMappingURL=sync-collection-with-spec.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-collection-with-spec.d.cts","names":[],"sources":["../../src/actions/sync-collection-with-spec.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAG+B;AAAA,cACrE,mCAAA,EAAqC,CAAA,CAAE,UAGqC;AAAA,cAE5E,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/sync-collection-with-spec.d.ts
4
+ declare const PostmanSyncCollectionWithSpecInput: z.ZodTypeAny;
5
+ declare const PostmanSyncCollectionWithSpecOutput: z.ZodTypeAny;
6
+ declare const postmanSyncCollectionWithSpec: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmanSyncCollectionWithSpec };
9
+ //# sourceMappingURL=sync-collection-with-spec.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-collection-with-spec.d.mts","names":[],"sources":["../../src/actions/sync-collection-with-spec.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAG+B;AAAA,cACrE,mCAAA,EAAqC,CAAA,CAAE,UAGqC;AAAA,cAE5E,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const postmanSyncCollectionWithSpec = action("POSTMAN_SYNC_COLLECTION_WITH_SPEC", {
4
+ slug: "postman-sync-collection-with-spec",
5
+ name: "Sync Collection with Specification",
6
+ description: "Tool to sync a collection generated from an API specification. This is an asynchronous operation that returns HTTP 202 Accepted. Use when you need to update a collection to match the latest version of its source API specification. The collection must have been generated from a spec.",
7
+ input: z.object({
8
+ spec_id: z.string().describe("The ID of the API specification to sync with the collection. This is the source specification that the collection was generated from."),
9
+ collection_uid: z.string().describe("The UID of a collection that was generated from an API specification. This collection will be synchronized with its source specification.")
10
+ }).describe("Request parameters to sync a collection with its API specification."),
11
+ output: z.object({
12
+ url: z.string().describe("The URL to poll for checking the status of the synchronization task").nullable().optional(),
13
+ taskId: z.string().describe("The unique identifier of the asynchronous task for tracking the synchronization operation").nullable().optional()
14
+ }).describe("Response schema for the asynchronous collection synchronization operation.")
15
+ });
16
+ //#endregion
17
+ export { postmanSyncCollectionWithSpec };
18
+
19
+ //# sourceMappingURL=sync-collection-with-spec.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-collection-with-spec.mjs","names":[],"sources":["../../src/actions/sync-collection-with-spec.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmanSyncCollectionWithSpecInput: z.ZodTypeAny = z.object({\n spec_id: z.string().describe(\"The ID of the API specification to sync with the collection. This is the source specification that the collection was generated from.\"),\n collection_uid: z.string().describe(\"The UID of a collection that was generated from an API specification. This collection will be synchronized with its source specification.\"),\n}).describe(\"Request parameters to sync a collection with its API specification.\");\nexport const PostmanSyncCollectionWithSpecOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The URL to poll for checking the status of the synchronization task\").nullable().optional(),\n taskId: z.string().describe(\"The unique identifier of the asynchronous task for tracking the synchronization operation\").nullable().optional(),\n}).describe(\"Response schema for the asynchronous collection synchronization operation.\");\n\nexport const postmanSyncCollectionWithSpec = action(\"POSTMAN_SYNC_COLLECTION_WITH_SPEC\", {\n slug: \"postman-sync-collection-with-spec\",\n name: \"Sync Collection with Specification\",\n description: \"Tool to sync a collection generated from an API specification. This is an asynchronous operation that returns HTTP 202 Accepted. Use when you need to update a collection to match the latest version of its source API specification. The collection must have been generated from a spec.\",\n input: PostmanSyncCollectionWithSpecInput,\n output: PostmanSyncCollectionWithSpecOutput,\n});\n"],"mappings":";;AAaA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb8D,EAAE,OAAO;EACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI;EACpK,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;CACjL,CAAC,CAAC,CAAC,SAAS,qEAUH;CACP,QAV+D,EAAE,OAAO;EACxE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/I,CAAC,CAAC,CAAC,SAAS,4EAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/sync-spec-with-collection.ts
4
+ const PostmanSyncSpecWithCollectionInput = zod.z.object({
5
+ spec_id: zod.z.string().describe("The unique identifier of the API specification to sync. Must be in UUID format."),
6
+ collection_uid: zod.z.string().describe("The unique identifier of the collection to sync with the specification. The collection must have been generated from this spec, and the spec must be a single-file specification.")
7
+ }).describe("Request parameters for syncing an API specification with a collection.");
8
+ const PostmanSyncSpecWithCollectionOutput = zod.z.object({
9
+ url: zod.z.string().describe("The relative URL to check the task status. Use GET request to this URL to monitor sync progress.").nullable().optional(),
10
+ taskId: zod.z.string().describe("The unique identifier for the asynchronous sync task. Use this to poll the task status.").nullable().optional()
11
+ }).describe("Response schema containing asynchronous task information for spec synchronization.");
12
+ const postmanSyncSpecWithCollection = require_action.action("POSTMAN_SYNC_SPEC_WITH_COLLECTION", {
13
+ slug: "postman-sync-spec-with-collection",
14
+ name: "Sync Spec with Collection",
15
+ description: "Tool to sync an API specification with a linked collection. This is an asynchronous operation that returns HTTP 202 Accepted with task tracking information. Use when you need to synchronize changes from a spec to its generated collection. Prerequisites: the collection must be generated from the spec, and the spec must be single-file.",
16
+ input: PostmanSyncSpecWithCollectionInput,
17
+ output: PostmanSyncSpecWithCollectionOutput
18
+ });
19
+ //#endregion
20
+ exports.postmanSyncSpecWithCollection = postmanSyncSpecWithCollection;
21
+
22
+ //# sourceMappingURL=sync-spec-with-collection.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-spec-with-collection.cjs","names":["z","action"],"sources":["../../src/actions/sync-spec-with-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmanSyncSpecWithCollectionInput: z.ZodTypeAny = z.object({\n spec_id: z.string().describe(\"The unique identifier of the API specification to sync. Must be in UUID format.\"),\n collection_uid: z.string().describe(\"The unique identifier of the collection to sync with the specification. The collection must have been generated from this spec, and the spec must be a single-file specification.\"),\n}).describe(\"Request parameters for syncing an API specification with a collection.\");\nexport const PostmanSyncSpecWithCollectionOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The relative URL to check the task status. Use GET request to this URL to monitor sync progress.\").nullable().optional(),\n taskId: z.string().describe(\"The unique identifier for the asynchronous sync task. Use this to poll the task status.\").nullable().optional(),\n}).describe(\"Response schema containing asynchronous task information for spec synchronization.\");\n\nexport const postmanSyncSpecWithCollection = action(\"POSTMAN_SYNC_SPEC_WITH_COLLECTION\", {\n slug: \"postman-sync-spec-with-collection\",\n name: \"Sync Spec with Collection\",\n description: \"Tool to sync an API specification with a linked collection. This is an asynchronous operation that returns HTTP 202 Accepted with task tracking information. Use when you need to synchronize changes from a spec to its generated collection. Prerequisites: the collection must be generated from the spec, and the spec must be single-file.\",\n input: PostmanSyncSpecWithCollectionInput,\n output: PostmanSyncSpecWithCollectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;CAC9G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mLAAmL;AACzN,CAAC,CAAC,CAAC,SAAS,wEAAwE;AACpF,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7I,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAEhG,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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/sync-spec-with-collection.d.ts
4
+ declare const PostmanSyncSpecWithCollectionInput: z.ZodTypeAny;
5
+ declare const PostmanSyncSpecWithCollectionOutput: z.ZodTypeAny;
6
+ declare const postmanSyncSpecWithCollection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmanSyncSpecWithCollection };
9
+ //# sourceMappingURL=sync-spec-with-collection.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-spec-with-collection.d.cts","names":[],"sources":["../../src/actions/sync-spec-with-collection.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGkC;AAAA,cACxE,mCAAA,EAAqC,CAAA,CAAE,UAG6C;AAAA,cAEpF,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/sync-spec-with-collection.d.ts
4
+ declare const PostmanSyncSpecWithCollectionInput: z.ZodTypeAny;
5
+ declare const PostmanSyncSpecWithCollectionOutput: z.ZodTypeAny;
6
+ declare const postmanSyncSpecWithCollection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmanSyncSpecWithCollection };
9
+ //# sourceMappingURL=sync-spec-with-collection.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-spec-with-collection.d.mts","names":[],"sources":["../../src/actions/sync-spec-with-collection.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGkC;AAAA,cACxE,mCAAA,EAAqC,CAAA,CAAE,UAG6C;AAAA,cAEpF,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const postmanSyncSpecWithCollection = action("POSTMAN_SYNC_SPEC_WITH_COLLECTION", {
4
+ slug: "postman-sync-spec-with-collection",
5
+ name: "Sync Spec with Collection",
6
+ description: "Tool to sync an API specification with a linked collection. This is an asynchronous operation that returns HTTP 202 Accepted with task tracking information. Use when you need to synchronize changes from a spec to its generated collection. Prerequisites: the collection must be generated from the spec, and the spec must be single-file.",
7
+ input: z.object({
8
+ spec_id: z.string().describe("The unique identifier of the API specification to sync. Must be in UUID format."),
9
+ collection_uid: z.string().describe("The unique identifier of the collection to sync with the specification. The collection must have been generated from this spec, and the spec must be a single-file specification.")
10
+ }).describe("Request parameters for syncing an API specification with a collection."),
11
+ output: z.object({
12
+ url: z.string().describe("The relative URL to check the task status. Use GET request to this URL to monitor sync progress.").nullable().optional(),
13
+ taskId: z.string().describe("The unique identifier for the asynchronous sync task. Use this to poll the task status.").nullable().optional()
14
+ }).describe("Response schema containing asynchronous task information for spec synchronization.")
15
+ });
16
+ //#endregion
17
+ export { postmanSyncSpecWithCollection };
18
+
19
+ //# sourceMappingURL=sync-spec-with-collection.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-spec-with-collection.mjs","names":[],"sources":["../../src/actions/sync-spec-with-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmanSyncSpecWithCollectionInput: z.ZodTypeAny = z.object({\n spec_id: z.string().describe(\"The unique identifier of the API specification to sync. Must be in UUID format.\"),\n collection_uid: z.string().describe(\"The unique identifier of the collection to sync with the specification. The collection must have been generated from this spec, and the spec must be a single-file specification.\"),\n}).describe(\"Request parameters for syncing an API specification with a collection.\");\nexport const PostmanSyncSpecWithCollectionOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The relative URL to check the task status. Use GET request to this URL to monitor sync progress.\").nullable().optional(),\n taskId: z.string().describe(\"The unique identifier for the asynchronous sync task. Use this to poll the task status.\").nullable().optional(),\n}).describe(\"Response schema containing asynchronous task information for spec synchronization.\");\n\nexport const postmanSyncSpecWithCollection = action(\"POSTMAN_SYNC_SPEC_WITH_COLLECTION\", {\n slug: \"postman-sync-spec-with-collection\",\n name: \"Sync Spec with Collection\",\n description: \"Tool to sync an API specification with a linked collection. This is an asynchronous operation that returns HTTP 202 Accepted with task tracking information. Use when you need to synchronize changes from a spec to its generated collection. Prerequisites: the collection must be generated from the spec, and the spec must be single-file.\",\n input: PostmanSyncSpecWithCollectionInput,\n output: PostmanSyncSpecWithCollectionOutput,\n});\n"],"mappings":";;AAaA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb8D,EAAE,OAAO;EACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;EAC9G,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mLAAmL;CACzN,CAAC,CAAC,CAAC,SAAS,wEAUH;CACP,QAV+D,EAAE,OAAO;EACxE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,CAAC,CAAC,CAAC,SAAS,oFAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/transfer-folders.ts
4
+ const PostmanTransferFoldersInput = zod.z.object({
5
+ ids: zod.z.array(zod.z.string()).describe("Array of folder unique identifiers (UIDs) to transfer. Each UID must be in format 'owner-folderId' (e.g., '50304422-f172eb50-ded9-dcc1-5c6a-1ad2a604bf55'). All folders must exist and be accessible."),
6
+ mode: zod.z.enum(["copy", "move"]).describe("Transfer mode: 'copy' creates duplicates of folders in target, 'move' relocates folders to target (removes from source)."),
7
+ target: zod.z.object({
8
+ id: zod.z.string().describe("The unique identifier (UID) of the target collection or folder in format 'owner-id' (e.g., '50304422-747b3035-ab7d-408e-bff9-ac1634a769d4')"),
9
+ model: zod.z.enum(["collection", "folder"]).describe("Type of target to transfer folders into. Use 'collection' to transfer into a collection root, or 'folder' to transfer into a specific folder.")
10
+ }).describe("Target location where folders should be transferred. Specify the model type (collection or folder) and its UID."),
11
+ location: zod.z.object({
12
+ id: zod.z.string().describe("Optional ID to position relative to. Use with model to place folders before/after a specific item.").optional(),
13
+ model: zod.z.string().describe("Optional model type for positioning relative to another item. Can be 'collection', 'folder', or 'request'.").optional(),
14
+ position: zod.z.enum(["start", "end"]).describe("Position where folders should be placed in the target. Use 'start' to place at beginning or 'end' to place at end.")
15
+ }).describe("Position within the target where folders should be placed. Specify 'start' or 'end' for the position.")
16
+ }).describe("Request parameters for transferring folders between collections or into folders.");
17
+ const PostmanTransferFoldersOutput = zod.z.object({ ids: zod.z.array(zod.z.string()).describe("Array of folder IDs created in the target location after the transfer operation. These are the new folder UIDs in the destination.").nullable().optional() }).describe("Response containing the IDs of transferred folders in the target location.");
18
+ const postmanTransferFolders = require_action.action("POSTMAN_TRANSFER_FOLDERS", {
19
+ slug: "postman-transfer-folders",
20
+ name: "Transfer Folders",
21
+ description: "Tool to copy or move folders into a collection or folder. Use when you need to reorganize collections by transferring folders between collections or into other folders.",
22
+ input: PostmanTransferFoldersInput,
23
+ output: PostmanTransferFoldersOutput
24
+ });
25
+ //#endregion
26
+ exports.postmanTransferFolders = postmanTransferFolders;
27
+
28
+ //# sourceMappingURL=transfer-folders.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transfer-folders.cjs","names":["z","action"],"sources":["../../src/actions/transfer-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmanTransferFoldersInput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"Array of folder unique identifiers (UIDs) to transfer. Each UID must be in format 'owner-folderId' (e.g., '50304422-f172eb50-ded9-dcc1-5c6a-1ad2a604bf55'). All folders must exist and be accessible.\"),\n mode: z.enum([\"copy\", \"move\"]).describe(\"Transfer mode: 'copy' creates duplicates of folders in target, 'move' relocates folders to target (removes from source).\"),\n target: z.object({\n id: z.string().describe(\"The unique identifier (UID) of the target collection or folder in format 'owner-id' (e.g., '50304422-747b3035-ab7d-408e-bff9-ac1634a769d4')\"),\n model: z.enum([\"collection\", \"folder\"]).describe(\"Type of target to transfer folders into. Use 'collection' to transfer into a collection root, or 'folder' to transfer into a specific folder.\"),\n}).describe(\"Target location where folders should be transferred. Specify the model type (collection or folder) and its UID.\"),\n location: z.object({\n id: z.string().describe(\"Optional ID to position relative to. Use with model to place folders before/after a specific item.\").optional(),\n model: z.string().describe(\"Optional model type for positioning relative to another item. Can be 'collection', 'folder', or 'request'.\").optional(),\n position: z.enum([\"start\", \"end\"]).describe(\"Position where folders should be placed in the target. Use 'start' to place at beginning or 'end' to place at end.\"),\n}).describe(\"Position within the target where folders should be placed. Specify 'start' or 'end' for the position.\"),\n}).describe(\"Request parameters for transferring folders between collections or into folders.\");\nexport const PostmanTransferFoldersOutput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"Array of folder IDs created in the target location after the transfer operation. These are the new folder UIDs in the destination.\").nullable().optional(),\n}).describe(\"Response containing the IDs of transferred folders in the target location.\");\n\nexport const postmanTransferFolders = action(\"POSTMAN_TRANSFER_FOLDERS\", {\n slug: \"postman-transfer-folders\",\n name: \"Transfer Folders\",\n description: \"Tool to copy or move folders into a collection or folder. Use when you need to reorganize collections by transferring folders between collections or into other folders.\",\n input: PostmanTransferFoldersInput,\n output: PostmanTransferFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uMAAuM;CACzO,MAAMA,IAAAA,EAAE,KAAK,CAAC,QAAQ,MAAM,CAAC,CAAC,CAAC,SAAS,0HAA0H;CAClK,QAAQA,IAAAA,EAAE,OAAO;EACjB,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6IAA6I;EACrK,OAAOA,IAAAA,EAAE,KAAK,CAAC,cAAc,QAAQ,CAAC,CAAC,CAAC,SAAS,+IAA+I;CAClM,CAAC,CAAC,CAAC,SAAS,iHAAiH;CAC3H,UAAUA,IAAAA,EAAE,OAAO;EACnB,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;EACvI,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;EAClJ,UAAUA,IAAAA,EAAE,KAAK,CAAC,SAAS,KAAK,CAAC,CAAC,CAAC,SAAS,oHAAoH;CAClK,CAAC,CAAC,CAAC,SAAS,uGAAuG;AACnH,CAAC,CAAC,CAAC,SAAS,kFAAkF;AAC9F,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9L,CAAC,CAAC,CAAC,SAAS,4EAA4E;AAExF,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,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/transfer-folders.d.ts
4
+ declare const PostmanTransferFoldersInput: z.ZodTypeAny;
5
+ declare const PostmanTransferFoldersOutput: z.ZodTypeAny;
6
+ declare const postmanTransferFolders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmanTransferFolders };
9
+ //# sourceMappingURL=transfer-folders.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transfer-folders.d.cts","names":[],"sources":["../../src/actions/transfer-folders.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAYmD;AAAA,cAClF,4BAAA,EAA8B,CAAA,CAAE,UAE4C;AAAA,cAE5E,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/transfer-folders.d.ts
4
+ declare const PostmanTransferFoldersInput: z.ZodTypeAny;
5
+ declare const PostmanTransferFoldersOutput: z.ZodTypeAny;
6
+ declare const postmanTransferFolders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmanTransferFolders };
9
+ //# sourceMappingURL=transfer-folders.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transfer-folders.d.mts","names":[],"sources":["../../src/actions/transfer-folders.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAYmD;AAAA,cAClF,4BAAA,EAA8B,CAAA,CAAE,UAE4C;AAAA,cAE5E,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const postmanTransferFolders = action("POSTMAN_TRANSFER_FOLDERS", {
4
+ slug: "postman-transfer-folders",
5
+ name: "Transfer Folders",
6
+ description: "Tool to copy or move folders into a collection or folder. Use when you need to reorganize collections by transferring folders between collections or into other folders.",
7
+ input: z.object({
8
+ ids: z.array(z.string()).describe("Array of folder unique identifiers (UIDs) to transfer. Each UID must be in format 'owner-folderId' (e.g., '50304422-f172eb50-ded9-dcc1-5c6a-1ad2a604bf55'). All folders must exist and be accessible."),
9
+ mode: z.enum(["copy", "move"]).describe("Transfer mode: 'copy' creates duplicates of folders in target, 'move' relocates folders to target (removes from source)."),
10
+ target: z.object({
11
+ id: z.string().describe("The unique identifier (UID) of the target collection or folder in format 'owner-id' (e.g., '50304422-747b3035-ab7d-408e-bff9-ac1634a769d4')"),
12
+ model: z.enum(["collection", "folder"]).describe("Type of target to transfer folders into. Use 'collection' to transfer into a collection root, or 'folder' to transfer into a specific folder.")
13
+ }).describe("Target location where folders should be transferred. Specify the model type (collection or folder) and its UID."),
14
+ location: z.object({
15
+ id: z.string().describe("Optional ID to position relative to. Use with model to place folders before/after a specific item.").optional(),
16
+ model: z.string().describe("Optional model type for positioning relative to another item. Can be 'collection', 'folder', or 'request'.").optional(),
17
+ position: z.enum(["start", "end"]).describe("Position where folders should be placed in the target. Use 'start' to place at beginning or 'end' to place at end.")
18
+ }).describe("Position within the target where folders should be placed. Specify 'start' or 'end' for the position.")
19
+ }).describe("Request parameters for transferring folders between collections or into folders."),
20
+ output: z.object({ ids: z.array(z.string()).describe("Array of folder IDs created in the target location after the transfer operation. These are the new folder UIDs in the destination.").nullable().optional() }).describe("Response containing the IDs of transferred folders in the target location.")
21
+ });
22
+ //#endregion
23
+ export { postmanTransferFolders };
24
+
25
+ //# sourceMappingURL=transfer-folders.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transfer-folders.mjs","names":[],"sources":["../../src/actions/transfer-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmanTransferFoldersInput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"Array of folder unique identifiers (UIDs) to transfer. Each UID must be in format 'owner-folderId' (e.g., '50304422-f172eb50-ded9-dcc1-5c6a-1ad2a604bf55'). All folders must exist and be accessible.\"),\n mode: z.enum([\"copy\", \"move\"]).describe(\"Transfer mode: 'copy' creates duplicates of folders in target, 'move' relocates folders to target (removes from source).\"),\n target: z.object({\n id: z.string().describe(\"The unique identifier (UID) of the target collection or folder in format 'owner-id' (e.g., '50304422-747b3035-ab7d-408e-bff9-ac1634a769d4')\"),\n model: z.enum([\"collection\", \"folder\"]).describe(\"Type of target to transfer folders into. Use 'collection' to transfer into a collection root, or 'folder' to transfer into a specific folder.\"),\n}).describe(\"Target location where folders should be transferred. Specify the model type (collection or folder) and its UID.\"),\n location: z.object({\n id: z.string().describe(\"Optional ID to position relative to. Use with model to place folders before/after a specific item.\").optional(),\n model: z.string().describe(\"Optional model type for positioning relative to another item. Can be 'collection', 'folder', or 'request'.\").optional(),\n position: z.enum([\"start\", \"end\"]).describe(\"Position where folders should be placed in the target. Use 'start' to place at beginning or 'end' to place at end.\"),\n}).describe(\"Position within the target where folders should be placed. Specify 'start' or 'end' for the position.\"),\n}).describe(\"Request parameters for transferring folders between collections or into folders.\");\nexport const PostmanTransferFoldersOutput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"Array of folder IDs created in the target location after the transfer operation. These are the new folder UIDs in the destination.\").nullable().optional(),\n}).describe(\"Response containing the IDs of transferred folders in the target location.\");\n\nexport const postmanTransferFolders = action(\"POSTMAN_TRANSFER_FOLDERS\", {\n slug: \"postman-transfer-folders\",\n name: \"Transfer Folders\",\n description: \"Tool to copy or move folders into a collection or folder. Use when you need to reorganize collections by transferring folders between collections or into other folders.\",\n input: PostmanTransferFoldersInput,\n output: PostmanTransferFoldersOutput,\n});\n"],"mappings":";;AAqBA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArBuD,EAAE,OAAO;EAChE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uMAAuM;EACzO,MAAM,EAAE,KAAK,CAAC,QAAQ,MAAM,CAAC,CAAC,CAAC,SAAS,0HAA0H;EAClK,QAAQ,EAAE,OAAO;GACjB,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6IAA6I;GACrK,OAAO,EAAE,KAAK,CAAC,cAAc,QAAQ,CAAC,CAAC,CAAC,SAAS,+IAA+I;EAClM,CAAC,CAAC,CAAC,SAAS,iHAAiH;EAC3H,UAAU,EAAE,OAAO;GACnB,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;GACvI,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;GAClJ,UAAU,EAAE,KAAK,CAAC,SAAS,KAAK,CAAC,CAAC,CAAC,SAAS,oHAAoH;EAClK,CAAC,CAAC,CAAC,SAAS,uGAAuG;CACnH,CAAC,CAAC,CAAC,SAAS,kFASH;CACP,QATwD,EAAE,OAAO,EACjE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9L,CAAC,CAAC,CAAC,SAAS,4EAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/transform-collection-to-openapi.ts
4
+ const PostmanTransformCollectionToOpenapiInput = zod.z.object({ collection_id: zod.z.string().describe("The unique identifier of the collection to transform into OpenAPI format") }).describe("Request model for transforming a Postman collection to OpenAPI format.");
5
+ const PostmanTransformCollectionToOpenapiOutput = zod.z.object({ output: zod.z.string().describe("Stringified JSON containing the OpenAPI 3.0.3 definition of the collection. Parse this string to get the full OpenAPI specification with paths, components, schemas, and server configurations.").nullable().optional() }).describe("Response model containing the OpenAPI definition as a stringified JSON.");
6
+ const postmanTransformCollectionToOpenapi = require_action.action("POSTMAN_TRANSFORM_COLLECTION_TO_OPENAPI", {
7
+ slug: "postman-transform-collection-to-openapi",
8
+ name: "Transform Collection to OpenAPI",
9
+ description: "Tool to transform an existing Postman Collection into a stringified OpenAPI 3.0.3 definition. Use when you need to convert a collection to OpenAPI format for API documentation or interoperability with other tools.",
10
+ input: PostmanTransformCollectionToOpenapiInput,
11
+ output: PostmanTransformCollectionToOpenapiOutput
12
+ });
13
+ //#endregion
14
+ exports.postmanTransformCollectionToOpenapi = postmanTransformCollectionToOpenapi;
15
+
16
+ //# sourceMappingURL=transform-collection-to-openapi.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transform-collection-to-openapi.cjs","names":["z","action"],"sources":["../../src/actions/transform-collection-to-openapi.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmanTransformCollectionToOpenapiInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to transform into OpenAPI format\"),\n}).describe(\"Request model for transforming a Postman collection to OpenAPI format.\");\nexport const PostmanTransformCollectionToOpenapiOutput: z.ZodTypeAny = z.object({\n output: z.string().describe(\"Stringified JSON containing the OpenAPI 3.0.3 definition of the collection. Parse this string to get the full OpenAPI specification with paths, components, schemas, and server configurations.\").nullable().optional(),\n}).describe(\"Response model containing the OpenAPI definition as a stringified JSON.\");\n\nexport const postmanTransformCollectionToOpenapi = action(\"POSTMAN_TRANSFORM_COLLECTION_TO_OPENAPI\", {\n slug: \"postman-transform-collection-to-openapi\",\n name: \"Transform Collection to OpenAPI\",\n description: \"Tool to transform an existing Postman Collection into a stringified OpenAPI 3.0.3 definition. Use when you need to convert a collection to OpenAPI format for API documentation or interoperability with other tools.\",\n input: PostmanTransformCollectionToOpenapiInput,\n output: PostmanTransformCollectionToOpenapiOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,EAC/G,CAAC,CAAC,CAAC,SAAS,wEAAwE;AACpF,MAAa,4CAA0DA,IAAAA,EAAE,OAAO,EAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iMAAiM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACrP,CAAC,CAAC,CAAC,SAAS,yEAAyE;AAErF,MAAa,sCAAsCC,eAAAA,OAAO,2CAA2C;CACnG,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/transform-collection-to-openapi.d.ts
4
+ declare const PostmanTransformCollectionToOpenapiInput: z.ZodTypeAny;
5
+ declare const PostmanTransformCollectionToOpenapiOutput: z.ZodTypeAny;
6
+ declare const postmanTransformCollectionToOpenapi: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmanTransformCollectionToOpenapi };
9
+ //# sourceMappingURL=transform-collection-to-openapi.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transform-collection-to-openapi.d.cts","names":[],"sources":["../../src/actions/transform-collection-to-openapi.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAE4B;AAAA,cACxE,yCAAA,EAA2C,CAAA,CAAE,UAE4B;AAAA,cAEzE,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/transform-collection-to-openapi.d.ts
4
+ declare const PostmanTransformCollectionToOpenapiInput: z.ZodTypeAny;
5
+ declare const PostmanTransformCollectionToOpenapiOutput: z.ZodTypeAny;
6
+ declare const postmanTransformCollectionToOpenapi: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmanTransformCollectionToOpenapi };
9
+ //# sourceMappingURL=transform-collection-to-openapi.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transform-collection-to-openapi.d.mts","names":[],"sources":["../../src/actions/transform-collection-to-openapi.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAE4B;AAAA,cACxE,yCAAA,EAA2C,CAAA,CAAE,UAE4B;AAAA,cAEzE,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const postmanTransformCollectionToOpenapi = action("POSTMAN_TRANSFORM_COLLECTION_TO_OPENAPI", {
4
+ slug: "postman-transform-collection-to-openapi",
5
+ name: "Transform Collection to OpenAPI",
6
+ description: "Tool to transform an existing Postman Collection into a stringified OpenAPI 3.0.3 definition. Use when you need to convert a collection to OpenAPI format for API documentation or interoperability with other tools.",
7
+ input: z.object({ collection_id: z.string().describe("The unique identifier of the collection to transform into OpenAPI format") }).describe("Request model for transforming a Postman collection to OpenAPI format."),
8
+ output: z.object({ output: z.string().describe("Stringified JSON containing the OpenAPI 3.0.3 definition of the collection. Parse this string to get the full OpenAPI specification with paths, components, schemas, and server configurations.").nullable().optional() }).describe("Response model containing the OpenAPI definition as a stringified JSON.")
9
+ });
10
+ //#endregion
11
+ export { postmanTransformCollectionToOpenapi };
12
+
13
+ //# sourceMappingURL=transform-collection-to-openapi.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transform-collection-to-openapi.mjs","names":[],"sources":["../../src/actions/transform-collection-to-openapi.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmanTransformCollectionToOpenapiInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to transform into OpenAPI format\"),\n}).describe(\"Request model for transforming a Postman collection to OpenAPI format.\");\nexport const PostmanTransformCollectionToOpenapiOutput: z.ZodTypeAny = z.object({\n output: z.string().describe(\"Stringified JSON containing the OpenAPI 3.0.3 definition of the collection. Parse this string to get the full OpenAPI specification with paths, components, schemas, and server configurations.\").nullable().optional(),\n}).describe(\"Response model containing the OpenAPI definition as a stringified JSON.\");\n\nexport const postmanTransformCollectionToOpenapi = action(\"POSTMAN_TRANSFORM_COLLECTION_TO_OPENAPI\", {\n slug: \"postman-transform-collection-to-openapi\",\n name: \"Transform Collection to OpenAPI\",\n description: \"Tool to transform an existing Postman Collection into a stringified OpenAPI 3.0.3 definition. Use when you need to convert a collection to OpenAPI format for API documentation or interoperability with other tools.\",\n input: PostmanTransformCollectionToOpenapiInput,\n output: PostmanTransformCollectionToOpenapiOutput,\n});\n"],"mappings":";;AAWA,MAAa,sCAAsC,OAAO,2CAA2C;CACnG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXoE,EAAE,OAAO,EAC7E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,EAC/G,CAAC,CAAC,CAAC,SAAS,wEASH;CACP,QATqE,EAAE,OAAO,EAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iMAAiM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACrP,CAAC,CAAC,CAAC,SAAS,yEAOF;AACV,CAAC"}
@@ -0,0 +1,41 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-a-folder.ts
4
+ const PostmanUpdateAFolderInput = zod.z.object({
5
+ name: zod.z.string().describe("The new name for the folder").optional(),
6
+ folder_id: zod.z.string().describe("The unique identifier of the folder to update"),
7
+ description: zod.z.string().describe("Optional updated description for the folder explaining its purpose").optional(),
8
+ collection_id: zod.z.string().describe("The unique identifier of the collection containing the folder")
9
+ }).describe("Request parameters to update a folder in a collection.");
10
+ const PostmanUpdateAFolder_FolderDataSchema = zod.z.object({
11
+ id: zod.z.string().describe("The unique identifier of the updated folder").nullable().optional(),
12
+ name: zod.z.string().describe("The name of the folder").nullable().optional(),
13
+ order: zod.z.array(zod.z.string()).describe("Array of request IDs in the folder's display order").nullable().optional(),
14
+ owner: zod.z.string().describe("The owner ID of the folder").nullable().optional(),
15
+ createdAt: zod.z.string().describe("ISO 8601 timestamp when the folder was created").nullable().optional(),
16
+ updatedAt: zod.z.string().describe("ISO 8601 timestamp when the folder was last updated").nullable().optional(),
17
+ collection: zod.z.string().describe("The collection ID containing this folder").nullable().optional(),
18
+ description: zod.z.string().describe("The description of the folder").nullable().optional(),
19
+ foldersOrder: zod.z.array(zod.z.string()).describe("Array of subfolder IDs in the folder's display order").nullable().optional(),
20
+ lastUpdatedBy: zod.z.string().describe("User ID who last updated the folder").nullable().optional()
21
+ }).describe("Data about the updated folder.");
22
+ const PostmanUpdateAFolder_MetaInfoSchema = zod.z.object({
23
+ model: zod.z.string().describe("The model type").nullable().optional(),
24
+ action: zod.z.string().describe("The action performed").nullable().optional()
25
+ }).describe("Metadata about the folder update operation.");
26
+ const PostmanUpdateAFolderOutput = zod.z.object({
27
+ data: PostmanUpdateAFolder_FolderDataSchema.nullable().optional(),
28
+ meta: PostmanUpdateAFolder_MetaInfoSchema.nullable().optional(),
29
+ model_id: zod.z.string().describe("The model ID of the updated folder").nullable().optional()
30
+ }).describe("Response model containing updated folder information.");
31
+ const postmanUpdateAFolder = require_action.action("POSTMAN_UPDATE_A_FOLDER", {
32
+ slug: "postman-update-a-folder",
33
+ name: "Update a Folder",
34
+ description: "Tool to update a folder in a Postman collection. Use when you need to modify the name or description of an existing folder. For complete properties and information, see the Postman Collection Format documentation.",
35
+ input: PostmanUpdateAFolderInput,
36
+ output: PostmanUpdateAFolderOutput
37
+ });
38
+ //#endregion
39
+ exports.postmanUpdateAFolder = postmanUpdateAFolder;
40
+
41
+ //# sourceMappingURL=update-a-folder.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-a-folder.cjs","names":["z","action"],"sources":["../../src/actions/update-a-folder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmanUpdateAFolderInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The new name for the folder\").optional(),\n folder_id: z.string().describe(\"The unique identifier of the folder to update\"),\n description: z.string().describe(\"Optional updated description for the folder explaining its purpose\").optional(),\n collection_id: z.string().describe(\"The unique identifier of the collection containing the folder\"),\n}).describe(\"Request parameters to update a folder in a collection.\");\nconst PostmanUpdateAFolder_FolderDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the updated folder\").nullable().optional(),\n name: z.string().describe(\"The name of the folder\").nullable().optional(),\n order: z.array(z.string()).describe(\"Array of request IDs in the folder's display order\").nullable().optional(),\n owner: z.string().describe(\"The owner ID of the folder\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the folder was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the folder was last updated\").nullable().optional(),\n collection: z.string().describe(\"The collection ID containing this folder\").nullable().optional(),\n description: z.string().describe(\"The description of the folder\").nullable().optional(),\n foldersOrder: z.array(z.string()).describe(\"Array of subfolder IDs in the folder's display order\").nullable().optional(),\n lastUpdatedBy: z.string().describe(\"User ID who last updated the folder\").nullable().optional(),\n}).describe(\"Data about the updated folder.\");\nconst PostmanUpdateAFolder_MetaInfoSchema: z.ZodTypeAny = z.object({\n model: z.string().describe(\"The model type\").nullable().optional(),\n action: z.string().describe(\"The action performed\").nullable().optional(),\n}).describe(\"Metadata about the folder update operation.\");\nexport const PostmanUpdateAFolderOutput: z.ZodTypeAny = z.object({\n data: PostmanUpdateAFolder_FolderDataSchema.nullable().optional(),\n meta: PostmanUpdateAFolder_MetaInfoSchema.nullable().optional(),\n model_id: z.string().describe(\"The model ID of the updated folder\").nullable().optional(),\n}).describe(\"Response model containing updated folder information.\");\n\nexport const postmanUpdateAFolder = action(\"POSTMAN_UPDATE_A_FOLDER\", {\n slug: \"postman-update-a-folder\",\n name: \"Update a Folder\",\n description: \"Tool to update a folder in a Postman collection. Use when you need to modify the name or description of an existing folder. For complete properties and information, see the Postman Collection Format documentation.\",\n input: PostmanUpdateAFolderInput,\n output: PostmanUpdateAFolderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAChH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;AACpG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChG,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAM,sCAAsC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAM,oCAAoC,SAAS,CAAC,CAAC,SAAS;CAC9D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,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/update-a-folder.d.ts
4
+ declare const PostmanUpdateAFolderInput: z.ZodTypeAny;
5
+ declare const PostmanUpdateAFolderOutput: z.ZodTypeAny;
6
+ declare const postmanUpdateAFolder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmanUpdateAFolder };
9
+ //# sourceMappingURL=update-a-folder.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-a-folder.d.cts","names":[],"sources":["../../src/actions/update-a-folder.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAK2B;AAAA,cAiBxD,0BAAA,EAA4B,CAAA,CAAE,UAIyB;AAAA,cAEvD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-a-folder.d.ts
4
+ declare const PostmanUpdateAFolderInput: z.ZodTypeAny;
5
+ declare const PostmanUpdateAFolderOutput: z.ZodTypeAny;
6
+ declare const postmanUpdateAFolder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmanUpdateAFolder };
9
+ //# sourceMappingURL=update-a-folder.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-a-folder.d.mts","names":[],"sources":["../../src/actions/update-a-folder.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAK2B;AAAA,cAiBxD,0BAAA,EAA4B,CAAA,CAAE,UAIyB;AAAA,cAEvD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,40 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-a-folder.ts
4
+ const PostmanUpdateAFolderInput = z.object({
5
+ name: z.string().describe("The new name for the folder").optional(),
6
+ folder_id: z.string().describe("The unique identifier of the folder to update"),
7
+ description: z.string().describe("Optional updated description for the folder explaining its purpose").optional(),
8
+ collection_id: z.string().describe("The unique identifier of the collection containing the folder")
9
+ }).describe("Request parameters to update a folder in a collection.");
10
+ const PostmanUpdateAFolder_FolderDataSchema = z.object({
11
+ id: z.string().describe("The unique identifier of the updated folder").nullable().optional(),
12
+ name: z.string().describe("The name of the folder").nullable().optional(),
13
+ order: z.array(z.string()).describe("Array of request IDs in the folder's display order").nullable().optional(),
14
+ owner: z.string().describe("The owner ID of the folder").nullable().optional(),
15
+ createdAt: z.string().describe("ISO 8601 timestamp when the folder was created").nullable().optional(),
16
+ updatedAt: z.string().describe("ISO 8601 timestamp when the folder was last updated").nullable().optional(),
17
+ collection: z.string().describe("The collection ID containing this folder").nullable().optional(),
18
+ description: z.string().describe("The description of the folder").nullable().optional(),
19
+ foldersOrder: z.array(z.string()).describe("Array of subfolder IDs in the folder's display order").nullable().optional(),
20
+ lastUpdatedBy: z.string().describe("User ID who last updated the folder").nullable().optional()
21
+ }).describe("Data about the updated folder.");
22
+ const PostmanUpdateAFolder_MetaInfoSchema = z.object({
23
+ model: z.string().describe("The model type").nullable().optional(),
24
+ action: z.string().describe("The action performed").nullable().optional()
25
+ }).describe("Metadata about the folder update operation.");
26
+ const postmanUpdateAFolder = action("POSTMAN_UPDATE_A_FOLDER", {
27
+ slug: "postman-update-a-folder",
28
+ name: "Update a Folder",
29
+ description: "Tool to update a folder in a Postman collection. Use when you need to modify the name or description of an existing folder. For complete properties and information, see the Postman Collection Format documentation.",
30
+ input: PostmanUpdateAFolderInput,
31
+ output: z.object({
32
+ data: PostmanUpdateAFolder_FolderDataSchema.nullable().optional(),
33
+ meta: PostmanUpdateAFolder_MetaInfoSchema.nullable().optional(),
34
+ model_id: z.string().describe("The model ID of the updated folder").nullable().optional()
35
+ }).describe("Response model containing updated folder information.")
36
+ });
37
+ //#endregion
38
+ export { postmanUpdateAFolder };
39
+
40
+ //# sourceMappingURL=update-a-folder.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-a-folder.mjs","names":[],"sources":["../../src/actions/update-a-folder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmanUpdateAFolderInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The new name for the folder\").optional(),\n folder_id: z.string().describe(\"The unique identifier of the folder to update\"),\n description: z.string().describe(\"Optional updated description for the folder explaining its purpose\").optional(),\n collection_id: z.string().describe(\"The unique identifier of the collection containing the folder\"),\n}).describe(\"Request parameters to update a folder in a collection.\");\nconst PostmanUpdateAFolder_FolderDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the updated folder\").nullable().optional(),\n name: z.string().describe(\"The name of the folder\").nullable().optional(),\n order: z.array(z.string()).describe(\"Array of request IDs in the folder's display order\").nullable().optional(),\n owner: z.string().describe(\"The owner ID of the folder\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the folder was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the folder was last updated\").nullable().optional(),\n collection: z.string().describe(\"The collection ID containing this folder\").nullable().optional(),\n description: z.string().describe(\"The description of the folder\").nullable().optional(),\n foldersOrder: z.array(z.string()).describe(\"Array of subfolder IDs in the folder's display order\").nullable().optional(),\n lastUpdatedBy: z.string().describe(\"User ID who last updated the folder\").nullable().optional(),\n}).describe(\"Data about the updated folder.\");\nconst PostmanUpdateAFolder_MetaInfoSchema: z.ZodTypeAny = z.object({\n model: z.string().describe(\"The model type\").nullable().optional(),\n action: z.string().describe(\"The action performed\").nullable().optional(),\n}).describe(\"Metadata about the folder update operation.\");\nexport const PostmanUpdateAFolderOutput: z.ZodTypeAny = z.object({\n data: PostmanUpdateAFolder_FolderDataSchema.nullable().optional(),\n meta: PostmanUpdateAFolder_MetaInfoSchema.nullable().optional(),\n model_id: z.string().describe(\"The model ID of the updated folder\").nullable().optional(),\n}).describe(\"Response model containing updated folder information.\");\n\nexport const postmanUpdateAFolder = action(\"POSTMAN_UPDATE_A_FOLDER\", {\n slug: \"postman-update-a-folder\",\n name: \"Update a Folder\",\n description: \"Tool to update a folder in a Postman collection. Use when you need to modify the name or description of an existing folder. For complete properties and information, see the Postman Collection Format documentation.\",\n input: PostmanUpdateAFolderInput,\n output: PostmanUpdateAFolderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAChH,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;AACpG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,wCAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChG,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAM,sCAAoD,EAAE,OAAO;CACjE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAOzD,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXsD,EAAE,OAAO;EAC/D,MAAM,sCAAsC,SAAS,CAAC,CAAC,SAAS;EAChE,MAAM,oCAAoC,SAAS,CAAC,CAAC,SAAS;EAC9D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}