@ngrok/ngrok-api 0.13.0 → 0.16.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 (288) hide show
  1. package/.github/workflows/ci.yml +28 -0
  2. package/CHANGELOG.md +11 -0
  3. package/docs/assets/js/search.js +1 -1
  4. package/docs/classes/client.Ngrok.html +66 -28
  5. package/docs/classes/services.APIKeys.html +6 -6
  6. package/docs/classes/services.AbuseReports.html +3 -3
  7. package/docs/classes/services.AgentIngresses.html +6 -6
  8. package/docs/classes/services.ApplicationSessions.html +4 -4
  9. package/docs/classes/services.ApplicationUsers.html +4 -4
  10. package/docs/classes/services.BotUsers.html +6 -6
  11. package/docs/classes/services.CertificateAuthorities.html +6 -6
  12. package/docs/classes/services.Credentials.html +6 -6
  13. package/docs/classes/services.EdgeRouteBackendModule.html +4 -4
  14. package/docs/classes/services.EdgeRouteCircuitBreakerModule.html +4 -4
  15. package/docs/classes/services.EdgeRouteCompressionModule.html +4 -4
  16. package/docs/classes/services.EdgeRouteIPRestrictionModule.html +4 -4
  17. package/docs/classes/services.EdgeRouteOAuthModule.html +4 -4
  18. package/docs/classes/services.EdgeRouteOIDCModule.html +4 -4
  19. package/docs/classes/services.EdgeRouteRequestHeadersModule.html +4 -4
  20. package/docs/classes/services.EdgeRouteResponseHeadersModule.html +4 -4
  21. package/docs/classes/services.EdgeRouteSAMLModule.html +4 -4
  22. package/docs/classes/services.EdgeRouteTrafficPolicyModule.html +4 -4
  23. package/docs/classes/services.EdgeRouteUserAgentFilterModule.html +4 -4
  24. package/docs/classes/services.EdgeRouteWebhookVerificationModule.html +4 -4
  25. package/docs/classes/services.EdgeRouteWebsocketTCPConverterModule.html +4 -4
  26. package/docs/classes/services.EdgesHTTPS.html +6 -6
  27. package/docs/classes/services.EdgesHTTPSRoutes.html +5 -5
  28. package/docs/classes/services.EdgesTCP.html +6 -6
  29. package/docs/classes/services.EdgesTLS.html +6 -6
  30. package/docs/classes/services.Endpoints.html +6 -6
  31. package/docs/classes/services.EventDestinations.html +6 -6
  32. package/docs/classes/services.EventSources.html +6 -6
  33. package/docs/classes/services.EventSubscriptions.html +6 -6
  34. package/docs/classes/services.FailoverBackends.html +6 -6
  35. package/docs/classes/services.HTTPResponseBackends.html +6 -6
  36. package/docs/classes/services.HTTPSEdgeMutualTLSModule.html +4 -4
  37. package/docs/classes/services.HTTPSEdgeTLSTerminationModule.html +4 -4
  38. package/docs/classes/services.IPPolicies.html +6 -6
  39. package/docs/classes/services.IPPolicyRules.html +6 -6
  40. package/docs/classes/services.IPRestrictions.html +6 -6
  41. package/docs/classes/services.ReservedAddrs.html +6 -6
  42. package/docs/classes/services.ReservedDomains.html +8 -8
  43. package/docs/classes/services.SSHCertificateAuthorities.html +6 -6
  44. package/docs/classes/services.SSHCredentials.html +6 -6
  45. package/docs/classes/services.SSHHostCertificates.html +6 -6
  46. package/docs/classes/services.SSHUserCertificates.html +6 -6
  47. package/docs/classes/services.Secrets.html +359 -0
  48. package/docs/classes/services.StaticBackends.html +6 -6
  49. package/docs/classes/services.TCPEdgeBackendModule.html +4 -4
  50. package/docs/classes/services.TCPEdgeIPRestrictionModule.html +4 -4
  51. package/docs/classes/services.TCPEdgeTrafficPolicyModule.html +4 -4
  52. package/docs/classes/services.TLSCertificates.html +6 -6
  53. package/docs/classes/services.TLSEdgeBackendModule.html +4 -4
  54. package/docs/classes/services.TLSEdgeIPRestrictionModule.html +4 -4
  55. package/docs/classes/services.TLSEdgeMutualTLSModule.html +4 -4
  56. package/docs/classes/services.TLSEdgeTLSTerminationModule.html +4 -4
  57. package/docs/classes/services.TLSEdgeTrafficPolicyModule.html +4 -4
  58. package/docs/classes/services.TunnelGroupBackends.html +6 -6
  59. package/docs/classes/services.TunnelSessions.html +6 -6
  60. package/docs/classes/services.Tunnels.html +3 -3
  61. package/docs/classes/services.Vaults.html +359 -0
  62. package/docs/classes/services.WeightedBackends.html +6 -6
  63. package/docs/interfaces/client.NgrokConfig.html +2 -2
  64. package/docs/interfaces/datatypes.APIKey.html +7 -7
  65. package/docs/interfaces/datatypes.APIKeyCreate.html +3 -3
  66. package/docs/interfaces/datatypes.APIKeyList.html +3 -3
  67. package/docs/interfaces/datatypes.APIKeyUpdate.html +3 -3
  68. package/docs/interfaces/datatypes.AWSAuth.html +2 -2
  69. package/docs/interfaces/datatypes.AWSCredentials.html +2 -2
  70. package/docs/interfaces/datatypes.AWSRole.html +1 -1
  71. package/docs/interfaces/datatypes.AbuseReport.html +7 -7
  72. package/docs/interfaces/datatypes.AbuseReportCreate.html +2 -2
  73. package/docs/interfaces/datatypes.AbuseReportHostname.html +2 -2
  74. package/docs/interfaces/datatypes.AgentIngress.html +10 -10
  75. package/docs/interfaces/datatypes.AgentIngressCertJob.html +4 -4
  76. package/docs/interfaces/datatypes.AgentIngressCertPolicy.html +2 -2
  77. package/docs/interfaces/datatypes.AgentIngressCertStatus.html +2 -2
  78. package/docs/interfaces/datatypes.AgentIngressCreate.html +4 -4
  79. package/docs/interfaces/datatypes.AgentIngressList.html +3 -3
  80. package/docs/interfaces/datatypes.AgentIngressUpdate.html +4 -4
  81. package/docs/interfaces/datatypes.ApplicationSession.html +11 -11
  82. package/docs/interfaces/datatypes.ApplicationSessionList.html +3 -3
  83. package/docs/interfaces/datatypes.ApplicationUser.html +10 -10
  84. package/docs/interfaces/datatypes.ApplicationUserList.html +3 -3
  85. package/docs/interfaces/datatypes.BotUser.html +5 -5
  86. package/docs/interfaces/datatypes.BotUserCreate.html +2 -2
  87. package/docs/interfaces/datatypes.BotUserList.html +3 -3
  88. package/docs/interfaces/datatypes.BotUserUpdate.html +3 -3
  89. package/docs/interfaces/datatypes.BrowserSession.html +3 -3
  90. package/docs/interfaces/datatypes.CertificateAuthority.html +11 -11
  91. package/docs/interfaces/datatypes.CertificateAuthorityCreate.html +3 -3
  92. package/docs/interfaces/datatypes.CertificateAuthorityList.html +3 -3
  93. package/docs/interfaces/datatypes.CertificateAuthorityUpdate.html +3 -3
  94. package/docs/interfaces/datatypes.Credential.html +8 -8
  95. package/docs/interfaces/datatypes.CredentialCreate.html +4 -4
  96. package/docs/interfaces/datatypes.CredentialList.html +3 -3
  97. package/docs/interfaces/datatypes.CredentialUpdate.html +4 -4
  98. package/docs/interfaces/datatypes.EdgeBackendReplace.html +2 -2
  99. package/docs/interfaces/datatypes.EdgeIPRestrictionReplace.html +2 -2
  100. package/docs/interfaces/datatypes.EdgeMutualTLSReplace.html +2 -2
  101. package/docs/interfaces/datatypes.EdgeRouteBackendReplace.html +3 -3
  102. package/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html +3 -3
  103. package/docs/interfaces/datatypes.EdgeRouteCompressionReplace.html +3 -3
  104. package/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html +3 -3
  105. package/docs/interfaces/datatypes.EdgeRouteItem.html +2 -2
  106. package/docs/interfaces/datatypes.EdgeRouteOAuthReplace.html +3 -3
  107. package/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html +3 -3
  108. package/docs/interfaces/datatypes.EdgeRouteRequestHeadersReplace.html +3 -3
  109. package/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html +3 -3
  110. package/docs/interfaces/datatypes.EdgeRouteSAMLReplace.html +3 -3
  111. package/docs/interfaces/datatypes.EdgeRouteTrafficPolicyReplace.html +3 -3
  112. package/docs/interfaces/datatypes.EdgeRouteUserAgentFilterReplace.html +3 -3
  113. package/docs/interfaces/datatypes.EdgeRouteWebhookVerificationReplace.html +3 -3
  114. package/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html +3 -3
  115. package/docs/interfaces/datatypes.EdgeTLSTerminationAtEdgeReplace.html +2 -2
  116. package/docs/interfaces/datatypes.EdgeTLSTerminationReplace.html +2 -2
  117. package/docs/interfaces/datatypes.EdgeTrafficPolicyReplace.html +2 -2
  118. package/docs/interfaces/datatypes.Endpoint.html +51 -51
  119. package/docs/interfaces/datatypes.EndpointBackend.html +2 -2
  120. package/docs/interfaces/datatypes.EndpointBackendMutate.html +2 -2
  121. package/docs/interfaces/datatypes.EndpointCircuitBreaker.html +6 -6
  122. package/docs/interfaces/datatypes.EndpointCompression.html +1 -1
  123. package/docs/interfaces/datatypes.EndpointCreate.html +21 -7
  124. package/docs/interfaces/datatypes.EndpointIPPolicy.html +2 -2
  125. package/docs/interfaces/datatypes.EndpointIPPolicyMutate.html +2 -2
  126. package/docs/interfaces/datatypes.EndpointList.html +3 -3
  127. package/docs/interfaces/datatypes.EndpointListArgs.html +204 -0
  128. package/docs/interfaces/datatypes.EndpointMutualTLS.html +2 -2
  129. package/docs/interfaces/datatypes.EndpointMutualTLSMutate.html +2 -2
  130. package/docs/interfaces/datatypes.EndpointOAuth.html +7 -7
  131. package/docs/interfaces/datatypes.EndpointOAuthAmazon.html +5 -5
  132. package/docs/interfaces/datatypes.EndpointOAuthFacebook.html +5 -5
  133. package/docs/interfaces/datatypes.EndpointOAuthGitHub.html +7 -7
  134. package/docs/interfaces/datatypes.EndpointOAuthGitLab.html +5 -5
  135. package/docs/interfaces/datatypes.EndpointOAuthGoogle.html +5 -5
  136. package/docs/interfaces/datatypes.EndpointOAuthLinkedIn.html +5 -5
  137. package/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html +5 -5
  138. package/docs/interfaces/datatypes.EndpointOAuthProvider.html +8 -8
  139. package/docs/interfaces/datatypes.EndpointOAuthTwitch.html +5 -5
  140. package/docs/interfaces/datatypes.EndpointOIDC.html +9 -9
  141. package/docs/interfaces/datatypes.EndpointRequestHeaders.html +3 -3
  142. package/docs/interfaces/datatypes.EndpointResponseHeaders.html +3 -3
  143. package/docs/interfaces/datatypes.EndpointSAML.html +15 -15
  144. package/docs/interfaces/datatypes.EndpointSAMLMutate.html +10 -10
  145. package/docs/interfaces/datatypes.EndpointTLSTermination.html +3 -3
  146. package/docs/interfaces/datatypes.EndpointTLSTerminationAtEdge.html +2 -2
  147. package/docs/interfaces/datatypes.EndpointTrafficPolicy.html +2 -2
  148. package/docs/interfaces/datatypes.EndpointUpdate.html +20 -6
  149. package/docs/interfaces/datatypes.EndpointUserAgentFilter.html +3 -3
  150. package/docs/interfaces/datatypes.EndpointWebhookValidation.html +3 -3
  151. package/docs/interfaces/datatypes.EndpointWebsocketTCPConverter.html +1 -1
  152. package/docs/interfaces/datatypes.Error.html +4 -4
  153. package/docs/interfaces/datatypes.EventDestination.html +7 -7
  154. package/docs/interfaces/datatypes.EventDestinationCreate.html +4 -4
  155. package/docs/interfaces/datatypes.EventDestinationList.html +3 -3
  156. package/docs/interfaces/datatypes.EventDestinationUpdate.html +5 -5
  157. package/docs/interfaces/datatypes.EventSource.html +2 -2
  158. package/docs/interfaces/datatypes.EventSourceCreate.html +2 -2
  159. package/docs/interfaces/datatypes.EventSourceItem.html +2 -2
  160. package/docs/interfaces/datatypes.EventSourceList.html +2 -2
  161. package/docs/interfaces/datatypes.EventSourcePaging.html +1 -1
  162. package/docs/interfaces/datatypes.EventSourceReplace.html +1 -1
  163. package/docs/interfaces/datatypes.EventSourceUpdate.html +2 -2
  164. package/docs/interfaces/datatypes.EventSubscription.html +7 -7
  165. package/docs/interfaces/datatypes.EventSubscriptionCreate.html +4 -4
  166. package/docs/interfaces/datatypes.EventSubscriptionList.html +3 -3
  167. package/docs/interfaces/datatypes.EventSubscriptionUpdate.html +5 -5
  168. package/docs/interfaces/datatypes.EventTarget.html +5 -5
  169. package/docs/interfaces/datatypes.EventTargetAzureLogsIngestion.html +6 -6
  170. package/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html +2 -2
  171. package/docs/interfaces/datatypes.EventTargetDatadog.html +4 -4
  172. package/docs/interfaces/datatypes.EventTargetFirehose.html +2 -2
  173. package/docs/interfaces/datatypes.EventTargetKinesis.html +2 -2
  174. package/docs/interfaces/datatypes.FailoverBackend.html +6 -6
  175. package/docs/interfaces/datatypes.FailoverBackendCreate.html +3 -3
  176. package/docs/interfaces/datatypes.FailoverBackendList.html +3 -3
  177. package/docs/interfaces/datatypes.FailoverBackendUpdate.html +4 -4
  178. package/docs/interfaces/datatypes.HTTPResponseBackend.html +8 -8
  179. package/docs/interfaces/datatypes.HTTPResponseBackendCreate.html +5 -5
  180. package/docs/interfaces/datatypes.HTTPResponseBackendList.html +3 -3
  181. package/docs/interfaces/datatypes.HTTPResponseBackendUpdate.html +6 -6
  182. package/docs/interfaces/datatypes.HTTPSEdge.html +9 -9
  183. package/docs/interfaces/datatypes.HTTPSEdgeCreate.html +5 -5
  184. package/docs/interfaces/datatypes.HTTPSEdgeList.html +3 -3
  185. package/docs/interfaces/datatypes.HTTPSEdgeRoute.html +21 -21
  186. package/docs/interfaces/datatypes.HTTPSEdgeRouteCreate.html +18 -18
  187. package/docs/interfaces/datatypes.HTTPSEdgeRouteUpdate.html +19 -19
  188. package/docs/interfaces/datatypes.HTTPSEdgeUpdate.html +6 -6
  189. package/docs/interfaces/datatypes.IPPolicy.html +5 -5
  190. package/docs/interfaces/datatypes.IPPolicyCreate.html +2 -2
  191. package/docs/interfaces/datatypes.IPPolicyList.html +3 -3
  192. package/docs/interfaces/datatypes.IPPolicyRule.html +8 -8
  193. package/docs/interfaces/datatypes.IPPolicyRuleCreate.html +5 -5
  194. package/docs/interfaces/datatypes.IPPolicyRuleList.html +3 -3
  195. package/docs/interfaces/datatypes.IPPolicyRuleUpdate.html +4 -4
  196. package/docs/interfaces/datatypes.IPPolicyUpdate.html +3 -3
  197. package/docs/interfaces/datatypes.IPRestriction.html +8 -8
  198. package/docs/interfaces/datatypes.IPRestrictionCreate.html +5 -5
  199. package/docs/interfaces/datatypes.IPRestrictionList.html +3 -3
  200. package/docs/interfaces/datatypes.IPRestrictionUpdate.html +5 -5
  201. package/docs/interfaces/datatypes.IdentityProvider.html +2 -2
  202. package/docs/interfaces/datatypes.Item.html +1 -1
  203. package/docs/interfaces/datatypes.Location.html +4 -4
  204. package/docs/interfaces/datatypes.Paging.html +2 -2
  205. package/docs/interfaces/datatypes.Ref.html +2 -2
  206. package/docs/interfaces/datatypes.ReservedAddr.html +7 -7
  207. package/docs/interfaces/datatypes.ReservedAddrCreate.html +3 -3
  208. package/docs/interfaces/datatypes.ReservedAddrList.html +3 -3
  209. package/docs/interfaces/datatypes.ReservedAddrUpdate.html +3 -3
  210. package/docs/interfaces/datatypes.ReservedDomain.html +12 -12
  211. package/docs/interfaces/datatypes.ReservedDomainCertJob.html +4 -4
  212. package/docs/interfaces/datatypes.ReservedDomainCertPolicy.html +2 -2
  213. package/docs/interfaces/datatypes.ReservedDomainCertStatus.html +2 -2
  214. package/docs/interfaces/datatypes.ReservedDomainCreate.html +6 -6
  215. package/docs/interfaces/datatypes.ReservedDomainList.html +3 -3
  216. package/docs/interfaces/datatypes.ReservedDomainUpdate.html +5 -5
  217. package/docs/interfaces/datatypes.SSHCertificateAuthority.html +7 -7
  218. package/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html +5 -5
  219. package/docs/interfaces/datatypes.SSHCertificateAuthorityList.html +3 -3
  220. package/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html +3 -3
  221. package/docs/interfaces/datatypes.SSHCredential.html +8 -8
  222. package/docs/interfaces/datatypes.SSHCredentialCreate.html +5 -5
  223. package/docs/interfaces/datatypes.SSHCredentialList.html +3 -3
  224. package/docs/interfaces/datatypes.SSHCredentialUpdate.html +4 -4
  225. package/docs/interfaces/datatypes.SSHHostCertificate.html +12 -12
  226. package/docs/interfaces/datatypes.SSHHostCertificateCreate.html +7 -7
  227. package/docs/interfaces/datatypes.SSHHostCertificateList.html +3 -3
  228. package/docs/interfaces/datatypes.SSHHostCertificateUpdate.html +3 -3
  229. package/docs/interfaces/datatypes.SSHUserCertificate.html +14 -14
  230. package/docs/interfaces/datatypes.SSHUserCertificateCreate.html +9 -9
  231. package/docs/interfaces/datatypes.SSHUserCertificateList.html +3 -3
  232. package/docs/interfaces/datatypes.SSHUserCertificateUpdate.html +3 -3
  233. package/docs/interfaces/datatypes.Secret.html +338 -0
  234. package/docs/interfaces/datatypes.SecretCreate.html +243 -0
  235. package/docs/interfaces/datatypes.SecretList.html +200 -0
  236. package/docs/interfaces/datatypes.SecretUpdate.html +243 -0
  237. package/docs/interfaces/datatypes.StaticBackend.html +7 -7
  238. package/docs/interfaces/datatypes.StaticBackendCreate.html +4 -4
  239. package/docs/interfaces/datatypes.StaticBackendList.html +3 -3
  240. package/docs/interfaces/datatypes.StaticBackendTLS.html +1 -1
  241. package/docs/interfaces/datatypes.StaticBackendUpdate.html +5 -5
  242. package/docs/interfaces/datatypes.TCPEdge.html +9 -9
  243. package/docs/interfaces/datatypes.TCPEdgeCreate.html +6 -6
  244. package/docs/interfaces/datatypes.TCPEdgeList.html +3 -3
  245. package/docs/interfaces/datatypes.TCPEdgeUpdate.html +7 -7
  246. package/docs/interfaces/datatypes.TLSCertificate.html +21 -21
  247. package/docs/interfaces/datatypes.TLSCertificateCreate.html +4 -4
  248. package/docs/interfaces/datatypes.TLSCertificateList.html +3 -3
  249. package/docs/interfaces/datatypes.TLSCertificateSANs.html +2 -2
  250. package/docs/interfaces/datatypes.TLSCertificateUpdate.html +3 -3
  251. package/docs/interfaces/datatypes.TLSEdge.html +11 -11
  252. package/docs/interfaces/datatypes.TLSEdgeCreate.html +8 -8
  253. package/docs/interfaces/datatypes.TLSEdgeList.html +3 -3
  254. package/docs/interfaces/datatypes.TLSEdgeUpdate.html +9 -9
  255. package/docs/interfaces/datatypes.Tunnel.html +11 -11
  256. package/docs/interfaces/datatypes.TunnelGroupBackend.html +7 -7
  257. package/docs/interfaces/datatypes.TunnelGroupBackendCreate.html +3 -3
  258. package/docs/interfaces/datatypes.TunnelGroupBackendList.html +3 -3
  259. package/docs/interfaces/datatypes.TunnelGroupBackendUpdate.html +4 -4
  260. package/docs/interfaces/datatypes.TunnelList.html +3 -3
  261. package/docs/interfaces/datatypes.TunnelSession.html +10 -10
  262. package/docs/interfaces/datatypes.TunnelSessionList.html +3 -3
  263. package/docs/interfaces/datatypes.TunnelSessionsUpdate.html +1 -1
  264. package/docs/interfaces/datatypes.UserAgent.html +6 -6
  265. package/docs/interfaces/datatypes.Vault.html +319 -0
  266. package/docs/interfaces/datatypes.VaultCreate.html +205 -0
  267. package/docs/interfaces/datatypes.VaultList.html +200 -0
  268. package/docs/interfaces/datatypes.VaultUpdate.html +224 -0
  269. package/docs/interfaces/datatypes.WeightedBackend.html +6 -6
  270. package/docs/interfaces/datatypes.WeightedBackendCreate.html +3 -3
  271. package/docs/interfaces/datatypes.WeightedBackendList.html +3 -3
  272. package/docs/interfaces/datatypes.WeightedBackendUpdate.html +4 -4
  273. package/docs/modules/datatypes.html +36 -0
  274. package/docs/modules/services.html +8 -0
  275. package/lib/client.d.ts +8 -0
  276. package/lib/client.d.ts.map +1 -1
  277. package/lib/client.js +3 -1
  278. package/lib/client.js.map +1 -1
  279. package/lib/datatypes.d.ts +111 -5
  280. package/lib/datatypes.d.ts.map +1 -1
  281. package/lib/services.d.ts +60 -0
  282. package/lib/services.d.ts.map +1 -1
  283. package/lib/services.js +233 -25
  284. package/lib/services.js.map +1 -1
  285. package/package.json +1 -1
  286. package/src/client.ts +11 -1
  287. package/src/datatypes.ts +120 -5
  288. package/src/services.ts +204 -2
@@ -109,6 +109,7 @@
109
109
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#ipRestrictions" class="tsd-kind-icon">ip<wbr>Restrictions</a></li>
110
110
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#reservedAddrs" class="tsd-kind-icon">reserved<wbr>Addrs</a></li>
111
111
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#reservedDomains" class="tsd-kind-icon">reserved<wbr>Domains</a></li>
112
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#secrets" class="tsd-kind-icon">secrets</a></li>
112
113
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#sshCertificateAuthorities" class="tsd-kind-icon">ssh<wbr>Certificate<wbr>Authorities</a></li>
113
114
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#sshCredentials" class="tsd-kind-icon">ssh<wbr>Credentials</a></li>
114
115
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#sshHostCertificates" class="tsd-kind-icon">ssh<wbr>Host<wbr>Certificates</a></li>
@@ -116,6 +117,7 @@
116
117
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#tlsCertificates" class="tsd-kind-icon">tls<wbr>Certificates</a></li>
117
118
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#tunnelSessions" class="tsd-kind-icon">tunnel<wbr>Sessions</a></li>
118
119
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#tunnels" class="tsd-kind-icon">tunnels</a></li>
120
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#vaults" class="tsd-kind-icon">vaults</a></li>
119
121
  </ul>
120
122
  </section>
121
123
  </div>
@@ -133,7 +135,7 @@
133
135
  <li class="tsd-description">
134
136
  <aside class="tsd-sources">
135
137
  <ul>
136
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L204">client.ts:204</a></li>
138
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L212">client.ts:212</a></li>
137
139
  </ul>
138
140
  </aside>
139
141
  <div class="tsd-comment tsd-typography">
@@ -160,7 +162,7 @@
160
162
  <div class="tsd-signature tsd-kind-icon">abuse<wbr>Reports<span class="tsd-signature-symbol">:</span> <a href="services.AbuseReports.html" class="tsd-signature-type" data-tsd-kind="Class">AbuseReports</a></div>
161
163
  <aside class="tsd-sources">
162
164
  <ul>
163
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L28">client.ts:28</a></li>
165
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L28">client.ts:28</a></li>
164
166
  </ul>
165
167
  </aside>
166
168
  <div class="tsd-comment tsd-typography">
@@ -176,7 +178,7 @@
176
178
  <div class="tsd-signature tsd-kind-icon">agent<wbr>Ingresses<span class="tsd-signature-symbol">:</span> <a href="services.AgentIngresses.html" class="tsd-signature-type" data-tsd-kind="Class">AgentIngresses</a></div>
177
179
  <aside class="tsd-sources">
178
180
  <ul>
179
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L29">client.ts:29</a></li>
181
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L29">client.ts:29</a></li>
180
182
  </ul>
181
183
  </aside>
182
184
  </section>
@@ -186,7 +188,7 @@
186
188
  <div class="tsd-signature tsd-kind-icon">api<wbr>Keys<span class="tsd-signature-symbol">:</span> <a href="services.APIKeys.html" class="tsd-signature-type" data-tsd-kind="Class">APIKeys</a></div>
187
189
  <aside class="tsd-sources">
188
190
  <ul>
189
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L37">client.ts:37</a></li>
191
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L37">client.ts:37</a></li>
190
192
  </ul>
191
193
  </aside>
192
194
  <div class="tsd-comment tsd-typography">
@@ -205,7 +207,7 @@
205
207
  <div class="tsd-signature tsd-kind-icon">application<wbr>Sessions<span class="tsd-signature-symbol">:</span> <a href="services.ApplicationSessions.html" class="tsd-signature-type" data-tsd-kind="Class">ApplicationSessions</a></div>
206
208
  <aside class="tsd-sources">
207
209
  <ul>
208
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L38">client.ts:38</a></li>
210
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L38">client.ts:38</a></li>
209
211
  </ul>
210
212
  </aside>
211
213
  </section>
@@ -215,7 +217,7 @@
215
217
  <div class="tsd-signature tsd-kind-icon">application<wbr>Users<span class="tsd-signature-symbol">:</span> <a href="services.ApplicationUsers.html" class="tsd-signature-type" data-tsd-kind="Class">ApplicationUsers</a></div>
216
218
  <aside class="tsd-sources">
217
219
  <ul>
218
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L39">client.ts:39</a></li>
220
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L39">client.ts:39</a></li>
219
221
  </ul>
220
222
  </aside>
221
223
  </section>
@@ -225,7 +227,7 @@
225
227
  <div class="tsd-signature tsd-kind-icon">backends<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>failoverBackends<span class="tsd-signature-symbol">: </span><a href="services.FailoverBackends.html" class="tsd-signature-type" data-tsd-kind="Class">FailoverBackends</a><span class="tsd-signature-symbol">; </span>httpResponseBackends<span class="tsd-signature-symbol">: </span><a href="services.HTTPResponseBackends.html" class="tsd-signature-type" data-tsd-kind="Class">HTTPResponseBackends</a><span class="tsd-signature-symbol">; </span>staticBackends<span class="tsd-signature-symbol">: </span><a href="services.StaticBackends.html" class="tsd-signature-type" data-tsd-kind="Class">StaticBackends</a><span class="tsd-signature-symbol">; </span>tunnelGroupBackends<span class="tsd-signature-symbol">: </span><a href="services.TunnelGroupBackends.html" class="tsd-signature-type" data-tsd-kind="Class">TunnelGroupBackends</a><span class="tsd-signature-symbol">; </span>weightedBackends<span class="tsd-signature-symbol">: </span><a href="services.WeightedBackends.html" class="tsd-signature-type" data-tsd-kind="Class">WeightedBackends</a><span class="tsd-signature-symbol"> }</span></div>
226
228
  <aside class="tsd-sources">
227
229
  <ul>
228
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L140">client.ts:140</a></li>
230
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L148">client.ts:148</a></li>
229
231
  </ul>
230
232
  </aside>
231
233
  <div class="tsd-type-declaration">
@@ -283,7 +285,7 @@
283
285
  <div class="tsd-signature tsd-kind-icon">bot<wbr>Users<span class="tsd-signature-symbol">:</span> <a href="services.BotUsers.html" class="tsd-signature-type" data-tsd-kind="Class">BotUsers</a></div>
284
286
  <aside class="tsd-sources">
285
287
  <ul>
286
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L46">client.ts:46</a></li>
288
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L46">client.ts:46</a></li>
287
289
  </ul>
288
290
  </aside>
289
291
  </section>
@@ -293,7 +295,7 @@
293
295
  <div class="tsd-signature tsd-kind-icon">certificate<wbr>Authorities<span class="tsd-signature-symbol">:</span> <a href="services.CertificateAuthorities.html" class="tsd-signature-type" data-tsd-kind="Class">CertificateAuthorities</a></div>
294
296
  <aside class="tsd-sources">
295
297
  <ul>
296
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L54">client.ts:54</a></li>
298
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L54">client.ts:54</a></li>
297
299
  </ul>
298
300
  </aside>
299
301
  <div class="tsd-comment tsd-typography">
@@ -312,7 +314,7 @@
312
314
  <div class="tsd-signature tsd-kind-icon">credentials<span class="tsd-signature-symbol">:</span> <a href="services.Credentials.html" class="tsd-signature-type" data-tsd-kind="Class">Credentials</a></div>
313
315
  <aside class="tsd-sources">
314
316
  <ul>
315
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L61">client.ts:61</a></li>
317
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L61">client.ts:61</a></li>
316
318
  </ul>
317
319
  </aside>
318
320
  <div class="tsd-comment tsd-typography">
@@ -330,7 +332,7 @@
330
332
  <div class="tsd-signature tsd-kind-icon">edge<wbr>Modules<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>edgeRouteBackendModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteBackendModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteBackendModule</a><span class="tsd-signature-symbol">; </span>edgeRouteCircuitBreakerModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteCircuitBreakerModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteCircuitBreakerModule</a><span class="tsd-signature-symbol">; </span>edgeRouteCompressionModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteCompressionModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteCompressionModule</a><span class="tsd-signature-symbol">; </span>edgeRouteIpRestrictionModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteIPRestrictionModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteIPRestrictionModule</a><span class="tsd-signature-symbol">; </span>edgeRouteOAuthModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteOAuthModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteOAuthModule</a><span class="tsd-signature-symbol">; </span>edgeRouteOidcModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteOIDCModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteOIDCModule</a><span class="tsd-signature-symbol">; </span>edgeRouteRequestHeadersModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteRequestHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteRequestHeadersModule</a><span class="tsd-signature-symbol">; </span>edgeRouteResponseHeadersModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteResponseHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteResponseHeadersModule</a><span class="tsd-signature-symbol">; </span>edgeRouteSamlModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteSAMLModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteSAMLModule</a><span class="tsd-signature-symbol">; </span>edgeRouteTrafficPolicyModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteTrafficPolicyModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteTrafficPolicyModule</a><span class="tsd-signature-symbol">; </span>edgeRouteUserAgentFilterModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteUserAgentFilterModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteUserAgentFilterModule</a><span class="tsd-signature-symbol">; </span>edgeRouteWebhookVerificationModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteWebhookVerificationModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteWebhookVerificationModule</a><span class="tsd-signature-symbol">; </span>edgeRouteWebsocketTcpConverterModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteWebsocketTCPConverterModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteWebsocketTCPConverterModule</a><span class="tsd-signature-symbol">; </span>httpsEdgeMutualTlsModule<span class="tsd-signature-symbol">: </span><a href="services.HTTPSEdgeMutualTLSModule.html" class="tsd-signature-type" data-tsd-kind="Class">HTTPSEdgeMutualTLSModule</a><span class="tsd-signature-symbol">; </span>httpsEdgeTlsTerminationModule<span class="tsd-signature-symbol">: </span><a href="services.HTTPSEdgeTLSTerminationModule.html" class="tsd-signature-type" data-tsd-kind="Class">HTTPSEdgeTLSTerminationModule</a><span class="tsd-signature-symbol">; </span>tcpEdgeBackendModule<span class="tsd-signature-symbol">: </span><a href="services.TCPEdgeBackendModule.html" class="tsd-signature-type" data-tsd-kind="Class">TCPEdgeBackendModule</a><span class="tsd-signature-symbol">; </span>tcpEdgeIpRestrictionModule<span class="tsd-signature-symbol">: </span><a href="services.TCPEdgeIPRestrictionModule.html" class="tsd-signature-type" data-tsd-kind="Class">TCPEdgeIPRestrictionModule</a><span class="tsd-signature-symbol">; </span>tcpEdgeTrafficPolicyModule<span class="tsd-signature-symbol">: </span><a href="services.TCPEdgeTrafficPolicyModule.html" class="tsd-signature-type" data-tsd-kind="Class">TCPEdgeTrafficPolicyModule</a><span class="tsd-signature-symbol">; </span>tlsEdgeBackendModule<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeBackendModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeBackendModule</a><span class="tsd-signature-symbol">; </span>tlsEdgeIpRestrictionModule<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeIPRestrictionModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeIPRestrictionModule</a><span class="tsd-signature-symbol">; </span>tlsEdgeMutualTlsModule<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeMutualTLSModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeMutualTLSModule</a><span class="tsd-signature-symbol">; </span>tlsEdgeTlsTerminationModule<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeTLSTerminationModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeTLSTerminationModule</a><span class="tsd-signature-symbol">; </span>tlsEdgeTrafficPolicyModule<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeTrafficPolicyModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeTrafficPolicyModule</a><span class="tsd-signature-symbol"> }</span></div>
331
333
  <aside class="tsd-sources">
332
334
  <ul>
333
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L173">client.ts:173</a></li>
335
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L181">client.ts:181</a></li>
334
336
  </ul>
335
337
  </aside>
336
338
  <div class="tsd-type-declaration">
@@ -414,7 +416,7 @@
414
416
  <div class="tsd-signature tsd-kind-icon">edges<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>edgesHttps<span class="tsd-signature-symbol">: </span><a href="services.EdgesHTTPS.html" class="tsd-signature-type" data-tsd-kind="Class">EdgesHTTPS</a><span class="tsd-signature-symbol">; </span>edgesHttpsRoutes<span class="tsd-signature-symbol">: </span><a href="services.EdgesHTTPSRoutes.html" class="tsd-signature-type" data-tsd-kind="Class">EdgesHTTPSRoutes</a><span class="tsd-signature-symbol">; </span>edgesTcp<span class="tsd-signature-symbol">: </span><a href="services.EdgesTCP.html" class="tsd-signature-type" data-tsd-kind="Class">EdgesTCP</a><span class="tsd-signature-symbol">; </span>edgesTls<span class="tsd-signature-symbol">: </span><a href="services.EdgesTLS.html" class="tsd-signature-type" data-tsd-kind="Class">EdgesTLS</a><span class="tsd-signature-symbol"> }</span></div>
415
417
  <aside class="tsd-sources">
416
418
  <ul>
417
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L167">client.ts:167</a></li>
419
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L175">client.ts:175</a></li>
418
420
  </ul>
419
421
  </aside>
420
422
  <div class="tsd-type-declaration">
@@ -441,7 +443,7 @@
441
443
  <div class="tsd-signature tsd-kind-icon">endpoints<span class="tsd-signature-symbol">:</span> <a href="services.Endpoints.html" class="tsd-signature-type" data-tsd-kind="Class">Endpoints</a></div>
442
444
  <aside class="tsd-sources">
443
445
  <ul>
444
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L67">client.ts:67</a></li>
446
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L67">client.ts:67</a></li>
445
447
  </ul>
446
448
  </aside>
447
449
  <div class="tsd-comment tsd-typography">
@@ -458,7 +460,7 @@
458
460
  <div class="tsd-signature tsd-kind-icon">event<wbr>Destinations<span class="tsd-signature-symbol">:</span> <a href="services.EventDestinations.html" class="tsd-signature-type" data-tsd-kind="Class">EventDestinations</a></div>
459
461
  <aside class="tsd-sources">
460
462
  <ul>
461
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L68">client.ts:68</a></li>
463
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L68">client.ts:68</a></li>
462
464
  </ul>
463
465
  </aside>
464
466
  </section>
@@ -468,7 +470,7 @@
468
470
  <div class="tsd-signature tsd-kind-icon">event<wbr>Sources<span class="tsd-signature-symbol">:</span> <a href="services.EventSources.html" class="tsd-signature-type" data-tsd-kind="Class">EventSources</a></div>
469
471
  <aside class="tsd-sources">
470
472
  <ul>
471
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L70">client.ts:70</a></li>
473
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L70">client.ts:70</a></li>
472
474
  </ul>
473
475
  </aside>
474
476
  </section>
@@ -478,7 +480,7 @@
478
480
  <div class="tsd-signature tsd-kind-icon">event<wbr>Subscriptions<span class="tsd-signature-symbol">:</span> <a href="services.EventSubscriptions.html" class="tsd-signature-type" data-tsd-kind="Class">EventSubscriptions</a></div>
479
481
  <aside class="tsd-sources">
480
482
  <ul>
481
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L69">client.ts:69</a></li>
483
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L69">client.ts:69</a></li>
482
484
  </ul>
483
485
  </aside>
484
486
  </section>
@@ -488,7 +490,7 @@
488
490
  <div class="tsd-signature tsd-kind-icon">ip<wbr>Policies<span class="tsd-signature-symbol">:</span> <a href="services.IPPolicies.html" class="tsd-signature-type" data-tsd-kind="Class">IPPolicies</a></div>
489
491
  <aside class="tsd-sources">
490
492
  <ul>
491
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L77">client.ts:77</a></li>
493
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L77">client.ts:77</a></li>
492
494
  </ul>
493
495
  </aside>
494
496
  <div class="tsd-comment tsd-typography">
@@ -506,7 +508,7 @@
506
508
  <div class="tsd-signature tsd-kind-icon">ip<wbr>Policy<wbr>Rules<span class="tsd-signature-symbol">:</span> <a href="services.IPPolicyRules.html" class="tsd-signature-type" data-tsd-kind="Class">IPPolicyRules</a></div>
507
509
  <aside class="tsd-sources">
508
510
  <ul>
509
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L82">client.ts:82</a></li>
511
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L82">client.ts:82</a></li>
510
512
  </ul>
511
513
  </aside>
512
514
  <div class="tsd-comment tsd-typography">
@@ -522,7 +524,7 @@
522
524
  <div class="tsd-signature tsd-kind-icon">ip<wbr>Restrictions<span class="tsd-signature-symbol">:</span> <a href="services.IPRestrictions.html" class="tsd-signature-type" data-tsd-kind="Class">IPRestrictions</a></div>
523
525
  <aside class="tsd-sources">
524
526
  <ul>
525
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L91">client.ts:91</a></li>
527
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L91">client.ts:91</a></li>
526
528
  </ul>
527
529
  </aside>
528
530
  <div class="tsd-comment tsd-typography">
@@ -542,7 +544,7 @@
542
544
  <div class="tsd-signature tsd-kind-icon">reserved<wbr>Addrs<span class="tsd-signature-symbol">:</span> <a href="services.ReservedAddrs.html" class="tsd-signature-type" data-tsd-kind="Class">ReservedAddrs</a></div>
543
545
  <aside class="tsd-sources">
544
546
  <ul>
545
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L97">client.ts:97</a></li>
547
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L97">client.ts:97</a></li>
546
548
  </ul>
547
549
  </aside>
548
550
  <div class="tsd-comment tsd-typography">
@@ -559,7 +561,7 @@
559
561
  <div class="tsd-signature tsd-kind-icon">reserved<wbr>Domains<span class="tsd-signature-symbol">:</span> <a href="services.ReservedDomains.html" class="tsd-signature-type" data-tsd-kind="Class">ReservedDomains</a></div>
560
562
  <aside class="tsd-sources">
561
563
  <ul>
562
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L104">client.ts:104</a></li>
564
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L104">client.ts:104</a></li>
563
565
  </ul>
564
566
  </aside>
565
567
  <div class="tsd-comment tsd-typography">
@@ -571,13 +573,28 @@
571
573
  </div>
572
574
  </div>
573
575
  </section>
576
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
577
+ <a name="secrets" class="tsd-anchor"></a>
578
+ <h3>secrets</h3>
579
+ <div class="tsd-signature tsd-kind-icon">secrets<span class="tsd-signature-symbol">:</span> <a href="services.Secrets.html" class="tsd-signature-type" data-tsd-kind="Class">Secrets</a></div>
580
+ <aside class="tsd-sources">
581
+ <ul>
582
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L108">client.ts:108</a></li>
583
+ </ul>
584
+ </aside>
585
+ <div class="tsd-comment tsd-typography">
586
+ <div class="lead">
587
+ <p>Secrets is an api service for securely storing and managing sensitive data such as secrets, credentials, and tokens.</p>
588
+ </div>
589
+ </div>
590
+ </section>
574
591
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
575
592
  <a name="sshCertificateAuthorities" class="tsd-anchor"></a>
576
593
  <h3>ssh<wbr>Certificate<wbr>Authorities</h3>
577
594
  <div class="tsd-signature tsd-kind-icon">ssh<wbr>Certificate<wbr>Authorities<span class="tsd-signature-symbol">:</span> <a href="services.SSHCertificateAuthorities.html" class="tsd-signature-type" data-tsd-kind="Class">SSHCertificateAuthorities</a></div>
578
595
  <aside class="tsd-sources">
579
596
  <ul>
580
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L109">client.ts:109</a></li>
597
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L113">client.ts:113</a></li>
581
598
  </ul>
582
599
  </aside>
583
600
  <div class="tsd-comment tsd-typography">
@@ -593,7 +610,7 @@
593
610
  <div class="tsd-signature tsd-kind-icon">ssh<wbr>Credentials<span class="tsd-signature-symbol">:</span> <a href="services.SSHCredentials.html" class="tsd-signature-type" data-tsd-kind="Class">SSHCredentials</a></div>
594
611
  <aside class="tsd-sources">
595
612
  <ul>
596
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L114">client.ts:114</a></li>
613
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L118">client.ts:118</a></li>
597
614
  </ul>
598
615
  </aside>
599
616
  <div class="tsd-comment tsd-typography">
@@ -609,7 +626,7 @@
609
626
  <div class="tsd-signature tsd-kind-icon">ssh<wbr>Host<wbr>Certificates<span class="tsd-signature-symbol">:</span> <a href="services.SSHHostCertificates.html" class="tsd-signature-type" data-tsd-kind="Class">SSHHostCertificates</a></div>
610
627
  <aside class="tsd-sources">
611
628
  <ul>
612
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L120">client.ts:120</a></li>
629
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L124">client.ts:124</a></li>
613
630
  </ul>
614
631
  </aside>
615
632
  <div class="tsd-comment tsd-typography">
@@ -626,7 +643,7 @@
626
643
  <div class="tsd-signature tsd-kind-icon">ssh<wbr>User<wbr>Certificates<span class="tsd-signature-symbol">:</span> <a href="services.SSHUserCertificates.html" class="tsd-signature-type" data-tsd-kind="Class">SSHUserCertificates</a></div>
627
644
  <aside class="tsd-sources">
628
645
  <ul>
629
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L126">client.ts:126</a></li>
646
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L130">client.ts:130</a></li>
630
647
  </ul>
631
648
  </aside>
632
649
  <div class="tsd-comment tsd-typography">
@@ -643,7 +660,7 @@
643
660
  <div class="tsd-signature tsd-kind-icon">tls<wbr>Certificates<span class="tsd-signature-symbol">:</span> <a href="services.TLSCertificates.html" class="tsd-signature-type" data-tsd-kind="Class">TLSCertificates</a></div>
644
661
  <aside class="tsd-sources">
645
662
  <ul>
646
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L134">client.ts:134</a></li>
663
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L138">client.ts:138</a></li>
647
664
  </ul>
648
665
  </aside>
649
666
  <div class="tsd-comment tsd-typography">
@@ -662,7 +679,7 @@
662
679
  <div class="tsd-signature tsd-kind-icon">tunnel<wbr>Sessions<span class="tsd-signature-symbol">:</span> <a href="services.TunnelSessions.html" class="tsd-signature-type" data-tsd-kind="Class">TunnelSessions</a></div>
663
680
  <aside class="tsd-sources">
664
681
  <ul>
665
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L45">client.ts:45</a></li>
682
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L45">client.ts:45</a></li>
666
683
  </ul>
667
684
  </aside>
668
685
  <div class="tsd-comment tsd-typography">
@@ -679,7 +696,7 @@
679
696
  <div class="tsd-signature tsd-kind-icon">tunnels<span class="tsd-signature-symbol">:</span> <a href="services.Tunnels.html" class="tsd-signature-type" data-tsd-kind="Class">Tunnels</a></div>
680
697
  <aside class="tsd-sources">
681
698
  <ul>
682
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/client.ts#L139">client.ts:139</a></li>
699
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L143">client.ts:143</a></li>
683
700
  </ul>
684
701
  </aside>
685
702
  <div class="tsd-comment tsd-typography">
@@ -689,6 +706,21 @@
689
706
  </div>
690
707
  </div>
691
708
  </section>
709
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
710
+ <a name="vaults" class="tsd-anchor"></a>
711
+ <h3>vaults</h3>
712
+ <div class="tsd-signature tsd-kind-icon">vaults<span class="tsd-signature-symbol">:</span> <a href="services.Vaults.html" class="tsd-signature-type" data-tsd-kind="Class">Vaults</a></div>
713
+ <aside class="tsd-sources">
714
+ <ul>
715
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/client.ts#L147">client.ts:147</a></li>
716
+ </ul>
717
+ </aside>
718
+ <div class="tsd-comment tsd-typography">
719
+ <div class="lead">
720
+ <p>Vaults is an api service for securely storing and managing sensitive data such as secrets, credentials, and tokens.</p>
721
+ </div>
722
+ </div>
723
+ </section>
692
724
  </section>
693
725
  </div>
694
726
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
@@ -778,6 +810,9 @@
778
810
  <li class=" tsd-kind-property tsd-parent-kind-class">
779
811
  <a href="client.Ngrok.html#reservedDomains" class="tsd-kind-icon">reserved<wbr>Domains</a>
780
812
  </li>
813
+ <li class=" tsd-kind-property tsd-parent-kind-class">
814
+ <a href="client.Ngrok.html#secrets" class="tsd-kind-icon">secrets</a>
815
+ </li>
781
816
  <li class=" tsd-kind-property tsd-parent-kind-class">
782
817
  <a href="client.Ngrok.html#sshCertificateAuthorities" class="tsd-kind-icon">ssh<wbr>Certificate<wbr>Authorities</a>
783
818
  </li>
@@ -799,6 +834,9 @@
799
834
  <li class=" tsd-kind-property tsd-parent-kind-class">
800
835
  <a href="client.Ngrok.html#tunnels" class="tsd-kind-icon">tunnels</a>
801
836
  </li>
837
+ <li class=" tsd-kind-property tsd-parent-kind-class">
838
+ <a href="client.Ngrok.html#vaults" class="tsd-kind-icon">vaults</a>
839
+ </li>
802
840
  </ul>
803
841
  </li>
804
842
  </ul>
@@ -122,7 +122,7 @@
122
122
  <li class="tsd-description">
123
123
  <aside class="tsd-sources">
124
124
  <ul>
125
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L157">services.ts:157</a></li>
125
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L157">services.ts:157</a></li>
126
126
  </ul>
127
127
  </aside>
128
128
  <div class="tsd-comment tsd-typography">
@@ -153,7 +153,7 @@
153
153
  <li class="tsd-description">
154
154
  <aside class="tsd-sources">
155
155
  <ul>
156
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L163">services.ts:163</a></li>
156
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L163">services.ts:163</a></li>
157
157
  </ul>
158
158
  </aside>
159
159
  <div class="tsd-comment tsd-typography">
@@ -181,7 +181,7 @@
181
181
  <li class="tsd-description">
182
182
  <aside class="tsd-sources">
183
183
  <ul>
184
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L173">services.ts:173</a></li>
184
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L173">services.ts:173</a></li>
185
185
  </ul>
186
186
  </aside>
187
187
  <div class="tsd-comment tsd-typography">
@@ -209,7 +209,7 @@
209
209
  <li class="tsd-description">
210
210
  <aside class="tsd-sources">
211
211
  <ul>
212
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L183">services.ts:183</a></li>
212
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L183">services.ts:183</a></li>
213
213
  </ul>
214
214
  </aside>
215
215
  <div class="tsd-comment tsd-typography">
@@ -237,7 +237,7 @@
237
237
  <li class="tsd-description">
238
238
  <aside class="tsd-sources">
239
239
  <ul>
240
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L193">services.ts:193</a></li>
240
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L193">services.ts:193</a></li>
241
241
  </ul>
242
242
  </aside>
243
243
  <div class="tsd-comment tsd-typography">
@@ -268,7 +268,7 @@
268
268
  <li class="tsd-description">
269
269
  <aside class="tsd-sources">
270
270
  <ul>
271
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L241">services.ts:241</a></li>
271
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L241">services.ts:241</a></li>
272
272
  </ul>
273
273
  </aside>
274
274
  <div class="tsd-comment tsd-typography">
@@ -116,7 +116,7 @@
116
116
  <li class="tsd-description">
117
117
  <aside class="tsd-sources">
118
118
  <ul>
119
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L16">services.ts:16</a></li>
119
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L16">services.ts:16</a></li>
120
120
  </ul>
121
121
  </aside>
122
122
  <div class="tsd-comment tsd-typography">
@@ -147,7 +147,7 @@
147
147
  <li class="tsd-description">
148
148
  <aside class="tsd-sources">
149
149
  <ul>
150
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L22">services.ts:22</a></li>
150
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L22">services.ts:22</a></li>
151
151
  </ul>
152
152
  </aside>
153
153
  <div class="tsd-comment tsd-typography">
@@ -175,7 +175,7 @@
175
175
  <li class="tsd-description">
176
176
  <aside class="tsd-sources">
177
177
  <ul>
178
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L34">services.ts:34</a></li>
178
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L34">services.ts:34</a></li>
179
179
  </ul>
180
180
  </aside>
181
181
  <div class="tsd-comment tsd-typography">
@@ -111,7 +111,7 @@
111
111
  <li class="tsd-description">
112
112
  <aside class="tsd-sources">
113
113
  <ul>
114
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L47">services.ts:47</a></li>
114
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L47">services.ts:47</a></li>
115
115
  </ul>
116
116
  </aside>
117
117
  <div class="tsd-comment tsd-typography">
@@ -142,7 +142,7 @@
142
142
  <li class="tsd-description">
143
143
  <aside class="tsd-sources">
144
144
  <ul>
145
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L53">services.ts:53</a></li>
145
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L53">services.ts:53</a></li>
146
146
  </ul>
147
147
  </aside>
148
148
  <div class="tsd-comment tsd-typography">
@@ -170,7 +170,7 @@
170
170
  <li class="tsd-description">
171
171
  <aside class="tsd-sources">
172
172
  <ul>
173
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L65">services.ts:65</a></li>
173
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L65">services.ts:65</a></li>
174
174
  </ul>
175
175
  </aside>
176
176
  <div class="tsd-comment tsd-typography">
@@ -198,7 +198,7 @@
198
198
  <li class="tsd-description">
199
199
  <aside class="tsd-sources">
200
200
  <ul>
201
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L75">services.ts:75</a></li>
201
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L75">services.ts:75</a></li>
202
202
  </ul>
203
203
  </aside>
204
204
  <div class="tsd-comment tsd-typography">
@@ -226,7 +226,7 @@
226
226
  <li class="tsd-description">
227
227
  <aside class="tsd-sources">
228
228
  <ul>
229
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L85">services.ts:85</a></li>
229
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L85">services.ts:85</a></li>
230
230
  </ul>
231
231
  </aside>
232
232
  <div class="tsd-comment tsd-typography">
@@ -257,7 +257,7 @@
257
257
  <li class="tsd-description">
258
258
  <aside class="tsd-sources">
259
259
  <ul>
260
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L135">services.ts:135</a></li>
260
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L135">services.ts:135</a></li>
261
261
  </ul>
262
262
  </aside>
263
263
  <div class="tsd-comment tsd-typography">
@@ -109,7 +109,7 @@
109
109
  <li class="tsd-description">
110
110
  <aside class="tsd-sources">
111
111
  <ul>
112
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L254">services.ts:254</a></li>
112
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L254">services.ts:254</a></li>
113
113
  </ul>
114
114
  </aside>
115
115
  <div class="tsd-comment tsd-typography">
@@ -140,7 +140,7 @@
140
140
  <li class="tsd-description">
141
141
  <aside class="tsd-sources">
142
142
  <ul>
143
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L270">services.ts:270</a></li>
143
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L270">services.ts:270</a></li>
144
144
  </ul>
145
145
  </aside>
146
146
  <div class="tsd-comment tsd-typography">
@@ -168,7 +168,7 @@
168
168
  <li class="tsd-description">
169
169
  <aside class="tsd-sources">
170
170
  <ul>
171
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L260">services.ts:260</a></li>
171
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L260">services.ts:260</a></li>
172
172
  </ul>
173
173
  </aside>
174
174
  <div class="tsd-comment tsd-typography">
@@ -196,7 +196,7 @@
196
196
  <li class="tsd-description">
197
197
  <aside class="tsd-sources">
198
198
  <ul>
199
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L280">services.ts:280</a></li>
199
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L280">services.ts:280</a></li>
200
200
  </ul>
201
201
  </aside>
202
202
  <div class="tsd-comment tsd-typography">
@@ -109,7 +109,7 @@
109
109
  <li class="tsd-description">
110
110
  <aside class="tsd-sources">
111
111
  <ul>
112
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L334">services.ts:334</a></li>
112
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L334">services.ts:334</a></li>
113
113
  </ul>
114
114
  </aside>
115
115
  <div class="tsd-comment tsd-typography">
@@ -140,7 +140,7 @@
140
140
  <li class="tsd-description">
141
141
  <aside class="tsd-sources">
142
142
  <ul>
143
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L350">services.ts:350</a></li>
143
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L350">services.ts:350</a></li>
144
144
  </ul>
145
145
  </aside>
146
146
  <div class="tsd-comment tsd-typography">
@@ -168,7 +168,7 @@
168
168
  <li class="tsd-description">
169
169
  <aside class="tsd-sources">
170
170
  <ul>
171
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L340">services.ts:340</a></li>
171
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L340">services.ts:340</a></li>
172
172
  </ul>
173
173
  </aside>
174
174
  <div class="tsd-comment tsd-typography">
@@ -196,7 +196,7 @@
196
196
  <li class="tsd-description">
197
197
  <aside class="tsd-sources">
198
198
  <ul>
199
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L360">services.ts:360</a></li>
199
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L360">services.ts:360</a></li>
200
200
  </ul>
201
201
  </aside>
202
202
  <div class="tsd-comment tsd-typography">
@@ -111,7 +111,7 @@
111
111
  <li class="tsd-description">
112
112
  <aside class="tsd-sources">
113
113
  <ul>
114
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L1037">services.ts:1037</a></li>
114
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L1037">services.ts:1037</a></li>
115
115
  </ul>
116
116
  </aside>
117
117
  <div class="tsd-comment tsd-typography">
@@ -142,7 +142,7 @@
142
142
  <li class="tsd-description">
143
143
  <aside class="tsd-sources">
144
144
  <ul>
145
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L1043">services.ts:1043</a></li>
145
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L1043">services.ts:1043</a></li>
146
146
  </ul>
147
147
  </aside>
148
148
  <div class="tsd-comment tsd-typography">
@@ -170,7 +170,7 @@
170
170
  <li class="tsd-description">
171
171
  <aside class="tsd-sources">
172
172
  <ul>
173
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L1053">services.ts:1053</a></li>
173
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L1053">services.ts:1053</a></li>
174
174
  </ul>
175
175
  </aside>
176
176
  <div class="tsd-comment tsd-typography">
@@ -198,7 +198,7 @@
198
198
  <li class="tsd-description">
199
199
  <aside class="tsd-sources">
200
200
  <ul>
201
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L1063">services.ts:1063</a></li>
201
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L1063">services.ts:1063</a></li>
202
202
  </ul>
203
203
  </aside>
204
204
  <div class="tsd-comment tsd-typography">
@@ -226,7 +226,7 @@
226
226
  <li class="tsd-description">
227
227
  <aside class="tsd-sources">
228
228
  <ul>
229
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L1073">services.ts:1073</a></li>
229
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L1073">services.ts:1073</a></li>
230
230
  </ul>
231
231
  </aside>
232
232
  <div class="tsd-comment tsd-typography">
@@ -257,7 +257,7 @@
257
257
  <li class="tsd-description">
258
258
  <aside class="tsd-sources">
259
259
  <ul>
260
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/d5a6bc0/src/services.ts#L1121">services.ts:1121</a></li>
260
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/054c7e9/src/services.ts#L1121">services.ts:1121</a></li>
261
261
  </ul>
262
262
  </aside>
263
263
  <div class="tsd-comment tsd-typography">