@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,283 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-https-edge-route.ts
4
+ const NgrokCreateHttpsEdgeRouteInput = z.object({
5
+ oidc: z.object({
6
+ issuer: z.string().describe("URL of the OIDC 'OpenID provider'. This is the base URL used for discovery").optional(),
7
+ scopes: z.array(z.string()).describe("The set of scopes to request from the OIDC identity provider").optional(),
8
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").optional(),
9
+ client_id: z.string().describe("The OIDC app's client ID and OIDC audience").optional(),
10
+ client_secret: z.string().describe("The OIDC app's client secret").optional(),
11
+ cookie_prefix: z.string().describe("The prefix of the session cookie that ngrok sets on the http client to cache authentication. Default is 'ngrok.'").optional(),
12
+ maximum_duration: z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").optional(),
13
+ inactivity_timeout: z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").optional(),
14
+ options_passthrough: z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. Necessary if you are supporting CORS").optional()
15
+ }).describe("OIDC configuration for the route.").optional(),
16
+ saml: z.object({
17
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").optional(),
18
+ force_authn: z.boolean().describe("If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP").optional(),
19
+ idp_metadata: z.string().describe("The full XML IdP EntityDescriptor. Your IdP may provide this to you as a file to download or as a URL").optional(),
20
+ cookie_prefix: z.string().describe("The prefix of the session cookie that ngrok sets on the http client to cache authentication. Default is 'ngrok.'").optional(),
21
+ nameid_format: z.string().describe("Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used").optional(),
22
+ maximum_duration: z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").optional(),
23
+ authorized_groups: z.array(z.string()).describe("If present, only users who are a member of one of the listed groups may access the target endpoint").optional(),
24
+ inactivity_timeout: z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").optional(),
25
+ allow_idp_initiated: z.boolean().describe("If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed").optional(),
26
+ options_passthrough: z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. Necessary if you are supporting CORS").optional()
27
+ }).describe("SAML configuration for the route.").optional(),
28
+ match: z.string().describe("Route selector: '/blog' or 'example.com' or 'example.com/blog'"),
29
+ oauth: z.object({
30
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").optional(),
31
+ provider: z.object({
32
+ amazon: z.object({
33
+ teams: z.array(z.string()).describe("Allowed teams").optional(),
34
+ scopes: z.array(z.string()).describe("OAuth scopes to request").optional(),
35
+ client_id: z.string().describe("OAuth app client ID").optional(),
36
+ client_secret: z.string().describe("OAuth app client secret").optional(),
37
+ email_domains: z.array(z.string()).describe("Allowed email domains").optional(),
38
+ organizations: z.array(z.string()).describe("Allowed organizations").optional(),
39
+ email_addresses: z.array(z.string()).describe("Allowed email addresses").optional()
40
+ }).describe("OAuth provider specific configuration.").optional(),
41
+ github: z.object({
42
+ teams: z.array(z.string()).describe("Allowed teams").optional(),
43
+ scopes: z.array(z.string()).describe("OAuth scopes to request").optional(),
44
+ client_id: z.string().describe("OAuth app client ID").optional(),
45
+ client_secret: z.string().describe("OAuth app client secret").optional(),
46
+ email_domains: z.array(z.string()).describe("Allowed email domains").optional(),
47
+ organizations: z.array(z.string()).describe("Allowed organizations").optional(),
48
+ email_addresses: z.array(z.string()).describe("Allowed email addresses").optional()
49
+ }).describe("OAuth provider specific configuration.").optional(),
50
+ gitlab: z.object({
51
+ teams: z.array(z.string()).describe("Allowed teams").optional(),
52
+ scopes: z.array(z.string()).describe("OAuth scopes to request").optional(),
53
+ client_id: z.string().describe("OAuth app client ID").optional(),
54
+ client_secret: z.string().describe("OAuth app client secret").optional(),
55
+ email_domains: z.array(z.string()).describe("Allowed email domains").optional(),
56
+ organizations: z.array(z.string()).describe("Allowed organizations").optional(),
57
+ email_addresses: z.array(z.string()).describe("Allowed email addresses").optional()
58
+ }).describe("OAuth provider specific configuration.").optional(),
59
+ google: z.object({
60
+ teams: z.array(z.string()).describe("Allowed teams").optional(),
61
+ scopes: z.array(z.string()).describe("OAuth scopes to request").optional(),
62
+ client_id: z.string().describe("OAuth app client ID").optional(),
63
+ client_secret: z.string().describe("OAuth app client secret").optional(),
64
+ email_domains: z.array(z.string()).describe("Allowed email domains").optional(),
65
+ organizations: z.array(z.string()).describe("Allowed organizations").optional(),
66
+ email_addresses: z.array(z.string()).describe("Allowed email addresses").optional()
67
+ }).describe("OAuth provider specific configuration.").optional(),
68
+ twitch: z.object({
69
+ teams: z.array(z.string()).describe("Allowed teams").optional(),
70
+ scopes: z.array(z.string()).describe("OAuth scopes to request").optional(),
71
+ client_id: z.string().describe("OAuth app client ID").optional(),
72
+ client_secret: z.string().describe("OAuth app client secret").optional(),
73
+ email_domains: z.array(z.string()).describe("Allowed email domains").optional(),
74
+ organizations: z.array(z.string()).describe("Allowed organizations").optional(),
75
+ email_addresses: z.array(z.string()).describe("Allowed email addresses").optional()
76
+ }).describe("OAuth provider specific configuration.").optional(),
77
+ facebook: z.object({
78
+ teams: z.array(z.string()).describe("Allowed teams").optional(),
79
+ scopes: z.array(z.string()).describe("OAuth scopes to request").optional(),
80
+ client_id: z.string().describe("OAuth app client ID").optional(),
81
+ client_secret: z.string().describe("OAuth app client secret").optional(),
82
+ email_domains: z.array(z.string()).describe("Allowed email domains").optional(),
83
+ organizations: z.array(z.string()).describe("Allowed organizations").optional(),
84
+ email_addresses: z.array(z.string()).describe("Allowed email addresses").optional()
85
+ }).describe("OAuth provider specific configuration.").optional(),
86
+ linkedin: z.object({
87
+ teams: z.array(z.string()).describe("Allowed teams").optional(),
88
+ scopes: z.array(z.string()).describe("OAuth scopes to request").optional(),
89
+ client_id: z.string().describe("OAuth app client ID").optional(),
90
+ client_secret: z.string().describe("OAuth app client secret").optional(),
91
+ email_domains: z.array(z.string()).describe("Allowed email domains").optional(),
92
+ organizations: z.array(z.string()).describe("Allowed organizations").optional(),
93
+ email_addresses: z.array(z.string()).describe("Allowed email addresses").optional()
94
+ }).describe("OAuth provider specific configuration.").optional(),
95
+ microsoft: z.object({
96
+ teams: z.array(z.string()).describe("Allowed teams").optional(),
97
+ scopes: z.array(z.string()).describe("OAuth scopes to request").optional(),
98
+ client_id: z.string().describe("OAuth app client ID").optional(),
99
+ client_secret: z.string().describe("OAuth app client secret").optional(),
100
+ email_domains: z.array(z.string()).describe("Allowed email domains").optional(),
101
+ organizations: z.array(z.string()).describe("Allowed organizations").optional(),
102
+ email_addresses: z.array(z.string()).describe("Allowed email addresses").optional()
103
+ }).describe("OAuth provider specific configuration.").optional()
104
+ }).describe("OAuth provider configuration.").optional(),
105
+ cookie_prefix: z.string().describe("The prefix of the session cookie that ngrok sets on the http client to cache authentication. Default is 'ngrok.'").optional(),
106
+ maximum_duration: z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").optional(),
107
+ inactivity_timeout: z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").optional(),
108
+ auth_check_interval: z.number().int().describe("Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint").optional(),
109
+ options_passthrough: z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. Necessary if you are supporting CORS").optional()
110
+ }).describe("OAuth configuration for the route.").optional(),
111
+ backend: z.object({
112
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").optional(),
113
+ backend_id: z.string().describe("Backend to be used to back this endpoint").optional()
114
+ }).describe("Backend configuration for the route.").optional(),
115
+ edge_id: z.string().describe("Unique identifier of the HTTPS edge to create the route on"),
116
+ metadata: z.string().describe("Arbitrary user-defined machine-readable data of this route. Optional, max 4096 bytes").optional(),
117
+ match_type: z.string().describe("Type of match to use for this route. Valid values are 'exact_path' and 'path_prefix'"),
118
+ compression: z.object({ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").optional() }).describe("Compression configuration for the route.").optional(),
119
+ description: z.string().describe("Human-readable description of what this route will be used for. Optional, max 255 bytes").optional(),
120
+ ip_restriction: z.object({
121
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").optional(),
122
+ ip_policy_ids: z.array(z.string()).describe("List of all IP policies that will be used to check if a source IP is allowed access to the endpoint").optional()
123
+ }).describe("IP restriction configuration for the route.").optional(),
124
+ traffic_policy: z.object({
125
+ value: z.string().describe("The traffic policy that should be applied to the traffic on your endpoint").optional(),
126
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").optional()
127
+ }).describe("Traffic policy configuration for the route.").optional(),
128
+ circuit_breaker: z.object({
129
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").optional(),
130
+ num_buckets: z.number().int().describe("Integer number of buckets into which metrics are retained. Max 128").optional(),
131
+ rolling_window: z.number().int().describe("Integer number of seconds in the statistical rolling window that metrics are retained for").optional(),
132
+ tripped_duration: z.number().int().describe("Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health").optional(),
133
+ volume_threshold: z.number().int().describe("Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low").optional(),
134
+ error_threshold_percentage: z.number().describe("Error threshold percentage should be between 0 - 1.0, not 0-100.0").optional()
135
+ }).describe("Circuit breaker configuration for the route.").optional(),
136
+ request_headers: z.object({
137
+ add: z.object({}).describe("A map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server").optional(),
138
+ remove: z.array(z.string()).describe("A list of header names that will be removed from the HTTP Request before being sent to the upstream application server").optional(),
139
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").optional()
140
+ }).describe("Request headers configuration for the route.").optional(),
141
+ response_headers: z.object({
142
+ add: z.object({}).describe("A map of header key to header value that will be injected into the HTTP Response returned to the HTTP client").optional(),
143
+ remove: z.array(z.string()).describe("A list of header names that will be removed from the HTTP Response returned to the HTTP client").optional(),
144
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").optional()
145
+ }).describe("Response headers configuration for the route.").optional(),
146
+ user_agent_filter: z.object({
147
+ deny: z.array(z.string()).describe("List of denied user agent patterns").optional(),
148
+ allow: z.array(z.string()).describe("List of allowed user agent patterns").optional(),
149
+ enabled: z.boolean().describe("Whether the module is enabled").optional()
150
+ }).describe("User agent filter configuration for the route.").optional(),
151
+ webhook_verification: z.object({
152
+ secret: z.string().describe("A string secret used to validate requests from the given provider. All providers except AWS SNS require a secret").optional(),
153
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").optional(),
154
+ provider: z.string().describe("A string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers defined at https://ngrok.com/docs/cloud-edge/modules/webhook-verification").optional()
155
+ }).describe("Webhook verification configuration for the route.").optional(),
156
+ websocket_tcp_converter: z.object({ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").optional() }).describe("Websocket TCP converter configuration for the route.").optional()
157
+ }).describe("Request model for creating an HTTPS edge route.");
158
+ const NgrokCreateHttpsEdgeRoute_OIDCSchema = z.object({
159
+ issuer: z.string().describe("URL of the OIDC 'OpenID provider'. This is the base URL used for discovery").nullable().optional(),
160
+ scopes: z.array(z.string()).describe("The set of scopes to request from the OIDC identity provider").nullable().optional(),
161
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").nullable().optional(),
162
+ client_id: z.string().describe("The OIDC app's client ID and OIDC audience").nullable().optional(),
163
+ client_secret: z.string().describe("The OIDC app's client secret").nullable().optional(),
164
+ cookie_prefix: z.string().describe("The prefix of the session cookie that ngrok sets on the http client to cache authentication. Default is 'ngrok.'").nullable().optional(),
165
+ maximum_duration: z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").nullable().optional(),
166
+ inactivity_timeout: z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").nullable().optional(),
167
+ options_passthrough: z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. Necessary if you are supporting CORS").nullable().optional()
168
+ }).describe("OIDC configuration for the route.");
169
+ const NgrokCreateHttpsEdgeRoute_SAMLSchema = z.object({
170
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").nullable().optional(),
171
+ force_authn: z.boolean().describe("If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP").nullable().optional(),
172
+ idp_metadata: z.string().describe("The full XML IdP EntityDescriptor. Your IdP may provide this to you as a file to download or as a URL").nullable().optional(),
173
+ cookie_prefix: z.string().describe("The prefix of the session cookie that ngrok sets on the http client to cache authentication. Default is 'ngrok.'").nullable().optional(),
174
+ nameid_format: z.string().describe("Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used").nullable().optional(),
175
+ maximum_duration: z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").nullable().optional(),
176
+ authorized_groups: z.array(z.string()).describe("If present, only users who are a member of one of the listed groups may access the target endpoint").nullable().optional(),
177
+ inactivity_timeout: z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").nullable().optional(),
178
+ allow_idp_initiated: z.boolean().describe("If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed").nullable().optional(),
179
+ options_passthrough: z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. Necessary if you are supporting CORS").nullable().optional()
180
+ }).describe("SAML configuration for the route.");
181
+ const NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema = z.object({
182
+ teams: z.array(z.string()).describe("Allowed teams").nullable().optional(),
183
+ scopes: z.array(z.string()).describe("OAuth scopes to request").nullable().optional(),
184
+ client_id: z.string().describe("OAuth app client ID").nullable().optional(),
185
+ client_secret: z.string().describe("OAuth app client secret").nullable().optional(),
186
+ email_domains: z.array(z.string()).describe("Allowed email domains").nullable().optional(),
187
+ organizations: z.array(z.string()).describe("Allowed organizations").nullable().optional(),
188
+ email_addresses: z.array(z.string()).describe("Allowed email addresses").nullable().optional()
189
+ }).describe("OAuth provider specific configuration.");
190
+ const NgrokCreateHttpsEdgeRoute_OAuthProviderSchema = z.object({
191
+ amazon: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),
192
+ github: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),
193
+ gitlab: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),
194
+ google: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),
195
+ twitch: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),
196
+ facebook: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),
197
+ linkedin: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),
198
+ microsoft: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional()
199
+ }).describe("OAuth provider configuration.");
200
+ const NgrokCreateHttpsEdgeRoute_OAuthSchema = z.object({
201
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").nullable().optional(),
202
+ provider: NgrokCreateHttpsEdgeRoute_OAuthProviderSchema.nullable().optional(),
203
+ cookie_prefix: z.string().describe("The prefix of the session cookie that ngrok sets on the http client to cache authentication. Default is 'ngrok.'").nullable().optional(),
204
+ maximum_duration: z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").nullable().optional(),
205
+ inactivity_timeout: z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").nullable().optional(),
206
+ auth_check_interval: z.number().int().describe("Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint").nullable().optional(),
207
+ options_passthrough: z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. Necessary if you are supporting CORS").nullable().optional()
208
+ }).describe("OAuth configuration for the route.");
209
+ const NgrokCreateHttpsEdgeRoute_BackendSchema = z.object({
210
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").nullable().optional(),
211
+ backend_id: z.string().describe("Backend to be used to back this endpoint").nullable().optional()
212
+ }).describe("Backend configuration for the route.");
213
+ const NgrokCreateHttpsEdgeRoute_CompressionSchema = z.object({ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").nullable().optional() }).describe("Compression configuration for the route.");
214
+ const NgrokCreateHttpsEdgeRoute_IpRestrictionSchema = z.object({
215
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").nullable().optional(),
216
+ ip_policy_ids: z.array(z.string()).describe("List of all IP policies that will be used to check if a source IP is allowed access to the endpoint").nullable().optional()
217
+ }).describe("IP restriction configuration for the route.");
218
+ const NgrokCreateHttpsEdgeRoute_TrafficPolicySchema = z.object({
219
+ value: z.string().describe("The traffic policy that should be applied to the traffic on your endpoint").nullable().optional(),
220
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").nullable().optional()
221
+ }).describe("Traffic policy configuration for the route.");
222
+ const NgrokCreateHttpsEdgeRoute_CircuitBreakerSchema = z.object({
223
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").nullable().optional(),
224
+ num_buckets: z.number().int().describe("Integer number of buckets into which metrics are retained. Max 128").nullable().optional(),
225
+ rolling_window: z.number().int().describe("Integer number of seconds in the statistical rolling window that metrics are retained for").nullable().optional(),
226
+ tripped_duration: z.number().int().describe("Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health").nullable().optional(),
227
+ volume_threshold: z.number().int().describe("Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low").nullable().optional(),
228
+ error_threshold_percentage: z.number().describe("Error threshold percentage should be between 0 - 1.0, not 0-100.0").nullable().optional()
229
+ }).describe("Circuit breaker configuration for the route.");
230
+ const NgrokCreateHttpsEdgeRoute_RequestHeadersSchema = z.object({
231
+ add: z.object({}).describe("A map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server").nullable().optional(),
232
+ remove: z.array(z.string()).describe("A list of header names that will be removed from the HTTP Request before being sent to the upstream application server").nullable().optional(),
233
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").nullable().optional()
234
+ }).describe("Request headers configuration for the route.");
235
+ const NgrokCreateHttpsEdgeRoute_ResponseHeadersSchema = z.object({
236
+ add: z.object({}).describe("A map of header key to header value that will be injected into the HTTP Response returned to the HTTP client").nullable().optional(),
237
+ remove: z.array(z.string()).describe("A list of header names that will be removed from the HTTP Response returned to the HTTP client").nullable().optional(),
238
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").nullable().optional()
239
+ }).describe("Response headers configuration for the route.");
240
+ const NgrokCreateHttpsEdgeRoute_UserAgentFilterSchema = z.object({
241
+ deny: z.array(z.string()).describe("List of denied user agent patterns").nullable().optional(),
242
+ allow: z.array(z.string()).describe("List of allowed user agent patterns").nullable().optional(),
243
+ enabled: z.boolean().describe("Whether the module is enabled").nullable().optional()
244
+ }).describe("User agent filter configuration for the route.");
245
+ const NgrokCreateHttpsEdgeRoute_WebhookVerificationSchema = z.object({
246
+ secret: z.string().describe("A string secret used to validate requests from the given provider. All providers except AWS SNS require a secret").nullable().optional(),
247
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").nullable().optional(),
248
+ provider: z.string().describe("A string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers defined at https://ngrok.com/docs/cloud-edge/modules/webhook-verification").nullable().optional()
249
+ }).describe("Webhook verification configuration for the route.");
250
+ const NgrokCreateHttpsEdgeRoute_WebsocketTcpConverterSchema = z.object({ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified").nullable().optional() }).describe("Websocket TCP converter configuration for the route.");
251
+ const ngrokCreateHttpsEdgeRoute = action("NGROK_CREATE_HTTPS_EDGE_ROUTE", {
252
+ slug: "ngrok-create-https-edge-route",
253
+ name: "Create HTTPS Edge Route",
254
+ description: "Creates a new route on an HTTPS edge in ngrok. Routes define how traffic matching specific patterns should be handled and can include various security and transformation modules. Use when you need to configure routing rules for an HTTPS edge with optional modules like OAuth, IP restrictions, header transformations, and more.",
255
+ input: NgrokCreateHttpsEdgeRouteInput,
256
+ output: z.object({
257
+ id: z.string().describe("Unique identifier of the HTTPS edge route"),
258
+ uri: z.string().describe("URI of the HTTPS edge route API resource"),
259
+ oidc: NgrokCreateHttpsEdgeRoute_OIDCSchema.nullable().optional(),
260
+ saml: NgrokCreateHttpsEdgeRoute_SAMLSchema.nullable().optional(),
261
+ match: z.string().describe("Route selector value"),
262
+ oauth: NgrokCreateHttpsEdgeRoute_OAuthSchema.nullable().optional(),
263
+ backend: NgrokCreateHttpsEdgeRoute_BackendSchema.nullable().optional(),
264
+ edge_id: z.string().describe("Unique identifier of the parent HTTPS edge"),
265
+ metadata: z.string().describe("Arbitrary user-defined machine-readable data of this route").nullable().optional(),
266
+ created_at: z.string().describe("Timestamp when the HTTPS edge route was created, RFC 3339 format"),
267
+ match_type: z.string().describe("Type of match used for this route (exact_path or path_prefix)"),
268
+ compression: NgrokCreateHttpsEdgeRoute_CompressionSchema.nullable().optional(),
269
+ description: z.string().describe("Human-readable description of what this route will be used for").nullable().optional(),
270
+ ip_restriction: NgrokCreateHttpsEdgeRoute_IpRestrictionSchema.nullable().optional(),
271
+ traffic_policy: NgrokCreateHttpsEdgeRoute_TrafficPolicySchema.nullable().optional(),
272
+ circuit_breaker: NgrokCreateHttpsEdgeRoute_CircuitBreakerSchema.nullable().optional(),
273
+ request_headers: NgrokCreateHttpsEdgeRoute_RequestHeadersSchema.nullable().optional(),
274
+ response_headers: NgrokCreateHttpsEdgeRoute_ResponseHeadersSchema.nullable().optional(),
275
+ user_agent_filter: NgrokCreateHttpsEdgeRoute_UserAgentFilterSchema.nullable().optional(),
276
+ webhook_verification: NgrokCreateHttpsEdgeRoute_WebhookVerificationSchema.nullable().optional(),
277
+ websocket_tcp_converter: NgrokCreateHttpsEdgeRoute_WebsocketTcpConverterSchema.nullable().optional()
278
+ }).describe("Response model for the created HTTPS edge route.")
279
+ });
280
+ //#endregion
281
+ export { ngrokCreateHttpsEdgeRoute };
282
+
283
+ //# sourceMappingURL=create-https-edge-route.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-https-edge-route.mjs","names":[],"sources":["../../src/actions/create-https-edge-route.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokCreateHttpsEdgeRouteInput: z.ZodTypeAny = z.object({\n oidc: z.object({\n issuer: z.string().describe(\"URL of the OIDC 'OpenID provider'. This is the base URL used for discovery\").optional(),\n scopes: z.array(z.string()).describe(\"The set of scopes to request from the OIDC identity provider\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").optional(),\n client_id: z.string().describe(\"The OIDC app's client ID and OIDC audience\").optional(),\n client_secret: z.string().describe(\"The OIDC app's client secret\").optional(),\n cookie_prefix: z.string().describe(\"The prefix of the session cookie that ngrok sets on the http client to cache authentication. Default is 'ngrok.'\").optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. Necessary if you are supporting CORS\").optional(),\n}).describe(\"OIDC configuration for the route.\").optional(),\n saml: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").optional(),\n force_authn: z.boolean().describe(\"If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP\").optional(),\n idp_metadata: z.string().describe(\"The full XML IdP EntityDescriptor. Your IdP may provide this to you as a file to download or as a URL\").optional(),\n cookie_prefix: z.string().describe(\"The prefix of the session cookie that ngrok sets on the http client to cache authentication. Default is 'ngrok.'\").optional(),\n nameid_format: z.string().describe(\"Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used\").optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").optional(),\n authorized_groups: z.array(z.string()).describe(\"If present, only users who are a member of one of the listed groups may access the target endpoint\").optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").optional(),\n allow_idp_initiated: z.boolean().describe(\"If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed\").optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. Necessary if you are supporting CORS\").optional(),\n}).describe(\"SAML configuration for the route.\").optional(),\n match: z.string().describe(\"Route selector: '/blog' or 'example.com' or 'example.com/blog'\"),\n oauth: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").optional(),\n provider: z.object({\n amazon: z.object({\n teams: z.array(z.string()).describe(\"Allowed teams\").optional(),\n scopes: z.array(z.string()).describe(\"OAuth scopes to request\").optional(),\n client_id: z.string().describe(\"OAuth app client ID\").optional(),\n client_secret: z.string().describe(\"OAuth app client secret\").optional(),\n email_domains: z.array(z.string()).describe(\"Allowed email domains\").optional(),\n organizations: z.array(z.string()).describe(\"Allowed organizations\").optional(),\n email_addresses: z.array(z.string()).describe(\"Allowed email addresses\").optional(),\n}).describe(\"OAuth provider specific configuration.\").optional(),\n github: z.object({\n teams: z.array(z.string()).describe(\"Allowed teams\").optional(),\n scopes: z.array(z.string()).describe(\"OAuth scopes to request\").optional(),\n client_id: z.string().describe(\"OAuth app client ID\").optional(),\n client_secret: z.string().describe(\"OAuth app client secret\").optional(),\n email_domains: z.array(z.string()).describe(\"Allowed email domains\").optional(),\n organizations: z.array(z.string()).describe(\"Allowed organizations\").optional(),\n email_addresses: z.array(z.string()).describe(\"Allowed email addresses\").optional(),\n}).describe(\"OAuth provider specific configuration.\").optional(),\n gitlab: z.object({\n teams: z.array(z.string()).describe(\"Allowed teams\").optional(),\n scopes: z.array(z.string()).describe(\"OAuth scopes to request\").optional(),\n client_id: z.string().describe(\"OAuth app client ID\").optional(),\n client_secret: z.string().describe(\"OAuth app client secret\").optional(),\n email_domains: z.array(z.string()).describe(\"Allowed email domains\").optional(),\n organizations: z.array(z.string()).describe(\"Allowed organizations\").optional(),\n email_addresses: z.array(z.string()).describe(\"Allowed email addresses\").optional(),\n}).describe(\"OAuth provider specific configuration.\").optional(),\n google: z.object({\n teams: z.array(z.string()).describe(\"Allowed teams\").optional(),\n scopes: z.array(z.string()).describe(\"OAuth scopes to request\").optional(),\n client_id: z.string().describe(\"OAuth app client ID\").optional(),\n client_secret: z.string().describe(\"OAuth app client secret\").optional(),\n email_domains: z.array(z.string()).describe(\"Allowed email domains\").optional(),\n organizations: z.array(z.string()).describe(\"Allowed organizations\").optional(),\n email_addresses: z.array(z.string()).describe(\"Allowed email addresses\").optional(),\n}).describe(\"OAuth provider specific configuration.\").optional(),\n twitch: z.object({\n teams: z.array(z.string()).describe(\"Allowed teams\").optional(),\n scopes: z.array(z.string()).describe(\"OAuth scopes to request\").optional(),\n client_id: z.string().describe(\"OAuth app client ID\").optional(),\n client_secret: z.string().describe(\"OAuth app client secret\").optional(),\n email_domains: z.array(z.string()).describe(\"Allowed email domains\").optional(),\n organizations: z.array(z.string()).describe(\"Allowed organizations\").optional(),\n email_addresses: z.array(z.string()).describe(\"Allowed email addresses\").optional(),\n}).describe(\"OAuth provider specific configuration.\").optional(),\n facebook: z.object({\n teams: z.array(z.string()).describe(\"Allowed teams\").optional(),\n scopes: z.array(z.string()).describe(\"OAuth scopes to request\").optional(),\n client_id: z.string().describe(\"OAuth app client ID\").optional(),\n client_secret: z.string().describe(\"OAuth app client secret\").optional(),\n email_domains: z.array(z.string()).describe(\"Allowed email domains\").optional(),\n organizations: z.array(z.string()).describe(\"Allowed organizations\").optional(),\n email_addresses: z.array(z.string()).describe(\"Allowed email addresses\").optional(),\n}).describe(\"OAuth provider specific configuration.\").optional(),\n linkedin: z.object({\n teams: z.array(z.string()).describe(\"Allowed teams\").optional(),\n scopes: z.array(z.string()).describe(\"OAuth scopes to request\").optional(),\n client_id: z.string().describe(\"OAuth app client ID\").optional(),\n client_secret: z.string().describe(\"OAuth app client secret\").optional(),\n email_domains: z.array(z.string()).describe(\"Allowed email domains\").optional(),\n organizations: z.array(z.string()).describe(\"Allowed organizations\").optional(),\n email_addresses: z.array(z.string()).describe(\"Allowed email addresses\").optional(),\n}).describe(\"OAuth provider specific configuration.\").optional(),\n microsoft: z.object({\n teams: z.array(z.string()).describe(\"Allowed teams\").optional(),\n scopes: z.array(z.string()).describe(\"OAuth scopes to request\").optional(),\n client_id: z.string().describe(\"OAuth app client ID\").optional(),\n client_secret: z.string().describe(\"OAuth app client secret\").optional(),\n email_domains: z.array(z.string()).describe(\"Allowed email domains\").optional(),\n organizations: z.array(z.string()).describe(\"Allowed organizations\").optional(),\n email_addresses: z.array(z.string()).describe(\"Allowed email addresses\").optional(),\n}).describe(\"OAuth provider specific configuration.\").optional(),\n}).describe(\"OAuth provider configuration.\").optional(),\n cookie_prefix: z.string().describe(\"The prefix of the session cookie that ngrok sets on the http client to cache authentication. Default is 'ngrok.'\").optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").optional(),\n auth_check_interval: z.number().int().describe(\"Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint\").optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. Necessary if you are supporting CORS\").optional(),\n}).describe(\"OAuth configuration for the route.\").optional(),\n backend: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").optional(),\n backend_id: z.string().describe(\"Backend to be used to back this endpoint\").optional(),\n}).describe(\"Backend configuration for the route.\").optional(),\n edge_id: z.string().describe(\"Unique identifier of the HTTPS edge to create the route on\"),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this route. Optional, max 4096 bytes\").optional(),\n match_type: z.string().describe(\"Type of match to use for this route. Valid values are 'exact_path' and 'path_prefix'\"),\n compression: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").optional(),\n}).describe(\"Compression configuration for the route.\").optional(),\n description: z.string().describe(\"Human-readable description of what this route will be used for. Optional, max 255 bytes\").optional(),\n ip_restriction: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").optional(),\n ip_policy_ids: z.array(z.string()).describe(\"List of all IP policies that will be used to check if a source IP is allowed access to the endpoint\").optional(),\n}).describe(\"IP restriction configuration for the route.\").optional(),\n traffic_policy: z.object({\n value: z.string().describe(\"The traffic policy that should be applied to the traffic on your endpoint\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").optional(),\n}).describe(\"Traffic policy configuration for the route.\").optional(),\n circuit_breaker: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").optional(),\n num_buckets: z.number().int().describe(\"Integer number of buckets into which metrics are retained. Max 128\").optional(),\n rolling_window: z.number().int().describe(\"Integer number of seconds in the statistical rolling window that metrics are retained for\").optional(),\n tripped_duration: z.number().int().describe(\"Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health\").optional(),\n volume_threshold: z.number().int().describe(\"Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low\").optional(),\n error_threshold_percentage: z.number().describe(\"Error threshold percentage should be between 0 - 1.0, not 0-100.0\").optional(),\n}).describe(\"Circuit breaker configuration for the route.\").optional(),\n request_headers: z.object({\n add: z.object({}).describe(\"A map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server\").optional(),\n remove: z.array(z.string()).describe(\"A list of header names that will be removed from the HTTP Request before being sent to the upstream application server\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").optional(),\n}).describe(\"Request headers configuration for the route.\").optional(),\n response_headers: z.object({\n add: z.object({}).describe(\"A map of header key to header value that will be injected into the HTTP Response returned to the HTTP client\").optional(),\n remove: z.array(z.string()).describe(\"A list of header names that will be removed from the HTTP Response returned to the HTTP client\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").optional(),\n}).describe(\"Response headers configuration for the route.\").optional(),\n user_agent_filter: z.object({\n deny: z.array(z.string()).describe(\"List of denied user agent patterns\").optional(),\n allow: z.array(z.string()).describe(\"List of allowed user agent patterns\").optional(),\n enabled: z.boolean().describe(\"Whether the module is enabled\").optional(),\n}).describe(\"User agent filter configuration for the route.\").optional(),\n webhook_verification: z.object({\n secret: z.string().describe(\"A string secret used to validate requests from the given provider. All providers except AWS SNS require a secret\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").optional(),\n provider: z.string().describe(\"A string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers defined at https://ngrok.com/docs/cloud-edge/modules/webhook-verification\").optional(),\n}).describe(\"Webhook verification configuration for the route.\").optional(),\n websocket_tcp_converter: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").optional(),\n}).describe(\"Websocket TCP converter configuration for the route.\").optional(),\n}).describe(\"Request model for creating an HTTPS edge route.\");\nconst NgrokCreateHttpsEdgeRoute_OIDCSchema: z.ZodTypeAny = z.object({\n issuer: z.string().describe(\"URL of the OIDC 'OpenID provider'. This is the base URL used for discovery\").nullable().optional(),\n scopes: z.array(z.string()).describe(\"The set of scopes to request from the OIDC identity provider\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").nullable().optional(),\n client_id: z.string().describe(\"The OIDC app's client ID and OIDC audience\").nullable().optional(),\n client_secret: z.string().describe(\"The OIDC app's client secret\").nullable().optional(),\n cookie_prefix: z.string().describe(\"The prefix of the session cookie that ngrok sets on the http client to cache authentication. Default is 'ngrok.'\").nullable().optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").nullable().optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").nullable().optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. Necessary if you are supporting CORS\").nullable().optional(),\n}).describe(\"OIDC configuration for the route.\");\nconst NgrokCreateHttpsEdgeRoute_SAMLSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").nullable().optional(),\n force_authn: z.boolean().describe(\"If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP\").nullable().optional(),\n idp_metadata: z.string().describe(\"The full XML IdP EntityDescriptor. Your IdP may provide this to you as a file to download or as a URL\").nullable().optional(),\n cookie_prefix: z.string().describe(\"The prefix of the session cookie that ngrok sets on the http client to cache authentication. Default is 'ngrok.'\").nullable().optional(),\n nameid_format: z.string().describe(\"Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used\").nullable().optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").nullable().optional(),\n authorized_groups: z.array(z.string()).describe(\"If present, only users who are a member of one of the listed groups may access the target endpoint\").nullable().optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").nullable().optional(),\n allow_idp_initiated: z.boolean().describe(\"If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed\").nullable().optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. Necessary if you are supporting CORS\").nullable().optional(),\n}).describe(\"SAML configuration for the route.\");\nconst NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema: z.ZodTypeAny = z.object({\n teams: z.array(z.string()).describe(\"Allowed teams\").nullable().optional(),\n scopes: z.array(z.string()).describe(\"OAuth scopes to request\").nullable().optional(),\n client_id: z.string().describe(\"OAuth app client ID\").nullable().optional(),\n client_secret: z.string().describe(\"OAuth app client secret\").nullable().optional(),\n email_domains: z.array(z.string()).describe(\"Allowed email domains\").nullable().optional(),\n organizations: z.array(z.string()).describe(\"Allowed organizations\").nullable().optional(),\n email_addresses: z.array(z.string()).describe(\"Allowed email addresses\").nullable().optional(),\n}).describe(\"OAuth provider specific configuration.\");\nconst NgrokCreateHttpsEdgeRoute_OAuthProviderSchema: z.ZodTypeAny = z.object({\n amazon: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),\n github: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),\n gitlab: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),\n google: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),\n twitch: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),\n facebook: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),\n linkedin: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),\n microsoft: NgrokCreateHttpsEdgeRoute_OAuthProviderConfigSchema.nullable().optional(),\n}).describe(\"OAuth provider configuration.\");\nconst NgrokCreateHttpsEdgeRoute_OAuthSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").nullable().optional(),\n provider: NgrokCreateHttpsEdgeRoute_OAuthProviderSchema.nullable().optional(),\n cookie_prefix: z.string().describe(\"The prefix of the session cookie that ngrok sets on the http client to cache authentication. Default is 'ngrok.'\").nullable().optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").nullable().optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").nullable().optional(),\n auth_check_interval: z.number().int().describe(\"Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint\").nullable().optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. Necessary if you are supporting CORS\").nullable().optional(),\n}).describe(\"OAuth configuration for the route.\");\nconst NgrokCreateHttpsEdgeRoute_BackendSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").nullable().optional(),\n backend_id: z.string().describe(\"Backend to be used to back this endpoint\").nullable().optional(),\n}).describe(\"Backend configuration for the route.\");\nconst NgrokCreateHttpsEdgeRoute_CompressionSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").nullable().optional(),\n}).describe(\"Compression configuration for the route.\");\nconst NgrokCreateHttpsEdgeRoute_IpRestrictionSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").nullable().optional(),\n ip_policy_ids: z.array(z.string()).describe(\"List of all IP policies that will be used to check if a source IP is allowed access to the endpoint\").nullable().optional(),\n}).describe(\"IP restriction configuration for the route.\");\nconst NgrokCreateHttpsEdgeRoute_TrafficPolicySchema: z.ZodTypeAny = z.object({\n value: z.string().describe(\"The traffic policy that should be applied to the traffic on your endpoint\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").nullable().optional(),\n}).describe(\"Traffic policy configuration for the route.\");\nconst NgrokCreateHttpsEdgeRoute_CircuitBreakerSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").nullable().optional(),\n num_buckets: z.number().int().describe(\"Integer number of buckets into which metrics are retained. Max 128\").nullable().optional(),\n rolling_window: z.number().int().describe(\"Integer number of seconds in the statistical rolling window that metrics are retained for\").nullable().optional(),\n tripped_duration: z.number().int().describe(\"Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health\").nullable().optional(),\n volume_threshold: z.number().int().describe(\"Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low\").nullable().optional(),\n error_threshold_percentage: z.number().describe(\"Error threshold percentage should be between 0 - 1.0, not 0-100.0\").nullable().optional(),\n}).describe(\"Circuit breaker configuration for the route.\");\nconst NgrokCreateHttpsEdgeRoute_RequestHeadersSchema: z.ZodTypeAny = z.object({\n add: z.object({}).describe(\"A map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server\").nullable().optional(),\n remove: z.array(z.string()).describe(\"A list of header names that will be removed from the HTTP Request before being sent to the upstream application server\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").nullable().optional(),\n}).describe(\"Request headers configuration for the route.\");\nconst NgrokCreateHttpsEdgeRoute_ResponseHeadersSchema: z.ZodTypeAny = z.object({\n add: z.object({}).describe(\"A map of header key to header value that will be injected into the HTTP Response returned to the HTTP client\").nullable().optional(),\n remove: z.array(z.string()).describe(\"A list of header names that will be removed from the HTTP Response returned to the HTTP client\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").nullable().optional(),\n}).describe(\"Response headers configuration for the route.\");\nconst NgrokCreateHttpsEdgeRoute_UserAgentFilterSchema: z.ZodTypeAny = z.object({\n deny: z.array(z.string()).describe(\"List of denied user agent patterns\").nullable().optional(),\n allow: z.array(z.string()).describe(\"List of allowed user agent patterns\").nullable().optional(),\n enabled: z.boolean().describe(\"Whether the module is enabled\").nullable().optional(),\n}).describe(\"User agent filter configuration for the route.\");\nconst NgrokCreateHttpsEdgeRoute_WebhookVerificationSchema: z.ZodTypeAny = z.object({\n secret: z.string().describe(\"A string secret used to validate requests from the given provider. All providers except AWS SNS require a secret\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").nullable().optional(),\n provider: z.string().describe(\"A string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers defined at https://ngrok.com/docs/cloud-edge/modules/webhook-verification\").nullable().optional(),\n}).describe(\"Webhook verification configuration for the route.\");\nconst NgrokCreateHttpsEdgeRoute_WebsocketTcpConverterSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified\").nullable().optional(),\n}).describe(\"Websocket TCP converter configuration for the route.\");\nexport const NgrokCreateHttpsEdgeRouteOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the HTTPS edge route\"),\n uri: z.string().describe(\"URI of the HTTPS edge route API resource\"),\n oidc: NgrokCreateHttpsEdgeRoute_OIDCSchema.nullable().optional(),\n saml: NgrokCreateHttpsEdgeRoute_SAMLSchema.nullable().optional(),\n match: z.string().describe(\"Route selector value\"),\n oauth: NgrokCreateHttpsEdgeRoute_OAuthSchema.nullable().optional(),\n backend: NgrokCreateHttpsEdgeRoute_BackendSchema.nullable().optional(),\n edge_id: z.string().describe(\"Unique identifier of the parent HTTPS edge\"),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this route\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the HTTPS edge route was created, RFC 3339 format\"),\n match_type: z.string().describe(\"Type of match used for this route (exact_path or path_prefix)\"),\n compression: NgrokCreateHttpsEdgeRoute_CompressionSchema.nullable().optional(),\n description: z.string().describe(\"Human-readable description of what this route will be used for\").nullable().optional(),\n ip_restriction: NgrokCreateHttpsEdgeRoute_IpRestrictionSchema.nullable().optional(),\n traffic_policy: NgrokCreateHttpsEdgeRoute_TrafficPolicySchema.nullable().optional(),\n circuit_breaker: NgrokCreateHttpsEdgeRoute_CircuitBreakerSchema.nullable().optional(),\n request_headers: NgrokCreateHttpsEdgeRoute_RequestHeadersSchema.nullable().optional(),\n response_headers: NgrokCreateHttpsEdgeRoute_ResponseHeadersSchema.nullable().optional(),\n user_agent_filter: NgrokCreateHttpsEdgeRoute_UserAgentFilterSchema.nullable().optional(),\n webhook_verification: NgrokCreateHttpsEdgeRoute_WebhookVerificationSchema.nullable().optional(),\n websocket_tcp_converter: NgrokCreateHttpsEdgeRoute_WebsocketTcpConverterSchema.nullable().optional(),\n}).describe(\"Response model for the created HTTPS edge route.\");\n\nexport const ngrokCreateHttpsEdgeRoute = action(\"NGROK_CREATE_HTTPS_EDGE_ROUTE\", {\n slug: \"ngrok-create-https-edge-route\",\n name: \"Create HTTPS Edge Route\",\n description: \"Creates a new route on an HTTPS edge in ngrok. Routes define how traffic matching specific patterns should be handled and can include various security and transformation modules. Use when you need to configure routing rules for an HTTPS edge with optional modules like OAuth, IP restrictions, header transformations, and more.\",\n input: NgrokCreateHttpsEdgeRouteInput,\n output: NgrokCreateHttpsEdgeRouteOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,51 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-https-edge.ts
4
+ const NgrokCreateHttpsEdgeInput = zod.z.object({
5
+ metadata: zod.z.string().describe("Arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.").optional(),
6
+ hostports: zod.z.array(zod.z.string()).describe("Hostports served by this edge. Each entry should be in the format 'hostname:port'.").optional(),
7
+ mutual_tls: zod.z.object({
8
+ enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified.").optional(),
9
+ certificate_authority_ids: zod.z.array(zod.z.string()).describe("List of certificate authority IDs that will be used to validate the TLS client certificate presented by the initiator of the TLS connection.").optional()
10
+ }).describe("Configuration for mutual TLS on the HTTPS edge.").optional(),
11
+ description: zod.z.string().describe("Human-readable description of what this edge will be used for. Optional, max 255 bytes.").optional(),
12
+ tls_termination: zod.z.object({
13
+ enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified.").optional(),
14
+ min_version: zod.z.string().describe("The minimum TLS version used for termination and advertised to the client during the TLS handshake. If unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.").optional()
15
+ }).describe("Configuration for TLS termination on the HTTPS edge.").optional()
16
+ }).describe("Request model for creating a new HTTPS edge.");
17
+ const NgrokCreateHttpsEdge_RefSchema = zod.z.object({
18
+ id: zod.z.string().describe("A resource identifier"),
19
+ uri: zod.z.string().describe("A URI for locating a resource")
20
+ }).describe("Model for reference objects returned in edge configurations.");
21
+ const NgrokCreateHttpsEdge_EndpointMutualTLSSchema = zod.z.object({
22
+ enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable"),
23
+ certificate_authorities: zod.z.array(NgrokCreateHttpsEdge_RefSchema).describe("PEM-encoded CA certificates that will be used to validate").nullable().optional()
24
+ }).describe("Model for mutual TLS configuration in the response.");
25
+ const NgrokCreateHttpsEdge_EndpointTLSTerminationSchema = zod.z.object({
26
+ enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable"),
27
+ min_version: zod.z.string().describe("The minimum TLS version used for termination").nullable().optional(),
28
+ terminate_at: zod.z.string().describe("edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through").nullable().optional()
29
+ }).describe("Model for TLS termination configuration in the response.");
30
+ const NgrokCreateHttpsEdgeOutput = zod.z.object({
31
+ id: zod.z.string().describe("Unique identifier of this edge"),
32
+ uri: zod.z.string().describe("URI of the edge API resource"),
33
+ routes: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Routes associated with this edge").nullable().optional(),
34
+ metadata: zod.z.string().describe("Arbitrary user-defined machine-readable data of this edge").nullable().optional(),
35
+ hostports: zod.z.array(zod.z.string()).describe("Hostports served by this edge").nullable().optional(),
36
+ created_at: zod.z.string().describe("Timestamp when the edge configuration was created, RFC 3339 format"),
37
+ mutual_tls: NgrokCreateHttpsEdge_EndpointMutualTLSSchema.nullable().optional(),
38
+ description: zod.z.string().describe("Human-readable description of what this edge will be used for").nullable().optional(),
39
+ tls_termination: NgrokCreateHttpsEdge_EndpointTLSTerminationSchema.nullable().optional()
40
+ }).describe("Response model for the created HTTPS edge.");
41
+ const ngrokCreateHttpsEdge = require_action.action("NGROK_CREATE_HTTPS_EDGE", {
42
+ slug: "ngrok-create-https-edge",
43
+ name: "Create HTTPS Edge",
44
+ description: "Creates a new HTTPS edge in your ngrok account. HTTPS edges define how ngrok handles HTTPS traffic for your domains. Use this when you need to set up a new HTTPS endpoint with custom TLS or mutual TLS configuration.",
45
+ input: NgrokCreateHttpsEdgeInput,
46
+ output: NgrokCreateHttpsEdgeOutput
47
+ });
48
+ //#endregion
49
+ exports.ngrokCreateHttpsEdge = ngrokCreateHttpsEdge;
50
+
51
+ //# sourceMappingURL=create-https-edge.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-https-edge.cjs","names":["z","action"],"sources":["../../src/actions/create-https-edge.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokCreateHttpsEdgeInput: z.ZodTypeAny = z.object({\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.\").optional(),\n hostports: z.array(z.string()).describe(\"Hostports served by this edge. Each entry should be in the format 'hostname:port'.\").optional(),\n mutual_tls: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified.\").optional(),\n certificate_authority_ids: z.array(z.string()).describe(\"List of certificate authority IDs that will be used to validate the TLS client certificate presented by the initiator of the TLS connection.\").optional(),\n}).describe(\"Configuration for mutual TLS on the HTTPS edge.\").optional(),\n description: z.string().describe(\"Human-readable description of what this edge will be used for. Optional, max 255 bytes.\").optional(),\n tls_termination: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified.\").optional(),\n min_version: z.string().describe(\"The minimum TLS version used for termination and advertised to the client during the TLS handshake. If unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.\").optional(),\n}).describe(\"Configuration for TLS termination on the HTTPS edge.\").optional(),\n}).describe(\"Request model for creating a new HTTPS edge.\");\nconst NgrokCreateHttpsEdge_RefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A resource identifier\"),\n uri: z.string().describe(\"A URI for locating a resource\"),\n}).describe(\"Model for reference objects returned in edge configurations.\");\nconst NgrokCreateHttpsEdge_EndpointMutualTLSSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\"),\n certificate_authorities: z.array(NgrokCreateHttpsEdge_RefSchema).describe(\"PEM-encoded CA certificates that will be used to validate\").nullable().optional(),\n}).describe(\"Model for mutual TLS configuration in the response.\");\nconst NgrokCreateHttpsEdge_EndpointTLSTerminationSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\"),\n min_version: z.string().describe(\"The minimum TLS version used for termination\").nullable().optional(),\n terminate_at: z.string().describe(\"edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through\").nullable().optional(),\n}).describe(\"Model for TLS termination configuration in the response.\");\nexport const NgrokCreateHttpsEdgeOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of this edge\"),\n uri: z.string().describe(\"URI of the edge API resource\"),\n routes: z.array(z.record(z.string(), z.unknown())).describe(\"Routes associated with this edge\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this edge\").nullable().optional(),\n hostports: z.array(z.string()).describe(\"Hostports served by this edge\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the edge configuration was created, RFC 3339 format\"),\n mutual_tls: NgrokCreateHttpsEdge_EndpointMutualTLSSchema.nullable().optional(),\n description: z.string().describe(\"Human-readable description of what this edge will be used for\").nullable().optional(),\n tls_termination: NgrokCreateHttpsEdge_EndpointTLSTerminationSchema.nullable().optional(),\n}).describe(\"Response model for the created HTTPS edge.\");\n\nexport const ngrokCreateHttpsEdge = action(\"NGROK_CREATE_HTTPS_EDGE\", {\n slug: \"ngrok-create-https-edge\",\n name: \"Create HTTPS Edge\",\n description: \"Creates a new HTTPS edge in your ngrok account. HTTPS edges define how ngrok handles HTTPS traffic for your domains. Use this when you need to set up a new HTTPS endpoint with custom TLS or mutual TLS configuration.\",\n input: NgrokCreateHttpsEdgeInput,\n output: NgrokCreateHttpsEdgeOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-https-edge.d.ts
4
+ declare const NgrokCreateHttpsEdgeInput: z.ZodTypeAny;
5
+ declare const NgrokCreateHttpsEdgeOutput: z.ZodTypeAny;
6
+ declare const ngrokCreateHttpsEdge: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ngrokCreateHttpsEdge };
9
+ //# sourceMappingURL=create-https-edge.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-https-edge.d.cts","names":[],"sources":["../../src/actions/create-https-edge.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAYiB;AAAA,cAc9C,0BAAA,EAA4B,CAAA,CAAE,UAUc;AAAA,cAE5C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-https-edge.d.ts
4
+ declare const NgrokCreateHttpsEdgeInput: z.ZodTypeAny;
5
+ declare const NgrokCreateHttpsEdgeOutput: z.ZodTypeAny;
6
+ declare const ngrokCreateHttpsEdge: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ngrokCreateHttpsEdge };
9
+ //# sourceMappingURL=create-https-edge.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-https-edge.d.mts","names":[],"sources":["../../src/actions/create-https-edge.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAYiB;AAAA,cAc9C,0BAAA,EAA4B,CAAA,CAAE,UAUc;AAAA,cAE5C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,50 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-https-edge.ts
4
+ const NgrokCreateHttpsEdgeInput = z.object({
5
+ metadata: z.string().describe("Arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.").optional(),
6
+ hostports: z.array(z.string()).describe("Hostports served by this edge. Each entry should be in the format 'hostname:port'.").optional(),
7
+ mutual_tls: z.object({
8
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified.").optional(),
9
+ certificate_authority_ids: z.array(z.string()).describe("List of certificate authority IDs that will be used to validate the TLS client certificate presented by the initiator of the TLS connection.").optional()
10
+ }).describe("Configuration for mutual TLS on the HTTPS edge.").optional(),
11
+ description: z.string().describe("Human-readable description of what this edge will be used for. Optional, max 255 bytes.").optional(),
12
+ tls_termination: z.object({
13
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. Default true if unspecified.").optional(),
14
+ min_version: z.string().describe("The minimum TLS version used for termination and advertised to the client during the TLS handshake. If unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.").optional()
15
+ }).describe("Configuration for TLS termination on the HTTPS edge.").optional()
16
+ }).describe("Request model for creating a new HTTPS edge.");
17
+ const NgrokCreateHttpsEdge_RefSchema = z.object({
18
+ id: z.string().describe("A resource identifier"),
19
+ uri: z.string().describe("A URI for locating a resource")
20
+ }).describe("Model for reference objects returned in edge configurations.");
21
+ const NgrokCreateHttpsEdge_EndpointMutualTLSSchema = z.object({
22
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable"),
23
+ certificate_authorities: z.array(NgrokCreateHttpsEdge_RefSchema).describe("PEM-encoded CA certificates that will be used to validate").nullable().optional()
24
+ }).describe("Model for mutual TLS configuration in the response.");
25
+ const NgrokCreateHttpsEdge_EndpointTLSTerminationSchema = z.object({
26
+ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable"),
27
+ min_version: z.string().describe("The minimum TLS version used for termination").nullable().optional(),
28
+ terminate_at: z.string().describe("edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through").nullable().optional()
29
+ }).describe("Model for TLS termination configuration in the response.");
30
+ const ngrokCreateHttpsEdge = action("NGROK_CREATE_HTTPS_EDGE", {
31
+ slug: "ngrok-create-https-edge",
32
+ name: "Create HTTPS Edge",
33
+ description: "Creates a new HTTPS edge in your ngrok account. HTTPS edges define how ngrok handles HTTPS traffic for your domains. Use this when you need to set up a new HTTPS endpoint with custom TLS or mutual TLS configuration.",
34
+ input: NgrokCreateHttpsEdgeInput,
35
+ output: z.object({
36
+ id: z.string().describe("Unique identifier of this edge"),
37
+ uri: z.string().describe("URI of the edge API resource"),
38
+ routes: z.array(z.record(z.string(), z.unknown())).describe("Routes associated with this edge").nullable().optional(),
39
+ metadata: z.string().describe("Arbitrary user-defined machine-readable data of this edge").nullable().optional(),
40
+ hostports: z.array(z.string()).describe("Hostports served by this edge").nullable().optional(),
41
+ created_at: z.string().describe("Timestamp when the edge configuration was created, RFC 3339 format"),
42
+ mutual_tls: NgrokCreateHttpsEdge_EndpointMutualTLSSchema.nullable().optional(),
43
+ description: z.string().describe("Human-readable description of what this edge will be used for").nullable().optional(),
44
+ tls_termination: NgrokCreateHttpsEdge_EndpointTLSTerminationSchema.nullable().optional()
45
+ }).describe("Response model for the created HTTPS edge.")
46
+ });
47
+ //#endregion
48
+ export { ngrokCreateHttpsEdge };
49
+
50
+ //# sourceMappingURL=create-https-edge.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-https-edge.mjs","names":[],"sources":["../../src/actions/create-https-edge.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokCreateHttpsEdgeInput: z.ZodTypeAny = z.object({\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.\").optional(),\n hostports: z.array(z.string()).describe(\"Hostports served by this edge. Each entry should be in the format 'hostname:port'.\").optional(),\n mutual_tls: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified.\").optional(),\n certificate_authority_ids: z.array(z.string()).describe(\"List of certificate authority IDs that will be used to validate the TLS client certificate presented by the initiator of the TLS connection.\").optional(),\n}).describe(\"Configuration for mutual TLS on the HTTPS edge.\").optional(),\n description: z.string().describe(\"Human-readable description of what this edge will be used for. Optional, max 255 bytes.\").optional(),\n tls_termination: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. Default true if unspecified.\").optional(),\n min_version: z.string().describe(\"The minimum TLS version used for termination and advertised to the client during the TLS handshake. If unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.\").optional(),\n}).describe(\"Configuration for TLS termination on the HTTPS edge.\").optional(),\n}).describe(\"Request model for creating a new HTTPS edge.\");\nconst NgrokCreateHttpsEdge_RefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A resource identifier\"),\n uri: z.string().describe(\"A URI for locating a resource\"),\n}).describe(\"Model for reference objects returned in edge configurations.\");\nconst NgrokCreateHttpsEdge_EndpointMutualTLSSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\"),\n certificate_authorities: z.array(NgrokCreateHttpsEdge_RefSchema).describe(\"PEM-encoded CA certificates that will be used to validate\").nullable().optional(),\n}).describe(\"Model for mutual TLS configuration in the response.\");\nconst NgrokCreateHttpsEdge_EndpointTLSTerminationSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\"),\n min_version: z.string().describe(\"The minimum TLS version used for termination\").nullable().optional(),\n terminate_at: z.string().describe(\"edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through\").nullable().optional(),\n}).describe(\"Model for TLS termination configuration in the response.\");\nexport const NgrokCreateHttpsEdgeOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of this edge\"),\n uri: z.string().describe(\"URI of the edge API resource\"),\n routes: z.array(z.record(z.string(), z.unknown())).describe(\"Routes associated with this edge\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this edge\").nullable().optional(),\n hostports: z.array(z.string()).describe(\"Hostports served by this edge\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the edge configuration was created, RFC 3339 format\"),\n mutual_tls: NgrokCreateHttpsEdge_EndpointMutualTLSSchema.nullable().optional(),\n description: z.string().describe(\"Human-readable description of what this edge will be used for\").nullable().optional(),\n tls_termination: NgrokCreateHttpsEdge_EndpointTLSTerminationSchema.nullable().optional(),\n}).describe(\"Response model for the created HTTPS edge.\");\n\nexport const ngrokCreateHttpsEdge = action(\"NGROK_CREATE_HTTPS_EDGE\", {\n slug: \"ngrok-create-https-edge\",\n name: \"Create HTTPS Edge\",\n description: \"Creates a new HTTPS edge in your ngrok account. HTTPS edges define how ngrok handles HTTPS traffic for your domains. Use this when you need to set up a new HTTPS endpoint with custom TLS or mutual TLS configuration.\",\n input: NgrokCreateHttpsEdgeInput,\n output: NgrokCreateHttpsEdgeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAC/H,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CACvI,YAAY,EAAE,OAAO;EACrB,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;EACxI,2BAA2B,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;CACnN,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACtE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;CACrI,iBAAiB,EAAE,OAAO;EAC1B,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;EACxI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6NAA6N,CAAC,CAAC,SAAS;CAC3Q,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,iCAA+C,EAAE,OAAO;CAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAC1D,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,+CAA6D,EAAE,OAAO;CAC1E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE;CAC/F,yBAAyB,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7J,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,oDAAkE,EAAE,OAAO;CAC/E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE;CAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjK,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAatE,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAjBsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EACxD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EACvD,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;EACpG,YAAY,6CAA6C,SAAS,CAAC,CAAC,SAAS;EAC7E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtH,iBAAiB,kDAAkD,SAAS,CAAC,CAAC,SAAS;CACzF,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}