@ngrok/ngrok-api 0.2.0 → 0.8.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 (244) hide show
  1. package/README.md +0 -28
  2. package/docs/CNAME +1 -0
  3. package/docs/assets/js/search.js +1 -1
  4. package/docs/classes/client.Ngrok.html +204 -119
  5. package/docs/classes/services.APIKeys.html +6 -105
  6. package/docs/classes/services.AbuseReports.html +3 -102
  7. package/docs/classes/{services.IPWhitelist.html → services.AgentIngresses.html} +41 -148
  8. package/docs/classes/services.CertificateAuthorities.html +6 -105
  9. package/docs/classes/services.Credentials.html +6 -105
  10. package/docs/classes/services.EdgeRouteBackendModule.html +270 -0
  11. package/docs/classes/services.EdgeRouteCircuitBreakerModule.html +270 -0
  12. package/docs/classes/services.EdgeRouteCompressionModule.html +270 -0
  13. package/docs/classes/services.EdgeRouteIPRestrictionModule.html +270 -0
  14. package/docs/classes/services.EdgeRouteOAuthModule.html +270 -0
  15. package/docs/classes/services.EdgeRouteOIDCModule.html +270 -0
  16. package/docs/classes/{services.EndpointResponseHeadersModule.html → services.EdgeRouteRequestHeadersModule.html} +28 -127
  17. package/docs/classes/services.EdgeRouteResponseHeadersModule.html +270 -0
  18. package/docs/classes/services.EdgeRouteSAMLModule.html +270 -0
  19. package/docs/classes/services.EdgeRouteWebhookVerificationModule.html +270 -0
  20. package/docs/classes/services.EdgeRouteWebsocketTCPConverterModule.html +270 -0
  21. package/docs/classes/services.EdgesHTTPS.html +343 -0
  22. package/docs/classes/services.EdgesHTTPSRoutes.html +317 -0
  23. package/docs/classes/services.EdgesTCP.html +343 -0
  24. package/docs/classes/services.EdgesTLS.html +343 -0
  25. package/docs/classes/services.Endpoints.html +256 -0
  26. package/docs/classes/services.EventDestinations.html +7 -106
  27. package/docs/classes/services.EventSources.html +6 -105
  28. package/docs/classes/services.EventSubscriptions.html +6 -105
  29. package/docs/classes/{services.EventStreams.html → services.FailoverBackends.html} +51 -140
  30. package/docs/classes/services.HTTPResponseBackends.html +318 -0
  31. package/docs/classes/{services.EndpointMutualTLSModule.html → services.HTTPSEdgeMutualTLSModule.html} +22 -121
  32. package/docs/classes/{services.EndpointTLSTerminationModule.html → services.HTTPSEdgeTLSTerminationModule.html} +22 -121
  33. package/docs/classes/services.IPPolicies.html +6 -105
  34. package/docs/classes/services.IPPolicyRules.html +6 -105
  35. package/docs/classes/services.IPRestrictions.html +7 -106
  36. package/docs/classes/services.ReservedAddrs.html +6 -137
  37. package/docs/classes/services.ReservedDomains.html +8 -171
  38. package/docs/classes/services.SSHCertificateAuthorities.html +6 -105
  39. package/docs/classes/services.SSHCredentials.html +6 -105
  40. package/docs/classes/services.SSHHostCertificates.html +6 -105
  41. package/docs/classes/services.SSHUserCertificates.html +6 -105
  42. package/docs/classes/{services.EndpointSAMLModule.html → services.TCPEdgeBackendModule.html} +25 -124
  43. package/docs/classes/{services.EndpointIPPolicyModule.html → services.TCPEdgeIPRestrictionModule.html} +22 -121
  44. package/docs/classes/services.TLSCertificates.html +6 -105
  45. package/docs/classes/{services.EndpointLoggingModule.html → services.TLSEdgeBackendModule.html} +25 -124
  46. package/docs/classes/{services.EndpointOIDCModule.html → services.TLSEdgeIPRestrictionModule.html} +25 -124
  47. package/docs/classes/{services.EndpointOAuthModule.html → services.TLSEdgeMutualTLSModule.html} +25 -124
  48. package/docs/classes/services.TLSEdgeTLSTerminationModule.html +270 -0
  49. package/docs/classes/services.TunnelGroupBackends.html +351 -0
  50. package/docs/classes/services.TunnelSessions.html +6 -105
  51. package/docs/classes/services.Tunnels.html +34 -101
  52. package/docs/classes/services.WeightedBackends.html +353 -0
  53. package/docs/index.html +0 -27
  54. package/docs/interfaces/client.NgrokConfig.html +2 -2
  55. package/docs/interfaces/datatypes.APIKey.html +6 -6
  56. package/docs/interfaces/datatypes.APIKeyCreate.html +2 -2
  57. package/docs/interfaces/datatypes.APIKeyList.html +3 -3
  58. package/docs/interfaces/datatypes.APIKeyUpdate.html +3 -3
  59. package/docs/interfaces/datatypes.AWSAuth.html +2 -2
  60. package/docs/interfaces/datatypes.AWSCredentials.html +2 -2
  61. package/docs/interfaces/datatypes.AWSRole.html +1 -1
  62. package/docs/interfaces/datatypes.AbuseReport.html +7 -7
  63. package/docs/interfaces/datatypes.AbuseReportCreate.html +2 -2
  64. package/docs/interfaces/datatypes.AbuseReportHostname.html +2 -2
  65. package/docs/interfaces/{datatypes.EventStream.html → datatypes.AgentIngress.html} +52 -71
  66. package/docs/interfaces/datatypes.AgentIngressCreate.html +205 -0
  67. package/docs/interfaces/datatypes.AgentIngressList.html +205 -0
  68. package/docs/interfaces/{datatypes.IPWhitelistEntryUpdate.html → datatypes.AgentIngressUpdate.html} +16 -16
  69. package/docs/interfaces/datatypes.CertificateAuthority.html +11 -11
  70. package/docs/interfaces/datatypes.CertificateAuthorityCreate.html +3 -3
  71. package/docs/interfaces/datatypes.CertificateAuthorityList.html +3 -3
  72. package/docs/interfaces/datatypes.CertificateAuthorityUpdate.html +3 -3
  73. package/docs/interfaces/datatypes.Credential.html +7 -7
  74. package/docs/interfaces/datatypes.CredentialCreate.html +3 -3
  75. package/docs/interfaces/datatypes.CredentialList.html +3 -3
  76. package/docs/interfaces/datatypes.CredentialUpdate.html +4 -4
  77. package/docs/interfaces/{datatypes.EndpointCircuitBreakerReplace.html → datatypes.EdgeBackendReplace.html} +12 -12
  78. package/docs/interfaces/{datatypes.EndpointIPPolicyReplace.html → datatypes.EdgeIPRestrictionReplace.html} +11 -11
  79. package/docs/interfaces/{datatypes.EndpointMutualTLSReplace.html → datatypes.EdgeMutualTLSReplace.html} +11 -11
  80. package/docs/interfaces/datatypes.EdgeRouteBackendReplace.html +190 -0
  81. package/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html +190 -0
  82. package/docs/interfaces/{datatypes.EndpointCompressionReplace.html → datatypes.EdgeRouteCompressionReplace.html} +25 -11
  83. package/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html +190 -0
  84. package/docs/interfaces/{datatypes.ReservedDomainCertNSTarget.html → datatypes.EdgeRouteItem.html} +19 -19
  85. package/docs/interfaces/{datatypes.EndpointOAuthReplace.html → datatypes.EdgeRouteOAuthReplace.html} +25 -11
  86. package/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html +190 -0
  87. package/docs/interfaces/{datatypes.EndpointRequestHeadersReplace.html → datatypes.EdgeRouteRequestHeadersReplace.html} +25 -11
  88. package/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html +190 -0
  89. package/docs/interfaces/{datatypes.EndpointSAMLReplace.html → datatypes.EdgeRouteSAMLReplace.html} +25 -11
  90. package/docs/interfaces/{datatypes.EndpointWebhookValidationReplace.html → datatypes.EdgeRouteWebhookVerificationReplace.html} +25 -11
  91. package/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html +190 -0
  92. package/docs/interfaces/{datatypes.EndpointResponseHeadersReplace.html → datatypes.EdgeTLSTerminationAtEdgeReplace.html} +12 -12
  93. package/docs/interfaces/{datatypes.EndpointTLSTerminationReplace.html → datatypes.EdgeTLSTerminationReplace.html} +11 -11
  94. package/docs/interfaces/datatypes.Endpoint.html +395 -0
  95. package/docs/interfaces/{datatypes.EndpointLogging.html → datatypes.EndpointBackend.html} +19 -19
  96. package/docs/interfaces/{datatypes.EndpointLoggingMutate.html → datatypes.EndpointBackendMutate.html} +19 -19
  97. package/docs/interfaces/datatypes.EndpointCircuitBreaker.html +6 -6
  98. package/docs/interfaces/datatypes.EndpointCompression.html +1 -1
  99. package/docs/interfaces/datatypes.EndpointIPPolicy.html +2 -2
  100. package/docs/interfaces/datatypes.EndpointIPPolicyMutate.html +2 -2
  101. package/docs/interfaces/{datatypes.EndpointConfigurationList.html → datatypes.EndpointList.html} +19 -19
  102. package/docs/interfaces/datatypes.EndpointMutualTLS.html +2 -2
  103. package/docs/interfaces/datatypes.EndpointMutualTLSMutate.html +2 -2
  104. package/docs/interfaces/datatypes.EndpointOAuth.html +7 -7
  105. package/docs/interfaces/datatypes.EndpointOAuthFacebook.html +5 -5
  106. package/docs/interfaces/datatypes.EndpointOAuthGitHub.html +7 -7
  107. package/docs/interfaces/datatypes.EndpointOAuthGoogle.html +5 -5
  108. package/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html +5 -5
  109. package/docs/interfaces/datatypes.EndpointOAuthProvider.html +4 -4
  110. package/docs/interfaces/datatypes.EndpointOIDC.html +9 -9
  111. package/docs/interfaces/datatypes.EndpointRequestHeaders.html +3 -3
  112. package/docs/interfaces/datatypes.EndpointResponseHeaders.html +3 -3
  113. package/docs/interfaces/datatypes.EndpointSAML.html +33 -14
  114. package/docs/interfaces/datatypes.EndpointSAMLMutate.html +28 -9
  115. package/docs/interfaces/datatypes.EndpointTLSTermination.html +3 -3
  116. package/docs/interfaces/datatypes.EndpointTLSTerminationAtEdge.html +186 -0
  117. package/docs/interfaces/datatypes.EndpointWebhookValidation.html +4 -4
  118. package/docs/interfaces/{datatypes.EndpointOIDCReplace.html → datatypes.EndpointWebsocketTCPConverter.html} +16 -25
  119. package/docs/interfaces/datatypes.Error.html +4 -4
  120. package/docs/interfaces/datatypes.EventDestination.html +7 -7
  121. package/docs/interfaces/datatypes.EventDestinationCreate.html +4 -4
  122. package/docs/interfaces/datatypes.EventDestinationList.html +3 -3
  123. package/docs/interfaces/datatypes.EventDestinationUpdate.html +5 -5
  124. package/docs/interfaces/datatypes.EventSource.html +2 -2
  125. package/docs/interfaces/datatypes.EventSourceCreate.html +2 -2
  126. package/docs/interfaces/datatypes.EventSourceItem.html +2 -2
  127. package/docs/interfaces/datatypes.EventSourceList.html +2 -2
  128. package/docs/interfaces/datatypes.EventSourcePaging.html +1 -1
  129. package/docs/interfaces/datatypes.EventSourceReplace.html +1 -1
  130. package/docs/interfaces/datatypes.EventSourceUpdate.html +2 -2
  131. package/docs/interfaces/datatypes.EventSubscription.html +7 -7
  132. package/docs/interfaces/datatypes.EventSubscriptionCreate.html +5 -5
  133. package/docs/interfaces/datatypes.EventSubscriptionList.html +3 -3
  134. package/docs/interfaces/datatypes.EventSubscriptionUpdate.html +6 -6
  135. package/docs/interfaces/datatypes.EventTarget.html +3 -3
  136. package/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html +2 -2
  137. package/docs/interfaces/datatypes.EventTargetFirehose.html +2 -2
  138. package/docs/interfaces/datatypes.EventTargetKinesis.html +2 -2
  139. package/docs/interfaces/{datatypes.IPWhitelistEntry.html → datatypes.FailoverBackend.html} +41 -41
  140. package/docs/interfaces/{datatypes.IPWhitelistEntryCreate.html → datatypes.FailoverBackendCreate.html} +23 -23
  141. package/docs/interfaces/datatypes.FailoverBackendList.html +205 -0
  142. package/docs/interfaces/datatypes.FailoverBackendUpdate.html +219 -0
  143. package/docs/interfaces/datatypes.HTTPResponseBackend.html +295 -0
  144. package/docs/interfaces/datatypes.HTTPResponseBackendCreate.html +243 -0
  145. package/docs/interfaces/datatypes.HTTPResponseBackendList.html +190 -0
  146. package/docs/interfaces/datatypes.HTTPResponseBackendUpdate.html +257 -0
  147. package/docs/interfaces/datatypes.HTTPSEdge.html +314 -0
  148. package/docs/interfaces/datatypes.HTTPSEdgeCreate.html +238 -0
  149. package/docs/interfaces/datatypes.HTTPSEdgeList.html +205 -0
  150. package/docs/interfaces/{datatypes.EndpointConfigurationUpdate.html → datatypes.HTTPSEdgeRoute.html} +154 -78
  151. package/docs/interfaces/{datatypes.EndpointConfigurationCreate.html → datatypes.HTTPSEdgeRouteCreate.html} +108 -89
  152. package/docs/interfaces/{datatypes.EndpointConfiguration.html → datatypes.HTTPSEdgeRouteUpdate.html} +104 -123
  153. package/docs/interfaces/datatypes.HTTPSEdgeUpdate.html +257 -0
  154. package/docs/interfaces/datatypes.IPPolicy.html +5 -24
  155. package/docs/interfaces/datatypes.IPPolicyCreate.html +2 -21
  156. package/docs/interfaces/datatypes.IPPolicyList.html +3 -3
  157. package/docs/interfaces/datatypes.IPPolicyRule.html +26 -7
  158. package/docs/interfaces/datatypes.IPPolicyRuleCreate.html +23 -4
  159. package/docs/interfaces/datatypes.IPPolicyRuleList.html +3 -3
  160. package/docs/interfaces/datatypes.IPPolicyRuleUpdate.html +4 -4
  161. package/docs/interfaces/datatypes.IPPolicyUpdate.html +3 -3
  162. package/docs/interfaces/datatypes.IPRestriction.html +8 -8
  163. package/docs/interfaces/datatypes.IPRestrictionCreate.html +5 -5
  164. package/docs/interfaces/datatypes.IPRestrictionList.html +3 -3
  165. package/docs/interfaces/datatypes.IPRestrictionUpdate.html +5 -5
  166. package/docs/interfaces/datatypes.Item.html +1 -1
  167. package/docs/interfaces/datatypes.Paging.html +2 -2
  168. package/docs/interfaces/datatypes.Ref.html +2 -2
  169. package/docs/interfaces/datatypes.ReservedAddr.html +7 -26
  170. package/docs/interfaces/datatypes.ReservedAddrCreate.html +3 -22
  171. package/docs/interfaces/datatypes.ReservedAddrList.html +3 -3
  172. package/docs/interfaces/datatypes.ReservedAddrUpdate.html +3 -22
  173. package/docs/interfaces/datatypes.ReservedDomain.html +30 -49
  174. package/docs/interfaces/datatypes.ReservedDomainCertJob.html +4 -23
  175. package/docs/interfaces/datatypes.ReservedDomainCertPolicy.html +2 -2
  176. package/docs/interfaces/datatypes.ReservedDomainCertStatus.html +2 -2
  177. package/docs/interfaces/datatypes.ReservedDomainCreate.html +6 -44
  178. package/docs/interfaces/datatypes.ReservedDomainList.html +3 -3
  179. package/docs/interfaces/datatypes.ReservedDomainUpdate.html +5 -43
  180. package/docs/interfaces/datatypes.SSHCertificateAuthority.html +7 -7
  181. package/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html +5 -5
  182. package/docs/interfaces/datatypes.SSHCertificateAuthorityList.html +3 -3
  183. package/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html +3 -3
  184. package/docs/interfaces/datatypes.SSHCredential.html +7 -7
  185. package/docs/interfaces/datatypes.SSHCredentialCreate.html +4 -4
  186. package/docs/interfaces/datatypes.SSHCredentialList.html +3 -3
  187. package/docs/interfaces/datatypes.SSHCredentialUpdate.html +4 -4
  188. package/docs/interfaces/datatypes.SSHHostCertificate.html +12 -12
  189. package/docs/interfaces/datatypes.SSHHostCertificateCreate.html +7 -7
  190. package/docs/interfaces/datatypes.SSHHostCertificateList.html +3 -3
  191. package/docs/interfaces/datatypes.SSHHostCertificateUpdate.html +3 -3
  192. package/docs/interfaces/datatypes.SSHUserCertificate.html +14 -14
  193. package/docs/interfaces/datatypes.SSHUserCertificateCreate.html +9 -9
  194. package/docs/interfaces/datatypes.SSHUserCertificateList.html +3 -3
  195. package/docs/interfaces/datatypes.SSHUserCertificateUpdate.html +3 -3
  196. package/docs/interfaces/datatypes.TCPEdge.html +295 -0
  197. package/docs/interfaces/datatypes.TCPEdgeCreate.html +238 -0
  198. package/docs/interfaces/{datatypes.IPWhitelistEntryList.html → datatypes.TCPEdgeList.html} +22 -22
  199. package/docs/interfaces/{datatypes.EventStreamUpdate.html → datatypes.TCPEdgeUpdate.html} +43 -48
  200. package/docs/interfaces/datatypes.TLSCertificate.html +21 -21
  201. package/docs/interfaces/datatypes.TLSCertificateCreate.html +4 -4
  202. package/docs/interfaces/datatypes.TLSCertificateList.html +3 -3
  203. package/docs/interfaces/datatypes.TLSCertificateSANs.html +2 -2
  204. package/docs/interfaces/datatypes.TLSCertificateUpdate.html +3 -3
  205. package/docs/interfaces/datatypes.TLSEdge.html +323 -0
  206. package/docs/interfaces/datatypes.TLSEdgeCreate.html +266 -0
  207. package/docs/interfaces/{datatypes.EventStreamList.html → datatypes.TLSEdgeList.html} +23 -23
  208. package/docs/interfaces/datatypes.TLSEdgeUpdate.html +285 -0
  209. package/docs/interfaces/datatypes.Tunnel.html +85 -9
  210. package/docs/interfaces/datatypes.TunnelGroupBackend.html +281 -0
  211. package/docs/interfaces/datatypes.TunnelGroupBackendCreate.html +205 -0
  212. package/docs/interfaces/datatypes.TunnelGroupBackendList.html +205 -0
  213. package/docs/interfaces/datatypes.TunnelGroupBackendUpdate.html +219 -0
  214. package/docs/interfaces/datatypes.TunnelList.html +3 -3
  215. package/docs/interfaces/datatypes.TunnelSession.html +10 -10
  216. package/docs/interfaces/datatypes.TunnelSessionList.html +3 -3
  217. package/docs/interfaces/datatypes.TunnelSessionsUpdate.html +1 -1
  218. package/docs/interfaces/{datatypes.EventStreamCreate.html → datatypes.WeightedBackend.html} +44 -44
  219. package/docs/interfaces/datatypes.WeightedBackendCreate.html +205 -0
  220. package/docs/interfaces/datatypes.WeightedBackendList.html +205 -0
  221. package/docs/interfaces/datatypes.WeightedBackendUpdate.html +219 -0
  222. package/docs/modules/datatypes.html +213 -89
  223. package/docs/modules/services.html +89 -33
  224. package/lib/client.d.ts +54 -24
  225. package/lib/client.d.ts.map +1 -1
  226. package/lib/client.js +45 -22
  227. package/lib/client.js.map +1 -1
  228. package/lib/datatypes.d.ts +617 -281
  229. package/lib/datatypes.d.ts.map +1 -1
  230. package/lib/services.d.ts +385 -169
  231. package/lib/services.d.ts.map +1 -1
  232. package/lib/services.js +1432 -597
  233. package/lib/services.js.map +1 -1
  234. package/package.json +2 -2
  235. package/src/client.ts +98 -45
  236. package/src/datatypes.ts +669 -302
  237. package/src/services.ts +1426 -610
  238. package/docs/classes/services.EndpointCircuitBreakerModule.html +0 -369
  239. package/docs/classes/services.EndpointCompressionModule.html +0 -369
  240. package/docs/classes/services.EndpointConfigurations.html +0 -451
  241. package/docs/classes/services.EndpointRequestHeadersModule.html +0 -369
  242. package/docs/classes/services.EndpointWebhookValidationModule.html +0 -369
  243. package/docs/interfaces/datatypes.EndpointLoggingReplace.html +0 -176
  244. package/test/endpointConfigurations.test.js +0 -67
@@ -90,19 +90,20 @@
90
90
  <h3>Properties</h3>
91
91
  <ul class="tsd-index-list">
92
92
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#abuseReports" class="tsd-kind-icon">abuse<wbr>Reports</a></li>
93
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#agentIngresses" class="tsd-kind-icon">agent<wbr>Ingresses</a></li>
93
94
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#apiKeys" class="tsd-kind-icon">api<wbr>Keys</a></li>
95
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#backends" class="tsd-kind-icon">backends</a></li>
94
96
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#certificateAuthorities" class="tsd-kind-icon">certificate<wbr>Authorities</a></li>
95
97
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#credentials" class="tsd-kind-icon">credentials</a></li>
96
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#endpointConfigurations" class="tsd-kind-icon">endpoint<wbr>Configurations</a></li>
98
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#edgeModules" class="tsd-kind-icon">edge<wbr>Modules</a></li>
99
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#edges" class="tsd-kind-icon">edges</a></li>
100
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#endpoints" class="tsd-kind-icon">endpoints</a></li>
97
101
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#eventDestinations" class="tsd-kind-icon">event<wbr>Destinations</a></li>
98
102
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#eventSources" class="tsd-kind-icon">event<wbr>Sources</a></li>
99
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#eventStreams" class="tsd-kind-icon">event<wbr>Streams</a></li>
100
103
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#eventSubscriptions" class="tsd-kind-icon">event<wbr>Subscriptions</a></li>
101
104
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#ipPolicies" class="tsd-kind-icon">ip<wbr>Policies</a></li>
102
105
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#ipPolicyRules" class="tsd-kind-icon">ip<wbr>Policy<wbr>Rules</a></li>
103
106
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#ipRestrictions" class="tsd-kind-icon">ip<wbr>Restrictions</a></li>
104
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#ipWhitelist" class="tsd-kind-icon">ip<wbr>Whitelist</a></li>
105
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#pointcfgModule" class="tsd-kind-icon">pointcfg<wbr>Module</a></li>
106
107
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#reservedAddrs" class="tsd-kind-icon">reserved<wbr>Addrs</a></li>
107
108
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#reservedDomains" class="tsd-kind-icon">reserved<wbr>Domains</a></li>
108
109
  <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>
@@ -129,7 +130,7 @@
129
130
  <li class="tsd-description">
130
131
  <aside class="tsd-sources">
131
132
  <ul>
132
- <li>Defined in client.ts:162</li>
133
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L192">client.ts:192</a></li>
133
134
  </ul>
134
135
  </aside>
135
136
  <div class="tsd-comment tsd-typography">
@@ -156,7 +157,7 @@
156
157
  <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>
157
158
  <aside class="tsd-sources">
158
159
  <ul>
159
- <li>Defined in client.ts:28</li>
160
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L28">client.ts:28</a></li>
160
161
  </ul>
161
162
  </aside>
162
163
  <div class="tsd-comment tsd-typography">
@@ -166,13 +167,23 @@
166
167
  </div>
167
168
  </div>
168
169
  </section>
170
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
171
+ <a name="agentIngresses" class="tsd-anchor"></a>
172
+ <h3>agent<wbr>Ingresses</h3>
173
+ <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>
174
+ <aside class="tsd-sources">
175
+ <ul>
176
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L29">client.ts:29</a></li>
177
+ </ul>
178
+ </aside>
179
+ </section>
169
180
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
170
181
  <a name="apiKeys" class="tsd-anchor"></a>
171
182
  <h3>api<wbr>Keys</h3>
172
183
  <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>
173
184
  <aside class="tsd-sources">
174
185
  <ul>
175
- <li>Defined in client.ts:36</li>
186
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L37">client.ts:37</a></li>
176
187
  </ul>
177
188
  </aside>
178
189
  <div class="tsd-comment tsd-typography">
@@ -185,13 +196,62 @@
185
196
  </div>
186
197
  </div>
187
198
  </section>
199
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
200
+ <a name="backends" class="tsd-anchor"></a>
201
+ <h3>backends</h3>
202
+ <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>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>
203
+ <aside class="tsd-sources">
204
+ <ul>
205
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L137">client.ts:137</a></li>
206
+ </ul>
207
+ </aside>
208
+ <div class="tsd-type-declaration">
209
+ <h4>Type declaration</h4>
210
+ <ul class="tsd-parameters">
211
+ <li class="tsd-parameter">
212
+ <h5>failover<wbr>Backends<span class="tsd-signature-symbol">: </span><a href="services.FailoverBackends.html" class="tsd-signature-type" data-tsd-kind="Class">FailoverBackends</a></h5>
213
+ <div class="tsd-comment tsd-typography">
214
+ <div class="lead">
215
+ <p>A Failover backend defines failover behavior within a list of referenced
216
+ backends. Traffic is sent to the first backend in the list. If that backend
217
+ is offline or no connection can be established, ngrok attempts to connect to
218
+ the next backend in the list until one is successful.</p>
219
+ </div>
220
+ </div>
221
+ </li>
222
+ <li class="tsd-parameter">
223
+ <h5>http<wbr>Response<wbr>Backends<span class="tsd-signature-symbol">: </span><a href="services.HTTPResponseBackends.html" class="tsd-signature-type" data-tsd-kind="Class">HTTPResponseBackends</a></h5>
224
+ </li>
225
+ <li class="tsd-parameter">
226
+ <h5>tunnel<wbr>Group<wbr>Backends<span class="tsd-signature-symbol">: </span><a href="services.TunnelGroupBackends.html" class="tsd-signature-type" data-tsd-kind="Class">TunnelGroupBackends</a></h5>
227
+ <div class="tsd-comment tsd-typography">
228
+ <div class="lead">
229
+ <p>A Tunnel Group Backend balances traffic among all online tunnels that match
230
+ a label selector.</p>
231
+ </div>
232
+ </div>
233
+ </li>
234
+ <li class="tsd-parameter">
235
+ <h5>weighted<wbr>Backends<span class="tsd-signature-symbol">: </span><a href="services.WeightedBackends.html" class="tsd-signature-type" data-tsd-kind="Class">WeightedBackends</a></h5>
236
+ <div class="tsd-comment tsd-typography">
237
+ <div class="lead">
238
+ <p>A Weighted Backend balances traffic among the referenced backends. Traffic
239
+ is assigned proportionally to each based on its weight. The percentage of
240
+ traffic is calculated by dividing a backend&#39;s weight by the sum of all
241
+ weights.</p>
242
+ </div>
243
+ </div>
244
+ </li>
245
+ </ul>
246
+ </div>
247
+ </section>
188
248
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
189
249
  <a name="certificateAuthorities" class="tsd-anchor"></a>
190
250
  <h3>certificate<wbr>Authorities</h3>
191
251
  <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>
192
252
  <aside class="tsd-sources">
193
253
  <ul>
194
- <li>Defined in client.ts:44</li>
254
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L45">client.ts:45</a></li>
195
255
  </ul>
196
256
  </aside>
197
257
  <div class="tsd-comment tsd-typography">
@@ -210,7 +270,7 @@
210
270
  <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>
211
271
  <aside class="tsd-sources">
212
272
  <ul>
213
- <li>Defined in client.ts:51</li>
273
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L52">client.ts:52</a></li>
214
274
  </ul>
215
275
  </aside>
216
276
  <div class="tsd-comment tsd-typography">
@@ -223,19 +283,118 @@
223
283
  </div>
224
284
  </section>
225
285
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
226
- <a name="endpointConfigurations" class="tsd-anchor"></a>
227
- <h3>endpoint<wbr>Configurations</h3>
228
- <div class="tsd-signature tsd-kind-icon">endpoint<wbr>Configurations<span class="tsd-signature-symbol">:</span> <a href="services.EndpointConfigurations.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointConfigurations</a></div>
286
+ <a name="edgeModules" class="tsd-anchor"></a>
287
+ <h3>edge<wbr>Modules</h3>
288
+ <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>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>
229
289
  <aside class="tsd-sources">
230
290
  <ul>
231
- <li>Defined in client.ts:57</li>
291
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L165">client.ts:165</a></li>
292
+ </ul>
293
+ </aside>
294
+ <div class="tsd-type-declaration">
295
+ <h4>Type declaration</h4>
296
+ <ul class="tsd-parameters">
297
+ <li class="tsd-parameter">
298
+ <h5>edge<wbr>Route<wbr>Backend<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteBackendModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteBackendModule</a></h5>
299
+ </li>
300
+ <li class="tsd-parameter">
301
+ <h5>edge<wbr>Route<wbr>Circuit<wbr>Breaker<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteCircuitBreakerModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteCircuitBreakerModule</a></h5>
302
+ </li>
303
+ <li class="tsd-parameter">
304
+ <h5>edge<wbr>Route<wbr>Compression<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteCompressionModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteCompressionModule</a></h5>
305
+ </li>
306
+ <li class="tsd-parameter">
307
+ <h5>edge<wbr>Route<wbr>IpRestriction<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteIPRestrictionModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteIPRestrictionModule</a></h5>
308
+ </li>
309
+ <li class="tsd-parameter">
310
+ <h5>edge<wbr>RouteOAuth<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteOAuthModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteOAuthModule</a></h5>
311
+ </li>
312
+ <li class="tsd-parameter">
313
+ <h5>edge<wbr>Route<wbr>Oidc<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteOIDCModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteOIDCModule</a></h5>
314
+ </li>
315
+ <li class="tsd-parameter">
316
+ <h5>edge<wbr>Route<wbr>Request<wbr>Headers<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteRequestHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteRequestHeadersModule</a></h5>
317
+ </li>
318
+ <li class="tsd-parameter">
319
+ <h5>edge<wbr>Route<wbr>Response<wbr>Headers<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteResponseHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteResponseHeadersModule</a></h5>
320
+ </li>
321
+ <li class="tsd-parameter">
322
+ <h5>edge<wbr>Route<wbr>Saml<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteSAMLModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteSAMLModule</a></h5>
323
+ </li>
324
+ <li class="tsd-parameter">
325
+ <h5>edge<wbr>Route<wbr>Webhook<wbr>Verification<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteWebhookVerificationModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteWebhookVerificationModule</a></h5>
326
+ </li>
327
+ <li class="tsd-parameter">
328
+ <h5>edge<wbr>Route<wbr>Websocket<wbr>Tcp<wbr>Converter<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteWebsocketTCPConverterModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteWebsocketTCPConverterModule</a></h5>
329
+ </li>
330
+ <li class="tsd-parameter">
331
+ <h5>https<wbr>Edge<wbr>Mutual<wbr>Tls<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.HTTPSEdgeMutualTLSModule.html" class="tsd-signature-type" data-tsd-kind="Class">HTTPSEdgeMutualTLSModule</a></h5>
332
+ </li>
333
+ <li class="tsd-parameter">
334
+ <h5>https<wbr>Edge<wbr>Tls<wbr>Termination<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.HTTPSEdgeTLSTerminationModule.html" class="tsd-signature-type" data-tsd-kind="Class">HTTPSEdgeTLSTerminationModule</a></h5>
335
+ </li>
336
+ <li class="tsd-parameter">
337
+ <h5>tcp<wbr>Edge<wbr>Backend<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.TCPEdgeBackendModule.html" class="tsd-signature-type" data-tsd-kind="Class">TCPEdgeBackendModule</a></h5>
338
+ </li>
339
+ <li class="tsd-parameter">
340
+ <h5>tcp<wbr>Edge<wbr>IpRestriction<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.TCPEdgeIPRestrictionModule.html" class="tsd-signature-type" data-tsd-kind="Class">TCPEdgeIPRestrictionModule</a></h5>
341
+ </li>
342
+ <li class="tsd-parameter">
343
+ <h5>tls<wbr>Edge<wbr>Backend<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeBackendModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeBackendModule</a></h5>
344
+ </li>
345
+ <li class="tsd-parameter">
346
+ <h5>tls<wbr>Edge<wbr>IpRestriction<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeIPRestrictionModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeIPRestrictionModule</a></h5>
347
+ </li>
348
+ <li class="tsd-parameter">
349
+ <h5>tls<wbr>Edge<wbr>Mutual<wbr>Tls<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeMutualTLSModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeMutualTLSModule</a></h5>
350
+ </li>
351
+ <li class="tsd-parameter">
352
+ <h5>tls<wbr>Edge<wbr>Tls<wbr>Termination<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeTLSTerminationModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeTLSTerminationModule</a></h5>
353
+ </li>
354
+ </ul>
355
+ </div>
356
+ </section>
357
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
358
+ <a name="edges" class="tsd-anchor"></a>
359
+ <h3>edges</h3>
360
+ <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>
361
+ <aside class="tsd-sources">
362
+ <ul>
363
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L159">client.ts:159</a></li>
364
+ </ul>
365
+ </aside>
366
+ <div class="tsd-type-declaration">
367
+ <h4>Type declaration</h4>
368
+ <ul class="tsd-parameters">
369
+ <li class="tsd-parameter">
370
+ <h5>edges<wbr>Https<span class="tsd-signature-symbol">: </span><a href="services.EdgesHTTPS.html" class="tsd-signature-type" data-tsd-kind="Class">EdgesHTTPS</a></h5>
371
+ </li>
372
+ <li class="tsd-parameter">
373
+ <h5>edges<wbr>Https<wbr>Routes<span class="tsd-signature-symbol">: </span><a href="services.EdgesHTTPSRoutes.html" class="tsd-signature-type" data-tsd-kind="Class">EdgesHTTPSRoutes</a></h5>
374
+ </li>
375
+ <li class="tsd-parameter">
376
+ <h5>edges<wbr>Tcp<span class="tsd-signature-symbol">: </span><a href="services.EdgesTCP.html" class="tsd-signature-type" data-tsd-kind="Class">EdgesTCP</a></h5>
377
+ </li>
378
+ <li class="tsd-parameter">
379
+ <h5>edges<wbr>Tls<span class="tsd-signature-symbol">: </span><a href="services.EdgesTLS.html" class="tsd-signature-type" data-tsd-kind="Class">EdgesTLS</a></h5>
380
+ </li>
381
+ </ul>
382
+ </div>
383
+ </section>
384
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
385
+ <a name="endpoints" class="tsd-anchor"></a>
386
+ <h3>endpoints</h3>
387
+ <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>
388
+ <aside class="tsd-sources">
389
+ <ul>
390
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L58">client.ts:58</a></li>
232
391
  </ul>
233
392
  </aside>
234
393
  <div class="tsd-comment tsd-typography">
235
394
  <div class="lead">
236
- <p>Endpoint Configurations are a reusable group of modules that encapsulate how
237
- traffic to a domain or address is handled. Endpoint configurations are only
238
- applied to Domains and TCP Addresses they have been attached to.</p>
395
+ <p>Endpoints provides an API for querying the endpoint objects
396
+ which define what tunnel or edge is used to serve a hostport.
397
+ Only active endpoints associated with a tunnel or backend are returned.</p>
239
398
  </div>
240
399
  </div>
241
400
  </section>
@@ -245,7 +404,7 @@
245
404
  <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>
246
405
  <aside class="tsd-sources">
247
406
  <ul>
248
- <li>Defined in client.ts:59</li>
407
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L59">client.ts:59</a></li>
249
408
  </ul>
250
409
  </aside>
251
410
  </section>
@@ -255,17 +414,7 @@
255
414
  <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>
256
415
  <aside class="tsd-sources">
257
416
  <ul>
258
- <li>Defined in client.ts:61</li>
259
- </ul>
260
- </aside>
261
- </section>
262
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
263
- <a name="eventStreams" class="tsd-anchor"></a>
264
- <h3>event<wbr>Streams</h3>
265
- <div class="tsd-signature tsd-kind-icon">event<wbr>Streams<span class="tsd-signature-symbol">:</span> <a href="services.EventStreams.html" class="tsd-signature-type" data-tsd-kind="Class">EventStreams</a></div>
266
- <aside class="tsd-sources">
267
- <ul>
268
- <li>Defined in client.ts:58</li>
417
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L61">client.ts:61</a></li>
269
418
  </ul>
270
419
  </aside>
271
420
  </section>
@@ -275,7 +424,7 @@
275
424
  <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>
276
425
  <aside class="tsd-sources">
277
426
  <ul>
278
- <li>Defined in client.ts:60</li>
427
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L60">client.ts:60</a></li>
279
428
  </ul>
280
429
  </aside>
281
430
  </section>
@@ -285,7 +434,7 @@
285
434
  <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>
286
435
  <aside class="tsd-sources">
287
436
  <ul>
288
- <li>Defined in client.ts:68</li>
437
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L68">client.ts:68</a></li>
289
438
  </ul>
290
439
  </aside>
291
440
  <div class="tsd-comment tsd-typography">
@@ -303,7 +452,7 @@
303
452
  <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>
304
453
  <aside class="tsd-sources">
305
454
  <ul>
306
- <li>Defined in client.ts:73</li>
455
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L73">client.ts:73</a></li>
307
456
  </ul>
308
457
  </aside>
309
458
  <div class="tsd-comment tsd-typography">
@@ -319,13 +468,13 @@
319
468
  <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>
320
469
  <aside class="tsd-sources">
321
470
  <ul>
322
- <li>Defined in client.ts:82</li>
471
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L82">client.ts:82</a></li>
323
472
  </ul>
324
473
  </aside>
325
474
  <div class="tsd-comment tsd-typography">
326
475
  <div class="lead">
327
476
  <p>An IP restriction is a restriction placed on the CIDRs that are allowed to
328
- initate traffic to a specific aspect of your ngrok account. An IP
477
+ initiate traffic to a specific aspect of your ngrok account. An IP
329
478
  restriction has a type which defines the ingress it applies to. IP
330
479
  restrictions can be used to enforce the source IPs that can make API
331
480
  requests, log in to the dashboard, start ngrok agents, and connect to your
@@ -333,80 +482,13 @@
333
482
  </div>
334
483
  </div>
335
484
  </section>
336
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
337
- <a name="ipWhitelist" class="tsd-anchor"></a>
338
- <h3>ip<wbr>Whitelist</h3>
339
- <div class="tsd-signature tsd-kind-icon">ip<wbr>Whitelist<span class="tsd-signature-symbol">:</span> <a href="services.IPWhitelist.html" class="tsd-signature-type" data-tsd-kind="Class">IPWhitelist</a></div>
340
- <aside class="tsd-sources">
341
- <ul>
342
- <li>Defined in client.ts:87</li>
343
- </ul>
344
- </aside>
345
- <div class="tsd-comment tsd-typography">
346
- <div class="lead">
347
- <p>The IP Whitelist is deprecated and will be removed. Use an IP Restriction
348
- with an <code>endpoints</code> type instead.</p>
349
- </div>
350
- </div>
351
- </section>
352
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
353
- <a name="pointcfgModule" class="tsd-anchor"></a>
354
- <h3>pointcfg<wbr>Module</h3>
355
- <div class="tsd-signature tsd-kind-icon">pointcfg<wbr>Module<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>endpointCircuitBreakerModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointCircuitBreakerModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointCircuitBreakerModule</a><span class="tsd-signature-symbol">; </span>endpointCompressionModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointCompressionModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointCompressionModule</a><span class="tsd-signature-symbol">; </span>endpointIpPolicyModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointIPPolicyModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointIPPolicyModule</a><span class="tsd-signature-symbol">; </span>endpointLoggingModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointLoggingModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointLoggingModule</a><span class="tsd-signature-symbol">; </span>endpointMutualTlsModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointMutualTLSModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointMutualTLSModule</a><span class="tsd-signature-symbol">; </span>endpointOAuthModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointOAuthModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointOAuthModule</a><span class="tsd-signature-symbol">; </span>endpointOidcModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointOIDCModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointOIDCModule</a><span class="tsd-signature-symbol">; </span>endpointRequestHeadersModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointRequestHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointRequestHeadersModule</a><span class="tsd-signature-symbol">; </span>endpointResponseHeadersModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointResponseHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointResponseHeadersModule</a><span class="tsd-signature-symbol">; </span>endpointSamlModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointSAMLModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointSAMLModule</a><span class="tsd-signature-symbol">; </span>endpointTlsTerminationModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointTLSTerminationModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointTLSTerminationModule</a><span class="tsd-signature-symbol">; </span>endpointWebhookValidationModule<span class="tsd-signature-symbol">: </span><a href="services.EndpointWebhookValidationModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointWebhookValidationModule</a><span class="tsd-signature-symbol"> }</span></div>
356
- <aside class="tsd-sources">
357
- <ul>
358
- <li>Defined in client.ts:142</li>
359
- </ul>
360
- </aside>
361
- <div class="tsd-type-declaration">
362
- <h4>Type declaration</h4>
363
- <ul class="tsd-parameters">
364
- <li class="tsd-parameter">
365
- <h5>endpoint<wbr>Circuit<wbr>Breaker<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointCircuitBreakerModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointCircuitBreakerModule</a></h5>
366
- </li>
367
- <li class="tsd-parameter">
368
- <h5>endpoint<wbr>Compression<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointCompressionModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointCompressionModule</a></h5>
369
- </li>
370
- <li class="tsd-parameter">
371
- <h5>endpoint<wbr>IpPolicy<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointIPPolicyModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointIPPolicyModule</a></h5>
372
- </li>
373
- <li class="tsd-parameter">
374
- <h5>endpoint<wbr>Logging<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointLoggingModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointLoggingModule</a></h5>
375
- </li>
376
- <li class="tsd-parameter">
377
- <h5>endpoint<wbr>Mutual<wbr>Tls<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointMutualTLSModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointMutualTLSModule</a></h5>
378
- </li>
379
- <li class="tsd-parameter">
380
- <h5>endpointOAuth<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointOAuthModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointOAuthModule</a></h5>
381
- </li>
382
- <li class="tsd-parameter">
383
- <h5>endpoint<wbr>Oidc<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointOIDCModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointOIDCModule</a></h5>
384
- </li>
385
- <li class="tsd-parameter">
386
- <h5>endpoint<wbr>Request<wbr>Headers<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointRequestHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointRequestHeadersModule</a></h5>
387
- </li>
388
- <li class="tsd-parameter">
389
- <h5>endpoint<wbr>Response<wbr>Headers<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointResponseHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointResponseHeadersModule</a></h5>
390
- </li>
391
- <li class="tsd-parameter">
392
- <h5>endpoint<wbr>Saml<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointSAMLModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointSAMLModule</a></h5>
393
- </li>
394
- <li class="tsd-parameter">
395
- <h5>endpoint<wbr>Tls<wbr>Termination<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointTLSTerminationModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointTLSTerminationModule</a></h5>
396
- </li>
397
- <li class="tsd-parameter">
398
- <h5>endpoint<wbr>Webhook<wbr>Validation<wbr>Module<span class="tsd-signature-symbol">: </span><a href="services.EndpointWebhookValidationModule.html" class="tsd-signature-type" data-tsd-kind="Class">EndpointWebhookValidationModule</a></h5>
399
- </li>
400
- </ul>
401
- </div>
402
- </section>
403
485
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
404
486
  <a name="reservedAddrs" class="tsd-anchor"></a>
405
487
  <h3>reserved<wbr>Addrs</h3>
406
488
  <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>
407
489
  <aside class="tsd-sources">
408
490
  <ul>
409
- <li>Defined in client.ts:93</li>
491
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L88">client.ts:88</a></li>
410
492
  </ul>
411
493
  </aside>
412
494
  <div class="tsd-comment tsd-typography">
@@ -423,7 +505,7 @@
423
505
  <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>
424
506
  <aside class="tsd-sources">
425
507
  <ul>
426
- <li>Defined in client.ts:100</li>
508
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L95">client.ts:95</a></li>
427
509
  </ul>
428
510
  </aside>
429
511
  <div class="tsd-comment tsd-typography">
@@ -441,7 +523,7 @@
441
523
  <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>
442
524
  <aside class="tsd-sources">
443
525
  <ul>
444
- <li>Defined in client.ts:105</li>
526
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L100">client.ts:100</a></li>
445
527
  </ul>
446
528
  </aside>
447
529
  <div class="tsd-comment tsd-typography">
@@ -457,7 +539,7 @@
457
539
  <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>
458
540
  <aside class="tsd-sources">
459
541
  <ul>
460
- <li>Defined in client.ts:110</li>
542
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L105">client.ts:105</a></li>
461
543
  </ul>
462
544
  </aside>
463
545
  <div class="tsd-comment tsd-typography">
@@ -473,7 +555,7 @@
473
555
  <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>
474
556
  <aside class="tsd-sources">
475
557
  <ul>
476
- <li>Defined in client.ts:116</li>
558
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L111">client.ts:111</a></li>
477
559
  </ul>
478
560
  </aside>
479
561
  <div class="tsd-comment tsd-typography">
@@ -490,7 +572,7 @@
490
572
  <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>
491
573
  <aside class="tsd-sources">
492
574
  <ul>
493
- <li>Defined in client.ts:122</li>
575
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L117">client.ts:117</a></li>
494
576
  </ul>
495
577
  </aside>
496
578
  <div class="tsd-comment tsd-typography">
@@ -507,7 +589,7 @@
507
589
  <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>
508
590
  <aside class="tsd-sources">
509
591
  <ul>
510
- <li>Defined in client.ts:130</li>
592
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L125">client.ts:125</a></li>
511
593
  </ul>
512
594
  </aside>
513
595
  <div class="tsd-comment tsd-typography">
@@ -526,7 +608,7 @@
526
608
  <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>
527
609
  <aside class="tsd-sources">
528
610
  <ul>
529
- <li>Defined in client.ts:136</li>
611
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L131">client.ts:131</a></li>
530
612
  </ul>
531
613
  </aside>
532
614
  <div class="tsd-comment tsd-typography">
@@ -543,7 +625,7 @@
543
625
  <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>
544
626
  <aside class="tsd-sources">
545
627
  <ul>
546
- <li>Defined in client.ts:141</li>
628
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/client.ts#L136">client.ts:136</a></li>
547
629
  </ul>
548
630
  </aside>
549
631
  <div class="tsd-comment tsd-typography">
@@ -585,9 +667,15 @@
585
667
  <li class=" tsd-kind-property tsd-parent-kind-class">
586
668
  <a href="client.Ngrok.html#abuseReports" class="tsd-kind-icon">abuse<wbr>Reports</a>
587
669
  </li>
670
+ <li class=" tsd-kind-property tsd-parent-kind-class">
671
+ <a href="client.Ngrok.html#agentIngresses" class="tsd-kind-icon">agent<wbr>Ingresses</a>
672
+ </li>
588
673
  <li class=" tsd-kind-property tsd-parent-kind-class">
589
674
  <a href="client.Ngrok.html#apiKeys" class="tsd-kind-icon">api<wbr>Keys</a>
590
675
  </li>
676
+ <li class=" tsd-kind-property tsd-parent-kind-class">
677
+ <a href="client.Ngrok.html#backends" class="tsd-kind-icon">backends</a>
678
+ </li>
591
679
  <li class=" tsd-kind-property tsd-parent-kind-class">
592
680
  <a href="client.Ngrok.html#certificateAuthorities" class="tsd-kind-icon">certificate<wbr>Authorities</a>
593
681
  </li>
@@ -595,16 +683,19 @@
595
683
  <a href="client.Ngrok.html#credentials" class="tsd-kind-icon">credentials</a>
596
684
  </li>
597
685
  <li class=" tsd-kind-property tsd-parent-kind-class">
598
- <a href="client.Ngrok.html#endpointConfigurations" class="tsd-kind-icon">endpoint<wbr>Configurations</a>
686
+ <a href="client.Ngrok.html#edgeModules" class="tsd-kind-icon">edge<wbr>Modules</a>
599
687
  </li>
600
688
  <li class=" tsd-kind-property tsd-parent-kind-class">
601
- <a href="client.Ngrok.html#eventDestinations" class="tsd-kind-icon">event<wbr>Destinations</a>
689
+ <a href="client.Ngrok.html#edges" class="tsd-kind-icon">edges</a>
602
690
  </li>
603
691
  <li class=" tsd-kind-property tsd-parent-kind-class">
604
- <a href="client.Ngrok.html#eventSources" class="tsd-kind-icon">event<wbr>Sources</a>
692
+ <a href="client.Ngrok.html#endpoints" class="tsd-kind-icon">endpoints</a>
693
+ </li>
694
+ <li class=" tsd-kind-property tsd-parent-kind-class">
695
+ <a href="client.Ngrok.html#eventDestinations" class="tsd-kind-icon">event<wbr>Destinations</a>
605
696
  </li>
606
697
  <li class=" tsd-kind-property tsd-parent-kind-class">
607
- <a href="client.Ngrok.html#eventStreams" class="tsd-kind-icon">event<wbr>Streams</a>
698
+ <a href="client.Ngrok.html#eventSources" class="tsd-kind-icon">event<wbr>Sources</a>
608
699
  </li>
609
700
  <li class=" tsd-kind-property tsd-parent-kind-class">
610
701
  <a href="client.Ngrok.html#eventSubscriptions" class="tsd-kind-icon">event<wbr>Subscriptions</a>
@@ -618,12 +709,6 @@
618
709
  <li class=" tsd-kind-property tsd-parent-kind-class">
619
710
  <a href="client.Ngrok.html#ipRestrictions" class="tsd-kind-icon">ip<wbr>Restrictions</a>
620
711
  </li>
621
- <li class=" tsd-kind-property tsd-parent-kind-class">
622
- <a href="client.Ngrok.html#ipWhitelist" class="tsd-kind-icon">ip<wbr>Whitelist</a>
623
- </li>
624
- <li class=" tsd-kind-property tsd-parent-kind-class">
625
- <a href="client.Ngrok.html#pointcfgModule" class="tsd-kind-icon">pointcfg<wbr>Module</a>
626
- </li>
627
712
  <li class=" tsd-kind-property tsd-parent-kind-class">
628
713
  <a href="client.Ngrok.html#reservedAddrs" class="tsd-kind-icon">reserved<wbr>Addrs</a>
629
714
  </li>