ngrok-api 0.24.0 → 0.25.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 (347) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ci.yml +1 -1
  3. data/CHANGELOG.md +9 -0
  4. data/Gemfile.lock +9 -1
  5. data/doc/NgrokAPI/Client.html +223 -67
  6. data/doc/NgrokAPI/Error.html +2 -2
  7. data/doc/NgrokAPI/Errors/NotFoundError.html +2 -2
  8. data/doc/NgrokAPI/Errors.html +2 -2
  9. data/doc/NgrokAPI/HttpClient.html +2 -2
  10. data/doc/NgrokAPI/Models/APIKey.html +2 -2
  11. data/doc/NgrokAPI/Models/AWSAuth.html +2 -2
  12. data/doc/NgrokAPI/Models/AWSCredentials.html +2 -2
  13. data/doc/NgrokAPI/Models/AWSRole.html +2 -2
  14. data/doc/NgrokAPI/Models/AbuseReport.html +2 -2
  15. data/doc/NgrokAPI/Models/AbuseReportHostname.html +2 -2
  16. data/doc/NgrokAPI/Models/AgentIngress.html +2 -2
  17. data/doc/NgrokAPI/Models/AgentIngressCertJob.html +2 -2
  18. data/doc/NgrokAPI/Models/AgentIngressCertPolicy.html +2 -2
  19. data/doc/NgrokAPI/Models/AgentIngressCertStatus.html +2 -2
  20. data/doc/NgrokAPI/Models/ApplicationSession.html +2 -2
  21. data/doc/NgrokAPI/Models/ApplicationUser.html +2 -2
  22. data/doc/NgrokAPI/Models/BotUser.html +2 -2
  23. data/doc/NgrokAPI/Models/BrowserSession.html +2 -2
  24. data/doc/NgrokAPI/Models/CertificateAuthority.html +2 -2
  25. data/doc/NgrokAPI/Models/Credential.html +2 -2
  26. data/doc/NgrokAPI/Models/Endpoint.html +48 -42
  27. data/doc/NgrokAPI/Models/EndpointBackend.html +2 -2
  28. data/doc/NgrokAPI/Models/EndpointBackendMutate.html +2 -2
  29. data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +2 -2
  30. data/doc/NgrokAPI/Models/EndpointCompression.html +2 -2
  31. data/doc/NgrokAPI/Models/EndpointIPPolicy.html +2 -2
  32. data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +2 -2
  33. data/doc/NgrokAPI/Models/EndpointMutualTLS.html +2 -2
  34. data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +2 -2
  35. data/doc/NgrokAPI/Models/EndpointOAuth.html +2 -2
  36. data/doc/NgrokAPI/Models/EndpointOAuthAmazon.html +2 -2
  37. data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
  38. data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
  39. data/doc/NgrokAPI/Models/EndpointOAuthGitLab.html +2 -2
  40. data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
  41. data/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html +2 -2
  42. data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
  43. data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
  44. data/doc/NgrokAPI/Models/EndpointOAuthTwitch.html +2 -2
  45. data/doc/NgrokAPI/Models/EndpointOIDC.html +2 -2
  46. data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +2 -2
  47. data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +2 -2
  48. data/doc/NgrokAPI/Models/EndpointSAML.html +2 -2
  49. data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +2 -2
  50. data/doc/NgrokAPI/Models/EndpointTLSTermination.html +2 -2
  51. data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +2 -2
  52. data/doc/NgrokAPI/Models/EndpointTrafficPolicy.html +2 -2
  53. data/doc/NgrokAPI/Models/EndpointUserAgentFilter.html +2 -2
  54. data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
  55. data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +2 -2
  56. data/doc/NgrokAPI/Models/EventDestination.html +2 -2
  57. data/doc/NgrokAPI/Models/EventSource.html +2 -2
  58. data/doc/NgrokAPI/Models/EventSourceList.html +2 -2
  59. data/doc/NgrokAPI/Models/EventSourceReplace.html +2 -2
  60. data/doc/NgrokAPI/Models/EventSubscription.html +2 -2
  61. data/doc/NgrokAPI/Models/EventTarget.html +2 -2
  62. data/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html +2 -2
  63. data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
  64. data/doc/NgrokAPI/Models/EventTargetDatadog.html +2 -2
  65. data/doc/NgrokAPI/Models/EventTargetFirehose.html +2 -2
  66. data/doc/NgrokAPI/Models/EventTargetKinesis.html +2 -2
  67. data/doc/NgrokAPI/Models/FailoverBackend.html +2 -2
  68. data/doc/NgrokAPI/Models/HTTPResponseBackend.html +2 -2
  69. data/doc/NgrokAPI/Models/HTTPSEdge.html +2 -2
  70. data/doc/NgrokAPI/Models/HTTPSEdgeRoute.html +2 -2
  71. data/doc/NgrokAPI/Models/IPPolicy.html +2 -2
  72. data/doc/NgrokAPI/Models/IPPolicyRule.html +2 -2
  73. data/doc/NgrokAPI/Models/IPRestriction.html +2 -2
  74. data/doc/NgrokAPI/Models/IdentityProvider.html +2 -2
  75. data/doc/NgrokAPI/Models/Listable.html +2 -2
  76. data/doc/NgrokAPI/Models/Location.html +2 -2
  77. data/doc/NgrokAPI/Models/Ref.html +2 -2
  78. data/doc/NgrokAPI/Models/ReservedAddr.html +2 -2
  79. data/doc/NgrokAPI/Models/ReservedDomain.html +2 -2
  80. data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +2 -2
  81. data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +2 -2
  82. data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +2 -2
  83. data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +2 -2
  84. data/doc/NgrokAPI/Models/SSHCredential.html +2 -2
  85. data/doc/NgrokAPI/Models/SSHHostCertificate.html +2 -2
  86. data/doc/NgrokAPI/Models/SSHUserCertificate.html +2 -2
  87. data/doc/NgrokAPI/Models/Secret.html +1336 -0
  88. data/doc/NgrokAPI/Models/StaticBackend.html +2 -2
  89. data/doc/NgrokAPI/Models/StaticBackendTLS.html +2 -2
  90. data/doc/NgrokAPI/Models/TCPEdge.html +2 -2
  91. data/doc/NgrokAPI/Models/TLSCertificate.html +2 -2
  92. data/doc/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
  93. data/doc/NgrokAPI/Models/TLSEdge.html +2 -2
  94. data/doc/NgrokAPI/Models/Tunnel.html +2 -2
  95. data/doc/NgrokAPI/Models/TunnelGroupBackend.html +2 -2
  96. data/doc/NgrokAPI/Models/TunnelSession.html +2 -2
  97. data/doc/NgrokAPI/Models/UserAgent.html +2 -2
  98. data/doc/NgrokAPI/Models/Vault.html +1353 -0
  99. data/doc/NgrokAPI/Models/WeightedBackend.html +2 -2
  100. data/doc/NgrokAPI/Models.html +4 -4
  101. data/doc/NgrokAPI/PagedIterator.html +2 -2
  102. data/doc/NgrokAPI/Services/APIKeysClient.html +2 -2
  103. data/doc/NgrokAPI/Services/AbuseReportsClient.html +2 -2
  104. data/doc/NgrokAPI/Services/AgentIngressesClient.html +2 -2
  105. data/doc/NgrokAPI/Services/ApplicationSessionsClient.html +2 -2
  106. data/doc/NgrokAPI/Services/ApplicationUsersClient.html +2 -2
  107. data/doc/NgrokAPI/Services/BotUsersClient.html +2 -2
  108. data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +2 -2
  109. data/doc/NgrokAPI/Services/CredentialsClient.html +2 -2
  110. data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +2 -2
  111. data/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +2 -2
  112. data/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +2 -2
  113. data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +2 -2
  114. data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +2 -2
  115. data/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +2 -2
  116. data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +2 -2
  117. data/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +2 -2
  118. data/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +2 -2
  119. data/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html +2 -2
  120. data/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html +2 -2
  121. data/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +2 -2
  122. data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +2 -2
  123. data/doc/NgrokAPI/Services/EdgesHTTPSClient.html +2 -2
  124. data/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2 -2
  125. data/doc/NgrokAPI/Services/EdgesTCPClient.html +2 -2
  126. data/doc/NgrokAPI/Services/EdgesTLSClient.html +2 -2
  127. data/doc/NgrokAPI/Services/EndpointsClient.html +236 -128
  128. data/doc/NgrokAPI/Services/EventDestinationsClient.html +2 -2
  129. data/doc/NgrokAPI/Services/EventSourcesClient.html +2 -2
  130. data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +2 -2
  131. data/doc/NgrokAPI/Services/FailoverBackendsClient.html +2 -2
  132. data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +2 -2
  133. data/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +2 -2
  134. data/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +2 -2
  135. data/doc/NgrokAPI/Services/IPPoliciesClient.html +2 -2
  136. data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +2 -2
  137. data/doc/NgrokAPI/Services/IPRestrictionsClient.html +2 -2
  138. data/doc/NgrokAPI/Services/ReservedAddrsClient.html +2 -2
  139. data/doc/NgrokAPI/Services/ReservedDomainsClient.html +2 -2
  140. data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +2 -2
  141. data/doc/NgrokAPI/Services/SSHCredentialsClient.html +2 -2
  142. data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +2 -2
  143. data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +2 -2
  144. data/doc/NgrokAPI/Services/SecretsClient.html +1925 -0
  145. data/doc/NgrokAPI/Services/StaticBackendsClient.html +2 -2
  146. data/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +2 -2
  147. data/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +2 -2
  148. data/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html +2 -2
  149. data/doc/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
  150. data/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +2 -2
  151. data/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +2 -2
  152. data/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +2 -2
  153. data/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +2 -2
  154. data/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html +2 -2
  155. data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +2 -2
  156. data/doc/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
  157. data/doc/NgrokAPI/Services/TunnelsClient.html +2 -2
  158. data/doc/NgrokAPI/Services/VaultsClient.html +1809 -0
  159. data/doc/NgrokAPI/Services/WeightedBackendsClient.html +2 -2
  160. data/doc/NgrokAPI/Services.html +5 -5
  161. data/doc/NgrokAPI.html +3 -3
  162. data/doc/_index.html +38 -2
  163. data/doc/class_list.html +1 -1
  164. data/doc/file.README.html +2 -2
  165. data/doc/index.html +2 -2
  166. data/doc/method_list.html +735 -255
  167. data/doc/top-level-namespace.html +2 -2
  168. data/docs/NgrokAPI/Client.html +223 -67
  169. data/docs/NgrokAPI/Error.html +2 -2
  170. data/docs/NgrokAPI/Errors/NotFoundError.html +2 -2
  171. data/docs/NgrokAPI/Errors.html +2 -2
  172. data/docs/NgrokAPI/HttpClient.html +2 -2
  173. data/docs/NgrokAPI/Models/APIKey.html +2 -2
  174. data/docs/NgrokAPI/Models/AWSAuth.html +2 -2
  175. data/docs/NgrokAPI/Models/AWSCredentials.html +2 -2
  176. data/docs/NgrokAPI/Models/AWSRole.html +2 -2
  177. data/docs/NgrokAPI/Models/AbuseReport.html +2 -2
  178. data/docs/NgrokAPI/Models/AbuseReportHostname.html +2 -2
  179. data/docs/NgrokAPI/Models/AgentIngress.html +2 -2
  180. data/docs/NgrokAPI/Models/AgentIngressCertJob.html +2 -2
  181. data/docs/NgrokAPI/Models/AgentIngressCertPolicy.html +2 -2
  182. data/docs/NgrokAPI/Models/AgentIngressCertStatus.html +2 -2
  183. data/docs/NgrokAPI/Models/ApplicationSession.html +2 -2
  184. data/docs/NgrokAPI/Models/ApplicationUser.html +2 -2
  185. data/docs/NgrokAPI/Models/BotUser.html +2 -2
  186. data/docs/NgrokAPI/Models/BrowserSession.html +2 -2
  187. data/docs/NgrokAPI/Models/CertificateAuthority.html +2 -2
  188. data/docs/NgrokAPI/Models/Credential.html +2 -2
  189. data/docs/NgrokAPI/Models/Endpoint.html +48 -42
  190. data/docs/NgrokAPI/Models/EndpointBackend.html +2 -2
  191. data/docs/NgrokAPI/Models/EndpointBackendMutate.html +2 -2
  192. data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +2 -2
  193. data/docs/NgrokAPI/Models/EndpointCompression.html +2 -2
  194. data/docs/NgrokAPI/Models/EndpointIPPolicy.html +2 -2
  195. data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +2 -2
  196. data/docs/NgrokAPI/Models/EndpointMutualTLS.html +2 -2
  197. data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +2 -2
  198. data/docs/NgrokAPI/Models/EndpointOAuth.html +2 -2
  199. data/docs/NgrokAPI/Models/EndpointOAuthAmazon.html +2 -2
  200. data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
  201. data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
  202. data/docs/NgrokAPI/Models/EndpointOAuthGitLab.html +2 -2
  203. data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
  204. data/docs/NgrokAPI/Models/EndpointOAuthLinkedIn.html +2 -2
  205. data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
  206. data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
  207. data/docs/NgrokAPI/Models/EndpointOAuthTwitch.html +2 -2
  208. data/docs/NgrokAPI/Models/EndpointOIDC.html +2 -2
  209. data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +2 -2
  210. data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +2 -2
  211. data/docs/NgrokAPI/Models/EndpointSAML.html +2 -2
  212. data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +2 -2
  213. data/docs/NgrokAPI/Models/EndpointTLSTermination.html +2 -2
  214. data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +2 -2
  215. data/docs/NgrokAPI/Models/EndpointTrafficPolicy.html +2 -2
  216. data/docs/NgrokAPI/Models/EndpointUserAgentFilter.html +2 -2
  217. data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
  218. data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +2 -2
  219. data/docs/NgrokAPI/Models/EventDestination.html +2 -2
  220. data/docs/NgrokAPI/Models/EventSource.html +2 -2
  221. data/docs/NgrokAPI/Models/EventSourceList.html +2 -2
  222. data/docs/NgrokAPI/Models/EventSourceReplace.html +2 -2
  223. data/docs/NgrokAPI/Models/EventSubscription.html +2 -2
  224. data/docs/NgrokAPI/Models/EventTarget.html +2 -2
  225. data/docs/NgrokAPI/Models/EventTargetAzureLogsIngestion.html +2 -2
  226. data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
  227. data/docs/NgrokAPI/Models/EventTargetDatadog.html +2 -2
  228. data/docs/NgrokAPI/Models/EventTargetFirehose.html +2 -2
  229. data/docs/NgrokAPI/Models/EventTargetKinesis.html +2 -2
  230. data/docs/NgrokAPI/Models/FailoverBackend.html +2 -2
  231. data/docs/NgrokAPI/Models/HTTPResponseBackend.html +2 -2
  232. data/docs/NgrokAPI/Models/HTTPSEdge.html +2 -2
  233. data/docs/NgrokAPI/Models/HTTPSEdgeRoute.html +2 -2
  234. data/docs/NgrokAPI/Models/IPPolicy.html +2 -2
  235. data/docs/NgrokAPI/Models/IPPolicyRule.html +2 -2
  236. data/docs/NgrokAPI/Models/IPRestriction.html +2 -2
  237. data/docs/NgrokAPI/Models/IdentityProvider.html +2 -2
  238. data/docs/NgrokAPI/Models/Listable.html +2 -2
  239. data/docs/NgrokAPI/Models/Location.html +2 -2
  240. data/docs/NgrokAPI/Models/Ref.html +2 -2
  241. data/docs/NgrokAPI/Models/ReservedAddr.html +2 -2
  242. data/docs/NgrokAPI/Models/ReservedDomain.html +2 -2
  243. data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +2 -2
  244. data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +2 -2
  245. data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +2 -2
  246. data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +2 -2
  247. data/docs/NgrokAPI/Models/SSHCredential.html +2 -2
  248. data/docs/NgrokAPI/Models/SSHHostCertificate.html +2 -2
  249. data/docs/NgrokAPI/Models/SSHUserCertificate.html +2 -2
  250. data/docs/NgrokAPI/Models/Secret.html +1336 -0
  251. data/docs/NgrokAPI/Models/StaticBackend.html +2 -2
  252. data/docs/NgrokAPI/Models/StaticBackendTLS.html +2 -2
  253. data/docs/NgrokAPI/Models/TCPEdge.html +2 -2
  254. data/docs/NgrokAPI/Models/TLSCertificate.html +2 -2
  255. data/docs/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
  256. data/docs/NgrokAPI/Models/TLSEdge.html +2 -2
  257. data/docs/NgrokAPI/Models/Tunnel.html +2 -2
  258. data/docs/NgrokAPI/Models/TunnelGroupBackend.html +2 -2
  259. data/docs/NgrokAPI/Models/TunnelSession.html +2 -2
  260. data/docs/NgrokAPI/Models/UserAgent.html +2 -2
  261. data/docs/NgrokAPI/Models/Vault.html +1353 -0
  262. data/docs/NgrokAPI/Models/WeightedBackend.html +2 -2
  263. data/docs/NgrokAPI/Models.html +4 -4
  264. data/docs/NgrokAPI/PagedIterator.html +2 -2
  265. data/docs/NgrokAPI/Services/APIKeysClient.html +2 -2
  266. data/docs/NgrokAPI/Services/AbuseReportsClient.html +2 -2
  267. data/docs/NgrokAPI/Services/AgentIngressesClient.html +2 -2
  268. data/docs/NgrokAPI/Services/ApplicationSessionsClient.html +2 -2
  269. data/docs/NgrokAPI/Services/ApplicationUsersClient.html +2 -2
  270. data/docs/NgrokAPI/Services/BotUsersClient.html +2 -2
  271. data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +2 -2
  272. data/docs/NgrokAPI/Services/CredentialsClient.html +2 -2
  273. data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +2 -2
  274. data/docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +2 -2
  275. data/docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +2 -2
  276. data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +2 -2
  277. data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +2 -2
  278. data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +2 -2
  279. data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +2 -2
  280. data/docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +2 -2
  281. data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +2 -2
  282. data/docs/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html +2 -2
  283. data/docs/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html +2 -2
  284. data/docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +2 -2
  285. data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +2 -2
  286. data/docs/NgrokAPI/Services/EdgesHTTPSClient.html +2 -2
  287. data/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2 -2
  288. data/docs/NgrokAPI/Services/EdgesTCPClient.html +2 -2
  289. data/docs/NgrokAPI/Services/EdgesTLSClient.html +2 -2
  290. data/docs/NgrokAPI/Services/EndpointsClient.html +236 -128
  291. data/docs/NgrokAPI/Services/EventDestinationsClient.html +2 -2
  292. data/docs/NgrokAPI/Services/EventSourcesClient.html +2 -2
  293. data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +2 -2
  294. data/docs/NgrokAPI/Services/FailoverBackendsClient.html +2 -2
  295. data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +2 -2
  296. data/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +2 -2
  297. data/docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +2 -2
  298. data/docs/NgrokAPI/Services/IPPoliciesClient.html +2 -2
  299. data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +2 -2
  300. data/docs/NgrokAPI/Services/IPRestrictionsClient.html +2 -2
  301. data/docs/NgrokAPI/Services/ReservedAddrsClient.html +2 -2
  302. data/docs/NgrokAPI/Services/ReservedDomainsClient.html +2 -2
  303. data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +2 -2
  304. data/docs/NgrokAPI/Services/SSHCredentialsClient.html +2 -2
  305. data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +2 -2
  306. data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +2 -2
  307. data/docs/NgrokAPI/Services/SecretsClient.html +1925 -0
  308. data/docs/NgrokAPI/Services/StaticBackendsClient.html +2 -2
  309. data/docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +2 -2
  310. data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +2 -2
  311. data/docs/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html +2 -2
  312. data/docs/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
  313. data/docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +2 -2
  314. data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +2 -2
  315. data/docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +2 -2
  316. data/docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +2 -2
  317. data/docs/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html +2 -2
  318. data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +2 -2
  319. data/docs/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
  320. data/docs/NgrokAPI/Services/TunnelsClient.html +2 -2
  321. data/docs/NgrokAPI/Services/VaultsClient.html +1809 -0
  322. data/docs/NgrokAPI/Services/WeightedBackendsClient.html +2 -2
  323. data/docs/NgrokAPI/Services.html +5 -5
  324. data/docs/NgrokAPI.html +3 -3
  325. data/docs/_index.html +38 -2
  326. data/docs/class_list.html +1 -1
  327. data/docs/file.README.html +2 -2
  328. data/docs/index.html +2 -2
  329. data/docs/method_list.html +735 -255
  330. data/docs/top-level-namespace.html +2 -2
  331. data/lib/ngrokapi/client.rb +18 -0
  332. data/lib/ngrokapi/models/endpoint.rb +10 -7
  333. data/lib/ngrokapi/models/secret.rb +63 -0
  334. data/lib/ngrokapi/models/vault.rb +81 -0
  335. data/lib/ngrokapi/services/endpoints_client.rb +24 -8
  336. data/lib/ngrokapi/services/secrets_client.rb +246 -0
  337. data/lib/ngrokapi/services/vaults_client.rb +234 -0
  338. data/lib/ngrokapi/version.rb +1 -1
  339. data/spec/ngrokapi/client_spec.rb +12 -0
  340. data/spec/ngrokapi/models/endpoint_spec.rb +4 -1
  341. data/spec/ngrokapi/models/secret_spec.rb +30 -0
  342. data/spec/ngrokapi/models/vault_spec.rb +47 -0
  343. data/spec/ngrokapi/services/endpoints_client_spec.rb +12 -4
  344. data/spec/ngrokapi/services/secrets_client_spec.rb +198 -0
  345. data/spec/ngrokapi/services/vaults_client_spec.rb +186 -0
  346. data/spec/spec_helper.rb +117 -0
  347. metadata +18 -5
@@ -1869,9 +1869,9 @@
1869
1869
  </div>
1870
1870
 
1871
1871
  <div id="footer">
1872
- Generated on Thu Oct 24 20:57:29 2024 by
1872
+ Generated on Thu Aug 14 22:44:21 2025 by
1873
1873
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1874
- 0.9.36 (ruby-3.3.5).
1874
+ 0.9.36 (ruby-3.3.8).
1875
1875
  </div>
1876
1876
 
1877
1877
  </div>
@@ -1029,9 +1029,9 @@
1029
1029
  </div>
1030
1030
 
1031
1031
  <div id="footer">
1032
- Generated on Thu Oct 24 20:57:32 2024 by
1032
+ Generated on Thu Aug 14 22:44:25 2025 by
1033
1033
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1034
- 0.9.36 (ruby-3.3.5).
1034
+ 0.9.36 (ruby-3.3.8).
1035
1035
  </div>
1036
1036
 
1037
1037
  </div>
@@ -1029,9 +1029,9 @@
1029
1029
  </div>
1030
1030
 
1031
1031
  <div id="footer">
1032
- Generated on Thu Oct 24 20:57:33 2024 by
1032
+ Generated on Thu Aug 14 22:44:25 2025 by
1033
1033
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1034
- 0.9.36 (ruby-3.3.5).
1034
+ 0.9.36 (ruby-3.3.8).
1035
1035
  </div>
1036
1036
 
1037
1037
  </div>
@@ -1029,9 +1029,9 @@
1029
1029
  </div>
1030
1030
 
1031
1031
  <div id="footer">
1032
- Generated on Thu Oct 24 20:57:33 2024 by
1032
+ Generated on Thu Aug 14 22:44:25 2025 by
1033
1033
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1034
- 0.9.36 (ruby-3.3.5).
1034
+ 0.9.36 (ruby-3.3.8).
1035
1035
  </div>
1036
1036
 
1037
1037
  </div>
@@ -1781,9 +1781,9 @@
1781
1781
  </div>
1782
1782
 
1783
1783
  <div id="footer">
1784
- Generated on Thu Oct 24 20:57:30 2024 by
1784
+ Generated on Thu Aug 14 22:44:22 2025 by
1785
1785
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1786
- 0.9.36 (ruby-3.3.5).
1786
+ 0.9.36 (ruby-3.3.8).
1787
1787
  </div>
1788
1788
 
1789
1789
  </div>
@@ -1029,9 +1029,9 @@
1029
1029
  </div>
1030
1030
 
1031
1031
  <div id="footer">
1032
- Generated on Thu Oct 24 20:57:32 2024 by
1032
+ Generated on Thu Aug 14 22:44:25 2025 by
1033
1033
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1034
- 0.9.36 (ruby-3.3.5).
1034
+ 0.9.36 (ruby-3.3.8).
1035
1035
  </div>
1036
1036
 
1037
1037
  </div>
@@ -1029,9 +1029,9 @@
1029
1029
  </div>
1030
1030
 
1031
1031
  <div id="footer">
1032
- Generated on Thu Oct 24 20:57:33 2024 by
1032
+ Generated on Thu Aug 14 22:44:25 2025 by
1033
1033
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1034
- 0.9.36 (ruby-3.3.5).
1034
+ 0.9.36 (ruby-3.3.8).
1035
1035
  </div>
1036
1036
 
1037
1037
  </div>
@@ -1029,9 +1029,9 @@
1029
1029
  </div>
1030
1030
 
1031
1031
  <div id="footer">
1032
- Generated on Thu Oct 24 20:57:32 2024 by
1032
+ Generated on Thu Aug 14 22:44:25 2025 by
1033
1033
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1034
- 0.9.36 (ruby-3.3.5).
1034
+ 0.9.36 (ruby-3.3.8).
1035
1035
  </div>
1036
1036
 
1037
1037
  </div>
@@ -1029,9 +1029,9 @@
1029
1029
  </div>
1030
1030
 
1031
1031
  <div id="footer">
1032
- Generated on Thu Oct 24 20:57:33 2024 by
1032
+ Generated on Thu Aug 14 22:44:26 2025 by
1033
1033
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1034
- 0.9.36 (ruby-3.3.5).
1034
+ 0.9.36 (ruby-3.3.8).
1035
1035
  </div>
1036
1036
 
1037
1037
  </div>
@@ -1029,9 +1029,9 @@
1029
1029
  </div>
1030
1030
 
1031
1031
  <div id="footer">
1032
- Generated on Thu Oct 24 20:57:33 2024 by
1032
+ Generated on Thu Aug 14 22:44:26 2025 by
1033
1033
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1034
- 0.9.36 (ruby-3.3.5).
1034
+ 0.9.36 (ruby-3.3.8).
1035
1035
  </div>
1036
1036
 
1037
1037
  </div>
@@ -1789,9 +1789,9 @@
1789
1789
  </div>
1790
1790
 
1791
1791
  <div id="footer">
1792
- Generated on Thu Oct 24 20:57:31 2024 by
1792
+ Generated on Thu Aug 14 22:44:24 2025 by
1793
1793
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1794
- 0.9.36 (ruby-3.3.5).
1794
+ 0.9.36 (ruby-3.3.8).
1795
1795
  </div>
1796
1796
 
1797
1797
  </div>
@@ -1573,9 +1573,9 @@
1573
1573
  </div>
1574
1574
 
1575
1575
  <div id="footer">
1576
- Generated on Thu Oct 24 20:57:29 2024 by
1576
+ Generated on Thu Aug 14 22:44:22 2025 by
1577
1577
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1578
- 0.9.36 (ruby-3.3.5).
1578
+ 0.9.36 (ruby-3.3.8).
1579
1579
  </div>
1580
1580
 
1581
1581
  </div>
@@ -893,9 +893,9 @@
893
893
  </div>
894
894
 
895
895
  <div id="footer">
896
- Generated on Thu Oct 24 20:57:25 2024 by
896
+ Generated on Thu Aug 14 22:44:17 2025 by
897
897
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
898
- 0.9.36 (ruby-3.3.5).
898
+ 0.9.36 (ruby-3.3.8).
899
899
  </div>
900
900
 
901
901
  </div>