@ngrok/ngrok-api 0.3.0 → 0.9.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 (242) hide show
  1. package/README.md +21 -44
  2. package/docs/assets/js/search.js +1 -1
  3. package/docs/classes/client.Ngrok.html +191 -100
  4. package/docs/classes/services.APIKeys.html +6 -105
  5. package/docs/classes/services.AbuseReports.html +3 -102
  6. package/docs/classes/services.AgentIngresses.html +6 -105
  7. package/docs/classes/services.CertificateAuthorities.html +6 -105
  8. package/docs/classes/services.Credentials.html +6 -105
  9. package/docs/classes/services.EdgeRouteBackendModule.html +270 -0
  10. package/docs/classes/services.EdgeRouteCircuitBreakerModule.html +270 -0
  11. package/docs/classes/services.EdgeRouteCompressionModule.html +270 -0
  12. package/docs/classes/{services.EndpointCircuitBreakerModule.html → services.EdgeRouteIPRestrictionModule.html} +28 -127
  13. package/docs/classes/services.EdgeRouteOAuthModule.html +270 -0
  14. package/docs/classes/services.EdgeRouteOIDCModule.html +270 -0
  15. package/docs/classes/{services.EndpointResponseHeadersModule.html → services.EdgeRouteRequestHeadersModule.html} +28 -127
  16. package/docs/classes/services.EdgeRouteResponseHeadersModule.html +270 -0
  17. package/docs/classes/services.EdgeRouteSAMLModule.html +270 -0
  18. package/docs/classes/services.EdgeRouteWebhookVerificationModule.html +270 -0
  19. package/docs/classes/services.EdgeRouteWebsocketTCPConverterModule.html +270 -0
  20. package/docs/classes/services.EdgesHTTPS.html +343 -0
  21. package/docs/classes/services.EdgesHTTPSRoutes.html +317 -0
  22. package/docs/classes/services.EdgesTCP.html +343 -0
  23. package/docs/classes/services.EdgesTLS.html +343 -0
  24. package/docs/classes/services.Endpoints.html +256 -0
  25. package/docs/classes/services.EventDestinations.html +7 -106
  26. package/docs/classes/services.EventSources.html +6 -105
  27. package/docs/classes/services.EventSubscriptions.html +6 -105
  28. package/docs/classes/services.FailoverBackends.html +353 -0
  29. package/docs/classes/services.HTTPResponseBackends.html +318 -0
  30. package/docs/classes/{services.EndpointMutualTLSModule.html → services.HTTPSEdgeMutualTLSModule.html} +22 -121
  31. package/docs/classes/{services.EndpointTLSTerminationModule.html → services.HTTPSEdgeTLSTerminationModule.html} +22 -121
  32. package/docs/classes/services.IPPolicies.html +6 -105
  33. package/docs/classes/services.IPPolicyRules.html +6 -105
  34. package/docs/classes/services.IPRestrictions.html +7 -106
  35. package/docs/classes/services.ReservedAddrs.html +6 -137
  36. package/docs/classes/services.ReservedDomains.html +8 -171
  37. package/docs/classes/services.SSHCertificateAuthorities.html +6 -105
  38. package/docs/classes/services.SSHCredentials.html +6 -105
  39. package/docs/classes/services.SSHHostCertificates.html +6 -105
  40. package/docs/classes/services.SSHUserCertificates.html +6 -105
  41. package/docs/classes/{services.EndpointSAMLModule.html → services.TCPEdgeBackendModule.html} +25 -124
  42. package/docs/classes/{services.EndpointIPPolicyModule.html → services.TCPEdgeIPRestrictionModule.html} +22 -121
  43. package/docs/classes/services.TLSCertificates.html +6 -105
  44. package/docs/classes/{services.EndpointLoggingModule.html → services.TLSEdgeBackendModule.html} +25 -124
  45. package/docs/classes/{services.EndpointOIDCModule.html → services.TLSEdgeIPRestrictionModule.html} +25 -124
  46. package/docs/classes/{services.EndpointOAuthModule.html → services.TLSEdgeMutualTLSModule.html} +25 -124
  47. package/docs/classes/services.TLSEdgeTLSTerminationModule.html +270 -0
  48. package/docs/classes/services.TunnelGroupBackends.html +351 -0
  49. package/docs/classes/services.TunnelSessions.html +6 -105
  50. package/docs/classes/services.Tunnels.html +34 -101
  51. package/docs/classes/{services.EventStreams.html → services.WeightedBackends.html} +51 -140
  52. package/docs/index.html +22 -43
  53. package/docs/interfaces/client.NgrokConfig.html +2 -2
  54. package/docs/interfaces/datatypes.APIKey.html +6 -6
  55. package/docs/interfaces/datatypes.APIKeyCreate.html +2 -2
  56. package/docs/interfaces/datatypes.APIKeyList.html +3 -3
  57. package/docs/interfaces/datatypes.APIKeyUpdate.html +3 -3
  58. package/docs/interfaces/datatypes.AWSAuth.html +2 -2
  59. package/docs/interfaces/datatypes.AWSCredentials.html +2 -2
  60. package/docs/interfaces/datatypes.AWSRole.html +1 -1
  61. package/docs/interfaces/datatypes.AbuseReport.html +7 -7
  62. package/docs/interfaces/datatypes.AbuseReportCreate.html +2 -2
  63. package/docs/interfaces/datatypes.AbuseReportHostname.html +2 -2
  64. package/docs/interfaces/datatypes.AgentIngress.html +8 -8
  65. package/docs/interfaces/datatypes.AgentIngressCreate.html +3 -3
  66. package/docs/interfaces/datatypes.AgentIngressList.html +3 -3
  67. package/docs/interfaces/datatypes.AgentIngressUpdate.html +3 -3
  68. package/docs/interfaces/datatypes.CertificateAuthority.html +11 -11
  69. package/docs/interfaces/datatypes.CertificateAuthorityCreate.html +3 -3
  70. package/docs/interfaces/datatypes.CertificateAuthorityList.html +3 -3
  71. package/docs/interfaces/datatypes.CertificateAuthorityUpdate.html +3 -3
  72. package/docs/interfaces/datatypes.Credential.html +8 -8
  73. package/docs/interfaces/datatypes.CredentialCreate.html +3 -3
  74. package/docs/interfaces/datatypes.CredentialList.html +3 -3
  75. package/docs/interfaces/datatypes.CredentialUpdate.html +4 -4
  76. package/docs/interfaces/{datatypes.EndpointOIDCReplace.html → datatypes.EdgeBackendReplace.html} +12 -12
  77. package/docs/interfaces/{datatypes.EndpointIPPolicyReplace.html → datatypes.EdgeIPRestrictionReplace.html} +11 -11
  78. package/docs/interfaces/{datatypes.EndpointMutualTLSReplace.html → datatypes.EdgeMutualTLSReplace.html} +11 -11
  79. package/docs/interfaces/datatypes.EdgeRouteBackendReplace.html +190 -0
  80. package/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html +190 -0
  81. package/docs/interfaces/{datatypes.EndpointCompressionReplace.html → datatypes.EdgeRouteCompressionReplace.html} +25 -11
  82. package/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html +190 -0
  83. package/docs/interfaces/{datatypes.EndpointCircuitBreakerReplace.html → datatypes.EdgeRouteItem.html} +27 -17
  84. package/docs/interfaces/{datatypes.EndpointOAuthReplace.html → datatypes.EdgeRouteOAuthReplace.html} +25 -11
  85. package/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html +190 -0
  86. package/docs/interfaces/{datatypes.EndpointRequestHeadersReplace.html → datatypes.EdgeRouteRequestHeadersReplace.html} +25 -11
  87. package/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html +190 -0
  88. package/docs/interfaces/{datatypes.EndpointSAMLReplace.html → datatypes.EdgeRouteSAMLReplace.html} +25 -11
  89. package/docs/interfaces/{datatypes.EndpointWebhookValidationReplace.html → datatypes.EdgeRouteWebhookVerificationReplace.html} +25 -11
  90. package/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html +190 -0
  91. package/docs/interfaces/{datatypes.EndpointResponseHeadersReplace.html → datatypes.EdgeTLSTerminationAtEdgeReplace.html} +12 -12
  92. package/docs/interfaces/{datatypes.EndpointTLSTerminationReplace.html → datatypes.EdgeTLSTerminationReplace.html} +11 -11
  93. package/docs/interfaces/datatypes.Endpoint.html +395 -0
  94. package/docs/interfaces/{datatypes.EndpointLogging.html → datatypes.EndpointBackend.html} +19 -19
  95. package/docs/interfaces/{datatypes.EndpointLoggingMutate.html → datatypes.EndpointBackendMutate.html} +19 -19
  96. package/docs/interfaces/datatypes.EndpointCircuitBreaker.html +6 -6
  97. package/docs/interfaces/datatypes.EndpointCompression.html +1 -1
  98. package/docs/interfaces/datatypes.EndpointIPPolicy.html +2 -2
  99. package/docs/interfaces/datatypes.EndpointIPPolicyMutate.html +2 -2
  100. package/docs/interfaces/datatypes.EndpointList.html +205 -0
  101. package/docs/interfaces/datatypes.EndpointMutualTLS.html +2 -2
  102. package/docs/interfaces/datatypes.EndpointMutualTLSMutate.html +3 -3
  103. package/docs/interfaces/datatypes.EndpointOAuth.html +7 -7
  104. package/docs/interfaces/datatypes.EndpointOAuthFacebook.html +5 -5
  105. package/docs/interfaces/datatypes.EndpointOAuthGitHub.html +7 -7
  106. package/docs/interfaces/datatypes.EndpointOAuthGoogle.html +5 -5
  107. package/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html +5 -5
  108. package/docs/interfaces/datatypes.EndpointOAuthProvider.html +4 -4
  109. package/docs/interfaces/datatypes.EndpointOIDC.html +9 -9
  110. package/docs/interfaces/datatypes.EndpointRequestHeaders.html +3 -3
  111. package/docs/interfaces/datatypes.EndpointResponseHeaders.html +3 -3
  112. package/docs/interfaces/datatypes.EndpointSAML.html +15 -15
  113. package/docs/interfaces/datatypes.EndpointSAMLMutate.html +10 -10
  114. package/docs/interfaces/datatypes.EndpointTLSTermination.html +3 -3
  115. package/docs/interfaces/datatypes.EndpointTLSTerminationAtEdge.html +186 -0
  116. package/docs/interfaces/datatypes.EndpointWebhookValidation.html +4 -4
  117. package/docs/interfaces/datatypes.EndpointWebsocketTCPConverter.html +167 -0
  118. package/docs/interfaces/datatypes.Error.html +4 -4
  119. package/docs/interfaces/datatypes.EventDestination.html +7 -7
  120. package/docs/interfaces/datatypes.EventDestinationCreate.html +4 -4
  121. package/docs/interfaces/datatypes.EventDestinationList.html +3 -3
  122. package/docs/interfaces/datatypes.EventDestinationUpdate.html +5 -5
  123. package/docs/interfaces/datatypes.EventSource.html +2 -2
  124. package/docs/interfaces/datatypes.EventSourceCreate.html +2 -2
  125. package/docs/interfaces/datatypes.EventSourceItem.html +2 -2
  126. package/docs/interfaces/datatypes.EventSourceList.html +2 -2
  127. package/docs/interfaces/datatypes.EventSourcePaging.html +1 -1
  128. package/docs/interfaces/datatypes.EventSourceReplace.html +1 -1
  129. package/docs/interfaces/datatypes.EventSourceUpdate.html +2 -2
  130. package/docs/interfaces/datatypes.EventSubscription.html +7 -7
  131. package/docs/interfaces/datatypes.EventSubscriptionCreate.html +5 -5
  132. package/docs/interfaces/datatypes.EventSubscriptionList.html +3 -3
  133. package/docs/interfaces/datatypes.EventSubscriptionUpdate.html +6 -6
  134. package/docs/interfaces/datatypes.EventTarget.html +3 -3
  135. package/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html +2 -2
  136. package/docs/interfaces/datatypes.EventTargetFirehose.html +2 -2
  137. package/docs/interfaces/datatypes.EventTargetKinesis.html +2 -2
  138. package/docs/interfaces/{datatypes.EventStreamCreate.html → datatypes.FailoverBackend.html} +44 -44
  139. package/docs/interfaces/datatypes.FailoverBackendCreate.html +205 -0
  140. package/docs/interfaces/datatypes.FailoverBackendList.html +205 -0
  141. package/docs/interfaces/datatypes.FailoverBackendUpdate.html +219 -0
  142. package/docs/interfaces/datatypes.HTTPResponseBackend.html +295 -0
  143. package/docs/interfaces/datatypes.HTTPResponseBackendCreate.html +243 -0
  144. package/docs/interfaces/datatypes.HTTPResponseBackendList.html +190 -0
  145. package/docs/interfaces/{datatypes.EventStreamUpdate.html → datatypes.HTTPResponseBackendUpdate.html} +40 -45
  146. package/docs/interfaces/{datatypes.EventStream.html → datatypes.HTTPSEdge.html} +58 -63
  147. package/docs/interfaces/datatypes.HTTPSEdgeCreate.html +238 -0
  148. package/docs/interfaces/{datatypes.EventStreamList.html → datatypes.HTTPSEdgeList.html} +20 -20
  149. package/docs/interfaces/{datatypes.EndpointConfiguration.html → datatypes.HTTPSEdgeRoute.html} +123 -104
  150. package/docs/interfaces/{datatypes.EndpointConfigurationCreate.html → datatypes.HTTPSEdgeRouteCreate.html} +108 -89
  151. package/docs/interfaces/{datatypes.EndpointConfigurationUpdate.html → datatypes.HTTPSEdgeRouteUpdate.html} +115 -77
  152. package/docs/interfaces/datatypes.HTTPSEdgeUpdate.html +257 -0
  153. package/docs/interfaces/datatypes.IPPolicy.html +5 -24
  154. package/docs/interfaces/datatypes.IPPolicyCreate.html +2 -21
  155. package/docs/interfaces/datatypes.IPPolicyList.html +3 -3
  156. package/docs/interfaces/datatypes.IPPolicyRule.html +26 -7
  157. package/docs/interfaces/datatypes.IPPolicyRuleCreate.html +23 -4
  158. package/docs/interfaces/datatypes.IPPolicyRuleList.html +3 -3
  159. package/docs/interfaces/datatypes.IPPolicyRuleUpdate.html +4 -4
  160. package/docs/interfaces/datatypes.IPPolicyUpdate.html +3 -3
  161. package/docs/interfaces/datatypes.IPRestriction.html +8 -8
  162. package/docs/interfaces/datatypes.IPRestrictionCreate.html +5 -5
  163. package/docs/interfaces/datatypes.IPRestrictionList.html +4 -4
  164. package/docs/interfaces/datatypes.IPRestrictionUpdate.html +5 -5
  165. package/docs/interfaces/datatypes.Item.html +1 -1
  166. package/docs/interfaces/datatypes.Paging.html +2 -2
  167. package/docs/interfaces/datatypes.Ref.html +2 -2
  168. package/docs/interfaces/datatypes.ReservedAddr.html +7 -26
  169. package/docs/interfaces/datatypes.ReservedAddrCreate.html +3 -22
  170. package/docs/interfaces/datatypes.ReservedAddrList.html +3 -3
  171. package/docs/interfaces/datatypes.ReservedAddrUpdate.html +3 -22
  172. package/docs/interfaces/datatypes.ReservedDomain.html +12 -50
  173. package/docs/interfaces/datatypes.ReservedDomainCertJob.html +4 -4
  174. package/docs/interfaces/datatypes.ReservedDomainCertPolicy.html +2 -2
  175. package/docs/interfaces/datatypes.ReservedDomainCertStatus.html +2 -2
  176. package/docs/interfaces/datatypes.ReservedDomainCreate.html +6 -44
  177. package/docs/interfaces/datatypes.ReservedDomainList.html +3 -3
  178. package/docs/interfaces/datatypes.ReservedDomainUpdate.html +5 -43
  179. package/docs/interfaces/datatypes.SSHCertificateAuthority.html +7 -7
  180. package/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html +5 -5
  181. package/docs/interfaces/datatypes.SSHCertificateAuthorityList.html +3 -3
  182. package/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html +3 -3
  183. package/docs/interfaces/datatypes.SSHCredential.html +7 -7
  184. package/docs/interfaces/datatypes.SSHCredentialCreate.html +4 -4
  185. package/docs/interfaces/datatypes.SSHCredentialList.html +3 -3
  186. package/docs/interfaces/datatypes.SSHCredentialUpdate.html +4 -4
  187. package/docs/interfaces/datatypes.SSHHostCertificate.html +12 -12
  188. package/docs/interfaces/datatypes.SSHHostCertificateCreate.html +7 -7
  189. package/docs/interfaces/datatypes.SSHHostCertificateList.html +3 -3
  190. package/docs/interfaces/datatypes.SSHHostCertificateUpdate.html +3 -3
  191. package/docs/interfaces/datatypes.SSHUserCertificate.html +15 -15
  192. package/docs/interfaces/datatypes.SSHUserCertificateCreate.html +10 -10
  193. package/docs/interfaces/datatypes.SSHUserCertificateList.html +3 -3
  194. package/docs/interfaces/datatypes.SSHUserCertificateUpdate.html +3 -3
  195. package/docs/interfaces/datatypes.TCPEdge.html +295 -0
  196. package/docs/interfaces/datatypes.TCPEdgeCreate.html +238 -0
  197. package/docs/interfaces/datatypes.TCPEdgeList.html +205 -0
  198. package/docs/interfaces/datatypes.TCPEdgeUpdate.html +257 -0
  199. package/docs/interfaces/datatypes.TLSCertificate.html +21 -21
  200. package/docs/interfaces/datatypes.TLSCertificateCreate.html +4 -4
  201. package/docs/interfaces/datatypes.TLSCertificateList.html +3 -3
  202. package/docs/interfaces/datatypes.TLSCertificateSANs.html +2 -2
  203. package/docs/interfaces/datatypes.TLSCertificateUpdate.html +3 -3
  204. package/docs/interfaces/datatypes.TLSEdge.html +323 -0
  205. package/docs/interfaces/datatypes.TLSEdgeCreate.html +266 -0
  206. package/docs/interfaces/datatypes.TLSEdgeList.html +205 -0
  207. package/docs/interfaces/datatypes.TLSEdgeUpdate.html +285 -0
  208. package/docs/interfaces/datatypes.Tunnel.html +85 -9
  209. package/docs/interfaces/datatypes.TunnelGroupBackend.html +281 -0
  210. package/docs/interfaces/datatypes.TunnelGroupBackendCreate.html +205 -0
  211. package/docs/interfaces/datatypes.TunnelGroupBackendList.html +205 -0
  212. package/docs/interfaces/datatypes.TunnelGroupBackendUpdate.html +219 -0
  213. package/docs/interfaces/datatypes.TunnelList.html +3 -3
  214. package/docs/interfaces/datatypes.TunnelSession.html +10 -10
  215. package/docs/interfaces/datatypes.TunnelSessionList.html +3 -3
  216. package/docs/interfaces/datatypes.TunnelSessionsUpdate.html +1 -1
  217. package/docs/interfaces/datatypes.WeightedBackend.html +262 -0
  218. package/docs/interfaces/datatypes.WeightedBackendCreate.html +205 -0
  219. package/docs/interfaces/{datatypes.EndpointConfigurationList.html → datatypes.WeightedBackendList.html} +19 -19
  220. package/docs/interfaces/datatypes.WeightedBackendUpdate.html +219 -0
  221. package/docs/modules/datatypes.html +197 -69
  222. package/docs/modules/services.html +85 -29
  223. package/lib/client.d.ts +53 -19
  224. package/lib/client.d.ts.map +1 -1
  225. package/lib/client.js +43 -19
  226. package/lib/client.js.map +1 -1
  227. package/lib/datatypes.d.ts +575 -241
  228. package/lib/datatypes.d.ts.map +1 -1
  229. package/lib/services.d.ts +358 -138
  230. package/lib/services.d.ts.map +1 -1
  231. package/lib/services.js +1367 -528
  232. package/lib/services.js.map +1 -1
  233. package/package.json +2 -2
  234. package/src/client.ts +96 -39
  235. package/src/datatypes.ts +623 -257
  236. package/src/services.ts +1363 -543
  237. package/docs/classes/services.EndpointCompressionModule.html +0 -369
  238. package/docs/classes/services.EndpointConfigurations.html +0 -451
  239. package/docs/classes/services.EndpointRequestHeadersModule.html +0 -369
  240. package/docs/classes/services.EndpointWebhookValidationModule.html +0 -369
  241. package/docs/interfaces/datatypes.EndpointLoggingReplace.html +0 -176
  242. package/test/endpointConfigurations.test.js +0 -67
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>EndpointConfigurationUpdate | @ngrok/ngrok-api</title>
6
+ <title>HTTPSEdgeRouteUpdate | @ngrok/ngrok-api</title>
7
7
  <meta name="description" content="Documentation for @ngrok/ngrok-api">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
@@ -58,10 +58,10 @@
58
58
  <a href="../modules/datatypes.html">datatypes</a>
59
59
  </li>
60
60
  <li>
61
- <a href="datatypes.EndpointConfigurationUpdate.html">EndpointConfigurationUpdate</a>
61
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html">HTTPSEdgeRouteUpdate</a>
62
62
  </li>
63
63
  </ul>
64
- <h1>Interface EndpointConfigurationUpdate</h1>
64
+ <h1>Interface HTTPSEdgeRouteUpdate</h1>
65
65
  </div>
66
66
  </div>
67
67
  </header>
@@ -72,7 +72,7 @@
72
72
  <h3>Hierarchy</h3>
73
73
  <ul class="tsd-hierarchy">
74
74
  <li>
75
- <span class="target">EndpointConfigurationUpdate</span>
75
+ <span class="target">HTTPSEdgeRouteUpdate</span>
76
76
  </li>
77
77
  </ul>
78
78
  </section>
@@ -83,21 +83,23 @@
83
83
  <section class="tsd-index-section ">
84
84
  <h3>Properties</h3>
85
85
  <ul class="tsd-index-list">
86
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#circuitBreaker" class="tsd-kind-icon">circuit<wbr>Breaker</a></li>
87
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#compression" class="tsd-kind-icon">compression</a></li>
88
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#description" class="tsd-kind-icon">description</a></li>
89
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#id" class="tsd-kind-icon">id</a></li>
90
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#ipPolicy" class="tsd-kind-icon">ip<wbr>Policy</a></li>
91
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#logging" class="tsd-kind-icon">logging</a></li>
92
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#metadata" class="tsd-kind-icon">metadata</a></li>
93
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#mutualTls" class="tsd-kind-icon">mutual<wbr>Tls</a></li>
94
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#oauth" class="tsd-kind-icon">oauth</a></li>
95
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#oidc" class="tsd-kind-icon">oidc</a></li>
96
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#requestHeaders" class="tsd-kind-icon">request<wbr>Headers</a></li>
97
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#responseHeaders" class="tsd-kind-icon">response<wbr>Headers</a></li>
98
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#saml" class="tsd-kind-icon">saml</a></li>
99
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#tlsTermination" class="tsd-kind-icon">tls<wbr>Termination</a></li>
100
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EndpointConfigurationUpdate.html#webhookValidation" class="tsd-kind-icon">webhook<wbr>Validation</a></li>
86
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#backend" class="tsd-kind-icon">backend</a></li>
87
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#circuitBreaker" class="tsd-kind-icon">circuit<wbr>Breaker</a></li>
88
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#compression" class="tsd-kind-icon">compression</a></li>
89
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#description" class="tsd-kind-icon">description</a></li>
90
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#edgeId" class="tsd-kind-icon">edge<wbr>Id</a></li>
91
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#id" class="tsd-kind-icon">id</a></li>
92
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#ipRestriction" class="tsd-kind-icon">ip<wbr>Restriction</a></li>
93
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#match" class="tsd-kind-icon">match</a></li>
94
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#matchType" class="tsd-kind-icon">match<wbr>Type</a></li>
95
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#metadata" class="tsd-kind-icon">metadata</a></li>
96
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#oauth" class="tsd-kind-icon">oauth</a></li>
97
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#oidc" class="tsd-kind-icon">oidc</a></li>
98
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#requestHeaders" class="tsd-kind-icon">request<wbr>Headers</a></li>
99
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#responseHeaders" class="tsd-kind-icon">response<wbr>Headers</a></li>
100
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#saml" class="tsd-kind-icon">saml</a></li>
101
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#webhookVerification" class="tsd-kind-icon">webhook<wbr>Verification</a></li>
102
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#websocketTcpConverter" class="tsd-kind-icon">websocket<wbr>Tcp<wbr>Converter</a></li>
101
103
  </ul>
102
104
  </section>
103
105
  </div>
@@ -105,13 +107,28 @@
105
107
  </section>
106
108
  <section class="tsd-panel-group tsd-member-group ">
107
109
  <h2>Properties</h2>
110
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
111
+ <a name="backend" class="tsd-anchor"></a>
112
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> backend</h3>
113
+ <div class="tsd-signature tsd-kind-icon">backend<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointBackendMutate.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointBackendMutate</a></div>
114
+ <aside class="tsd-sources">
115
+ <ul>
116
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L746">datatypes.ts:746</a></li>
117
+ </ul>
118
+ </aside>
119
+ <div class="tsd-comment tsd-typography">
120
+ <div class="lead">
121
+ <p>backend module configuration or <code>null</code></p>
122
+ </div>
123
+ </div>
124
+ </section>
108
125
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
109
126
  <a name="circuitBreaker" class="tsd-anchor"></a>
110
127
  <h3><span class="tsd-flag ts-flagOptional">Optional</span> circuit<wbr>Breaker</h3>
111
128
  <div class="tsd-signature tsd-kind-icon">circuit<wbr>Breaker<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointCircuitBreaker.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointCircuitBreaker</a></div>
112
129
  <aside class="tsd-sources">
113
130
  <ul>
114
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L294">datatypes.ts:294</a></li>
131
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L750">datatypes.ts:750</a></li>
115
132
  </ul>
116
133
  </aside>
117
134
  <div class="tsd-comment tsd-typography">
@@ -126,7 +143,7 @@
126
143
  <div class="tsd-signature tsd-kind-icon">compression<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointCompression.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointCompression</a></div>
127
144
  <aside class="tsd-sources">
128
145
  <ul>
129
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L296">datatypes.ts:296</a></li>
146
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L752">datatypes.ts:752</a></li>
130
147
  </ul>
131
148
  </aside>
132
149
  <div class="tsd-comment tsd-typography">
@@ -137,16 +154,31 @@
137
154
  </section>
138
155
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
139
156
  <a name="description" class="tsd-anchor"></a>
140
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> description</h3>
157
+ <h3>description</h3>
141
158
  <div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
142
159
  <aside class="tsd-sources">
143
160
  <ul>
144
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L290">datatypes.ts:290</a></li>
161
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L742">datatypes.ts:742</a></li>
162
+ </ul>
163
+ </aside>
164
+ <div class="tsd-comment tsd-typography">
165
+ <div class="lead">
166
+ <p>human-readable description of what this edge will be used for; optional, max 255 bytes.</p>
167
+ </div>
168
+ </div>
169
+ </section>
170
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
171
+ <a name="edgeId" class="tsd-anchor"></a>
172
+ <h3>edge<wbr>Id</h3>
173
+ <div class="tsd-signature tsd-kind-icon">edge<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
174
+ <aside class="tsd-sources">
175
+ <ul>
176
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L734">datatypes.ts:734</a></li>
145
177
  </ul>
146
178
  </aside>
147
179
  <div class="tsd-comment tsd-typography">
148
180
  <div class="lead">
149
- <p>human-readable description of what this endpoint configuration will be do when applied or what traffic it will be applied to. Optional, max 255 bytes</p>
181
+ <p>unique identifier of this edge</p>
150
182
  </div>
151
183
  </div>
152
184
  </section>
@@ -156,72 +188,72 @@
156
188
  <div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
157
189
  <aside class="tsd-sources">
158
190
  <ul>
159
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L288">datatypes.ts:288</a></li>
191
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L736">datatypes.ts:736</a></li>
160
192
  </ul>
161
193
  </aside>
162
194
  <div class="tsd-comment tsd-typography">
163
195
  <div class="lead">
164
- <p>unique identifier of this endpoint configuration</p>
196
+ <p>unique identifier of this edge route</p>
165
197
  </div>
166
198
  </div>
167
199
  </section>
168
200
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
169
- <a name="ipPolicy" class="tsd-anchor"></a>
170
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> ip<wbr>Policy</h3>
171
- <div class="tsd-signature tsd-kind-icon">ip<wbr>Policy<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointIPPolicyMutate.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointIPPolicyMutate</a></div>
201
+ <a name="ipRestriction" class="tsd-anchor"></a>
202
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> ip<wbr>Restriction</h3>
203
+ <div class="tsd-signature tsd-kind-icon">ip<wbr>Restriction<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointIPPolicyMutate.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointIPPolicyMutate</a></div>
172
204
  <aside class="tsd-sources">
173
205
  <ul>
174
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L302">datatypes.ts:302</a></li>
206
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L748">datatypes.ts:748</a></li>
175
207
  </ul>
176
208
  </aside>
177
209
  <div class="tsd-comment tsd-typography">
178
210
  <div class="lead">
179
- <p>ip policy module configuration or <code>null</code></p>
211
+ <p>ip restriction module configuration or <code>null</code></p>
180
212
  </div>
181
213
  </div>
182
214
  </section>
183
215
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
184
- <a name="logging" class="tsd-anchor"></a>
185
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> logging</h3>
186
- <div class="tsd-signature tsd-kind-icon">logging<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointLoggingMutate.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointLoggingMutate</a></div>
216
+ <a name="match" class="tsd-anchor"></a>
217
+ <h3>match</h3>
218
+ <div class="tsd-signature tsd-kind-icon">match<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
187
219
  <aside class="tsd-sources">
188
220
  <ul>
189
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L312">datatypes.ts:312</a></li>
221
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L740">datatypes.ts:740</a></li>
190
222
  </ul>
191
223
  </aside>
192
224
  <div class="tsd-comment tsd-typography">
193
225
  <div class="lead">
194
- <p>logging module configuration or <code>null</code></p>
226
+ <p>Route selector: &quot;/blog&quot; or &quot;example.com&quot; or &quot;example.com/blog&quot;</p>
195
227
  </div>
196
228
  </div>
197
229
  </section>
198
230
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
199
- <a name="metadata" class="tsd-anchor"></a>
200
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> metadata</h3>
201
- <div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
231
+ <a name="matchType" class="tsd-anchor"></a>
232
+ <h3>match<wbr>Type</h3>
233
+ <div class="tsd-signature tsd-kind-icon">match<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
202
234
  <aside class="tsd-sources">
203
235
  <ul>
204
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L292">datatypes.ts:292</a></li>
236
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L738">datatypes.ts:738</a></li>
205
237
  </ul>
206
238
  </aside>
207
239
  <div class="tsd-comment tsd-typography">
208
240
  <div class="lead">
209
- <p>arbitrary user-defined machine-readable data of this endpoint configuration. Optional, max 4096 bytes.</p>
241
+ <p>Type of match to use for this route. Valid values are &quot;exact_path&quot; and &quot;path_prefix&quot;.</p>
210
242
  </div>
211
243
  </div>
212
244
  </section>
213
245
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
214
- <a name="mutualTls" class="tsd-anchor"></a>
215
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> mutual<wbr>Tls</h3>
216
- <div class="tsd-signature tsd-kind-icon">mutual<wbr>Tls<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointMutualTLSMutate.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointMutualTLSMutate</a></div>
246
+ <a name="metadata" class="tsd-anchor"></a>
247
+ <h3>metadata</h3>
248
+ <div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
217
249
  <aside class="tsd-sources">
218
250
  <ul>
219
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L304">datatypes.ts:304</a></li>
251
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L744">datatypes.ts:744</a></li>
220
252
  </ul>
221
253
  </aside>
222
254
  <div class="tsd-comment tsd-typography">
223
255
  <div class="lead">
224
- <p>mutual TLS module configuration or <code>null</code></p>
256
+ <p>arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.</p>
225
257
  </div>
226
258
  </div>
227
259
  </section>
@@ -231,7 +263,7 @@
231
263
  <div class="tsd-signature tsd-kind-icon">oauth<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointOAuth.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointOAuth</a></div>
232
264
  <aside class="tsd-sources">
233
265
  <ul>
234
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L310">datatypes.ts:310</a></li>
266
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L760">datatypes.ts:760</a></li>
235
267
  </ul>
236
268
  </aside>
237
269
  <div class="tsd-comment tsd-typography">
@@ -246,7 +278,7 @@
246
278
  <div class="tsd-signature tsd-kind-icon">oidc<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointOIDC.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointOIDC</a></div>
247
279
  <aside class="tsd-sources">
248
280
  <ul>
249
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L316">datatypes.ts:316</a></li>
281
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L764">datatypes.ts:764</a></li>
250
282
  </ul>
251
283
  </aside>
252
284
  <div class="tsd-comment tsd-typography">
@@ -261,7 +293,7 @@
261
293
  <div class="tsd-signature tsd-kind-icon">request<wbr>Headers<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointRequestHeaders.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointRequestHeaders</a></div>
262
294
  <aside class="tsd-sources">
263
295
  <ul>
264
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L298">datatypes.ts:298</a></li>
296
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L754">datatypes.ts:754</a></li>
265
297
  </ul>
266
298
  </aside>
267
299
  <div class="tsd-comment tsd-typography">
@@ -276,7 +308,7 @@
276
308
  <div class="tsd-signature tsd-kind-icon">response<wbr>Headers<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointResponseHeaders.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointResponseHeaders</a></div>
277
309
  <aside class="tsd-sources">
278
310
  <ul>
279
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L300">datatypes.ts:300</a></li>
311
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L756">datatypes.ts:756</a></li>
280
312
  </ul>
281
313
  </aside>
282
314
  <div class="tsd-comment tsd-typography">
@@ -291,7 +323,7 @@
291
323
  <div class="tsd-signature tsd-kind-icon">saml<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointSAMLMutate.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointSAMLMutate</a></div>
292
324
  <aside class="tsd-sources">
293
325
  <ul>
294
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L314">datatypes.ts:314</a></li>
326
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L762">datatypes.ts:762</a></li>
295
327
  </ul>
296
328
  </aside>
297
329
  <div class="tsd-comment tsd-typography">
@@ -301,32 +333,32 @@
301
333
  </div>
302
334
  </section>
303
335
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
304
- <a name="tlsTermination" class="tsd-anchor"></a>
305
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> tls<wbr>Termination</h3>
306
- <div class="tsd-signature tsd-kind-icon">tls<wbr>Termination<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointTLSTermination.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointTLSTermination</a></div>
336
+ <a name="webhookVerification" class="tsd-anchor"></a>
337
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> webhook<wbr>Verification</h3>
338
+ <div class="tsd-signature tsd-kind-icon">webhook<wbr>Verification<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointWebhookValidation.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointWebhookValidation</a></div>
307
339
  <aside class="tsd-sources">
308
340
  <ul>
309
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L306">datatypes.ts:306</a></li>
341
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L758">datatypes.ts:758</a></li>
310
342
  </ul>
311
343
  </aside>
312
344
  <div class="tsd-comment tsd-typography">
313
345
  <div class="lead">
314
- <p>TLS termination module configuration or <code>null</code></p>
346
+ <p>webhook verification module configuration or <code>null</code></p>
315
347
  </div>
316
348
  </div>
317
349
  </section>
318
350
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
319
- <a name="webhookValidation" class="tsd-anchor"></a>
320
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> webhook<wbr>Validation</h3>
321
- <div class="tsd-signature tsd-kind-icon">webhook<wbr>Validation<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointWebhookValidation.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointWebhookValidation</a></div>
351
+ <a name="websocketTcpConverter" class="tsd-anchor"></a>
352
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> websocket<wbr>Tcp<wbr>Converter</h3>
353
+ <div class="tsd-signature tsd-kind-icon">websocket<wbr>Tcp<wbr>Converter<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointWebsocketTCPConverter.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointWebsocketTCPConverter</a></div>
322
354
  <aside class="tsd-sources">
323
355
  <ul>
324
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/1a198cb/src/datatypes.ts#L308">datatypes.ts:308</a></li>
356
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/0593d03/src/datatypes.ts#L766">datatypes.ts:766</a></li>
325
357
  </ul>
326
358
  </aside>
327
359
  <div class="tsd-comment tsd-typography">
328
360
  <div class="lead">
329
- <p>webhook validation module configuration or <code>null</code></p>
361
+ <p>websocket to tcp adapter configuration or <code>null</code></p>
330
362
  </div>
331
363
  </div>
332
364
  </section>
@@ -354,52 +386,58 @@
354
386
  </ul>
355
387
  <ul class="current">
356
388
  <li class="current tsd-kind-interface tsd-parent-kind-module">
357
- <a href="datatypes.EndpointConfigurationUpdate.html" class="tsd-kind-icon">Endpoint<wbr>Configuration<wbr>Update</a>
389
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html" class="tsd-kind-icon">HTTPSEdge<wbr>Route<wbr>Update</a>
358
390
  <ul>
359
391
  <li class=" tsd-kind-property tsd-parent-kind-interface">
360
- <a href="datatypes.EndpointConfigurationUpdate.html#circuitBreaker" class="tsd-kind-icon">circuit<wbr>Breaker</a>
392
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#backend" class="tsd-kind-icon">backend</a>
393
+ </li>
394
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
395
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#circuitBreaker" class="tsd-kind-icon">circuit<wbr>Breaker</a>
396
+ </li>
397
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
398
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#compression" class="tsd-kind-icon">compression</a>
361
399
  </li>
362
400
  <li class=" tsd-kind-property tsd-parent-kind-interface">
363
- <a href="datatypes.EndpointConfigurationUpdate.html#compression" class="tsd-kind-icon">compression</a>
401
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#description" class="tsd-kind-icon">description</a>
364
402
  </li>
365
403
  <li class=" tsd-kind-property tsd-parent-kind-interface">
366
- <a href="datatypes.EndpointConfigurationUpdate.html#description" class="tsd-kind-icon">description</a>
404
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#edgeId" class="tsd-kind-icon">edge<wbr>Id</a>
367
405
  </li>
368
406
  <li class=" tsd-kind-property tsd-parent-kind-interface">
369
- <a href="datatypes.EndpointConfigurationUpdate.html#id" class="tsd-kind-icon">id</a>
407
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#id" class="tsd-kind-icon">id</a>
370
408
  </li>
371
409
  <li class=" tsd-kind-property tsd-parent-kind-interface">
372
- <a href="datatypes.EndpointConfigurationUpdate.html#ipPolicy" class="tsd-kind-icon">ip<wbr>Policy</a>
410
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#ipRestriction" class="tsd-kind-icon">ip<wbr>Restriction</a>
373
411
  </li>
374
412
  <li class=" tsd-kind-property tsd-parent-kind-interface">
375
- <a href="datatypes.EndpointConfigurationUpdate.html#logging" class="tsd-kind-icon">logging</a>
413
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#match" class="tsd-kind-icon">match</a>
376
414
  </li>
377
415
  <li class=" tsd-kind-property tsd-parent-kind-interface">
378
- <a href="datatypes.EndpointConfigurationUpdate.html#metadata" class="tsd-kind-icon">metadata</a>
416
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#matchType" class="tsd-kind-icon">match<wbr>Type</a>
379
417
  </li>
380
418
  <li class=" tsd-kind-property tsd-parent-kind-interface">
381
- <a href="datatypes.EndpointConfigurationUpdate.html#mutualTls" class="tsd-kind-icon">mutual<wbr>Tls</a>
419
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#metadata" class="tsd-kind-icon">metadata</a>
382
420
  </li>
383
421
  <li class=" tsd-kind-property tsd-parent-kind-interface">
384
- <a href="datatypes.EndpointConfigurationUpdate.html#oauth" class="tsd-kind-icon">oauth</a>
422
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#oauth" class="tsd-kind-icon">oauth</a>
385
423
  </li>
386
424
  <li class=" tsd-kind-property tsd-parent-kind-interface">
387
- <a href="datatypes.EndpointConfigurationUpdate.html#oidc" class="tsd-kind-icon">oidc</a>
425
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#oidc" class="tsd-kind-icon">oidc</a>
388
426
  </li>
389
427
  <li class=" tsd-kind-property tsd-parent-kind-interface">
390
- <a href="datatypes.EndpointConfigurationUpdate.html#requestHeaders" class="tsd-kind-icon">request<wbr>Headers</a>
428
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#requestHeaders" class="tsd-kind-icon">request<wbr>Headers</a>
391
429
  </li>
392
430
  <li class=" tsd-kind-property tsd-parent-kind-interface">
393
- <a href="datatypes.EndpointConfigurationUpdate.html#responseHeaders" class="tsd-kind-icon">response<wbr>Headers</a>
431
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#responseHeaders" class="tsd-kind-icon">response<wbr>Headers</a>
394
432
  </li>
395
433
  <li class=" tsd-kind-property tsd-parent-kind-interface">
396
- <a href="datatypes.EndpointConfigurationUpdate.html#saml" class="tsd-kind-icon">saml</a>
434
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#saml" class="tsd-kind-icon">saml</a>
397
435
  </li>
398
436
  <li class=" tsd-kind-property tsd-parent-kind-interface">
399
- <a href="datatypes.EndpointConfigurationUpdate.html#tlsTermination" class="tsd-kind-icon">tls<wbr>Termination</a>
437
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#webhookVerification" class="tsd-kind-icon">webhook<wbr>Verification</a>
400
438
  </li>
401
439
  <li class=" tsd-kind-property tsd-parent-kind-interface">
402
- <a href="datatypes.EndpointConfigurationUpdate.html#webhookValidation" class="tsd-kind-icon">webhook<wbr>Validation</a>
440
+ <a href="datatypes.HTTPSEdgeRouteUpdate.html#websocketTcpConverter" class="tsd-kind-icon">websocket<wbr>Tcp<wbr>Converter</a>
403
441
  </li>
404
442
  </ul>
405
443
  </li>