@keystrokehq/ngrok 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 (850) 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-api-key.cjs +28 -0
  7. package/dist/actions/create-api-key.cjs.map +1 -0
  8. package/dist/actions/create-api-key.d.cts +9 -0
  9. package/dist/actions/create-api-key.d.cts.map +1 -0
  10. package/dist/actions/create-api-key.d.mts +9 -0
  11. package/dist/actions/create-api-key.d.mts.map +1 -0
  12. package/dist/actions/create-api-key.mjs +25 -0
  13. package/dist/actions/create-api-key.mjs.map +1 -0
  14. package/dist/actions/create-credential.cjs +30 -0
  15. package/dist/actions/create-credential.cjs.map +1 -0
  16. package/dist/actions/create-credential.d.cts +9 -0
  17. package/dist/actions/create-credential.d.cts.map +1 -0
  18. package/dist/actions/create-credential.d.mts +9 -0
  19. package/dist/actions/create-credential.d.mts.map +1 -0
  20. package/dist/actions/create-credential.mjs +27 -0
  21. package/dist/actions/create-credential.mjs.map +1 -0
  22. package/dist/actions/create-endpoint.cjs +48 -0
  23. package/dist/actions/create-endpoint.cjs.map +1 -0
  24. package/dist/actions/create-endpoint.d.cts +9 -0
  25. package/dist/actions/create-endpoint.d.cts.map +1 -0
  26. package/dist/actions/create-endpoint.d.mts +9 -0
  27. package/dist/actions/create-endpoint.d.mts.map +1 -0
  28. package/dist/actions/create-endpoint.mjs +47 -0
  29. package/dist/actions/create-endpoint.mjs.map +1 -0
  30. package/dist/actions/create-event-source.cjs +22 -0
  31. package/dist/actions/create-event-source.cjs.map +1 -0
  32. package/dist/actions/create-event-source.d.cts +9 -0
  33. package/dist/actions/create-event-source.d.cts.map +1 -0
  34. package/dist/actions/create-event-source.d.mts +9 -0
  35. package/dist/actions/create-event-source.d.mts.map +1 -0
  36. package/dist/actions/create-event-source.mjs +19 -0
  37. package/dist/actions/create-event-source.mjs.map +1 -0
  38. package/dist/actions/create-event-subscription.cjs +37 -0
  39. package/dist/actions/create-event-subscription.cjs.map +1 -0
  40. package/dist/actions/create-event-subscription.d.cts +9 -0
  41. package/dist/actions/create-event-subscription.d.cts.map +1 -0
  42. package/dist/actions/create-event-subscription.d.mts +9 -0
  43. package/dist/actions/create-event-subscription.d.mts.map +1 -0
  44. package/dist/actions/create-event-subscription.mjs +36 -0
  45. package/dist/actions/create-event-subscription.mjs.map +1 -0
  46. package/dist/actions/create-https-edge-route.cjs +284 -0
  47. package/dist/actions/create-https-edge-route.cjs.map +1 -0
  48. package/dist/actions/create-https-edge-route.d.cts +9 -0
  49. package/dist/actions/create-https-edge-route.d.cts.map +1 -0
  50. package/dist/actions/create-https-edge-route.d.mts +9 -0
  51. package/dist/actions/create-https-edge-route.d.mts.map +1 -0
  52. package/dist/actions/create-https-edge-route.mjs +283 -0
  53. package/dist/actions/create-https-edge-route.mjs.map +1 -0
  54. package/dist/actions/create-https-edge.cjs +51 -0
  55. package/dist/actions/create-https-edge.cjs.map +1 -0
  56. package/dist/actions/create-https-edge.d.cts +9 -0
  57. package/dist/actions/create-https-edge.d.cts.map +1 -0
  58. package/dist/actions/create-https-edge.d.mts +9 -0
  59. package/dist/actions/create-https-edge.d.mts.map +1 -0
  60. package/dist/actions/create-https-edge.mjs +50 -0
  61. package/dist/actions/create-https-edge.mjs.map +1 -0
  62. package/dist/actions/create-ssh-credential.cjs +31 -0
  63. package/dist/actions/create-ssh-credential.cjs.map +1 -0
  64. package/dist/actions/create-ssh-credential.d.cts +9 -0
  65. package/dist/actions/create-ssh-credential.d.cts.map +1 -0
  66. package/dist/actions/create-ssh-credential.d.mts +9 -0
  67. package/dist/actions/create-ssh-credential.d.mts.map +1 -0
  68. package/dist/actions/create-ssh-credential.mjs +28 -0
  69. package/dist/actions/create-ssh-credential.mjs.map +1 -0
  70. package/dist/actions/create-vault-secret.cjs +39 -0
  71. package/dist/actions/create-vault-secret.cjs.map +1 -0
  72. package/dist/actions/create-vault-secret.d.cts +9 -0
  73. package/dist/actions/create-vault-secret.d.cts.map +1 -0
  74. package/dist/actions/create-vault-secret.d.mts +9 -0
  75. package/dist/actions/create-vault-secret.d.mts.map +1 -0
  76. package/dist/actions/create-vault-secret.mjs +38 -0
  77. package/dist/actions/create-vault-secret.mjs.map +1 -0
  78. package/dist/actions/create-vault.cjs +30 -0
  79. package/dist/actions/create-vault.cjs.map +1 -0
  80. package/dist/actions/create-vault.d.cts +9 -0
  81. package/dist/actions/create-vault.d.cts.map +1 -0
  82. package/dist/actions/create-vault.d.mts +9 -0
  83. package/dist/actions/create-vault.d.mts.map +1 -0
  84. package/dist/actions/create-vault.mjs +27 -0
  85. package/dist/actions/create-vault.mjs.map +1 -0
  86. package/dist/actions/delete-api-key.cjs +19 -0
  87. package/dist/actions/delete-api-key.cjs.map +1 -0
  88. package/dist/actions/delete-api-key.d.cts +9 -0
  89. package/dist/actions/delete-api-key.d.cts.map +1 -0
  90. package/dist/actions/delete-api-key.d.mts +9 -0
  91. package/dist/actions/delete-api-key.d.mts.map +1 -0
  92. package/dist/actions/delete-api-key.mjs +16 -0
  93. package/dist/actions/delete-api-key.mjs.map +1 -0
  94. package/dist/actions/delete-credentials.cjs +19 -0
  95. package/dist/actions/delete-credentials.cjs.map +1 -0
  96. package/dist/actions/delete-credentials.d.cts +9 -0
  97. package/dist/actions/delete-credentials.d.cts.map +1 -0
  98. package/dist/actions/delete-credentials.d.mts +9 -0
  99. package/dist/actions/delete-credentials.d.mts.map +1 -0
  100. package/dist/actions/delete-credentials.mjs +16 -0
  101. package/dist/actions/delete-credentials.mjs.map +1 -0
  102. package/dist/actions/delete-edge-route-circuit-breaker-module.cjs +23 -0
  103. package/dist/actions/delete-edge-route-circuit-breaker-module.cjs.map +1 -0
  104. package/dist/actions/delete-edge-route-circuit-breaker-module.d.cts +9 -0
  105. package/dist/actions/delete-edge-route-circuit-breaker-module.d.cts.map +1 -0
  106. package/dist/actions/delete-edge-route-circuit-breaker-module.d.mts +9 -0
  107. package/dist/actions/delete-edge-route-circuit-breaker-module.d.mts.map +1 -0
  108. package/dist/actions/delete-edge-route-circuit-breaker-module.mjs +20 -0
  109. package/dist/actions/delete-edge-route-circuit-breaker-module.mjs.map +1 -0
  110. package/dist/actions/delete-edge-route-compression-module.cjs +23 -0
  111. package/dist/actions/delete-edge-route-compression-module.cjs.map +1 -0
  112. package/dist/actions/delete-edge-route-compression-module.d.cts +9 -0
  113. package/dist/actions/delete-edge-route-compression-module.d.cts.map +1 -0
  114. package/dist/actions/delete-edge-route-compression-module.d.mts +9 -0
  115. package/dist/actions/delete-edge-route-compression-module.d.mts.map +1 -0
  116. package/dist/actions/delete-edge-route-compression-module.mjs +20 -0
  117. package/dist/actions/delete-edge-route-compression-module.mjs.map +1 -0
  118. package/dist/actions/delete-edge-route-request-headers-module.cjs +23 -0
  119. package/dist/actions/delete-edge-route-request-headers-module.cjs.map +1 -0
  120. package/dist/actions/delete-edge-route-request-headers-module.d.cts +9 -0
  121. package/dist/actions/delete-edge-route-request-headers-module.d.cts.map +1 -0
  122. package/dist/actions/delete-edge-route-request-headers-module.d.mts +9 -0
  123. package/dist/actions/delete-edge-route-request-headers-module.d.mts.map +1 -0
  124. package/dist/actions/delete-edge-route-request-headers-module.mjs +20 -0
  125. package/dist/actions/delete-edge-route-request-headers-module.mjs.map +1 -0
  126. package/dist/actions/delete-edge-route-response-headers-module.cjs +23 -0
  127. package/dist/actions/delete-edge-route-response-headers-module.cjs.map +1 -0
  128. package/dist/actions/delete-edge-route-response-headers-module.d.cts +9 -0
  129. package/dist/actions/delete-edge-route-response-headers-module.d.cts.map +1 -0
  130. package/dist/actions/delete-edge-route-response-headers-module.d.mts +9 -0
  131. package/dist/actions/delete-edge-route-response-headers-module.d.mts.map +1 -0
  132. package/dist/actions/delete-edge-route-response-headers-module.mjs +20 -0
  133. package/dist/actions/delete-edge-route-response-headers-module.mjs.map +1 -0
  134. package/dist/actions/delete-edge-route-saml-module.cjs +23 -0
  135. package/dist/actions/delete-edge-route-saml-module.cjs.map +1 -0
  136. package/dist/actions/delete-edge-route-saml-module.d.cts +9 -0
  137. package/dist/actions/delete-edge-route-saml-module.d.cts.map +1 -0
  138. package/dist/actions/delete-edge-route-saml-module.d.mts +9 -0
  139. package/dist/actions/delete-edge-route-saml-module.d.mts.map +1 -0
  140. package/dist/actions/delete-edge-route-saml-module.mjs +20 -0
  141. package/dist/actions/delete-edge-route-saml-module.mjs.map +1 -0
  142. package/dist/actions/delete-edge-route-user-agent-filter-module.cjs +23 -0
  143. package/dist/actions/delete-edge-route-user-agent-filter-module.cjs.map +1 -0
  144. package/dist/actions/delete-edge-route-user-agent-filter-module.d.cts +9 -0
  145. package/dist/actions/delete-edge-route-user-agent-filter-module.d.cts.map +1 -0
  146. package/dist/actions/delete-edge-route-user-agent-filter-module.d.mts +9 -0
  147. package/dist/actions/delete-edge-route-user-agent-filter-module.d.mts.map +1 -0
  148. package/dist/actions/delete-edge-route-user-agent-filter-module.mjs +20 -0
  149. package/dist/actions/delete-edge-route-user-agent-filter-module.mjs.map +1 -0
  150. package/dist/actions/delete-edge-route-webhook-verification-module.cjs +23 -0
  151. package/dist/actions/delete-edge-route-webhook-verification-module.cjs.map +1 -0
  152. package/dist/actions/delete-edge-route-webhook-verification-module.d.cts +9 -0
  153. package/dist/actions/delete-edge-route-webhook-verification-module.d.cts.map +1 -0
  154. package/dist/actions/delete-edge-route-webhook-verification-module.d.mts +9 -0
  155. package/dist/actions/delete-edge-route-webhook-verification-module.d.mts.map +1 -0
  156. package/dist/actions/delete-edge-route-webhook-verification-module.mjs +20 -0
  157. package/dist/actions/delete-edge-route-webhook-verification-module.mjs.map +1 -0
  158. package/dist/actions/delete-edge-route-websocket-tcp-converter-module.cjs +23 -0
  159. package/dist/actions/delete-edge-route-websocket-tcp-converter-module.cjs.map +1 -0
  160. package/dist/actions/delete-edge-route-websocket-tcp-converter-module.d.cts +9 -0
  161. package/dist/actions/delete-edge-route-websocket-tcp-converter-module.d.cts.map +1 -0
  162. package/dist/actions/delete-edge-route-websocket-tcp-converter-module.d.mts +9 -0
  163. package/dist/actions/delete-edge-route-websocket-tcp-converter-module.d.mts.map +1 -0
  164. package/dist/actions/delete-edge-route-websocket-tcp-converter-module.mjs +20 -0
  165. package/dist/actions/delete-edge-route-websocket-tcp-converter-module.mjs.map +1 -0
  166. package/dist/actions/delete-endpoint.cjs +19 -0
  167. package/dist/actions/delete-endpoint.cjs.map +1 -0
  168. package/dist/actions/delete-endpoint.d.cts +9 -0
  169. package/dist/actions/delete-endpoint.d.cts.map +1 -0
  170. package/dist/actions/delete-endpoint.d.mts +9 -0
  171. package/dist/actions/delete-endpoint.d.mts.map +1 -0
  172. package/dist/actions/delete-endpoint.mjs +16 -0
  173. package/dist/actions/delete-endpoint.mjs.map +1 -0
  174. package/dist/actions/delete-event-source.cjs +23 -0
  175. package/dist/actions/delete-event-source.cjs.map +1 -0
  176. package/dist/actions/delete-event-source.d.cts +9 -0
  177. package/dist/actions/delete-event-source.d.cts.map +1 -0
  178. package/dist/actions/delete-event-source.d.mts +9 -0
  179. package/dist/actions/delete-event-source.d.mts.map +1 -0
  180. package/dist/actions/delete-event-source.mjs +20 -0
  181. package/dist/actions/delete-event-source.mjs.map +1 -0
  182. package/dist/actions/delete-event-subscription.cjs +19 -0
  183. package/dist/actions/delete-event-subscription.cjs.map +1 -0
  184. package/dist/actions/delete-event-subscription.d.cts +9 -0
  185. package/dist/actions/delete-event-subscription.d.cts.map +1 -0
  186. package/dist/actions/delete-event-subscription.d.mts +9 -0
  187. package/dist/actions/delete-event-subscription.d.mts.map +1 -0
  188. package/dist/actions/delete-event-subscription.mjs +16 -0
  189. package/dist/actions/delete-event-subscription.mjs.map +1 -0
  190. package/dist/actions/delete-https-edge-route.cjs +23 -0
  191. package/dist/actions/delete-https-edge-route.cjs.map +1 -0
  192. package/dist/actions/delete-https-edge-route.d.cts +9 -0
  193. package/dist/actions/delete-https-edge-route.d.cts.map +1 -0
  194. package/dist/actions/delete-https-edge-route.d.mts +9 -0
  195. package/dist/actions/delete-https-edge-route.d.mts.map +1 -0
  196. package/dist/actions/delete-https-edge-route.mjs +20 -0
  197. package/dist/actions/delete-https-edge-route.mjs.map +1 -0
  198. package/dist/actions/delete-https-edge.cjs +19 -0
  199. package/dist/actions/delete-https-edge.cjs.map +1 -0
  200. package/dist/actions/delete-https-edge.d.cts +9 -0
  201. package/dist/actions/delete-https-edge.d.cts.map +1 -0
  202. package/dist/actions/delete-https-edge.d.mts +9 -0
  203. package/dist/actions/delete-https-edge.d.mts.map +1 -0
  204. package/dist/actions/delete-https-edge.mjs +16 -0
  205. package/dist/actions/delete-https-edge.mjs.map +1 -0
  206. package/dist/actions/delete-reserved-domain-certificate-management-policy.cjs +19 -0
  207. package/dist/actions/delete-reserved-domain-certificate-management-policy.cjs.map +1 -0
  208. package/dist/actions/delete-reserved-domain-certificate-management-policy.d.cts +9 -0
  209. package/dist/actions/delete-reserved-domain-certificate-management-policy.d.cts.map +1 -0
  210. package/dist/actions/delete-reserved-domain-certificate-management-policy.d.mts +9 -0
  211. package/dist/actions/delete-reserved-domain-certificate-management-policy.d.mts.map +1 -0
  212. package/dist/actions/delete-reserved-domain-certificate-management-policy.mjs +16 -0
  213. package/dist/actions/delete-reserved-domain-certificate-management-policy.mjs.map +1 -0
  214. package/dist/actions/delete-reserved-domain-certificate.cjs +19 -0
  215. package/dist/actions/delete-reserved-domain-certificate.cjs.map +1 -0
  216. package/dist/actions/delete-reserved-domain-certificate.d.cts +9 -0
  217. package/dist/actions/delete-reserved-domain-certificate.d.cts.map +1 -0
  218. package/dist/actions/delete-reserved-domain-certificate.d.mts +9 -0
  219. package/dist/actions/delete-reserved-domain-certificate.d.mts.map +1 -0
  220. package/dist/actions/delete-reserved-domain-certificate.mjs +16 -0
  221. package/dist/actions/delete-reserved-domain-certificate.mjs.map +1 -0
  222. package/dist/actions/delete-secret.cjs +19 -0
  223. package/dist/actions/delete-secret.cjs.map +1 -0
  224. package/dist/actions/delete-secret.d.cts +9 -0
  225. package/dist/actions/delete-secret.d.cts.map +1 -0
  226. package/dist/actions/delete-secret.d.mts +9 -0
  227. package/dist/actions/delete-secret.d.mts.map +1 -0
  228. package/dist/actions/delete-secret.mjs +16 -0
  229. package/dist/actions/delete-secret.mjs.map +1 -0
  230. package/dist/actions/delete-ssh-credentials.cjs +19 -0
  231. package/dist/actions/delete-ssh-credentials.cjs.map +1 -0
  232. package/dist/actions/delete-ssh-credentials.d.cts +9 -0
  233. package/dist/actions/delete-ssh-credentials.d.cts.map +1 -0
  234. package/dist/actions/delete-ssh-credentials.d.mts +9 -0
  235. package/dist/actions/delete-ssh-credentials.d.mts.map +1 -0
  236. package/dist/actions/delete-ssh-credentials.mjs +16 -0
  237. package/dist/actions/delete-ssh-credentials.mjs.map +1 -0
  238. package/dist/actions/delete-vault.cjs +19 -0
  239. package/dist/actions/delete-vault.cjs.map +1 -0
  240. package/dist/actions/delete-vault.d.cts +9 -0
  241. package/dist/actions/delete-vault.d.cts.map +1 -0
  242. package/dist/actions/delete-vault.d.mts +9 -0
  243. package/dist/actions/delete-vault.d.mts.map +1 -0
  244. package/dist/actions/delete-vault.mjs +16 -0
  245. package/dist/actions/delete-vault.mjs.map +1 -0
  246. package/dist/actions/get-api-key.cjs +24 -0
  247. package/dist/actions/get-api-key.cjs.map +1 -0
  248. package/dist/actions/get-api-key.d.cts +9 -0
  249. package/dist/actions/get-api-key.d.cts.map +1 -0
  250. package/dist/actions/get-api-key.d.mts +9 -0
  251. package/dist/actions/get-api-key.d.mts.map +1 -0
  252. package/dist/actions/get-api-key.mjs +21 -0
  253. package/dist/actions/get-api-key.mjs.map +1 -0
  254. package/dist/actions/get-credentials.cjs +25 -0
  255. package/dist/actions/get-credentials.cjs.map +1 -0
  256. package/dist/actions/get-credentials.d.cts +9 -0
  257. package/dist/actions/get-credentials.d.cts.map +1 -0
  258. package/dist/actions/get-credentials.d.mts +9 -0
  259. package/dist/actions/get-credentials.d.mts.map +1 -0
  260. package/dist/actions/get-credentials.mjs +22 -0
  261. package/dist/actions/get-credentials.mjs.map +1 -0
  262. package/dist/actions/get-edge-route-backend-module.cjs +26 -0
  263. package/dist/actions/get-edge-route-backend-module.cjs.map +1 -0
  264. package/dist/actions/get-edge-route-backend-module.d.cts +9 -0
  265. package/dist/actions/get-edge-route-backend-module.d.cts.map +1 -0
  266. package/dist/actions/get-edge-route-backend-module.d.mts +9 -0
  267. package/dist/actions/get-edge-route-backend-module.d.mts.map +1 -0
  268. package/dist/actions/get-edge-route-backend-module.mjs +25 -0
  269. package/dist/actions/get-edge-route-backend-module.mjs.map +1 -0
  270. package/dist/actions/get-edge-route-circuit-breaker-module.cjs +26 -0
  271. package/dist/actions/get-edge-route-circuit-breaker-module.cjs.map +1 -0
  272. package/dist/actions/get-edge-route-circuit-breaker-module.d.cts +9 -0
  273. package/dist/actions/get-edge-route-circuit-breaker-module.d.cts.map +1 -0
  274. package/dist/actions/get-edge-route-circuit-breaker-module.d.mts +9 -0
  275. package/dist/actions/get-edge-route-circuit-breaker-module.d.mts.map +1 -0
  276. package/dist/actions/get-edge-route-circuit-breaker-module.mjs +23 -0
  277. package/dist/actions/get-edge-route-circuit-breaker-module.mjs.map +1 -0
  278. package/dist/actions/get-edge-route-compression-module.cjs +19 -0
  279. package/dist/actions/get-edge-route-compression-module.cjs.map +1 -0
  280. package/dist/actions/get-edge-route-compression-module.d.cts +9 -0
  281. package/dist/actions/get-edge-route-compression-module.d.cts.map +1 -0
  282. package/dist/actions/get-edge-route-compression-module.d.mts +9 -0
  283. package/dist/actions/get-edge-route-compression-module.d.mts.map +1 -0
  284. package/dist/actions/get-edge-route-compression-module.mjs +16 -0
  285. package/dist/actions/get-edge-route-compression-module.mjs.map +1 -0
  286. package/dist/actions/get-edge-route-ip-restriction-module.cjs +26 -0
  287. package/dist/actions/get-edge-route-ip-restriction-module.cjs.map +1 -0
  288. package/dist/actions/get-edge-route-ip-restriction-module.d.cts +9 -0
  289. package/dist/actions/get-edge-route-ip-restriction-module.d.cts.map +1 -0
  290. package/dist/actions/get-edge-route-ip-restriction-module.d.mts +9 -0
  291. package/dist/actions/get-edge-route-ip-restriction-module.d.mts.map +1 -0
  292. package/dist/actions/get-edge-route-ip-restriction-module.mjs +25 -0
  293. package/dist/actions/get-edge-route-ip-restriction-module.mjs.map +1 -0
  294. package/dist/actions/get-edge-route-oidc-module.cjs +29 -0
  295. package/dist/actions/get-edge-route-oidc-module.cjs.map +1 -0
  296. package/dist/actions/get-edge-route-oidc-module.d.cts +9 -0
  297. package/dist/actions/get-edge-route-oidc-module.d.cts.map +1 -0
  298. package/dist/actions/get-edge-route-oidc-module.d.mts +9 -0
  299. package/dist/actions/get-edge-route-oidc-module.d.mts.map +1 -0
  300. package/dist/actions/get-edge-route-oidc-module.mjs +26 -0
  301. package/dist/actions/get-edge-route-oidc-module.mjs.map +1 -0
  302. package/dist/actions/get-edge-route-request-headers-module.cjs +23 -0
  303. package/dist/actions/get-edge-route-request-headers-module.cjs.map +1 -0
  304. package/dist/actions/get-edge-route-request-headers-module.d.cts +9 -0
  305. package/dist/actions/get-edge-route-request-headers-module.d.cts.map +1 -0
  306. package/dist/actions/get-edge-route-request-headers-module.d.mts +9 -0
  307. package/dist/actions/get-edge-route-request-headers-module.d.mts.map +1 -0
  308. package/dist/actions/get-edge-route-request-headers-module.mjs +20 -0
  309. package/dist/actions/get-edge-route-request-headers-module.mjs.map +1 -0
  310. package/dist/actions/get-edge-route-response-headers-module.cjs +23 -0
  311. package/dist/actions/get-edge-route-response-headers-module.cjs.map +1 -0
  312. package/dist/actions/get-edge-route-response-headers-module.d.cts +9 -0
  313. package/dist/actions/get-edge-route-response-headers-module.d.cts.map +1 -0
  314. package/dist/actions/get-edge-route-response-headers-module.d.mts +9 -0
  315. package/dist/actions/get-edge-route-response-headers-module.d.mts.map +1 -0
  316. package/dist/actions/get-edge-route-response-headers-module.mjs +20 -0
  317. package/dist/actions/get-edge-route-response-headers-module.mjs.map +1 -0
  318. package/dist/actions/get-edge-route-saml-module.cjs +35 -0
  319. package/dist/actions/get-edge-route-saml-module.cjs.map +1 -0
  320. package/dist/actions/get-edge-route-saml-module.d.cts +9 -0
  321. package/dist/actions/get-edge-route-saml-module.d.cts.map +1 -0
  322. package/dist/actions/get-edge-route-saml-module.d.mts +9 -0
  323. package/dist/actions/get-edge-route-saml-module.d.mts.map +1 -0
  324. package/dist/actions/get-edge-route-saml-module.mjs +32 -0
  325. package/dist/actions/get-edge-route-saml-module.mjs.map +1 -0
  326. package/dist/actions/get-edge-route-traffic-policy.cjs +22 -0
  327. package/dist/actions/get-edge-route-traffic-policy.cjs.map +1 -0
  328. package/dist/actions/get-edge-route-traffic-policy.d.cts +9 -0
  329. package/dist/actions/get-edge-route-traffic-policy.d.cts.map +1 -0
  330. package/dist/actions/get-edge-route-traffic-policy.d.mts +9 -0
  331. package/dist/actions/get-edge-route-traffic-policy.d.mts.map +1 -0
  332. package/dist/actions/get-edge-route-traffic-policy.mjs +19 -0
  333. package/dist/actions/get-edge-route-traffic-policy.mjs.map +1 -0
  334. package/dist/actions/get-edge-route-user-agent-filter-module.cjs +23 -0
  335. package/dist/actions/get-edge-route-user-agent-filter-module.cjs.map +1 -0
  336. package/dist/actions/get-edge-route-user-agent-filter-module.d.cts +9 -0
  337. package/dist/actions/get-edge-route-user-agent-filter-module.d.cts.map +1 -0
  338. package/dist/actions/get-edge-route-user-agent-filter-module.d.mts +9 -0
  339. package/dist/actions/get-edge-route-user-agent-filter-module.d.mts.map +1 -0
  340. package/dist/actions/get-edge-route-user-agent-filter-module.mjs +20 -0
  341. package/dist/actions/get-edge-route-user-agent-filter-module.mjs.map +1 -0
  342. package/dist/actions/get-edge-route-webhook-verification-module.cjs +23 -0
  343. package/dist/actions/get-edge-route-webhook-verification-module.cjs.map +1 -0
  344. package/dist/actions/get-edge-route-webhook-verification-module.d.cts +9 -0
  345. package/dist/actions/get-edge-route-webhook-verification-module.d.cts.map +1 -0
  346. package/dist/actions/get-edge-route-webhook-verification-module.d.mts +9 -0
  347. package/dist/actions/get-edge-route-webhook-verification-module.d.mts.map +1 -0
  348. package/dist/actions/get-edge-route-webhook-verification-module.mjs +20 -0
  349. package/dist/actions/get-edge-route-webhook-verification-module.mjs.map +1 -0
  350. package/dist/actions/get-edge-route-websocket-tcp-converter-module.cjs +19 -0
  351. package/dist/actions/get-edge-route-websocket-tcp-converter-module.cjs.map +1 -0
  352. package/dist/actions/get-edge-route-websocket-tcp-converter-module.d.cts +9 -0
  353. package/dist/actions/get-edge-route-websocket-tcp-converter-module.d.cts.map +1 -0
  354. package/dist/actions/get-edge-route-websocket-tcp-converter-module.d.mts +9 -0
  355. package/dist/actions/get-edge-route-websocket-tcp-converter-module.d.mts.map +1 -0
  356. package/dist/actions/get-edge-route-websocket-tcp-converter-module.mjs +16 -0
  357. package/dist/actions/get-edge-route-websocket-tcp-converter-module.mjs.map +1 -0
  358. package/dist/actions/get-endpoint.cjs +48 -0
  359. package/dist/actions/get-endpoint.cjs.map +1 -0
  360. package/dist/actions/get-endpoint.d.cts +9 -0
  361. package/dist/actions/get-endpoint.d.cts.map +1 -0
  362. package/dist/actions/get-endpoint.d.mts +9 -0
  363. package/dist/actions/get-endpoint.d.mts.map +1 -0
  364. package/dist/actions/get-endpoint.mjs +47 -0
  365. package/dist/actions/get-endpoint.mjs.map +1 -0
  366. package/dist/actions/get-event-source.cjs +22 -0
  367. package/dist/actions/get-event-source.cjs.map +1 -0
  368. package/dist/actions/get-event-source.d.cts +9 -0
  369. package/dist/actions/get-event-source.d.cts.map +1 -0
  370. package/dist/actions/get-event-source.d.mts +9 -0
  371. package/dist/actions/get-event-source.d.mts.map +1 -0
  372. package/dist/actions/get-event-source.mjs +19 -0
  373. package/dist/actions/get-event-source.mjs.map +1 -0
  374. package/dist/actions/get-https-edge-mutual-tls-module.cjs +23 -0
  375. package/dist/actions/get-https-edge-mutual-tls-module.cjs.map +1 -0
  376. package/dist/actions/get-https-edge-mutual-tls-module.d.cts +9 -0
  377. package/dist/actions/get-https-edge-mutual-tls-module.d.cts.map +1 -0
  378. package/dist/actions/get-https-edge-mutual-tls-module.d.mts +9 -0
  379. package/dist/actions/get-https-edge-mutual-tls-module.d.mts.map +1 -0
  380. package/dist/actions/get-https-edge-mutual-tls-module.mjs +22 -0
  381. package/dist/actions/get-https-edge-mutual-tls-module.mjs.map +1 -0
  382. package/dist/actions/get-https-edge-route.cjs +134 -0
  383. package/dist/actions/get-https-edge-route.cjs.map +1 -0
  384. package/dist/actions/get-https-edge-route.d.cts +9 -0
  385. package/dist/actions/get-https-edge-route.d.cts.map +1 -0
  386. package/dist/actions/get-https-edge-route.d.mts +9 -0
  387. package/dist/actions/get-https-edge-route.d.mts.map +1 -0
  388. package/dist/actions/get-https-edge-route.mjs +133 -0
  389. package/dist/actions/get-https-edge-route.mjs.map +1 -0
  390. package/dist/actions/get-https-edge.cjs +39 -0
  391. package/dist/actions/get-https-edge.cjs.map +1 -0
  392. package/dist/actions/get-https-edge.d.cts +9 -0
  393. package/dist/actions/get-https-edge.d.cts.map +1 -0
  394. package/dist/actions/get-https-edge.d.mts +9 -0
  395. package/dist/actions/get-https-edge.d.mts.map +1 -0
  396. package/dist/actions/get-https-edge.mjs +38 -0
  397. package/dist/actions/get-https-edge.mjs.map +1 -0
  398. package/dist/actions/get-ip-restrictions.cjs +29 -0
  399. package/dist/actions/get-ip-restrictions.cjs.map +1 -0
  400. package/dist/actions/get-ip-restrictions.d.cts +9 -0
  401. package/dist/actions/get-ip-restrictions.d.cts.map +1 -0
  402. package/dist/actions/get-ip-restrictions.d.mts +9 -0
  403. package/dist/actions/get-ip-restrictions.d.mts.map +1 -0
  404. package/dist/actions/get-ip-restrictions.mjs +28 -0
  405. package/dist/actions/get-ip-restrictions.mjs.map +1 -0
  406. package/dist/actions/get-reserved-domain.cjs +49 -0
  407. package/dist/actions/get-reserved-domain.cjs.map +1 -0
  408. package/dist/actions/get-reserved-domain.d.cts +9 -0
  409. package/dist/actions/get-reserved-domain.d.cts.map +1 -0
  410. package/dist/actions/get-reserved-domain.d.mts +9 -0
  411. package/dist/actions/get-reserved-domain.d.mts.map +1 -0
  412. package/dist/actions/get-reserved-domain.mjs +48 -0
  413. package/dist/actions/get-reserved-domain.mjs.map +1 -0
  414. package/dist/actions/get-secret.cjs +32 -0
  415. package/dist/actions/get-secret.cjs.map +1 -0
  416. package/dist/actions/get-secret.d.cts +9 -0
  417. package/dist/actions/get-secret.d.cts.map +1 -0
  418. package/dist/actions/get-secret.d.mts +9 -0
  419. package/dist/actions/get-secret.d.mts.map +1 -0
  420. package/dist/actions/get-secret.mjs +31 -0
  421. package/dist/actions/get-secret.mjs.map +1 -0
  422. package/dist/actions/get-secrets-by-vault.cjs +40 -0
  423. package/dist/actions/get-secrets-by-vault.cjs.map +1 -0
  424. package/dist/actions/get-secrets-by-vault.d.cts +9 -0
  425. package/dist/actions/get-secrets-by-vault.d.cts.map +1 -0
  426. package/dist/actions/get-secrets-by-vault.d.mts +9 -0
  427. package/dist/actions/get-secrets-by-vault.d.mts.map +1 -0
  428. package/dist/actions/get-secrets-by-vault.mjs +39 -0
  429. package/dist/actions/get-secrets-by-vault.mjs.map +1 -0
  430. package/dist/actions/get-ssh-credentials.cjs +25 -0
  431. package/dist/actions/get-ssh-credentials.cjs.map +1 -0
  432. package/dist/actions/get-ssh-credentials.d.cts +9 -0
  433. package/dist/actions/get-ssh-credentials.d.cts.map +1 -0
  434. package/dist/actions/get-ssh-credentials.d.mts +9 -0
  435. package/dist/actions/get-ssh-credentials.d.mts.map +1 -0
  436. package/dist/actions/get-ssh-credentials.mjs +22 -0
  437. package/dist/actions/get-ssh-credentials.mjs.map +1 -0
  438. package/dist/actions/get-vault.cjs +26 -0
  439. package/dist/actions/get-vault.cjs.map +1 -0
  440. package/dist/actions/get-vault.d.cts +9 -0
  441. package/dist/actions/get-vault.d.cts.map +1 -0
  442. package/dist/actions/get-vault.d.mts +9 -0
  443. package/dist/actions/get-vault.d.mts.map +1 -0
  444. package/dist/actions/get-vault.mjs +23 -0
  445. package/dist/actions/get-vault.mjs.map +1 -0
  446. package/dist/actions/index.cjs +205 -0
  447. package/dist/actions/index.d.cts +103 -0
  448. package/dist/actions/index.d.mts +103 -0
  449. package/dist/actions/index.mjs +103 -0
  450. package/dist/actions/list-agent-ingresses.cjs +44 -0
  451. package/dist/actions/list-agent-ingresses.cjs.map +1 -0
  452. package/dist/actions/list-agent-ingresses.d.cts +9 -0
  453. package/dist/actions/list-agent-ingresses.d.cts.map +1 -0
  454. package/dist/actions/list-agent-ingresses.d.mts +9 -0
  455. package/dist/actions/list-agent-ingresses.d.mts.map +1 -0
  456. package/dist/actions/list-agent-ingresses.mjs +43 -0
  457. package/dist/actions/list-agent-ingresses.mjs.map +1 -0
  458. package/dist/actions/list-api-keys.cjs +32 -0
  459. package/dist/actions/list-api-keys.cjs.map +1 -0
  460. package/dist/actions/list-api-keys.d.cts +9 -0
  461. package/dist/actions/list-api-keys.d.cts.map +1 -0
  462. package/dist/actions/list-api-keys.d.mts +9 -0
  463. package/dist/actions/list-api-keys.d.mts.map +1 -0
  464. package/dist/actions/list-api-keys.mjs +31 -0
  465. package/dist/actions/list-api-keys.mjs.map +1 -0
  466. package/dist/actions/list-bot-users.cjs +30 -0
  467. package/dist/actions/list-bot-users.cjs.map +1 -0
  468. package/dist/actions/list-bot-users.d.cts +9 -0
  469. package/dist/actions/list-bot-users.d.cts.map +1 -0
  470. package/dist/actions/list-bot-users.d.mts +9 -0
  471. package/dist/actions/list-bot-users.d.mts.map +1 -0
  472. package/dist/actions/list-bot-users.mjs +29 -0
  473. package/dist/actions/list-bot-users.mjs.map +1 -0
  474. package/dist/actions/list-cert-authorities.cjs +37 -0
  475. package/dist/actions/list-cert-authorities.cjs.map +1 -0
  476. package/dist/actions/list-cert-authorities.d.cts +9 -0
  477. package/dist/actions/list-cert-authorities.d.cts.map +1 -0
  478. package/dist/actions/list-cert-authorities.d.mts +9 -0
  479. package/dist/actions/list-cert-authorities.d.mts.map +1 -0
  480. package/dist/actions/list-cert-authorities.mjs +36 -0
  481. package/dist/actions/list-cert-authorities.mjs.map +1 -0
  482. package/dist/actions/list-credentials.cjs +34 -0
  483. package/dist/actions/list-credentials.cjs.map +1 -0
  484. package/dist/actions/list-credentials.d.cts +9 -0
  485. package/dist/actions/list-credentials.d.cts.map +1 -0
  486. package/dist/actions/list-credentials.d.mts +9 -0
  487. package/dist/actions/list-credentials.d.mts.map +1 -0
  488. package/dist/actions/list-credentials.mjs +33 -0
  489. package/dist/actions/list-credentials.mjs.map +1 -0
  490. package/dist/actions/list-endpoints.cjs +47 -0
  491. package/dist/actions/list-endpoints.cjs.map +1 -0
  492. package/dist/actions/list-endpoints.d.cts +9 -0
  493. package/dist/actions/list-endpoints.d.cts.map +1 -0
  494. package/dist/actions/list-endpoints.d.mts +9 -0
  495. package/dist/actions/list-endpoints.d.mts.map +1 -0
  496. package/dist/actions/list-endpoints.mjs +46 -0
  497. package/dist/actions/list-endpoints.mjs.map +1 -0
  498. package/dist/actions/list-event-destinations.cjs +75 -0
  499. package/dist/actions/list-event-destinations.cjs.map +1 -0
  500. package/dist/actions/list-event-destinations.d.cts +9 -0
  501. package/dist/actions/list-event-destinations.d.cts.map +1 -0
  502. package/dist/actions/list-event-destinations.d.mts +9 -0
  503. package/dist/actions/list-event-destinations.d.mts.map +1 -0
  504. package/dist/actions/list-event-destinations.mjs +74 -0
  505. package/dist/actions/list-event-destinations.mjs.map +1 -0
  506. package/dist/actions/list-event-subscription-sources.cjs +23 -0
  507. package/dist/actions/list-event-subscription-sources.cjs.map +1 -0
  508. package/dist/actions/list-event-subscription-sources.d.cts +9 -0
  509. package/dist/actions/list-event-subscription-sources.d.cts.map +1 -0
  510. package/dist/actions/list-event-subscription-sources.d.mts +9 -0
  511. package/dist/actions/list-event-subscription-sources.d.mts.map +1 -0
  512. package/dist/actions/list-event-subscription-sources.mjs +22 -0
  513. package/dist/actions/list-event-subscription-sources.mjs.map +1 -0
  514. package/dist/actions/list-event-subscriptions.cjs +41 -0
  515. package/dist/actions/list-event-subscriptions.cjs.map +1 -0
  516. package/dist/actions/list-event-subscriptions.d.cts +9 -0
  517. package/dist/actions/list-event-subscriptions.d.cts.map +1 -0
  518. package/dist/actions/list-event-subscriptions.d.mts +9 -0
  519. package/dist/actions/list-event-subscriptions.d.mts.map +1 -0
  520. package/dist/actions/list-event-subscriptions.mjs +40 -0
  521. package/dist/actions/list-event-subscriptions.mjs.map +1 -0
  522. package/dist/actions/list-failover-backends.cjs +31 -0
  523. package/dist/actions/list-failover-backends.cjs.map +1 -0
  524. package/dist/actions/list-failover-backends.d.cts +9 -0
  525. package/dist/actions/list-failover-backends.d.cts.map +1 -0
  526. package/dist/actions/list-failover-backends.d.mts +9 -0
  527. package/dist/actions/list-failover-backends.d.mts.map +1 -0
  528. package/dist/actions/list-failover-backends.mjs +30 -0
  529. package/dist/actions/list-failover-backends.mjs.map +1 -0
  530. package/dist/actions/list-http-response-backends.cjs +33 -0
  531. package/dist/actions/list-http-response-backends.cjs.map +1 -0
  532. package/dist/actions/list-http-response-backends.d.cts +9 -0
  533. package/dist/actions/list-http-response-backends.d.cts.map +1 -0
  534. package/dist/actions/list-http-response-backends.d.mts +9 -0
  535. package/dist/actions/list-http-response-backends.d.mts.map +1 -0
  536. package/dist/actions/list-http-response-backends.mjs +32 -0
  537. package/dist/actions/list-http-response-backends.mjs.map +1 -0
  538. package/dist/actions/list-https-edges.cjs +47 -0
  539. package/dist/actions/list-https-edges.cjs.map +1 -0
  540. package/dist/actions/list-https-edges.d.cts +9 -0
  541. package/dist/actions/list-https-edges.d.cts.map +1 -0
  542. package/dist/actions/list-https-edges.d.mts +9 -0
  543. package/dist/actions/list-https-edges.d.mts.map +1 -0
  544. package/dist/actions/list-https-edges.mjs +46 -0
  545. package/dist/actions/list-https-edges.mjs.map +1 -0
  546. package/dist/actions/list-ip-policies.cjs +31 -0
  547. package/dist/actions/list-ip-policies.cjs.map +1 -0
  548. package/dist/actions/list-ip-policies.d.cts +9 -0
  549. package/dist/actions/list-ip-policies.d.cts.map +1 -0
  550. package/dist/actions/list-ip-policies.d.mts +9 -0
  551. package/dist/actions/list-ip-policies.d.mts.map +1 -0
  552. package/dist/actions/list-ip-policies.mjs +30 -0
  553. package/dist/actions/list-ip-policies.mjs.map +1 -0
  554. package/dist/actions/list-ip-policy-rules.cjs +37 -0
  555. package/dist/actions/list-ip-policy-rules.cjs.map +1 -0
  556. package/dist/actions/list-ip-policy-rules.d.cts +9 -0
  557. package/dist/actions/list-ip-policy-rules.d.cts.map +1 -0
  558. package/dist/actions/list-ip-policy-rules.d.mts +9 -0
  559. package/dist/actions/list-ip-policy-rules.d.mts.map +1 -0
  560. package/dist/actions/list-ip-policy-rules.mjs +36 -0
  561. package/dist/actions/list-ip-policy-rules.mjs.map +1 -0
  562. package/dist/actions/list-ip-restrictions.cjs +38 -0
  563. package/dist/actions/list-ip-restrictions.cjs.map +1 -0
  564. package/dist/actions/list-ip-restrictions.d.cts +9 -0
  565. package/dist/actions/list-ip-restrictions.d.cts.map +1 -0
  566. package/dist/actions/list-ip-restrictions.d.mts +9 -0
  567. package/dist/actions/list-ip-restrictions.d.mts.map +1 -0
  568. package/dist/actions/list-ip-restrictions.mjs +37 -0
  569. package/dist/actions/list-ip-restrictions.mjs.map +1 -0
  570. package/dist/actions/list-reserved-addrs.cjs +38 -0
  571. package/dist/actions/list-reserved-addrs.cjs.map +1 -0
  572. package/dist/actions/list-reserved-addrs.d.cts +9 -0
  573. package/dist/actions/list-reserved-addrs.d.cts.map +1 -0
  574. package/dist/actions/list-reserved-addrs.d.mts +9 -0
  575. package/dist/actions/list-reserved-addrs.d.mts.map +1 -0
  576. package/dist/actions/list-reserved-addrs.mjs +37 -0
  577. package/dist/actions/list-reserved-addrs.mjs.map +1 -0
  578. package/dist/actions/list-reserved-domains.cjs +60 -0
  579. package/dist/actions/list-reserved-domains.cjs.map +1 -0
  580. package/dist/actions/list-reserved-domains.d.cts +9 -0
  581. package/dist/actions/list-reserved-domains.d.cts.map +1 -0
  582. package/dist/actions/list-reserved-domains.d.mts +9 -0
  583. package/dist/actions/list-reserved-domains.d.mts.map +1 -0
  584. package/dist/actions/list-reserved-domains.mjs +59 -0
  585. package/dist/actions/list-reserved-domains.mjs.map +1 -0
  586. package/dist/actions/list-service-users.cjs +31 -0
  587. package/dist/actions/list-service-users.cjs.map +1 -0
  588. package/dist/actions/list-service-users.d.cts +9 -0
  589. package/dist/actions/list-service-users.d.cts.map +1 -0
  590. package/dist/actions/list-service-users.d.mts +9 -0
  591. package/dist/actions/list-service-users.d.mts.map +1 -0
  592. package/dist/actions/list-service-users.mjs +30 -0
  593. package/dist/actions/list-service-users.mjs.map +1 -0
  594. package/dist/actions/list-ssh-certificate-authorities.cjs +33 -0
  595. package/dist/actions/list-ssh-certificate-authorities.cjs.map +1 -0
  596. package/dist/actions/list-ssh-certificate-authorities.d.cts +9 -0
  597. package/dist/actions/list-ssh-certificate-authorities.d.cts.map +1 -0
  598. package/dist/actions/list-ssh-certificate-authorities.d.mts +9 -0
  599. package/dist/actions/list-ssh-certificate-authorities.d.mts.map +1 -0
  600. package/dist/actions/list-ssh-certificate-authorities.mjs +32 -0
  601. package/dist/actions/list-ssh-certificate-authorities.mjs.map +1 -0
  602. package/dist/actions/list-ssh-credentials.cjs +34 -0
  603. package/dist/actions/list-ssh-credentials.cjs.map +1 -0
  604. package/dist/actions/list-ssh-credentials.d.cts +9 -0
  605. package/dist/actions/list-ssh-credentials.d.cts.map +1 -0
  606. package/dist/actions/list-ssh-credentials.d.mts +9 -0
  607. package/dist/actions/list-ssh-credentials.d.mts.map +1 -0
  608. package/dist/actions/list-ssh-credentials.mjs +33 -0
  609. package/dist/actions/list-ssh-credentials.mjs.map +1 -0
  610. package/dist/actions/list-ssh-host-certificates.cjs +37 -0
  611. package/dist/actions/list-ssh-host-certificates.cjs.map +1 -0
  612. package/dist/actions/list-ssh-host-certificates.d.cts +9 -0
  613. package/dist/actions/list-ssh-host-certificates.d.cts.map +1 -0
  614. package/dist/actions/list-ssh-host-certificates.d.mts +9 -0
  615. package/dist/actions/list-ssh-host-certificates.d.mts.map +1 -0
  616. package/dist/actions/list-ssh-host-certificates.mjs +36 -0
  617. package/dist/actions/list-ssh-host-certificates.mjs.map +1 -0
  618. package/dist/actions/list-ssh-user-certificates.cjs +39 -0
  619. package/dist/actions/list-ssh-user-certificates.cjs.map +1 -0
  620. package/dist/actions/list-ssh-user-certificates.d.cts +9 -0
  621. package/dist/actions/list-ssh-user-certificates.d.cts.map +1 -0
  622. package/dist/actions/list-ssh-user-certificates.d.mts +9 -0
  623. package/dist/actions/list-ssh-user-certificates.d.mts.map +1 -0
  624. package/dist/actions/list-ssh-user-certificates.mjs +38 -0
  625. package/dist/actions/list-ssh-user-certificates.mjs.map +1 -0
  626. package/dist/actions/list-static-backends.cjs +33 -0
  627. package/dist/actions/list-static-backends.cjs.map +1 -0
  628. package/dist/actions/list-static-backends.d.cts +9 -0
  629. package/dist/actions/list-static-backends.d.cts.map +1 -0
  630. package/dist/actions/list-static-backends.d.mts +9 -0
  631. package/dist/actions/list-static-backends.d.mts.map +1 -0
  632. package/dist/actions/list-static-backends.mjs +32 -0
  633. package/dist/actions/list-static-backends.mjs.map +1 -0
  634. package/dist/actions/list-tcp-edges.cjs +50 -0
  635. package/dist/actions/list-tcp-edges.cjs.map +1 -0
  636. package/dist/actions/list-tcp-edges.d.cts +9 -0
  637. package/dist/actions/list-tcp-edges.d.cts.map +1 -0
  638. package/dist/actions/list-tcp-edges.d.mts +9 -0
  639. package/dist/actions/list-tcp-edges.d.mts.map +1 -0
  640. package/dist/actions/list-tcp-edges.mjs +49 -0
  641. package/dist/actions/list-tcp-edges.mjs.map +1 -0
  642. package/dist/actions/list-tls-certificates.cjs +49 -0
  643. package/dist/actions/list-tls-certificates.cjs.map +1 -0
  644. package/dist/actions/list-tls-certificates.d.cts +9 -0
  645. package/dist/actions/list-tls-certificates.d.cts.map +1 -0
  646. package/dist/actions/list-tls-certificates.d.mts +9 -0
  647. package/dist/actions/list-tls-certificates.d.mts.map +1 -0
  648. package/dist/actions/list-tls-certificates.mjs +48 -0
  649. package/dist/actions/list-tls-certificates.mjs.map +1 -0
  650. package/dist/actions/list-tls-edges.cjs +40 -0
  651. package/dist/actions/list-tls-edges.cjs.map +1 -0
  652. package/dist/actions/list-tls-edges.d.cts +9 -0
  653. package/dist/actions/list-tls-edges.d.cts.map +1 -0
  654. package/dist/actions/list-tls-edges.d.mts +9 -0
  655. package/dist/actions/list-tls-edges.d.mts.map +1 -0
  656. package/dist/actions/list-tls-edges.mjs +39 -0
  657. package/dist/actions/list-tls-edges.mjs.map +1 -0
  658. package/dist/actions/list-tunnel-sessions.cjs +40 -0
  659. package/dist/actions/list-tunnel-sessions.cjs.map +1 -0
  660. package/dist/actions/list-tunnel-sessions.d.cts +9 -0
  661. package/dist/actions/list-tunnel-sessions.d.cts.map +1 -0
  662. package/dist/actions/list-tunnel-sessions.d.mts +9 -0
  663. package/dist/actions/list-tunnel-sessions.d.mts.map +1 -0
  664. package/dist/actions/list-tunnel-sessions.mjs +39 -0
  665. package/dist/actions/list-tunnel-sessions.mjs.map +1 -0
  666. package/dist/actions/list-tunnels.cjs +44 -0
  667. package/dist/actions/list-tunnels.cjs.map +1 -0
  668. package/dist/actions/list-tunnels.d.cts +9 -0
  669. package/dist/actions/list-tunnels.d.cts.map +1 -0
  670. package/dist/actions/list-tunnels.d.mts +9 -0
  671. package/dist/actions/list-tunnels.d.mts.map +1 -0
  672. package/dist/actions/list-tunnels.mjs +43 -0
  673. package/dist/actions/list-tunnels.mjs.map +1 -0
  674. package/dist/actions/list-vault-secrets.cjs +41 -0
  675. package/dist/actions/list-vault-secrets.cjs.map +1 -0
  676. package/dist/actions/list-vault-secrets.d.cts +9 -0
  677. package/dist/actions/list-vault-secrets.d.cts.map +1 -0
  678. package/dist/actions/list-vault-secrets.d.mts +9 -0
  679. package/dist/actions/list-vault-secrets.d.mts.map +1 -0
  680. package/dist/actions/list-vault-secrets.mjs +40 -0
  681. package/dist/actions/list-vault-secrets.mjs.map +1 -0
  682. package/dist/actions/list-vaults.cjs +35 -0
  683. package/dist/actions/list-vaults.cjs.map +1 -0
  684. package/dist/actions/list-vaults.d.cts +9 -0
  685. package/dist/actions/list-vaults.d.cts.map +1 -0
  686. package/dist/actions/list-vaults.d.mts +9 -0
  687. package/dist/actions/list-vaults.d.mts.map +1 -0
  688. package/dist/actions/list-vaults.mjs +34 -0
  689. package/dist/actions/list-vaults.mjs.map +1 -0
  690. package/dist/actions/list-weighted-backends.cjs +31 -0
  691. package/dist/actions/list-weighted-backends.cjs.map +1 -0
  692. package/dist/actions/list-weighted-backends.d.cts +9 -0
  693. package/dist/actions/list-weighted-backends.d.cts.map +1 -0
  694. package/dist/actions/list-weighted-backends.d.mts +9 -0
  695. package/dist/actions/list-weighted-backends.d.mts.map +1 -0
  696. package/dist/actions/list-weighted-backends.mjs +30 -0
  697. package/dist/actions/list-weighted-backends.mjs.map +1 -0
  698. package/dist/actions/replace-edge-route-circuit-breaker-module.cjs +32 -0
  699. package/dist/actions/replace-edge-route-circuit-breaker-module.cjs.map +1 -0
  700. package/dist/actions/replace-edge-route-circuit-breaker-module.d.cts +9 -0
  701. package/dist/actions/replace-edge-route-circuit-breaker-module.d.cts.map +1 -0
  702. package/dist/actions/replace-edge-route-circuit-breaker-module.d.mts +9 -0
  703. package/dist/actions/replace-edge-route-circuit-breaker-module.d.mts.map +1 -0
  704. package/dist/actions/replace-edge-route-circuit-breaker-module.mjs +29 -0
  705. package/dist/actions/replace-edge-route-circuit-breaker-module.mjs.map +1 -0
  706. package/dist/actions/replace-edge-route-compression-module.cjs +20 -0
  707. package/dist/actions/replace-edge-route-compression-module.cjs.map +1 -0
  708. package/dist/actions/replace-edge-route-compression-module.d.cts +9 -0
  709. package/dist/actions/replace-edge-route-compression-module.d.cts.map +1 -0
  710. package/dist/actions/replace-edge-route-compression-module.d.mts +9 -0
  711. package/dist/actions/replace-edge-route-compression-module.d.mts.map +1 -0
  712. package/dist/actions/replace-edge-route-compression-module.mjs +17 -0
  713. package/dist/actions/replace-edge-route-compression-module.mjs.map +1 -0
  714. package/dist/actions/replace-edge-route-request-headers-module.cjs +26 -0
  715. package/dist/actions/replace-edge-route-request-headers-module.cjs.map +1 -0
  716. package/dist/actions/replace-edge-route-request-headers-module.d.cts +9 -0
  717. package/dist/actions/replace-edge-route-request-headers-module.d.cts.map +1 -0
  718. package/dist/actions/replace-edge-route-request-headers-module.d.mts +9 -0
  719. package/dist/actions/replace-edge-route-request-headers-module.d.mts.map +1 -0
  720. package/dist/actions/replace-edge-route-request-headers-module.mjs +23 -0
  721. package/dist/actions/replace-edge-route-request-headers-module.mjs.map +1 -0
  722. package/dist/actions/replace-edge-route-response-headers-module.cjs +26 -0
  723. package/dist/actions/replace-edge-route-response-headers-module.cjs.map +1 -0
  724. package/dist/actions/replace-edge-route-response-headers-module.d.cts +9 -0
  725. package/dist/actions/replace-edge-route-response-headers-module.d.cts.map +1 -0
  726. package/dist/actions/replace-edge-route-response-headers-module.d.mts +9 -0
  727. package/dist/actions/replace-edge-route-response-headers-module.d.mts.map +1 -0
  728. package/dist/actions/replace-edge-route-response-headers-module.mjs +23 -0
  729. package/dist/actions/replace-edge-route-response-headers-module.mjs.map +1 -0
  730. package/dist/actions/replace-edge-route-traffic-policy.cjs +24 -0
  731. package/dist/actions/replace-edge-route-traffic-policy.cjs.map +1 -0
  732. package/dist/actions/replace-edge-route-traffic-policy.d.cts +9 -0
  733. package/dist/actions/replace-edge-route-traffic-policy.d.cts.map +1 -0
  734. package/dist/actions/replace-edge-route-traffic-policy.d.mts +9 -0
  735. package/dist/actions/replace-edge-route-traffic-policy.d.mts.map +1 -0
  736. package/dist/actions/replace-edge-route-traffic-policy.mjs +21 -0
  737. package/dist/actions/replace-edge-route-traffic-policy.mjs.map +1 -0
  738. package/dist/actions/replace-edge-route-user-agent-filter-module.cjs +26 -0
  739. package/dist/actions/replace-edge-route-user-agent-filter-module.cjs.map +1 -0
  740. package/dist/actions/replace-edge-route-user-agent-filter-module.d.cts +9 -0
  741. package/dist/actions/replace-edge-route-user-agent-filter-module.d.cts.map +1 -0
  742. package/dist/actions/replace-edge-route-user-agent-filter-module.d.mts +9 -0
  743. package/dist/actions/replace-edge-route-user-agent-filter-module.d.mts.map +1 -0
  744. package/dist/actions/replace-edge-route-user-agent-filter-module.mjs +23 -0
  745. package/dist/actions/replace-edge-route-user-agent-filter-module.mjs.map +1 -0
  746. package/dist/actions/replace-edge-route-webhook-verification-module.cjs +26 -0
  747. package/dist/actions/replace-edge-route-webhook-verification-module.cjs.map +1 -0
  748. package/dist/actions/replace-edge-route-webhook-verification-module.d.cts +9 -0
  749. package/dist/actions/replace-edge-route-webhook-verification-module.d.cts.map +1 -0
  750. package/dist/actions/replace-edge-route-webhook-verification-module.d.mts +9 -0
  751. package/dist/actions/replace-edge-route-webhook-verification-module.d.mts.map +1 -0
  752. package/dist/actions/replace-edge-route-webhook-verification-module.mjs +23 -0
  753. package/dist/actions/replace-edge-route-webhook-verification-module.mjs.map +1 -0
  754. package/dist/actions/update-api-key.cjs +28 -0
  755. package/dist/actions/update-api-key.cjs.map +1 -0
  756. package/dist/actions/update-api-key.d.cts +9 -0
  757. package/dist/actions/update-api-key.d.cts.map +1 -0
  758. package/dist/actions/update-api-key.d.mts +9 -0
  759. package/dist/actions/update-api-key.d.mts.map +1 -0
  760. package/dist/actions/update-api-key.mjs +25 -0
  761. package/dist/actions/update-api-key.mjs.map +1 -0
  762. package/dist/actions/update-credentials.cjs +30 -0
  763. package/dist/actions/update-credentials.cjs.map +1 -0
  764. package/dist/actions/update-credentials.d.cts +9 -0
  765. package/dist/actions/update-credentials.d.cts.map +1 -0
  766. package/dist/actions/update-credentials.d.mts +9 -0
  767. package/dist/actions/update-credentials.d.mts.map +1 -0
  768. package/dist/actions/update-credentials.mjs +27 -0
  769. package/dist/actions/update-credentials.mjs.map +1 -0
  770. package/dist/actions/update-endpoint.cjs +56 -0
  771. package/dist/actions/update-endpoint.cjs.map +1 -0
  772. package/dist/actions/update-endpoint.d.cts +9 -0
  773. package/dist/actions/update-endpoint.d.cts.map +1 -0
  774. package/dist/actions/update-endpoint.d.mts +9 -0
  775. package/dist/actions/update-endpoint.d.mts.map +1 -0
  776. package/dist/actions/update-endpoint.mjs +55 -0
  777. package/dist/actions/update-endpoint.mjs.map +1 -0
  778. package/dist/actions/update-event-subscription.cjs +35 -0
  779. package/dist/actions/update-event-subscription.cjs.map +1 -0
  780. package/dist/actions/update-event-subscription.d.cts +9 -0
  781. package/dist/actions/update-event-subscription.d.cts.map +1 -0
  782. package/dist/actions/update-event-subscription.d.mts +9 -0
  783. package/dist/actions/update-event-subscription.d.mts.map +1 -0
  784. package/dist/actions/update-event-subscription.mjs +34 -0
  785. package/dist/actions/update-event-subscription.mjs.map +1 -0
  786. package/dist/actions/update-https-edge-route.cjs +197 -0
  787. package/dist/actions/update-https-edge-route.cjs.map +1 -0
  788. package/dist/actions/update-https-edge-route.d.cts +9 -0
  789. package/dist/actions/update-https-edge-route.d.cts.map +1 -0
  790. package/dist/actions/update-https-edge-route.d.mts +9 -0
  791. package/dist/actions/update-https-edge-route.d.mts.map +1 -0
  792. package/dist/actions/update-https-edge-route.mjs +196 -0
  793. package/dist/actions/update-https-edge-route.mjs.map +1 -0
  794. package/dist/actions/update-reserved-domain.cjs +58 -0
  795. package/dist/actions/update-reserved-domain.cjs.map +1 -0
  796. package/dist/actions/update-reserved-domain.d.cts +9 -0
  797. package/dist/actions/update-reserved-domain.d.cts.map +1 -0
  798. package/dist/actions/update-reserved-domain.d.mts +9 -0
  799. package/dist/actions/update-reserved-domain.d.mts.map +1 -0
  800. package/dist/actions/update-reserved-domain.mjs +57 -0
  801. package/dist/actions/update-reserved-domain.mjs.map +1 -0
  802. package/dist/actions/update-secret.cjs +29 -0
  803. package/dist/actions/update-secret.cjs.map +1 -0
  804. package/dist/actions/update-secret.d.cts +9 -0
  805. package/dist/actions/update-secret.d.cts.map +1 -0
  806. package/dist/actions/update-secret.d.mts +9 -0
  807. package/dist/actions/update-secret.d.mts.map +1 -0
  808. package/dist/actions/update-secret.mjs +26 -0
  809. package/dist/actions/update-secret.mjs.map +1 -0
  810. package/dist/actions/update-ssh-credential.cjs +30 -0
  811. package/dist/actions/update-ssh-credential.cjs.map +1 -0
  812. package/dist/actions/update-ssh-credential.d.cts +9 -0
  813. package/dist/actions/update-ssh-credential.d.cts.map +1 -0
  814. package/dist/actions/update-ssh-credential.d.mts +9 -0
  815. package/dist/actions/update-ssh-credential.d.mts.map +1 -0
  816. package/dist/actions/update-ssh-credential.mjs +27 -0
  817. package/dist/actions/update-ssh-credential.mjs.map +1 -0
  818. package/dist/actions/update-vault.cjs +31 -0
  819. package/dist/actions/update-vault.cjs.map +1 -0
  820. package/dist/actions/update-vault.d.cts +9 -0
  821. package/dist/actions/update-vault.d.cts.map +1 -0
  822. package/dist/actions/update-vault.d.mts +9 -0
  823. package/dist/actions/update-vault.d.mts.map +1 -0
  824. package/dist/actions/update-vault.mjs +28 -0
  825. package/dist/actions/update-vault.mjs.map +1 -0
  826. package/dist/app.cjs +9 -0
  827. package/dist/app.cjs.map +1 -0
  828. package/dist/app.d.cts +5 -0
  829. package/dist/app.d.cts.map +1 -0
  830. package/dist/app.d.mts +5 -0
  831. package/dist/app.d.mts.map +1 -0
  832. package/dist/app.mjs +10 -0
  833. package/dist/app.mjs.map +1 -0
  834. package/dist/catalog.cjs +15 -0
  835. package/dist/catalog.cjs.map +1 -0
  836. package/dist/catalog.d.cts +14 -0
  837. package/dist/catalog.d.cts.map +1 -0
  838. package/dist/catalog.d.mts +14 -0
  839. package/dist/catalog.d.mts.map +1 -0
  840. package/dist/catalog.mjs +15 -0
  841. package/dist/catalog.mjs.map +1 -0
  842. package/dist/execute.cjs +18 -0
  843. package/dist/execute.cjs.map +1 -0
  844. package/dist/execute.mjs +18 -0
  845. package/dist/execute.mjs.map +1 -0
  846. package/dist/index.cjs +210 -0
  847. package/dist/index.d.cts +105 -0
  848. package/dist/index.d.mts +105 -0
  849. package/dist/index.mjs +106 -0
  850. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-agent-ingresses.d.cts","names":[],"sources":["../../src/actions/list-agent-ingresses.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAImD;AAAA,cAqBnF,6BAAA,EAA+B,CAAA,CAAE,UAIY;AAAA,cAE7C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-agent-ingresses.d.ts
4
+ declare const NgrokListAgentIngressesInput: z.ZodTypeAny;
5
+ declare const NgrokListAgentIngressesOutput: z.ZodTypeAny;
6
+ declare const ngrokListAgentIngresses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ngrokListAgentIngresses };
9
+ //# sourceMappingURL=list-agent-ingresses.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-agent-ingresses.d.mts","names":[],"sources":["../../src/actions/list-agent-ingresses.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAImD;AAAA,cAqBnF,6BAAA,EAA+B,CAAA,CAAE,UAIY;AAAA,cAE7C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,43 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-agent-ingresses.ts
4
+ const NgrokListAgentIngressesInput = z.object({
5
+ limit: z.number().int().describe("Maximum number of agent ingresses to return. Defaults to 100 if not specified.").optional(),
6
+ filter: z.string().describe("CEL expression to filter agent ingresses. Supports fields: id, metadata, created_at. Example: 'id == \"agin_xxx\"' or 'metadata contains \"prod\"'").optional(),
7
+ before_id: z.string().describe("Pagination cursor. Returns agent ingresses created before this ID. Use next_page_uri from previous response for pagination.").optional()
8
+ }).describe("Request model for listing agent ingresses with optional filtering and pagination.");
9
+ const NgrokListAgentIngresses_CertificateManagementPolicySchema = z.object({
10
+ authority: z.string().describe("Certificate authority to use for certificate management").nullable().optional(),
11
+ private_key_type: z.string().describe("Type of private key to use (rsa, ecdsa)").nullable().optional()
12
+ }).describe("Certificate management policy configuration.");
13
+ const NgrokListAgentIngresses_CertificateManagementStatusSchema = z.object({
14
+ renews_at: z.string().describe("Timestamp when the certificate renews in RFC 3339 format").nullable().optional(),
15
+ provisioning_job: z.record(z.string(), z.unknown()).describe("Details about the certificate provisioning job").nullable().optional()
16
+ }).describe("Certificate management status information.");
17
+ const NgrokListAgentIngresses_AgentIngressSchema = z.object({
18
+ id: z.string().describe("Unique agent ingress resource identifier"),
19
+ uri: z.string().describe("URI of the agent ingress API resource"),
20
+ domain: z.string().describe("The domain that you own to be used as the base domain for the agent ingress"),
21
+ metadata: z.string().describe("Arbitrary user-defined machine-readable data of this Agent Ingress. Optional, max 4096 bytes.").nullable().optional(),
22
+ created_at: z.string().describe("Timestamp when the agent ingress was created in RFC 3339 format"),
23
+ ns_targets: z.array(z.string()).describe("A list of target values to serve as the values of NS records for the domain property. These values can be used to configure a domain delegation."),
24
+ description: z.string().describe("Human-readable description of what this Agent Ingress will be used for. Optional, max 255 bytes.").nullable().optional(),
25
+ region_domains: z.array(z.string()).describe("A list of regional agent ingress domains that will be used to connect to the ngrok agent"),
26
+ certificate_management_policy: NgrokListAgentIngresses_CertificateManagementPolicySchema.nullable().optional(),
27
+ certificate_management_status: NgrokListAgentIngresses_CertificateManagementStatusSchema.nullable().optional()
28
+ }).describe("Details of an ngrok Agent Ingress.");
29
+ const ngrokListAgentIngresses = action("NGROK_LIST_AGENT_INGRESSES", {
30
+ slug: "ngrok-list-agent-ingresses",
31
+ name: "List Agent Ingresses",
32
+ description: "List all Agent Ingresses owned by this account. Agent Ingresses are used to configure custom domains for ngrok agent connections, allowing you to use your own domain instead of the default ngrok domains.",
33
+ input: NgrokListAgentIngressesInput,
34
+ output: z.object({
35
+ uri: z.string().describe("URI of the agent ingresses list API resource"),
36
+ ingresses: z.array(NgrokListAgentIngresses_AgentIngressSchema).describe("The list of all Agent Ingresses on this account"),
37
+ next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
38
+ }).describe("Response model for listing agent ingresses.")
39
+ });
40
+ //#endregion
41
+ export { ngrokListAgentIngresses };
42
+
43
+ //# sourceMappingURL=list-agent-ingresses.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-agent-ingresses.mjs","names":[],"sources":["../../src/actions/list-agent-ingresses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListAgentIngressesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of agent ingresses to return. Defaults to 100 if not specified.\").optional(),\n filter: z.string().describe(\"CEL expression to filter agent ingresses. Supports fields: id, metadata, created_at. Example: 'id == \\\"agin_xxx\\\"' or 'metadata contains \\\"prod\\\"'\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns agent ingresses created before this ID. Use next_page_uri from previous response for pagination.\").optional(),\n}).describe(\"Request model for listing agent ingresses with optional filtering and pagination.\");\nconst NgrokListAgentIngresses_CertificateManagementPolicySchema: z.ZodTypeAny = z.object({\n authority: z.string().describe(\"Certificate authority to use for certificate management\").nullable().optional(),\n private_key_type: z.string().describe(\"Type of private key to use (rsa, ecdsa)\").nullable().optional(),\n}).describe(\"Certificate management policy configuration.\");\nconst NgrokListAgentIngresses_CertificateManagementStatusSchema: z.ZodTypeAny = z.object({\n renews_at: z.string().describe(\"Timestamp when the certificate renews in RFC 3339 format\").nullable().optional(),\n provisioning_job: z.record(z.string(), z.unknown()).describe(\"Details about the certificate provisioning job\").nullable().optional(),\n}).describe(\"Certificate management status information.\");\nconst NgrokListAgentIngresses_AgentIngressSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique agent ingress resource identifier\"),\n uri: z.string().describe(\"URI of the agent ingress API resource\"),\n domain: z.string().describe(\"The domain that you own to be used as the base domain for the agent ingress\"),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this Agent Ingress. Optional, max 4096 bytes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the agent ingress was created in RFC 3339 format\"),\n ns_targets: z.array(z.string()).describe(\"A list of target values to serve as the values of NS records for the domain property. These values can be used to configure a domain delegation.\"),\n description: z.string().describe(\"Human-readable description of what this Agent Ingress will be used for. Optional, max 255 bytes.\").nullable().optional(),\n region_domains: z.array(z.string()).describe(\"A list of regional agent ingress domains that will be used to connect to the ngrok agent\"),\n certificate_management_policy: NgrokListAgentIngresses_CertificateManagementPolicySchema.nullable().optional(),\n certificate_management_status: NgrokListAgentIngresses_CertificateManagementStatusSchema.nullable().optional(),\n}).describe(\"Details of an ngrok Agent Ingress.\");\nexport const NgrokListAgentIngressesOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the agent ingresses list API resource\"),\n ingresses: z.array(NgrokListAgentIngresses_AgentIngressSchema).describe(\"The list of all Agent Ingresses on this account\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for listing agent ingresses.\");\n\nexport const ngrokListAgentIngresses = action(\"NGROK_LIST_AGENT_INGRESSES\", {\n slug: \"ngrok-list-agent-ingresses\",\n name: \"List Agent Ingresses\",\n description: \"List all Agent Ingresses owned by this account. Agent Ingresses are used to configure custom domains for ngrok agent connections, allowing you to use your own domain instead of the default ngrok domains.\",\n input: NgrokListAgentIngressesInput,\n output: NgrokListAgentIngressesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CAC5H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oJAAoJ,CAAC,CAAC,SAAS;CAC3L,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6HAA6H,CAAC,CAAC,SAAS;AACzK,CAAC,CAAC,CAAC,SAAS,mFAAmF;AAC/F,MAAM,4DAA0E,EAAE,OAAO;CACvF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,4DAA0E,EAAE,OAAO;CACvF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,kBAAkB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E;CACzG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACjG,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kJAAkJ;CAC3L,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzJ,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0FAA0F;CACvI,+BAA+B,0DAA0D,SAAS,CAAC,CAAC,SAAS;CAC7G,+BAA+B,0DAA0D,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAOhD,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXyD,EAAE,OAAO;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACvE,WAAW,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,iDAAiD;EACzH,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-api-keys.ts
4
+ const NgrokListApiKeysInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("Maximum number of API keys to return. Accepts values between 1-100. Defaults to 100 if not specified.").optional(),
6
+ before_id: zod.z.string().describe("Pagination cursor. Returns results created before this API key ID. Use the ID from a previous response for pagination.").optional()
7
+ }).describe("Request model for listing API keys with pagination support");
8
+ const NgrokListApiKeys_ApiKeyModelSchema = zod.z.object({
9
+ id: zod.z.string().describe("unique API key resource identifier"),
10
+ uri: zod.z.string().describe("URI to the API resource of this API key"),
11
+ token: zod.z.string().describe("the bearer token that can be placed into the Authorization header to authenticate request to the ngrok API").nullable().optional(),
12
+ metadata: zod.z.string().describe("arbitrary user-defined data of this API key. optional, max 4096 bytes").nullable().optional(),
13
+ owner_id: zod.z.string().describe("ID of the owner of this API key"),
14
+ created_at: zod.z.string().describe("timestamp when the api key was created, RFC 3339 format"),
15
+ description: zod.z.string().describe("human-readable description of what uses the API key to authenticate. optional, max 255 bytes.").nullable().optional()
16
+ }).describe("Model representing an individual API key");
17
+ const NgrokListApiKeysOutput = zod.z.object({
18
+ uri: zod.z.string().describe("URI of the API keys list API resource"),
19
+ keys: zod.z.array(NgrokListApiKeys_ApiKeyModelSchema).describe("the list of API keys for this account"),
20
+ next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
21
+ }).describe("Response model for list API keys endpoint");
22
+ const ngrokListApiKeys = require_action.action("NGROK_LIST_API_KEYS", {
23
+ slug: "ngrok-list-api-keys",
24
+ name: "List API Keys",
25
+ description: "This tool lists all API keys owned by the user. The API keys are used to authenticate API requests to ngrok's REST API. The endpoint returns a paginated list of API keys.",
26
+ input: NgrokListApiKeysInput,
27
+ output: NgrokListApiKeysOutput
28
+ });
29
+ //#endregion
30
+ exports.ngrokListApiKeys = ngrokListApiKeys;
31
+
32
+ //# sourceMappingURL=list-api-keys.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-api-keys.cjs","names":["z","action"],"sources":["../../src/actions/list-api-keys.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListApiKeysInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of API keys to return. Accepts values between 1-100. Defaults to 100 if not specified.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns results created before this API key ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing API keys with pagination support\");\nconst NgrokListApiKeys_ApiKeyModelSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique API key resource identifier\"),\n uri: z.string().describe(\"URI to the API resource of this API key\"),\n token: z.string().describe(\"the bearer token that can be placed into the Authorization header to authenticate request to the ngrok API\").nullable().optional(),\n metadata: z.string().describe(\"arbitrary user-defined data of this API key. optional, max 4096 bytes\").nullable().optional(),\n owner_id: z.string().describe(\"ID of the owner of this API key\"),\n created_at: z.string().describe(\"timestamp when the api key was created, RFC 3339 format\"),\n description: z.string().describe(\"human-readable description of what uses the API key to authenticate. optional, max 255 bytes.\").nullable().optional(),\n}).describe(\"Model representing an individual API key\");\nexport const NgrokListApiKeysOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the API keys list API resource\"),\n keys: z.array(NgrokListApiKeys_ApiKeyModelSchema).describe(\"the list of API keys for this account\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for list API keys endpoint\");\n\nexport const ngrokListApiKeys = action(\"NGROK_LIST_API_KEYS\", {\n slug: \"ngrok-list-api-keys\",\n name: \"List API Keys\",\n description: \"This tool lists all API keys owned by the user. The API keys are used to authenticate API requests to ngrok's REST API. The endpoint returns a paginated list of API keys.\",\n input: NgrokListApiKeysInput,\n output: NgrokListApiKeysOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CACnJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;AACpK,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7J,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxJ,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAChE,MAAMA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,uCAAuC;CAClG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,mBAAmBC,eAAAA,OAAO,uBAAuB;CAC5D,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/list-api-keys.d.ts
4
+ declare const NgrokListApiKeysInput: z.ZodTypeAny;
5
+ declare const NgrokListApiKeysOutput: z.ZodTypeAny;
6
+ declare const ngrokListApiKeys: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ngrokListApiKeys };
9
+ //# sourceMappingURL=list-api-keys.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-api-keys.d.cts","names":[],"sources":["../../src/actions/list-api-keys.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAGmC;AAAA,cAU5D,sBAAA,EAAwB,CAAA,CAAE,UAIiB;AAAA,cAE3C,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-api-keys.d.ts
4
+ declare const NgrokListApiKeysInput: z.ZodTypeAny;
5
+ declare const NgrokListApiKeysOutput: z.ZodTypeAny;
6
+ declare const ngrokListApiKeys: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ngrokListApiKeys };
9
+ //# sourceMappingURL=list-api-keys.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-api-keys.d.mts","names":[],"sources":["../../src/actions/list-api-keys.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAGmC;AAAA,cAU5D,sBAAA,EAAwB,CAAA,CAAE,UAIiB;AAAA,cAE3C,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-api-keys.ts
4
+ const NgrokListApiKeysInput = z.object({
5
+ limit: z.number().int().describe("Maximum number of API keys to return. Accepts values between 1-100. Defaults to 100 if not specified.").optional(),
6
+ before_id: z.string().describe("Pagination cursor. Returns results created before this API key ID. Use the ID from a previous response for pagination.").optional()
7
+ }).describe("Request model for listing API keys with pagination support");
8
+ const NgrokListApiKeys_ApiKeyModelSchema = z.object({
9
+ id: z.string().describe("unique API key resource identifier"),
10
+ uri: z.string().describe("URI to the API resource of this API key"),
11
+ token: z.string().describe("the bearer token that can be placed into the Authorization header to authenticate request to the ngrok API").nullable().optional(),
12
+ metadata: z.string().describe("arbitrary user-defined data of this API key. optional, max 4096 bytes").nullable().optional(),
13
+ owner_id: z.string().describe("ID of the owner of this API key"),
14
+ created_at: z.string().describe("timestamp when the api key was created, RFC 3339 format"),
15
+ description: z.string().describe("human-readable description of what uses the API key to authenticate. optional, max 255 bytes.").nullable().optional()
16
+ }).describe("Model representing an individual API key");
17
+ const ngrokListApiKeys = action("NGROK_LIST_API_KEYS", {
18
+ slug: "ngrok-list-api-keys",
19
+ name: "List API Keys",
20
+ description: "This tool lists all API keys owned by the user. The API keys are used to authenticate API requests to ngrok's REST API. The endpoint returns a paginated list of API keys.",
21
+ input: NgrokListApiKeysInput,
22
+ output: z.object({
23
+ uri: z.string().describe("URI of the API keys list API resource"),
24
+ keys: z.array(NgrokListApiKeys_ApiKeyModelSchema).describe("the list of API keys for this account"),
25
+ next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
26
+ }).describe("Response model for list API keys endpoint")
27
+ });
28
+ //#endregion
29
+ export { ngrokListApiKeys };
30
+
31
+ //# sourceMappingURL=list-api-keys.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-api-keys.mjs","names":[],"sources":["../../src/actions/list-api-keys.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListApiKeysInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of API keys to return. Accepts values between 1-100. Defaults to 100 if not specified.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns results created before this API key ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing API keys with pagination support\");\nconst NgrokListApiKeys_ApiKeyModelSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique API key resource identifier\"),\n uri: z.string().describe(\"URI to the API resource of this API key\"),\n token: z.string().describe(\"the bearer token that can be placed into the Authorization header to authenticate request to the ngrok API\").nullable().optional(),\n metadata: z.string().describe(\"arbitrary user-defined data of this API key. optional, max 4096 bytes\").nullable().optional(),\n owner_id: z.string().describe(\"ID of the owner of this API key\"),\n created_at: z.string().describe(\"timestamp when the api key was created, RFC 3339 format\"),\n description: z.string().describe(\"human-readable description of what uses the API key to authenticate. optional, max 255 bytes.\").nullable().optional(),\n}).describe(\"Model representing an individual API key\");\nexport const NgrokListApiKeysOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the API keys list API resource\"),\n keys: z.array(NgrokListApiKeys_ApiKeyModelSchema).describe(\"the list of API keys for this account\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for list API keys endpoint\");\n\nexport const ngrokListApiKeys = action(\"NGROK_LIST_API_KEYS\", {\n slug: \"ngrok-list-api-keys\",\n name: \"List API Keys\",\n description: \"This tool lists all API keys owned by the user. The API keys are used to authenticate API requests to ngrok's REST API. The endpoint returns a paginated list of API keys.\",\n input: NgrokListApiKeysInput,\n output: NgrokListApiKeysOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsC,EAAE,OAAO;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CACnJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;AACpK,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,qCAAmD,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAClE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7J,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACzF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxJ,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAOtD,MAAa,mBAAmB,OAAO,uBAAuB;CAC5D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXkD,EAAE,OAAO;EAC3D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EAChE,MAAM,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,uCAAuC;EAClG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
@@ -0,0 +1,30 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-bot-users.ts
4
+ const NgrokListBotUsersInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("Maximum number of bot users to return. Defaults to 100 if not specified.").optional(),
6
+ before_id: zod.z.string().describe("Pagination cursor. Returns results created before this bot user ID. Use the ID from a previous response for pagination.").optional()
7
+ }).describe("Request model for listing bot users with pagination support");
8
+ const NgrokListBotUsers_BotUserModelSchema = zod.z.object({
9
+ id: zod.z.string().describe("unique bot user resource identifier"),
10
+ uri: zod.z.string().describe("URI to the API resource of this bot user"),
11
+ name: zod.z.string().describe("human-readable name of the bot user"),
12
+ active: zod.z.boolean().describe("whether the bot user is active or has been deactivated"),
13
+ created_at: zod.z.string().describe("timestamp when the bot user was created, RFC 3339 format")
14
+ }).describe("Model representing an individual bot user");
15
+ const NgrokListBotUsersOutput = zod.z.object({
16
+ uri: zod.z.string().describe("URI of the bot users list API resource"),
17
+ bot_users: zod.z.array(NgrokListBotUsers_BotUserModelSchema).describe("the list of bot users for this account"),
18
+ next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
19
+ }).describe("Response model for list bot users endpoint");
20
+ const ngrokListBotUsers = require_action.action("NGROK_LIST_BOT_USERS", {
21
+ slug: "ngrok-list-bot-users",
22
+ name: "List Bot Users",
23
+ description: "Tool to list all bot users on this ngrok account. Use when you need to retrieve all bot users with their status and metadata.",
24
+ input: NgrokListBotUsersInput,
25
+ output: NgrokListBotUsersOutput
26
+ });
27
+ //#endregion
28
+ exports.ngrokListBotUsers = ngrokListBotUsers;
29
+
30
+ //# sourceMappingURL=list-bot-users.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bot-users.cjs","names":["z","action"],"sources":["../../src/actions/list-bot-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListBotUsersInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of bot users to return. Defaults to 100 if not specified.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns results created before this bot user ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing bot users with pagination support\");\nconst NgrokListBotUsers_BotUserModelSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique bot user resource identifier\"),\n uri: z.string().describe(\"URI to the API resource of this bot user\"),\n name: z.string().describe(\"human-readable name of the bot user\"),\n active: z.boolean().describe(\"whether the bot user is active or has been deactivated\"),\n created_at: z.string().describe(\"timestamp when the bot user was created, RFC 3339 format\"),\n}).describe(\"Model representing an individual bot user\");\nexport const NgrokListBotUsersOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the bot users list API resource\"),\n bot_users: z.array(NgrokListBotUsers_BotUserModelSchema).describe(\"the list of bot users for this account\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for list bot users endpoint\");\n\nexport const ngrokListBotUsers = action(\"NGROK_LIST_BOT_USERS\", {\n slug: \"ngrok-list-bot-users\",\n name: \"List Bot Users\",\n description: \"Tool to list all bot users on this ngrok account. Use when you need to retrieve all bot users with their status and metadata.\",\n input: NgrokListBotUsersInput,\n output: NgrokListBotUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CACtH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS;AACrK,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC/D,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC5F,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACjE,WAAWA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,wCAAwC;CAC1G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,oBAAoBC,eAAAA,OAAO,wBAAwB;CAC9D,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/list-bot-users.d.ts
4
+ declare const NgrokListBotUsersInput: z.ZodTypeAny;
5
+ declare const NgrokListBotUsersOutput: z.ZodTypeAny;
6
+ declare const ngrokListBotUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ngrokListBotUsers };
9
+ //# sourceMappingURL=list-bot-users.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bot-users.d.cts","names":[],"sources":["../../src/actions/list-bot-users.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAGmC;AAAA,cAQ7D,uBAAA,EAAyB,CAAA,CAAE,UAIiB;AAAA,cAE5C,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-bot-users.d.ts
4
+ declare const NgrokListBotUsersInput: z.ZodTypeAny;
5
+ declare const NgrokListBotUsersOutput: z.ZodTypeAny;
6
+ declare const ngrokListBotUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ngrokListBotUsers };
9
+ //# sourceMappingURL=list-bot-users.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bot-users.d.mts","names":[],"sources":["../../src/actions/list-bot-users.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAGmC;AAAA,cAQ7D,uBAAA,EAAyB,CAAA,CAAE,UAIiB;AAAA,cAE5C,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-bot-users.ts
4
+ const NgrokListBotUsersInput = z.object({
5
+ limit: z.number().int().describe("Maximum number of bot users to return. Defaults to 100 if not specified.").optional(),
6
+ before_id: z.string().describe("Pagination cursor. Returns results created before this bot user ID. Use the ID from a previous response for pagination.").optional()
7
+ }).describe("Request model for listing bot users with pagination support");
8
+ const NgrokListBotUsers_BotUserModelSchema = z.object({
9
+ id: z.string().describe("unique bot user resource identifier"),
10
+ uri: z.string().describe("URI to the API resource of this bot user"),
11
+ name: z.string().describe("human-readable name of the bot user"),
12
+ active: z.boolean().describe("whether the bot user is active or has been deactivated"),
13
+ created_at: z.string().describe("timestamp when the bot user was created, RFC 3339 format")
14
+ }).describe("Model representing an individual bot user");
15
+ const ngrokListBotUsers = action("NGROK_LIST_BOT_USERS", {
16
+ slug: "ngrok-list-bot-users",
17
+ name: "List Bot Users",
18
+ description: "Tool to list all bot users on this ngrok account. Use when you need to retrieve all bot users with their status and metadata.",
19
+ input: NgrokListBotUsersInput,
20
+ output: z.object({
21
+ uri: z.string().describe("URI of the bot users list API resource"),
22
+ bot_users: z.array(NgrokListBotUsers_BotUserModelSchema).describe("the list of bot users for this account"),
23
+ next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
24
+ }).describe("Response model for list bot users endpoint")
25
+ });
26
+ //#endregion
27
+ export { ngrokListBotUsers };
28
+
29
+ //# sourceMappingURL=list-bot-users.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bot-users.mjs","names":[],"sources":["../../src/actions/list-bot-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListBotUsersInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of bot users to return. Defaults to 100 if not specified.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns results created before this bot user ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing bot users with pagination support\");\nconst NgrokListBotUsers_BotUserModelSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique bot user resource identifier\"),\n uri: z.string().describe(\"URI to the API resource of this bot user\"),\n name: z.string().describe(\"human-readable name of the bot user\"),\n active: z.boolean().describe(\"whether the bot user is active or has been deactivated\"),\n created_at: z.string().describe(\"timestamp when the bot user was created, RFC 3339 format\"),\n}).describe(\"Model representing an individual bot user\");\nexport const NgrokListBotUsersOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the bot users list API resource\"),\n bot_users: z.array(NgrokListBotUsers_BotUserModelSchema).describe(\"the list of bot users for this account\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for list bot users endpoint\");\n\nexport const ngrokListBotUsers = action(\"NGROK_LIST_BOT_USERS\", {\n slug: \"ngrok-list-bot-users\",\n name: \"List Bot Users\",\n description: \"Tool to list all bot users on this ngrok account. Use when you need to retrieve all bot users with their status and metadata.\",\n input: NgrokListBotUsersInput,\n output: NgrokListBotUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuC,EAAE,OAAO;CAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CACtH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS;AACrK,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,uCAAqD,EAAE,OAAO;CAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC/D,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD;CACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC5F,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAOvD,MAAa,oBAAoB,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXmD,EAAE,OAAO;EAC5D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACjE,WAAW,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,wCAAwC;EAC1G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
@@ -0,0 +1,37 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-cert-authorities.ts
4
+ const NgrokListCertAuthoritiesInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("Maximum number of certificate authorities to return. See the API Overview for details on pagination.").optional(),
6
+ filter: zod.z.string().describe("CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See https://ngrok.com/docs/api/api-filtering for syntax and field details.").optional(),
7
+ before_id: zod.z.string().describe("Pagination cursor. Returns earlier entries in the result set, sorted by ID. Use the ID from a previous response for pagination.").optional()
8
+ }).describe("Request model for listing certificate authorities with pagination support");
9
+ const NgrokListCertAuthorities_CertificateAuthoritySchema = zod.z.object({
10
+ id: zod.z.string().describe("unique identifier for this Certificate Authority"),
11
+ uri: zod.z.string().describe("URI of the Certificate Authority API resource"),
12
+ ca_pem: zod.z.string().describe("raw PEM of the Certificate Authority"),
13
+ metadata: zod.z.string().describe("arbitrary user-defined machine-readable data. optional, max 4096 bytes").nullable().optional(),
14
+ not_after: zod.z.string().describe("timestamp when this CA becomes invalid, RFC 3339 format"),
15
+ created_at: zod.z.string().describe("timestamp when the CA was created, RFC 3339 format"),
16
+ key_usages: zod.z.array(zod.z.string()).describe("set of actions the private key of this Certificate Authority can be used for"),
17
+ not_before: zod.z.string().describe("timestamp when this CA becomes valid, RFC 3339 format"),
18
+ description: zod.z.string().describe("human-readable description of this Certificate Authority. optional, max 255 bytes").nullable().optional(),
19
+ extended_key_usages: zod.z.array(zod.z.string()).describe("extended key usage purposes for this Certificate Authority"),
20
+ subject_common_name: zod.z.string().describe("subject common name of the Certificate Authority")
21
+ }).describe("Model representing a Certificate Authority");
22
+ const NgrokListCertAuthoritiesOutput = zod.z.object({
23
+ uri: zod.z.string().describe("URI of the certificate authorities list API resource"),
24
+ next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
25
+ certificate_authorities: zod.z.array(NgrokListCertAuthorities_CertificateAuthoritySchema).describe("the list of all certificate authorities on this account")
26
+ }).describe("Response model for list certificate authorities endpoint");
27
+ const ngrokListCertAuthorities = require_action.action("NGROK_LIST_CERT_AUTHORITIES", {
28
+ slug: "ngrok-list-cert-authorities",
29
+ name: "List Certificate Authorities",
30
+ description: "List all certificate authorities on this account. Certificate authorities are x509 certificates used to sign other x509 certificates. Supports pagination and filtering via CEL expressions.",
31
+ input: NgrokListCertAuthoritiesInput,
32
+ output: NgrokListCertAuthoritiesOutput
33
+ });
34
+ //#endregion
35
+ exports.ngrokListCertAuthorities = ngrokListCertAuthorities;
36
+
37
+ //# sourceMappingURL=list-cert-authorities.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-cert-authorities.cjs","names":["z","action"],"sources":["../../src/actions/list-cert-authorities.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListCertAuthoritiesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of certificate authorities to return. See the API Overview for details on pagination.\").optional(),\n filter: z.string().describe(\"CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See https://ngrok.com/docs/api/api-filtering for syntax and field details.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns earlier entries in the result set, sorted by ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing certificate authorities with pagination support\");\nconst NgrokListCertAuthorities_CertificateAuthoritySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique identifier for this Certificate Authority\"),\n uri: z.string().describe(\"URI of the Certificate Authority API resource\"),\n ca_pem: z.string().describe(\"raw PEM of the Certificate Authority\"),\n metadata: z.string().describe(\"arbitrary user-defined machine-readable data. optional, max 4096 bytes\").nullable().optional(),\n not_after: z.string().describe(\"timestamp when this CA becomes invalid, RFC 3339 format\"),\n created_at: z.string().describe(\"timestamp when the CA was created, RFC 3339 format\"),\n key_usages: z.array(z.string()).describe(\"set of actions the private key of this Certificate Authority can be used for\"),\n not_before: z.string().describe(\"timestamp when this CA becomes valid, RFC 3339 format\"),\n description: z.string().describe(\"human-readable description of this Certificate Authority. optional, max 255 bytes\").nullable().optional(),\n extended_key_usages: z.array(z.string()).describe(\"extended key usage purposes for this Certificate Authority\"),\n subject_common_name: z.string().describe(\"subject common name of the Certificate Authority\"),\n}).describe(\"Model representing a Certificate Authority\");\nexport const NgrokListCertAuthoritiesOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the certificate authorities list API resource\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n certificate_authorities: z.array(NgrokListCertAuthorities_CertificateAuthoritySchema).describe(\"the list of all certificate authorities on this account\"),\n}).describe(\"Response model for list certificate authorities endpoint\");\n\nexport const ngrokListCertAuthorities = action(\"NGROK_LIST_CERT_AUTHORITIES\", {\n slug: \"ngrok-list-cert-authorities\",\n name: \"List Certificate Authorities\",\n description: \"List all certificate authorities on this account. Certificate authorities are x509 certificates used to sign other x509 certificates. Supports pagination and filtering via CEL expressions.\",\n input: NgrokListCertAuthoritiesInput,\n output: NgrokListCertAuthoritiesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAClJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sNAAsN,CAAC,CAAC,SAAS;CAC7P,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;AAC7K,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC1E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8EAA8E;CACvH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1I,qBAAqBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4DAA4D;CAC9G,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AAC7F,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC/E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,yBAAyBA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,yDAAyD;AAC1J,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,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/list-cert-authorities.d.ts
4
+ declare const NgrokListCertAuthoritiesInput: z.ZodTypeAny;
5
+ declare const NgrokListCertAuthoritiesOutput: z.ZodTypeAny;
6
+ declare const ngrokListCertAuthorities: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ngrokListCertAuthorities };
9
+ //# sourceMappingURL=list-cert-authorities.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-cert-authorities.d.cts","names":[],"sources":["../../src/actions/list-cert-authorities.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAI0C;AAAA,cAc3E,8BAAA,EAAgC,CAAA,CAAE,UAIwB;AAAA,cAE1D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-cert-authorities.d.ts
4
+ declare const NgrokListCertAuthoritiesInput: z.ZodTypeAny;
5
+ declare const NgrokListCertAuthoritiesOutput: z.ZodTypeAny;
6
+ declare const ngrokListCertAuthorities: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ngrokListCertAuthorities };
9
+ //# sourceMappingURL=list-cert-authorities.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-cert-authorities.d.mts","names":[],"sources":["../../src/actions/list-cert-authorities.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAI0C;AAAA,cAc3E,8BAAA,EAAgC,CAAA,CAAE,UAIwB;AAAA,cAE1D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,36 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-cert-authorities.ts
4
+ const NgrokListCertAuthoritiesInput = z.object({
5
+ limit: z.number().int().describe("Maximum number of certificate authorities to return. See the API Overview for details on pagination.").optional(),
6
+ filter: z.string().describe("CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See https://ngrok.com/docs/api/api-filtering for syntax and field details.").optional(),
7
+ before_id: z.string().describe("Pagination cursor. Returns earlier entries in the result set, sorted by ID. Use the ID from a previous response for pagination.").optional()
8
+ }).describe("Request model for listing certificate authorities with pagination support");
9
+ const NgrokListCertAuthorities_CertificateAuthoritySchema = z.object({
10
+ id: z.string().describe("unique identifier for this Certificate Authority"),
11
+ uri: z.string().describe("URI of the Certificate Authority API resource"),
12
+ ca_pem: z.string().describe("raw PEM of the Certificate Authority"),
13
+ metadata: z.string().describe("arbitrary user-defined machine-readable data. optional, max 4096 bytes").nullable().optional(),
14
+ not_after: z.string().describe("timestamp when this CA becomes invalid, RFC 3339 format"),
15
+ created_at: z.string().describe("timestamp when the CA was created, RFC 3339 format"),
16
+ key_usages: z.array(z.string()).describe("set of actions the private key of this Certificate Authority can be used for"),
17
+ not_before: z.string().describe("timestamp when this CA becomes valid, RFC 3339 format"),
18
+ description: z.string().describe("human-readable description of this Certificate Authority. optional, max 255 bytes").nullable().optional(),
19
+ extended_key_usages: z.array(z.string()).describe("extended key usage purposes for this Certificate Authority"),
20
+ subject_common_name: z.string().describe("subject common name of the Certificate Authority")
21
+ }).describe("Model representing a Certificate Authority");
22
+ const ngrokListCertAuthorities = action("NGROK_LIST_CERT_AUTHORITIES", {
23
+ slug: "ngrok-list-cert-authorities",
24
+ name: "List Certificate Authorities",
25
+ description: "List all certificate authorities on this account. Certificate authorities are x509 certificates used to sign other x509 certificates. Supports pagination and filtering via CEL expressions.",
26
+ input: NgrokListCertAuthoritiesInput,
27
+ output: z.object({
28
+ uri: z.string().describe("URI of the certificate authorities list API resource"),
29
+ next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
30
+ certificate_authorities: z.array(NgrokListCertAuthorities_CertificateAuthoritySchema).describe("the list of all certificate authorities on this account")
31
+ }).describe("Response model for list certificate authorities endpoint")
32
+ });
33
+ //#endregion
34
+ export { ngrokListCertAuthorities };
35
+
36
+ //# sourceMappingURL=list-cert-authorities.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-cert-authorities.mjs","names":[],"sources":["../../src/actions/list-cert-authorities.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListCertAuthoritiesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of certificate authorities to return. See the API Overview for details on pagination.\").optional(),\n filter: z.string().describe(\"CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See https://ngrok.com/docs/api/api-filtering for syntax and field details.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns earlier entries in the result set, sorted by ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing certificate authorities with pagination support\");\nconst NgrokListCertAuthorities_CertificateAuthoritySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique identifier for this Certificate Authority\"),\n uri: z.string().describe(\"URI of the Certificate Authority API resource\"),\n ca_pem: z.string().describe(\"raw PEM of the Certificate Authority\"),\n metadata: z.string().describe(\"arbitrary user-defined machine-readable data. optional, max 4096 bytes\").nullable().optional(),\n not_after: z.string().describe(\"timestamp when this CA becomes invalid, RFC 3339 format\"),\n created_at: z.string().describe(\"timestamp when the CA was created, RFC 3339 format\"),\n key_usages: z.array(z.string()).describe(\"set of actions the private key of this Certificate Authority can be used for\"),\n not_before: z.string().describe(\"timestamp when this CA becomes valid, RFC 3339 format\"),\n description: z.string().describe(\"human-readable description of this Certificate Authority. optional, max 255 bytes\").nullable().optional(),\n extended_key_usages: z.array(z.string()).describe(\"extended key usage purposes for this Certificate Authority\"),\n subject_common_name: z.string().describe(\"subject common name of the Certificate Authority\"),\n}).describe(\"Model representing a Certificate Authority\");\nexport const NgrokListCertAuthoritiesOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the certificate authorities list API resource\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n certificate_authorities: z.array(NgrokListCertAuthorities_CertificateAuthoritySchema).describe(\"the list of all certificate authorities on this account\"),\n}).describe(\"Response model for list certificate authorities endpoint\");\n\nexport const ngrokListCertAuthorities = action(\"NGROK_LIST_CERT_AUTHORITIES\", {\n slug: \"ngrok-list-cert-authorities\",\n name: \"List Certificate Authorities\",\n description: \"List all certificate authorities on this account. Certificate authorities are x509 certificates used to sign other x509 certificates. Supports pagination and filtering via CEL expressions.\",\n input: NgrokListCertAuthoritiesInput,\n output: NgrokListCertAuthoritiesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAClJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sNAAsN,CAAC,CAAC,SAAS;CAC7P,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;AAC7K,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,sDAAoE,EAAE,OAAO;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC1E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8EAA8E;CACvH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1I,qBAAqB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4DAA4D;CAC9G,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AAC7F,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAOxD,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX0D,EAAE,OAAO;EACnE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EAC/E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,yBAAyB,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,yDAAyD;CAC1J,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-credentials.ts
4
+ const NgrokListCredentialsInput = zod.z.object({
5
+ limit: zod.z.string().describe("Maximum number of credentials to return. Accepts values between 1-100. Defaults to 100 if not specified.").optional(),
6
+ filter: zod.z.string().describe("CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details.").optional(),
7
+ before_id: zod.z.string().describe("Pagination cursor. Returns results created before this credential ID. Use the ID from a previous response for pagination.").optional()
8
+ }).describe("Request model for listing tunnel credentials with pagination and filtering support.");
9
+ const NgrokListCredentials_CredentialSchema = zod.z.object({
10
+ id: zod.z.string().describe("Unique tunnel credential resource identifier"),
11
+ acl: zod.z.array(zod.z.string()).describe("Optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule.").nullable().optional(),
12
+ uri: zod.z.string().describe("URI to the API resource of this credential"),
13
+ token: zod.z.string().describe("The credential's authtoken that can be used to authenticate an ngrok agent. This value is only available one time, on the API response from credential creation, otherwise it is null.").nullable().optional(),
14
+ metadata: zod.z.string().describe("Arbitrary user-defined data for this credential. Optional, max 4096 bytes.").nullable().optional(),
15
+ owner_id: zod.z.string().describe("ID of the owner of this credential").nullable().optional(),
16
+ created_at: zod.z.string().describe("Timestamp when the credential was created in RFC 3339 format"),
17
+ description: zod.z.string().describe("Human-readable description of what uses the credential to authenticate. Optional, max 255 bytes.").nullable().optional()
18
+ }).describe("Model representing an individual tunnel authtoken credential.");
19
+ const NgrokListCredentialsOutput = zod.z.object({
20
+ uri: zod.z.string().describe("URI of the credentials list API resource"),
21
+ credentials: zod.z.array(NgrokListCredentials_CredentialSchema).describe("List of all tunnel authtoken credentials on this account"),
22
+ next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
23
+ }).describe("Response model for list credentials endpoint.");
24
+ const ngrokListCredentials = require_action.action("NGROK_LIST_CREDENTIALS", {
25
+ slug: "ngrok-list-credentials",
26
+ name: "List Tunnel Credentials",
27
+ description: "List all tunnel authtoken credentials on the ngrok account. Use when you need to view all credentials that can authenticate ngrok agents and start tunnel sessions.",
28
+ input: NgrokListCredentialsInput,
29
+ output: NgrokListCredentialsOutput
30
+ });
31
+ //#endregion
32
+ exports.ngrokListCredentials = ngrokListCredentials;
33
+
34
+ //# sourceMappingURL=list-credentials.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-credentials.cjs","names":["z","action"],"sources":["../../src/actions/list-credentials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListCredentialsInput: z.ZodTypeAny = z.object({\n limit: z.string().describe(\"Maximum number of credentials to return. Accepts values between 1-100. Defaults to 100 if not specified.\").optional(),\n filter: z.string().describe(\"CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns results created before this credential ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing tunnel credentials with pagination and filtering support.\");\nconst NgrokListCredentials_CredentialSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique tunnel credential resource identifier\"),\n acl: z.array(z.string()).describe(\"Optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule.\").nullable().optional(),\n uri: z.string().describe(\"URI to the API resource of this credential\"),\n token: z.string().describe(\"The credential's authtoken that can be used to authenticate an ngrok agent. This value is only available one time, on the API response from credential creation, otherwise it is null.\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined data for this credential. Optional, max 4096 bytes.\").nullable().optional(),\n owner_id: z.string().describe(\"ID of the owner of this credential\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the credential was created in RFC 3339 format\"),\n description: z.string().describe(\"Human-readable description of what uses the credential to authenticate. Optional, max 255 bytes.\").nullable().optional(),\n}).describe(\"Model representing an individual tunnel authtoken credential.\");\nexport const NgrokListCredentialsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the credentials list API resource\"),\n credentials: z.array(NgrokListCredentials_CredentialSchema).describe(\"List of all tunnel authtoken credentials on this account\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for list credentials endpoint.\");\n\nexport const ngrokListCredentials = action(\"NGROK_LIST_CREDENTIALS\", {\n slug: \"ngrok-list-credentials\",\n name: \"List Tunnel Credentials\",\n description: \"List all tunnel authtoken credentials on the ngrok account. Use when you need to view all credentials that can authenticate ngrok agents and start tunnel sessions.\",\n input: NgrokListCredentialsInput,\n output: NgrokListCredentialsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CAChJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2MAA2M,CAAC,CAAC,SAAS;CAClP,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;AACvK,CAAC,CAAC,CAAC,SAAS,qFAAqF;AACjG,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gJAAgJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxM,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wLAAwL,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC9F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3J,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACnE,aAAaA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,0DAA0D;CAC/H,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,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/list-credentials.d.ts
4
+ declare const NgrokListCredentialsInput: z.ZodTypeAny;
5
+ declare const NgrokListCredentialsOutput: z.ZodTypeAny;
6
+ declare const ngrokListCredentials: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ngrokListCredentials };
9
+ //# sourceMappingURL=list-credentials.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-credentials.d.cts","names":[],"sources":["../../src/actions/list-credentials.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAIwD;AAAA,cAWrF,0BAAA,EAA4B,CAAA,CAAE,UAIiB;AAAA,cAE/C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-credentials.d.ts
4
+ declare const NgrokListCredentialsInput: z.ZodTypeAny;
5
+ declare const NgrokListCredentialsOutput: z.ZodTypeAny;
6
+ declare const ngrokListCredentials: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ngrokListCredentials };
9
+ //# sourceMappingURL=list-credentials.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-credentials.d.mts","names":[],"sources":["../../src/actions/list-credentials.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAIwD;AAAA,cAWrF,0BAAA,EAA4B,CAAA,CAAE,UAIiB;AAAA,cAE/C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,33 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-credentials.ts
4
+ const NgrokListCredentialsInput = z.object({
5
+ limit: z.string().describe("Maximum number of credentials to return. Accepts values between 1-100. Defaults to 100 if not specified.").optional(),
6
+ filter: z.string().describe("CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details.").optional(),
7
+ before_id: z.string().describe("Pagination cursor. Returns results created before this credential ID. Use the ID from a previous response for pagination.").optional()
8
+ }).describe("Request model for listing tunnel credentials with pagination and filtering support.");
9
+ const NgrokListCredentials_CredentialSchema = z.object({
10
+ id: z.string().describe("Unique tunnel credential resource identifier"),
11
+ acl: z.array(z.string()).describe("Optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule.").nullable().optional(),
12
+ uri: z.string().describe("URI to the API resource of this credential"),
13
+ token: z.string().describe("The credential's authtoken that can be used to authenticate an ngrok agent. This value is only available one time, on the API response from credential creation, otherwise it is null.").nullable().optional(),
14
+ metadata: z.string().describe("Arbitrary user-defined data for this credential. Optional, max 4096 bytes.").nullable().optional(),
15
+ owner_id: z.string().describe("ID of the owner of this credential").nullable().optional(),
16
+ created_at: z.string().describe("Timestamp when the credential was created in RFC 3339 format"),
17
+ description: z.string().describe("Human-readable description of what uses the credential to authenticate. Optional, max 255 bytes.").nullable().optional()
18
+ }).describe("Model representing an individual tunnel authtoken credential.");
19
+ const ngrokListCredentials = action("NGROK_LIST_CREDENTIALS", {
20
+ slug: "ngrok-list-credentials",
21
+ name: "List Tunnel Credentials",
22
+ description: "List all tunnel authtoken credentials on the ngrok account. Use when you need to view all credentials that can authenticate ngrok agents and start tunnel sessions.",
23
+ input: NgrokListCredentialsInput,
24
+ output: z.object({
25
+ uri: z.string().describe("URI of the credentials list API resource"),
26
+ credentials: z.array(NgrokListCredentials_CredentialSchema).describe("List of all tunnel authtoken credentials on this account"),
27
+ next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
28
+ }).describe("Response model for list credentials endpoint.")
29
+ });
30
+ //#endregion
31
+ export { ngrokListCredentials };
32
+
33
+ //# sourceMappingURL=list-credentials.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-credentials.mjs","names":[],"sources":["../../src/actions/list-credentials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListCredentialsInput: z.ZodTypeAny = z.object({\n limit: z.string().describe(\"Maximum number of credentials to return. Accepts values between 1-100. Defaults to 100 if not specified.\").optional(),\n filter: z.string().describe(\"CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns results created before this credential ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing tunnel credentials with pagination and filtering support.\");\nconst NgrokListCredentials_CredentialSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique tunnel credential resource identifier\"),\n acl: z.array(z.string()).describe(\"Optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule.\").nullable().optional(),\n uri: z.string().describe(\"URI to the API resource of this credential\"),\n token: z.string().describe(\"The credential's authtoken that can be used to authenticate an ngrok agent. This value is only available one time, on the API response from credential creation, otherwise it is null.\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined data for this credential. Optional, max 4096 bytes.\").nullable().optional(),\n owner_id: z.string().describe(\"ID of the owner of this credential\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the credential was created in RFC 3339 format\"),\n description: z.string().describe(\"Human-readable description of what uses the credential to authenticate. Optional, max 255 bytes.\").nullable().optional(),\n}).describe(\"Model representing an individual tunnel authtoken credential.\");\nexport const NgrokListCredentialsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the credentials list API resource\"),\n credentials: z.array(NgrokListCredentials_CredentialSchema).describe(\"List of all tunnel authtoken credentials on this account\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for list credentials endpoint.\");\n\nexport const ngrokListCredentials = action(\"NGROK_LIST_CREDENTIALS\", {\n slug: \"ngrok-list-credentials\",\n name: \"List Tunnel Credentials\",\n description: \"List all tunnel authtoken credentials on the ngrok account. Use when you need to view all credentials that can authenticate ngrok agents and start tunnel sessions.\",\n input: NgrokListCredentialsInput,\n output: NgrokListCredentialsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CAChJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2MAA2M,CAAC,CAAC,SAAS;CAClP,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;AACvK,CAAC,CAAC,CAAC,SAAS,qFAAqF;AACjG,MAAM,wCAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gJAAgJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxM,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wLAAwL,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3J,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAO3E,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXsD,EAAE,OAAO;EAC/D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACnE,aAAa,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,0DAA0D;EAC/H,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}