@ngrok/ngrok-api 0.11.0 → 0.12.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 (271) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/docs/assets/js/search.js +1 -1
  3. package/docs/classes/client.Ngrok.html +28 -28
  4. package/docs/classes/services.APIKeys.html +6 -6
  5. package/docs/classes/services.AbuseReports.html +3 -3
  6. package/docs/classes/services.AgentIngresses.html +6 -6
  7. package/docs/classes/services.ApplicationSessions.html +4 -4
  8. package/docs/classes/services.ApplicationUsers.html +4 -4
  9. package/docs/classes/services.BotUsers.html +6 -6
  10. package/docs/classes/services.CertificateAuthorities.html +6 -6
  11. package/docs/classes/services.Credentials.html +6 -6
  12. package/docs/classes/services.EdgeRouteBackendModule.html +4 -4
  13. package/docs/classes/services.EdgeRouteCircuitBreakerModule.html +4 -4
  14. package/docs/classes/services.EdgeRouteCompressionModule.html +4 -4
  15. package/docs/classes/services.EdgeRouteIPRestrictionModule.html +4 -4
  16. package/docs/classes/services.EdgeRouteOAuthModule.html +4 -4
  17. package/docs/classes/services.EdgeRouteOIDCModule.html +4 -4
  18. package/docs/classes/services.EdgeRouteRequestHeadersModule.html +4 -4
  19. package/docs/classes/services.EdgeRouteResponseHeadersModule.html +4 -4
  20. package/docs/classes/services.EdgeRouteSAMLModule.html +4 -4
  21. package/docs/classes/services.EdgeRouteTrafficPolicyModule.html +270 -0
  22. package/docs/classes/services.EdgeRouteUserAgentFilterModule.html +4 -4
  23. package/docs/classes/services.EdgeRouteWebhookVerificationModule.html +4 -4
  24. package/docs/classes/services.EdgeRouteWebsocketTCPConverterModule.html +4 -4
  25. package/docs/classes/services.EdgesHTTPS.html +6 -6
  26. package/docs/classes/services.EdgesHTTPSRoutes.html +5 -5
  27. package/docs/classes/services.EdgesTCP.html +6 -6
  28. package/docs/classes/services.EdgesTLS.html +6 -6
  29. package/docs/classes/services.Endpoints.html +3 -3
  30. package/docs/classes/services.EventDestinations.html +6 -6
  31. package/docs/classes/services.EventSources.html +6 -6
  32. package/docs/classes/services.EventSubscriptions.html +6 -6
  33. package/docs/classes/services.FailoverBackends.html +6 -6
  34. package/docs/classes/services.HTTPResponseBackends.html +6 -6
  35. package/docs/classes/services.HTTPSEdgeMutualTLSModule.html +4 -4
  36. package/docs/classes/services.HTTPSEdgeTLSTerminationModule.html +4 -4
  37. package/docs/classes/services.IPPolicies.html +6 -6
  38. package/docs/classes/services.IPPolicyRules.html +6 -6
  39. package/docs/classes/services.IPRestrictions.html +6 -6
  40. package/docs/classes/services.ReservedAddrs.html +6 -6
  41. package/docs/classes/services.ReservedDomains.html +8 -8
  42. package/docs/classes/services.SSHCertificateAuthorities.html +6 -6
  43. package/docs/classes/services.SSHCredentials.html +6 -6
  44. package/docs/classes/services.SSHHostCertificates.html +6 -6
  45. package/docs/classes/services.SSHUserCertificates.html +6 -6
  46. package/docs/classes/services.StaticBackends.html +6 -6
  47. package/docs/classes/services.TCPEdgeBackendModule.html +4 -4
  48. package/docs/classes/services.TCPEdgeIPRestrictionModule.html +4 -4
  49. package/docs/classes/services.TCPEdgeTrafficPolicyModule.html +270 -0
  50. package/docs/classes/services.TLSCertificates.html +6 -6
  51. package/docs/classes/services.TLSEdgeBackendModule.html +4 -4
  52. package/docs/classes/services.TLSEdgeIPRestrictionModule.html +4 -4
  53. package/docs/classes/services.TLSEdgeMutualTLSModule.html +4 -4
  54. package/docs/classes/services.TLSEdgeTLSTerminationModule.html +4 -4
  55. package/docs/classes/services.TLSEdgeTrafficPolicyModule.html +270 -0
  56. package/docs/classes/services.TunnelGroupBackends.html +6 -6
  57. package/docs/classes/services.TunnelSessions.html +6 -6
  58. package/docs/classes/services.Tunnels.html +3 -3
  59. package/docs/classes/services.WeightedBackends.html +6 -6
  60. package/docs/interfaces/client.NgrokConfig.html +2 -2
  61. package/docs/interfaces/datatypes.APIKey.html +7 -7
  62. package/docs/interfaces/datatypes.APIKeyCreate.html +3 -3
  63. package/docs/interfaces/datatypes.APIKeyList.html +3 -3
  64. package/docs/interfaces/datatypes.APIKeyUpdate.html +3 -3
  65. package/docs/interfaces/datatypes.AWSAuth.html +2 -2
  66. package/docs/interfaces/datatypes.AWSCredentials.html +2 -2
  67. package/docs/interfaces/datatypes.AWSRole.html +1 -1
  68. package/docs/interfaces/datatypes.AbuseReport.html +7 -7
  69. package/docs/interfaces/datatypes.AbuseReportCreate.html +2 -2
  70. package/docs/interfaces/datatypes.AbuseReportHostname.html +2 -2
  71. package/docs/interfaces/datatypes.AgentIngress.html +10 -10
  72. package/docs/interfaces/datatypes.AgentIngressCertJob.html +4 -4
  73. package/docs/interfaces/datatypes.AgentIngressCertPolicy.html +2 -2
  74. package/docs/interfaces/datatypes.AgentIngressCertStatus.html +2 -2
  75. package/docs/interfaces/datatypes.AgentIngressCreate.html +4 -4
  76. package/docs/interfaces/datatypes.AgentIngressList.html +3 -3
  77. package/docs/interfaces/datatypes.AgentIngressUpdate.html +4 -4
  78. package/docs/interfaces/datatypes.ApplicationSession.html +11 -11
  79. package/docs/interfaces/datatypes.ApplicationSessionList.html +3 -3
  80. package/docs/interfaces/datatypes.ApplicationUser.html +10 -10
  81. package/docs/interfaces/datatypes.ApplicationUserList.html +3 -3
  82. package/docs/interfaces/datatypes.BotUser.html +5 -5
  83. package/docs/interfaces/datatypes.BotUserCreate.html +2 -2
  84. package/docs/interfaces/datatypes.BotUserList.html +3 -3
  85. package/docs/interfaces/datatypes.BotUserUpdate.html +3 -3
  86. package/docs/interfaces/datatypes.BrowserSession.html +3 -3
  87. package/docs/interfaces/datatypes.CertificateAuthority.html +11 -11
  88. package/docs/interfaces/datatypes.CertificateAuthorityCreate.html +3 -3
  89. package/docs/interfaces/datatypes.CertificateAuthorityList.html +3 -3
  90. package/docs/interfaces/datatypes.CertificateAuthorityUpdate.html +3 -3
  91. package/docs/interfaces/datatypes.Credential.html +8 -8
  92. package/docs/interfaces/datatypes.CredentialCreate.html +4 -4
  93. package/docs/interfaces/datatypes.CredentialList.html +3 -3
  94. package/docs/interfaces/datatypes.CredentialUpdate.html +4 -4
  95. package/docs/interfaces/datatypes.EdgeBackendReplace.html +2 -2
  96. package/docs/interfaces/datatypes.EdgeIPRestrictionReplace.html +2 -2
  97. package/docs/interfaces/datatypes.EdgeMutualTLSReplace.html +2 -2
  98. package/docs/interfaces/datatypes.EdgeRouteBackendReplace.html +3 -3
  99. package/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html +3 -3
  100. package/docs/interfaces/datatypes.EdgeRouteCompressionReplace.html +3 -3
  101. package/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html +3 -3
  102. package/docs/interfaces/datatypes.EdgeRouteItem.html +2 -2
  103. package/docs/interfaces/datatypes.EdgeRouteOAuthReplace.html +3 -3
  104. package/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html +3 -3
  105. package/docs/interfaces/datatypes.EdgeRouteRequestHeadersReplace.html +3 -3
  106. package/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html +3 -3
  107. package/docs/interfaces/datatypes.EdgeRouteSAMLReplace.html +3 -3
  108. package/docs/interfaces/datatypes.EdgeRouteTrafficPolicyReplace.html +190 -0
  109. package/docs/interfaces/datatypes.EdgeRouteUserAgentFilterReplace.html +3 -3
  110. package/docs/interfaces/datatypes.EdgeRouteWebhookVerificationReplace.html +3 -3
  111. package/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html +3 -3
  112. package/docs/interfaces/datatypes.EdgeTLSTerminationAtEdgeReplace.html +2 -2
  113. package/docs/interfaces/datatypes.EdgeTLSTerminationReplace.html +2 -2
  114. package/docs/interfaces/datatypes.EdgeTrafficPolicyReplace.html +176 -0
  115. package/docs/interfaces/datatypes.Endpoint.html +13 -13
  116. package/docs/interfaces/datatypes.EndpointBackend.html +2 -2
  117. package/docs/interfaces/datatypes.EndpointBackendMutate.html +2 -2
  118. package/docs/interfaces/datatypes.EndpointCircuitBreaker.html +6 -6
  119. package/docs/interfaces/datatypes.EndpointCompression.html +1 -1
  120. package/docs/interfaces/datatypes.EndpointIPPolicy.html +2 -2
  121. package/docs/interfaces/datatypes.EndpointIPPolicyMutate.html +2 -2
  122. package/docs/interfaces/datatypes.EndpointList.html +3 -3
  123. package/docs/interfaces/datatypes.EndpointMutualTLS.html +2 -2
  124. package/docs/interfaces/datatypes.EndpointMutualTLSMutate.html +2 -2
  125. package/docs/interfaces/datatypes.EndpointOAuth.html +7 -7
  126. package/docs/interfaces/datatypes.EndpointOAuthAmazon.html +5 -5
  127. package/docs/interfaces/datatypes.EndpointOAuthFacebook.html +5 -5
  128. package/docs/interfaces/datatypes.EndpointOAuthGitHub.html +7 -7
  129. package/docs/interfaces/datatypes.EndpointOAuthGitLab.html +5 -5
  130. package/docs/interfaces/datatypes.EndpointOAuthGoogle.html +5 -5
  131. package/docs/interfaces/datatypes.EndpointOAuthLinkedIn.html +5 -5
  132. package/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html +5 -5
  133. package/docs/interfaces/datatypes.EndpointOAuthProvider.html +8 -8
  134. package/docs/interfaces/datatypes.EndpointOAuthTwitch.html +5 -5
  135. package/docs/interfaces/datatypes.EndpointOIDC.html +9 -9
  136. package/docs/interfaces/datatypes.EndpointRequestHeaders.html +3 -3
  137. package/docs/interfaces/datatypes.EndpointResponseHeaders.html +3 -3
  138. package/docs/interfaces/datatypes.EndpointSAML.html +15 -15
  139. package/docs/interfaces/datatypes.EndpointSAMLMutate.html +10 -10
  140. package/docs/interfaces/datatypes.EndpointTLSTermination.html +3 -3
  141. package/docs/interfaces/datatypes.EndpointTLSTerminationAtEdge.html +2 -2
  142. package/docs/interfaces/datatypes.EndpointTrafficPolicy.html +186 -0
  143. package/docs/interfaces/datatypes.EndpointUserAgentFilter.html +3 -3
  144. package/docs/interfaces/datatypes.EndpointWebhookValidation.html +3 -3
  145. package/docs/interfaces/datatypes.EndpointWebsocketTCPConverter.html +1 -1
  146. package/docs/interfaces/datatypes.Error.html +4 -4
  147. package/docs/interfaces/datatypes.EventDestination.html +7 -7
  148. package/docs/interfaces/datatypes.EventDestinationCreate.html +4 -4
  149. package/docs/interfaces/datatypes.EventDestinationList.html +3 -3
  150. package/docs/interfaces/datatypes.EventDestinationUpdate.html +5 -5
  151. package/docs/interfaces/datatypes.EventSource.html +2 -2
  152. package/docs/interfaces/datatypes.EventSourceCreate.html +2 -2
  153. package/docs/interfaces/datatypes.EventSourceItem.html +2 -2
  154. package/docs/interfaces/datatypes.EventSourceList.html +2 -2
  155. package/docs/interfaces/datatypes.EventSourcePaging.html +1 -1
  156. package/docs/interfaces/datatypes.EventSourceReplace.html +1 -1
  157. package/docs/interfaces/datatypes.EventSourceUpdate.html +2 -2
  158. package/docs/interfaces/datatypes.EventSubscription.html +7 -7
  159. package/docs/interfaces/datatypes.EventSubscriptionCreate.html +4 -4
  160. package/docs/interfaces/datatypes.EventSubscriptionList.html +3 -3
  161. package/docs/interfaces/datatypes.EventSubscriptionUpdate.html +5 -5
  162. package/docs/interfaces/datatypes.EventTarget.html +18 -4
  163. package/docs/interfaces/datatypes.EventTargetAzureLogsIngestion.html +262 -0
  164. package/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html +2 -2
  165. package/docs/interfaces/datatypes.EventTargetDatadog.html +4 -4
  166. package/docs/interfaces/datatypes.EventTargetFirehose.html +2 -2
  167. package/docs/interfaces/datatypes.EventTargetKinesis.html +2 -2
  168. package/docs/interfaces/datatypes.FailoverBackend.html +6 -6
  169. package/docs/interfaces/datatypes.FailoverBackendCreate.html +3 -3
  170. package/docs/interfaces/datatypes.FailoverBackendList.html +3 -3
  171. package/docs/interfaces/datatypes.FailoverBackendUpdate.html +4 -4
  172. package/docs/interfaces/datatypes.HTTPResponseBackend.html +8 -8
  173. package/docs/interfaces/datatypes.HTTPResponseBackendCreate.html +5 -5
  174. package/docs/interfaces/datatypes.HTTPResponseBackendList.html +3 -3
  175. package/docs/interfaces/datatypes.HTTPResponseBackendUpdate.html +6 -6
  176. package/docs/interfaces/datatypes.HTTPSEdge.html +9 -9
  177. package/docs/interfaces/datatypes.HTTPSEdgeCreate.html +5 -5
  178. package/docs/interfaces/datatypes.HTTPSEdgeList.html +3 -3
  179. package/docs/interfaces/datatypes.HTTPSEdgeRoute.html +39 -39
  180. package/docs/interfaces/datatypes.HTTPSEdgeRouteCreate.html +36 -36
  181. package/docs/interfaces/datatypes.HTTPSEdgeRouteUpdate.html +37 -37
  182. package/docs/interfaces/datatypes.HTTPSEdgeUpdate.html +6 -6
  183. package/docs/interfaces/datatypes.IPPolicy.html +5 -5
  184. package/docs/interfaces/datatypes.IPPolicyCreate.html +2 -2
  185. package/docs/interfaces/datatypes.IPPolicyList.html +3 -3
  186. package/docs/interfaces/datatypes.IPPolicyRule.html +8 -8
  187. package/docs/interfaces/datatypes.IPPolicyRuleCreate.html +5 -5
  188. package/docs/interfaces/datatypes.IPPolicyRuleList.html +3 -3
  189. package/docs/interfaces/datatypes.IPPolicyRuleUpdate.html +4 -4
  190. package/docs/interfaces/datatypes.IPPolicyUpdate.html +3 -3
  191. package/docs/interfaces/datatypes.IPRestriction.html +8 -8
  192. package/docs/interfaces/datatypes.IPRestrictionCreate.html +5 -5
  193. package/docs/interfaces/datatypes.IPRestrictionList.html +3 -3
  194. package/docs/interfaces/datatypes.IPRestrictionUpdate.html +5 -5
  195. package/docs/interfaces/datatypes.IdentityProvider.html +2 -2
  196. package/docs/interfaces/datatypes.Item.html +1 -1
  197. package/docs/interfaces/datatypes.Location.html +4 -4
  198. package/docs/interfaces/datatypes.Paging.html +2 -2
  199. package/docs/interfaces/datatypes.Ref.html +2 -2
  200. package/docs/interfaces/datatypes.ReservedAddr.html +7 -7
  201. package/docs/interfaces/datatypes.ReservedAddrCreate.html +3 -3
  202. package/docs/interfaces/datatypes.ReservedAddrList.html +3 -3
  203. package/docs/interfaces/datatypes.ReservedAddrUpdate.html +3 -3
  204. package/docs/interfaces/datatypes.ReservedDomain.html +12 -12
  205. package/docs/interfaces/datatypes.ReservedDomainCertJob.html +4 -4
  206. package/docs/interfaces/datatypes.ReservedDomainCertPolicy.html +2 -2
  207. package/docs/interfaces/datatypes.ReservedDomainCertStatus.html +2 -2
  208. package/docs/interfaces/datatypes.ReservedDomainCreate.html +6 -6
  209. package/docs/interfaces/datatypes.ReservedDomainList.html +3 -3
  210. package/docs/interfaces/datatypes.ReservedDomainUpdate.html +5 -5
  211. package/docs/interfaces/datatypes.SSHCertificateAuthority.html +7 -7
  212. package/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html +5 -5
  213. package/docs/interfaces/datatypes.SSHCertificateAuthorityList.html +3 -3
  214. package/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html +3 -3
  215. package/docs/interfaces/datatypes.SSHCredential.html +8 -8
  216. package/docs/interfaces/datatypes.SSHCredentialCreate.html +5 -5
  217. package/docs/interfaces/datatypes.SSHCredentialList.html +3 -3
  218. package/docs/interfaces/datatypes.SSHCredentialUpdate.html +4 -4
  219. package/docs/interfaces/datatypes.SSHHostCertificate.html +12 -12
  220. package/docs/interfaces/datatypes.SSHHostCertificateCreate.html +7 -7
  221. package/docs/interfaces/datatypes.SSHHostCertificateList.html +3 -3
  222. package/docs/interfaces/datatypes.SSHHostCertificateUpdate.html +3 -3
  223. package/docs/interfaces/datatypes.SSHUserCertificate.html +14 -14
  224. package/docs/interfaces/datatypes.SSHUserCertificateCreate.html +9 -9
  225. package/docs/interfaces/datatypes.SSHUserCertificateList.html +3 -3
  226. package/docs/interfaces/datatypes.SSHUserCertificateUpdate.html +3 -3
  227. package/docs/interfaces/datatypes.StaticBackend.html +7 -7
  228. package/docs/interfaces/datatypes.StaticBackendCreate.html +4 -4
  229. package/docs/interfaces/datatypes.StaticBackendList.html +3 -3
  230. package/docs/interfaces/datatypes.StaticBackendTLS.html +1 -1
  231. package/docs/interfaces/datatypes.StaticBackendUpdate.html +5 -5
  232. package/docs/interfaces/datatypes.TCPEdge.html +14 -14
  233. package/docs/interfaces/datatypes.TCPEdgeCreate.html +11 -11
  234. package/docs/interfaces/datatypes.TCPEdgeList.html +3 -3
  235. package/docs/interfaces/datatypes.TCPEdgeUpdate.html +12 -12
  236. package/docs/interfaces/datatypes.TLSCertificate.html +21 -21
  237. package/docs/interfaces/datatypes.TLSCertificateCreate.html +4 -4
  238. package/docs/interfaces/datatypes.TLSCertificateList.html +3 -3
  239. package/docs/interfaces/datatypes.TLSCertificateSANs.html +2 -2
  240. package/docs/interfaces/datatypes.TLSCertificateUpdate.html +3 -3
  241. package/docs/interfaces/datatypes.TLSEdge.html +25 -25
  242. package/docs/interfaces/datatypes.TLSEdgeCreate.html +22 -22
  243. package/docs/interfaces/datatypes.TLSEdgeList.html +3 -3
  244. package/docs/interfaces/datatypes.TLSEdgeUpdate.html +23 -23
  245. package/docs/interfaces/datatypes.Tunnel.html +11 -11
  246. package/docs/interfaces/datatypes.TunnelGroupBackend.html +7 -7
  247. package/docs/interfaces/datatypes.TunnelGroupBackendCreate.html +3 -3
  248. package/docs/interfaces/datatypes.TunnelGroupBackendList.html +3 -3
  249. package/docs/interfaces/datatypes.TunnelGroupBackendUpdate.html +4 -4
  250. package/docs/interfaces/datatypes.TunnelList.html +3 -3
  251. package/docs/interfaces/datatypes.TunnelSession.html +10 -10
  252. package/docs/interfaces/datatypes.TunnelSessionList.html +3 -3
  253. package/docs/interfaces/datatypes.TunnelSessionsUpdate.html +1 -1
  254. package/docs/interfaces/datatypes.UserAgent.html +6 -6
  255. package/docs/interfaces/datatypes.WeightedBackend.html +6 -6
  256. package/docs/interfaces/datatypes.WeightedBackendCreate.html +3 -3
  257. package/docs/interfaces/datatypes.WeightedBackendList.html +3 -3
  258. package/docs/interfaces/datatypes.WeightedBackendUpdate.html +4 -4
  259. package/docs/modules/datatypes.html +16 -20
  260. package/docs/modules/services.html +9 -9
  261. package/lib/client.js +1 -1
  262. package/lib/datatypes.d.ts +31 -32
  263. package/lib/datatypes.d.ts.map +1 -1
  264. package/lib/services.d.ts +12 -12
  265. package/lib/services.d.ts.map +1 -1
  266. package/lib/services.js +158 -158
  267. package/lib/services.js.map +1 -1
  268. package/package.json +1 -1
  269. package/src/client.ts +1 -1
  270. package/src/datatypes.ts +32 -34
  271. package/src/services.ts +165 -163
@@ -133,7 +133,7 @@
133
133
  <li class="tsd-description">
134
134
  <aside class="tsd-sources">
135
135
  <ul>
136
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L201">client.ts:201</a></li>
136
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L201">client.ts:201</a></li>
137
137
  </ul>
138
138
  </aside>
139
139
  <div class="tsd-comment tsd-typography">
@@ -160,7 +160,7 @@
160
160
  <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
161
  <aside class="tsd-sources">
162
162
  <ul>
163
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L28">client.ts:28</a></li>
163
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L28">client.ts:28</a></li>
164
164
  </ul>
165
165
  </aside>
166
166
  <div class="tsd-comment tsd-typography">
@@ -176,7 +176,7 @@
176
176
  <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
177
  <aside class="tsd-sources">
178
178
  <ul>
179
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L29">client.ts:29</a></li>
179
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L29">client.ts:29</a></li>
180
180
  </ul>
181
181
  </aside>
182
182
  </section>
@@ -186,7 +186,7 @@
186
186
  <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
187
  <aside class="tsd-sources">
188
188
  <ul>
189
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L37">client.ts:37</a></li>
189
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L37">client.ts:37</a></li>
190
190
  </ul>
191
191
  </aside>
192
192
  <div class="tsd-comment tsd-typography">
@@ -205,7 +205,7 @@
205
205
  <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
206
  <aside class="tsd-sources">
207
207
  <ul>
208
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L38">client.ts:38</a></li>
208
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L38">client.ts:38</a></li>
209
209
  </ul>
210
210
  </aside>
211
211
  </section>
@@ -215,7 +215,7 @@
215
215
  <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
216
  <aside class="tsd-sources">
217
217
  <ul>
218
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L39">client.ts:39</a></li>
218
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L39">client.ts:39</a></li>
219
219
  </ul>
220
220
  </aside>
221
221
  </section>
@@ -225,7 +225,7 @@
225
225
  <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
226
  <aside class="tsd-sources">
227
227
  <ul>
228
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L140">client.ts:140</a></li>
228
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L140">client.ts:140</a></li>
229
229
  </ul>
230
230
  </aside>
231
231
  <div class="tsd-type-declaration">
@@ -283,7 +283,7 @@
283
283
  <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
284
  <aside class="tsd-sources">
285
285
  <ul>
286
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L46">client.ts:46</a></li>
286
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L46">client.ts:46</a></li>
287
287
  </ul>
288
288
  </aside>
289
289
  </section>
@@ -293,7 +293,7 @@
293
293
  <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
294
  <aside class="tsd-sources">
295
295
  <ul>
296
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L54">client.ts:54</a></li>
296
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L54">client.ts:54</a></li>
297
297
  </ul>
298
298
  </aside>
299
299
  <div class="tsd-comment tsd-typography">
@@ -312,7 +312,7 @@
312
312
  <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
313
  <aside class="tsd-sources">
314
314
  <ul>
315
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L61">client.ts:61</a></li>
315
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L61">client.ts:61</a></li>
316
316
  </ul>
317
317
  </aside>
318
318
  <div class="tsd-comment tsd-typography">
@@ -330,7 +330,7 @@
330
330
  <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>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>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></div>
331
331
  <aside class="tsd-sources">
332
332
  <ul>
333
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L173">client.ts:173</a></li>
333
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L173">client.ts:173</a></li>
334
334
  </ul>
335
335
  </aside>
336
336
  <div class="tsd-type-declaration">
@@ -405,7 +405,7 @@
405
405
  <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>
406
406
  <aside class="tsd-sources">
407
407
  <ul>
408
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L167">client.ts:167</a></li>
408
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L167">client.ts:167</a></li>
409
409
  </ul>
410
410
  </aside>
411
411
  <div class="tsd-type-declaration">
@@ -432,7 +432,7 @@
432
432
  <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>
433
433
  <aside class="tsd-sources">
434
434
  <ul>
435
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L67">client.ts:67</a></li>
435
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L67">client.ts:67</a></li>
436
436
  </ul>
437
437
  </aside>
438
438
  <div class="tsd-comment tsd-typography">
@@ -449,7 +449,7 @@
449
449
  <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>
450
450
  <aside class="tsd-sources">
451
451
  <ul>
452
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L68">client.ts:68</a></li>
452
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L68">client.ts:68</a></li>
453
453
  </ul>
454
454
  </aside>
455
455
  </section>
@@ -459,7 +459,7 @@
459
459
  <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>
460
460
  <aside class="tsd-sources">
461
461
  <ul>
462
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L70">client.ts:70</a></li>
462
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L70">client.ts:70</a></li>
463
463
  </ul>
464
464
  </aside>
465
465
  </section>
@@ -469,7 +469,7 @@
469
469
  <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>
470
470
  <aside class="tsd-sources">
471
471
  <ul>
472
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L69">client.ts:69</a></li>
472
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L69">client.ts:69</a></li>
473
473
  </ul>
474
474
  </aside>
475
475
  </section>
@@ -479,7 +479,7 @@
479
479
  <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>
480
480
  <aside class="tsd-sources">
481
481
  <ul>
482
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L77">client.ts:77</a></li>
482
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L77">client.ts:77</a></li>
483
483
  </ul>
484
484
  </aside>
485
485
  <div class="tsd-comment tsd-typography">
@@ -497,7 +497,7 @@
497
497
  <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>
498
498
  <aside class="tsd-sources">
499
499
  <ul>
500
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L82">client.ts:82</a></li>
500
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L82">client.ts:82</a></li>
501
501
  </ul>
502
502
  </aside>
503
503
  <div class="tsd-comment tsd-typography">
@@ -513,7 +513,7 @@
513
513
  <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>
514
514
  <aside class="tsd-sources">
515
515
  <ul>
516
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L91">client.ts:91</a></li>
516
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L91">client.ts:91</a></li>
517
517
  </ul>
518
518
  </aside>
519
519
  <div class="tsd-comment tsd-typography">
@@ -533,7 +533,7 @@
533
533
  <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>
534
534
  <aside class="tsd-sources">
535
535
  <ul>
536
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L97">client.ts:97</a></li>
536
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L97">client.ts:97</a></li>
537
537
  </ul>
538
538
  </aside>
539
539
  <div class="tsd-comment tsd-typography">
@@ -550,7 +550,7 @@
550
550
  <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>
551
551
  <aside class="tsd-sources">
552
552
  <ul>
553
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L104">client.ts:104</a></li>
553
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L104">client.ts:104</a></li>
554
554
  </ul>
555
555
  </aside>
556
556
  <div class="tsd-comment tsd-typography">
@@ -568,7 +568,7 @@
568
568
  <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>
569
569
  <aside class="tsd-sources">
570
570
  <ul>
571
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L109">client.ts:109</a></li>
571
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L109">client.ts:109</a></li>
572
572
  </ul>
573
573
  </aside>
574
574
  <div class="tsd-comment tsd-typography">
@@ -584,7 +584,7 @@
584
584
  <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>
585
585
  <aside class="tsd-sources">
586
586
  <ul>
587
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L114">client.ts:114</a></li>
587
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L114">client.ts:114</a></li>
588
588
  </ul>
589
589
  </aside>
590
590
  <div class="tsd-comment tsd-typography">
@@ -600,7 +600,7 @@
600
600
  <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>
601
601
  <aside class="tsd-sources">
602
602
  <ul>
603
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L120">client.ts:120</a></li>
603
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L120">client.ts:120</a></li>
604
604
  </ul>
605
605
  </aside>
606
606
  <div class="tsd-comment tsd-typography">
@@ -617,7 +617,7 @@
617
617
  <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>
618
618
  <aside class="tsd-sources">
619
619
  <ul>
620
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L126">client.ts:126</a></li>
620
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L126">client.ts:126</a></li>
621
621
  </ul>
622
622
  </aside>
623
623
  <div class="tsd-comment tsd-typography">
@@ -634,7 +634,7 @@
634
634
  <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>
635
635
  <aside class="tsd-sources">
636
636
  <ul>
637
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L134">client.ts:134</a></li>
637
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L134">client.ts:134</a></li>
638
638
  </ul>
639
639
  </aside>
640
640
  <div class="tsd-comment tsd-typography">
@@ -653,7 +653,7 @@
653
653
  <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>
654
654
  <aside class="tsd-sources">
655
655
  <ul>
656
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L45">client.ts:45</a></li>
656
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L45">client.ts:45</a></li>
657
657
  </ul>
658
658
  </aside>
659
659
  <div class="tsd-comment tsd-typography">
@@ -670,7 +670,7 @@
670
670
  <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>
671
671
  <aside class="tsd-sources">
672
672
  <ul>
673
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/client.ts#L139">client.ts:139</a></li>
673
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/client.ts#L139">client.ts:139</a></li>
674
674
  </ul>
675
675
  </aside>
676
676
  <div class="tsd-comment tsd-typography">
@@ -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/4214cc1/src/services.ts#L157">services.ts:157</a></li>
125
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L163">services.ts:163</a></li>
156
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L173">services.ts:173</a></li>
184
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L183">services.ts:183</a></li>
212
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L193">services.ts:193</a></li>
240
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L241">services.ts:241</a></li>
271
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L16">services.ts:16</a></li>
119
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L22">services.ts:22</a></li>
150
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L34">services.ts:34</a></li>
178
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L47">services.ts:47</a></li>
114
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L53">services.ts:53</a></li>
145
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L65">services.ts:65</a></li>
173
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L75">services.ts:75</a></li>
201
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L85">services.ts:85</a></li>
229
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L135">services.ts:135</a></li>
260
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L254">services.ts:254</a></li>
112
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L270">services.ts:270</a></li>
143
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L260">services.ts:260</a></li>
171
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L280">services.ts:280</a></li>
199
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L334">services.ts:334</a></li>
112
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L350">services.ts:350</a></li>
143
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L340">services.ts:340</a></li>
171
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L360">services.ts:360</a></li>
199
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L1037">services.ts:1037</a></li>
114
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L1043">services.ts:1043</a></li>
145
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L1053">services.ts:1053</a></li>
173
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L1063">services.ts:1063</a></li>
201
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L1073">services.ts:1073</a></li>
229
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/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/4214cc1/src/services.ts#L1121">services.ts:1121</a></li>
260
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/services.ts#L1121">services.ts:1121</a></li>
261
261
  </ul>
262
262
  </aside>
263
263
  <div class="tsd-comment tsd-typography">
@@ -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/4214cc1/src/services.ts#L1141">services.ts:1141</a></li>
125
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/services.ts#L1141">services.ts:1141</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/4214cc1/src/services.ts#L1147">services.ts:1147</a></li>
156
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/services.ts#L1147">services.ts:1147</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/4214cc1/src/services.ts#L1159">services.ts:1159</a></li>
184
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/services.ts#L1159">services.ts:1159</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/4214cc1/src/services.ts#L1169">services.ts:1169</a></li>
212
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/services.ts#L1169">services.ts:1169</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/4214cc1/src/services.ts#L1179">services.ts:1179</a></li>
240
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/services.ts#L1179">services.ts:1179</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/4214cc1/src/services.ts#L1230">services.ts:1230</a></li>
271
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/services.ts#L1230">services.ts:1230</a></li>
272
272
  </ul>
273
273
  </aside>
274
274
  <div class="tsd-comment tsd-typography">