@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
@@ -103,8 +103,6 @@
103
103
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="services.ReservedDomains.html#delete" class="tsd-kind-icon">delete</a></li>
104
104
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="services.ReservedDomains.html#deleteCertificate" class="tsd-kind-icon">delete<wbr>Certificate</a></li>
105
105
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="services.ReservedDomains.html#deleteCertificateManagementPolicy" class="tsd-kind-icon">delete<wbr>Certificate<wbr>Management<wbr>Policy</a></li>
106
- <li class="tsd-kind-method tsd-parent-kind-class"><a href="services.ReservedDomains.html#deleteHttpEndpointConfig" class="tsd-kind-icon">delete<wbr>Http<wbr>Endpoint<wbr>Config</a></li>
107
- <li class="tsd-kind-method tsd-parent-kind-class"><a href="services.ReservedDomains.html#deleteHttpsEndpointConfig" class="tsd-kind-icon">delete<wbr>Https<wbr>Endpoint<wbr>Config</a></li>
108
106
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="services.ReservedDomains.html#get" class="tsd-kind-icon">get</a></li>
109
107
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="services.ReservedDomains.html#list" class="tsd-kind-icon">list</a></li>
110
108
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="services.ReservedDomains.html#update" class="tsd-kind-icon">update</a></li>
@@ -125,7 +123,7 @@
125
123
  <li class="tsd-description">
126
124
  <aside class="tsd-sources">
127
125
  <ul>
128
- <li>Defined in services.ts:1758</li>
126
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2586">services.ts:2586</a></li>
129
127
  </ul>
130
128
  </aside>
131
129
  <div class="tsd-comment tsd-typography">
@@ -156,7 +154,7 @@
156
154
  <li class="tsd-description">
157
155
  <aside class="tsd-sources">
158
156
  <ul>
159
- <li>Defined in services.ts:1764</li>
157
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2592">services.ts:2592</a></li>
160
158
  </ul>
161
159
  </aside>
162
160
  <div class="tsd-comment tsd-typography">
@@ -184,7 +182,7 @@
184
182
  <li class="tsd-description">
185
183
  <aside class="tsd-sources">
186
184
  <ul>
187
- <li>Defined in services.ts:1777</li>
185
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2605">services.ts:2605</a></li>
188
186
  </ul>
189
187
  </aside>
190
188
  <div class="tsd-comment tsd-typography">
@@ -212,7 +210,7 @@
212
210
  <li class="tsd-description">
213
211
  <aside class="tsd-sources">
214
212
  <ul>
215
- <li>Defined in services.ts:1865</li>
213
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2693">services.ts:2693</a></li>
216
214
  </ul>
217
215
  </aside>
218
216
  <div class="tsd-comment tsd-typography">
@@ -240,7 +238,7 @@
240
238
  <li class="tsd-description">
241
239
  <aside class="tsd-sources">
242
240
  <ul>
243
- <li>Defined in services.ts:1854</li>
241
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2682">services.ts:2682</a></li>
244
242
  </ul>
245
243
  </aside>
246
244
  <div class="tsd-comment tsd-typography">
@@ -258,62 +256,6 @@
258
256
  </li>
259
257
  </ul>
260
258
  </section>
261
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
262
- <a name="deleteHttpEndpointConfig" class="tsd-anchor"></a>
263
- <h3>delete<wbr>Http<wbr>Endpoint<wbr>Config</h3>
264
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
265
- <li class="tsd-signature tsd-kind-icon">delete<wbr>Http<wbr>Endpoint<wbr>Config<span class="tsd-signature-symbol">(</span>arg<span class="tsd-signature-symbol">: </span><a href="../interfaces/datatypes.Item.html" class="tsd-signature-type" data-tsd-kind="Interface">Item</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
266
- </ul>
267
- <ul class="tsd-descriptions">
268
- <li class="tsd-description">
269
- <aside class="tsd-sources">
270
- <ul>
271
- <li>Defined in services.ts:1876</li>
272
- </ul>
273
- </aside>
274
- <div class="tsd-comment tsd-typography">
275
- <div class="lead">
276
- <p>Detach the http endpoint configuration attached to a reserved domain.</p>
277
- </div>
278
- </div>
279
- <h4 class="tsd-parameters-title">Parameters</h4>
280
- <ul class="tsd-parameters">
281
- <li>
282
- <h5>arg: <a href="../interfaces/datatypes.Item.html" class="tsd-signature-type" data-tsd-kind="Interface">Item</a></h5>
283
- </li>
284
- </ul>
285
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
286
- </li>
287
- </ul>
288
- </section>
289
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
290
- <a name="deleteHttpsEndpointConfig" class="tsd-anchor"></a>
291
- <h3>delete<wbr>Https<wbr>Endpoint<wbr>Config</h3>
292
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
293
- <li class="tsd-signature tsd-kind-icon">delete<wbr>Https<wbr>Endpoint<wbr>Config<span class="tsd-signature-symbol">(</span>arg<span class="tsd-signature-symbol">: </span><a href="../interfaces/datatypes.Item.html" class="tsd-signature-type" data-tsd-kind="Interface">Item</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
294
- </ul>
295
- <ul class="tsd-descriptions">
296
- <li class="tsd-description">
297
- <aside class="tsd-sources">
298
- <ul>
299
- <li>Defined in services.ts:1887</li>
300
- </ul>
301
- </aside>
302
- <div class="tsd-comment tsd-typography">
303
- <div class="lead">
304
- <p>Detach the https endpoint configuration attached to a reserved domain.</p>
305
- </div>
306
- </div>
307
- <h4 class="tsd-parameters-title">Parameters</h4>
308
- <ul class="tsd-parameters">
309
- <li>
310
- <h5>arg: <a href="../interfaces/datatypes.Item.html" class="tsd-signature-type" data-tsd-kind="Interface">Item</a></h5>
311
- </li>
312
- </ul>
313
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
314
- </li>
315
- </ul>
316
- </section>
317
259
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
318
260
  <a name="get" class="tsd-anchor"></a>
319
261
  <h3>get</h3>
@@ -324,7 +266,7 @@
324
266
  <li class="tsd-description">
325
267
  <aside class="tsd-sources">
326
268
  <ul>
327
- <li>Defined in services.ts:1788</li>
269
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2616">services.ts:2616</a></li>
328
270
  </ul>
329
271
  </aside>
330
272
  <div class="tsd-comment tsd-typography">
@@ -352,7 +294,7 @@
352
294
  <li class="tsd-description">
353
295
  <aside class="tsd-sources">
354
296
  <ul>
355
- <li>Defined in services.ts:1799</li>
297
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2627">services.ts:2627</a></li>
356
298
  </ul>
357
299
  </aside>
358
300
  <div class="tsd-comment tsd-typography">
@@ -374,7 +316,7 @@
374
316
  <li class="tsd-description">
375
317
  <aside class="tsd-sources">
376
318
  <ul>
377
- <li>Defined in services.ts:1841</li>
319
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2669">services.ts:2669</a></li>
378
320
  </ul>
379
321
  </aside>
380
322
  <div class="tsd-comment tsd-typography">
@@ -413,84 +355,6 @@
413
355
  </nav>
414
356
  <nav class="tsd-navigation secondary menu-sticky">
415
357
  <ul class="before-current">
416
- <li class=" tsd-kind-class tsd-parent-kind-module">
417
- <a href="services.APIKeys.html" class="tsd-kind-icon">APIKeys</a>
418
- </li>
419
- <li class=" tsd-kind-class tsd-parent-kind-module">
420
- <a href="services.AbuseReports.html" class="tsd-kind-icon">Abuse<wbr>Reports</a>
421
- </li>
422
- <li class=" tsd-kind-class tsd-parent-kind-module">
423
- <a href="services.CertificateAuthorities.html" class="tsd-kind-icon">Certificate<wbr>Authorities</a>
424
- </li>
425
- <li class=" tsd-kind-class tsd-parent-kind-module">
426
- <a href="services.Credentials.html" class="tsd-kind-icon">Credentials</a>
427
- </li>
428
- <li class=" tsd-kind-class tsd-parent-kind-module">
429
- <a href="services.EndpointCircuitBreakerModule.html" class="tsd-kind-icon">Endpoint<wbr>Circuit<wbr>Breaker<wbr>Module</a>
430
- </li>
431
- <li class=" tsd-kind-class tsd-parent-kind-module">
432
- <a href="services.EndpointCompressionModule.html" class="tsd-kind-icon">Endpoint<wbr>Compression<wbr>Module</a>
433
- </li>
434
- <li class=" tsd-kind-class tsd-parent-kind-module">
435
- <a href="services.EndpointConfigurations.html" class="tsd-kind-icon">Endpoint<wbr>Configurations</a>
436
- </li>
437
- <li class=" tsd-kind-class tsd-parent-kind-module">
438
- <a href="services.EndpointIPPolicyModule.html" class="tsd-kind-icon">EndpointIPPolicy<wbr>Module</a>
439
- </li>
440
- <li class=" tsd-kind-class tsd-parent-kind-module">
441
- <a href="services.EndpointLoggingModule.html" class="tsd-kind-icon">Endpoint<wbr>Logging<wbr>Module</a>
442
- </li>
443
- <li class=" tsd-kind-class tsd-parent-kind-module">
444
- <a href="services.EndpointMutualTLSModule.html" class="tsd-kind-icon">Endpoint<wbr>MutualTLSModule</a>
445
- </li>
446
- <li class=" tsd-kind-class tsd-parent-kind-module">
447
- <a href="services.EndpointOAuthModule.html" class="tsd-kind-icon">EndpointOAuth<wbr>Module</a>
448
- </li>
449
- <li class=" tsd-kind-class tsd-parent-kind-module">
450
- <a href="services.EndpointOIDCModule.html" class="tsd-kind-icon">EndpointOIDCModule</a>
451
- </li>
452
- <li class=" tsd-kind-class tsd-parent-kind-module">
453
- <a href="services.EndpointRequestHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Request<wbr>Headers<wbr>Module</a>
454
- </li>
455
- <li class=" tsd-kind-class tsd-parent-kind-module">
456
- <a href="services.EndpointResponseHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Response<wbr>Headers<wbr>Module</a>
457
- </li>
458
- <li class=" tsd-kind-class tsd-parent-kind-module">
459
- <a href="services.EndpointSAMLModule.html" class="tsd-kind-icon">EndpointSAMLModule</a>
460
- </li>
461
- <li class=" tsd-kind-class tsd-parent-kind-module">
462
- <a href="services.EndpointTLSTerminationModule.html" class="tsd-kind-icon">EndpointTLSTermination<wbr>Module</a>
463
- </li>
464
- <li class=" tsd-kind-class tsd-parent-kind-module">
465
- <a href="services.EndpointWebhookValidationModule.html" class="tsd-kind-icon">Endpoint<wbr>Webhook<wbr>Validation<wbr>Module</a>
466
- </li>
467
- <li class=" tsd-kind-class tsd-parent-kind-module">
468
- <a href="services.EventDestinations.html" class="tsd-kind-icon">Event<wbr>Destinations</a>
469
- </li>
470
- <li class=" tsd-kind-class tsd-parent-kind-module">
471
- <a href="services.EventSources.html" class="tsd-kind-icon">Event<wbr>Sources</a>
472
- </li>
473
- <li class=" tsd-kind-class tsd-parent-kind-module">
474
- <a href="services.EventStreams.html" class="tsd-kind-icon">Event<wbr>Streams</a>
475
- </li>
476
- <li class=" tsd-kind-class tsd-parent-kind-module">
477
- <a href="services.EventSubscriptions.html" class="tsd-kind-icon">Event<wbr>Subscriptions</a>
478
- </li>
479
- <li class=" tsd-kind-class tsd-parent-kind-module">
480
- <a href="services.IPPolicies.html" class="tsd-kind-icon">IPPolicies</a>
481
- </li>
482
- <li class=" tsd-kind-class tsd-parent-kind-module">
483
- <a href="services.IPPolicyRules.html" class="tsd-kind-icon">IPPolicy<wbr>Rules</a>
484
- </li>
485
- <li class=" tsd-kind-class tsd-parent-kind-module">
486
- <a href="services.IPRestrictions.html" class="tsd-kind-icon">IPRestrictions</a>
487
- </li>
488
- <li class=" tsd-kind-class tsd-parent-kind-module">
489
- <a href="services.IPWhitelist.html" class="tsd-kind-icon">IPWhitelist</a>
490
- </li>
491
- <li class=" tsd-kind-class tsd-parent-kind-module">
492
- <a href="services.ReservedAddrs.html" class="tsd-kind-icon">Reserved<wbr>Addrs</a>
493
- </li>
494
358
  </ul>
495
359
  <ul class="current">
496
360
  <li class="current tsd-kind-class tsd-parent-kind-module">
@@ -511,12 +375,6 @@
511
375
  <li class=" tsd-kind-method tsd-parent-kind-class">
512
376
  <a href="services.ReservedDomains.html#deleteCertificateManagementPolicy" class="tsd-kind-icon">delete<wbr>Certificate<wbr>Management<wbr>Policy</a>
513
377
  </li>
514
- <li class=" tsd-kind-method tsd-parent-kind-class">
515
- <a href="services.ReservedDomains.html#deleteHttpEndpointConfig" class="tsd-kind-icon">delete<wbr>Http<wbr>Endpoint<wbr>Config</a>
516
- </li>
517
- <li class=" tsd-kind-method tsd-parent-kind-class">
518
- <a href="services.ReservedDomains.html#deleteHttpsEndpointConfig" class="tsd-kind-icon">delete<wbr>Https<wbr>Endpoint<wbr>Config</a>
519
- </li>
520
378
  <li class=" tsd-kind-method tsd-parent-kind-class">
521
379
  <a href="services.ReservedDomains.html#get" class="tsd-kind-icon">get</a>
522
380
  </li>
@@ -530,27 +388,6 @@
530
388
  </li>
531
389
  </ul>
532
390
  <ul class="after-current">
533
- <li class=" tsd-kind-class tsd-parent-kind-module">
534
- <a href="services.SSHCertificateAuthorities.html" class="tsd-kind-icon">SSHCertificate<wbr>Authorities</a>
535
- </li>
536
- <li class=" tsd-kind-class tsd-parent-kind-module">
537
- <a href="services.SSHCredentials.html" class="tsd-kind-icon">SSHCredentials</a>
538
- </li>
539
- <li class=" tsd-kind-class tsd-parent-kind-module">
540
- <a href="services.SSHHostCertificates.html" class="tsd-kind-icon">SSHHost<wbr>Certificates</a>
541
- </li>
542
- <li class=" tsd-kind-class tsd-parent-kind-module">
543
- <a href="services.SSHUserCertificates.html" class="tsd-kind-icon">SSHUser<wbr>Certificates</a>
544
- </li>
545
- <li class=" tsd-kind-class tsd-parent-kind-module">
546
- <a href="services.TLSCertificates.html" class="tsd-kind-icon">TLSCertificates</a>
547
- </li>
548
- <li class=" tsd-kind-class tsd-parent-kind-module">
549
- <a href="services.TunnelSessions.html" class="tsd-kind-icon">Tunnel<wbr>Sessions</a>
550
- </li>
551
- <li class=" tsd-kind-class tsd-parent-kind-module">
552
- <a href="services.Tunnels.html" class="tsd-kind-icon">Tunnels</a>
553
- </li>
554
391
  </ul>
555
392
  </nav>
556
393
  </div>
@@ -119,7 +119,7 @@
119
119
  <li class="tsd-description">
120
120
  <aside class="tsd-sources">
121
121
  <ul>
122
- <li>Defined in services.ts:1904</li>
122
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2710">services.ts:2710</a></li>
123
123
  </ul>
124
124
  </aside>
125
125
  <div class="tsd-comment tsd-typography">
@@ -150,7 +150,7 @@
150
150
  <li class="tsd-description">
151
151
  <aside class="tsd-sources">
152
152
  <ul>
153
- <li>Defined in services.ts:1910</li>
153
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2716">services.ts:2716</a></li>
154
154
  </ul>
155
155
  </aside>
156
156
  <div class="tsd-comment tsd-typography">
@@ -178,7 +178,7 @@
178
178
  <li class="tsd-description">
179
179
  <aside class="tsd-sources">
180
180
  <ul>
181
- <li>Defined in services.ts:1923</li>
181
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2729">services.ts:2729</a></li>
182
182
  </ul>
183
183
  </aside>
184
184
  <div class="tsd-comment tsd-typography">
@@ -206,7 +206,7 @@
206
206
  <li class="tsd-description">
207
207
  <aside class="tsd-sources">
208
208
  <ul>
209
- <li>Defined in services.ts:1934</li>
209
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2740">services.ts:2740</a></li>
210
210
  </ul>
211
211
  </aside>
212
212
  <div class="tsd-comment tsd-typography">
@@ -234,7 +234,7 @@
234
234
  <li class="tsd-description">
235
235
  <aside class="tsd-sources">
236
236
  <ul>
237
- <li>Defined in services.ts:1945</li>
237
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2751">services.ts:2751</a></li>
238
238
  </ul>
239
239
  </aside>
240
240
  <div class="tsd-comment tsd-typography">
@@ -256,7 +256,7 @@
256
256
  <li class="tsd-description">
257
257
  <aside class="tsd-sources">
258
258
  <ul>
259
- <li>Defined in services.ts:1988</li>
259
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2794">services.ts:2794</a></li>
260
260
  </ul>
261
261
  </aside>
262
262
  <div class="tsd-comment tsd-typography">
@@ -295,87 +295,6 @@
295
295
  </nav>
296
296
  <nav class="tsd-navigation secondary menu-sticky">
297
297
  <ul class="before-current">
298
- <li class=" tsd-kind-class tsd-parent-kind-module">
299
- <a href="services.APIKeys.html" class="tsd-kind-icon">APIKeys</a>
300
- </li>
301
- <li class=" tsd-kind-class tsd-parent-kind-module">
302
- <a href="services.AbuseReports.html" class="tsd-kind-icon">Abuse<wbr>Reports</a>
303
- </li>
304
- <li class=" tsd-kind-class tsd-parent-kind-module">
305
- <a href="services.CertificateAuthorities.html" class="tsd-kind-icon">Certificate<wbr>Authorities</a>
306
- </li>
307
- <li class=" tsd-kind-class tsd-parent-kind-module">
308
- <a href="services.Credentials.html" class="tsd-kind-icon">Credentials</a>
309
- </li>
310
- <li class=" tsd-kind-class tsd-parent-kind-module">
311
- <a href="services.EndpointCircuitBreakerModule.html" class="tsd-kind-icon">Endpoint<wbr>Circuit<wbr>Breaker<wbr>Module</a>
312
- </li>
313
- <li class=" tsd-kind-class tsd-parent-kind-module">
314
- <a href="services.EndpointCompressionModule.html" class="tsd-kind-icon">Endpoint<wbr>Compression<wbr>Module</a>
315
- </li>
316
- <li class=" tsd-kind-class tsd-parent-kind-module">
317
- <a href="services.EndpointConfigurations.html" class="tsd-kind-icon">Endpoint<wbr>Configurations</a>
318
- </li>
319
- <li class=" tsd-kind-class tsd-parent-kind-module">
320
- <a href="services.EndpointIPPolicyModule.html" class="tsd-kind-icon">EndpointIPPolicy<wbr>Module</a>
321
- </li>
322
- <li class=" tsd-kind-class tsd-parent-kind-module">
323
- <a href="services.EndpointLoggingModule.html" class="tsd-kind-icon">Endpoint<wbr>Logging<wbr>Module</a>
324
- </li>
325
- <li class=" tsd-kind-class tsd-parent-kind-module">
326
- <a href="services.EndpointMutualTLSModule.html" class="tsd-kind-icon">Endpoint<wbr>MutualTLSModule</a>
327
- </li>
328
- <li class=" tsd-kind-class tsd-parent-kind-module">
329
- <a href="services.EndpointOAuthModule.html" class="tsd-kind-icon">EndpointOAuth<wbr>Module</a>
330
- </li>
331
- <li class=" tsd-kind-class tsd-parent-kind-module">
332
- <a href="services.EndpointOIDCModule.html" class="tsd-kind-icon">EndpointOIDCModule</a>
333
- </li>
334
- <li class=" tsd-kind-class tsd-parent-kind-module">
335
- <a href="services.EndpointRequestHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Request<wbr>Headers<wbr>Module</a>
336
- </li>
337
- <li class=" tsd-kind-class tsd-parent-kind-module">
338
- <a href="services.EndpointResponseHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Response<wbr>Headers<wbr>Module</a>
339
- </li>
340
- <li class=" tsd-kind-class tsd-parent-kind-module">
341
- <a href="services.EndpointSAMLModule.html" class="tsd-kind-icon">EndpointSAMLModule</a>
342
- </li>
343
- <li class=" tsd-kind-class tsd-parent-kind-module">
344
- <a href="services.EndpointTLSTerminationModule.html" class="tsd-kind-icon">EndpointTLSTermination<wbr>Module</a>
345
- </li>
346
- <li class=" tsd-kind-class tsd-parent-kind-module">
347
- <a href="services.EndpointWebhookValidationModule.html" class="tsd-kind-icon">Endpoint<wbr>Webhook<wbr>Validation<wbr>Module</a>
348
- </li>
349
- <li class=" tsd-kind-class tsd-parent-kind-module">
350
- <a href="services.EventDestinations.html" class="tsd-kind-icon">Event<wbr>Destinations</a>
351
- </li>
352
- <li class=" tsd-kind-class tsd-parent-kind-module">
353
- <a href="services.EventSources.html" class="tsd-kind-icon">Event<wbr>Sources</a>
354
- </li>
355
- <li class=" tsd-kind-class tsd-parent-kind-module">
356
- <a href="services.EventStreams.html" class="tsd-kind-icon">Event<wbr>Streams</a>
357
- </li>
358
- <li class=" tsd-kind-class tsd-parent-kind-module">
359
- <a href="services.EventSubscriptions.html" class="tsd-kind-icon">Event<wbr>Subscriptions</a>
360
- </li>
361
- <li class=" tsd-kind-class tsd-parent-kind-module">
362
- <a href="services.IPPolicies.html" class="tsd-kind-icon">IPPolicies</a>
363
- </li>
364
- <li class=" tsd-kind-class tsd-parent-kind-module">
365
- <a href="services.IPPolicyRules.html" class="tsd-kind-icon">IPPolicy<wbr>Rules</a>
366
- </li>
367
- <li class=" tsd-kind-class tsd-parent-kind-module">
368
- <a href="services.IPRestrictions.html" class="tsd-kind-icon">IPRestrictions</a>
369
- </li>
370
- <li class=" tsd-kind-class tsd-parent-kind-module">
371
- <a href="services.IPWhitelist.html" class="tsd-kind-icon">IPWhitelist</a>
372
- </li>
373
- <li class=" tsd-kind-class tsd-parent-kind-module">
374
- <a href="services.ReservedAddrs.html" class="tsd-kind-icon">Reserved<wbr>Addrs</a>
375
- </li>
376
- <li class=" tsd-kind-class tsd-parent-kind-module">
377
- <a href="services.ReservedDomains.html" class="tsd-kind-icon">Reserved<wbr>Domains</a>
378
- </li>
379
298
  </ul>
380
299
  <ul class="current">
381
300
  <li class="current tsd-kind-class tsd-parent-kind-module">
@@ -403,24 +322,6 @@
403
322
  </li>
404
323
  </ul>
405
324
  <ul class="after-current">
406
- <li class=" tsd-kind-class tsd-parent-kind-module">
407
- <a href="services.SSHCredentials.html" class="tsd-kind-icon">SSHCredentials</a>
408
- </li>
409
- <li class=" tsd-kind-class tsd-parent-kind-module">
410
- <a href="services.SSHHostCertificates.html" class="tsd-kind-icon">SSHHost<wbr>Certificates</a>
411
- </li>
412
- <li class=" tsd-kind-class tsd-parent-kind-module">
413
- <a href="services.SSHUserCertificates.html" class="tsd-kind-icon">SSHUser<wbr>Certificates</a>
414
- </li>
415
- <li class=" tsd-kind-class tsd-parent-kind-module">
416
- <a href="services.TLSCertificates.html" class="tsd-kind-icon">TLSCertificates</a>
417
- </li>
418
- <li class=" tsd-kind-class tsd-parent-kind-module">
419
- <a href="services.TunnelSessions.html" class="tsd-kind-icon">Tunnel<wbr>Sessions</a>
420
- </li>
421
- <li class=" tsd-kind-class tsd-parent-kind-module">
422
- <a href="services.Tunnels.html" class="tsd-kind-icon">Tunnels</a>
423
- </li>
424
325
  </ul>
425
326
  </nav>
426
327
  </div>
@@ -119,7 +119,7 @@
119
119
  <li class="tsd-description">
120
120
  <aside class="tsd-sources">
121
121
  <ul>
122
- <li>Defined in services.ts:2007</li>
122
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2813">services.ts:2813</a></li>
123
123
  </ul>
124
124
  </aside>
125
125
  <div class="tsd-comment tsd-typography">
@@ -150,7 +150,7 @@
150
150
  <li class="tsd-description">
151
151
  <aside class="tsd-sources">
152
152
  <ul>
153
- <li>Defined in services.ts:2013</li>
153
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2819">services.ts:2819</a></li>
154
154
  </ul>
155
155
  </aside>
156
156
  <div class="tsd-comment tsd-typography">
@@ -178,7 +178,7 @@
178
178
  <li class="tsd-description">
179
179
  <aside class="tsd-sources">
180
180
  <ul>
181
- <li>Defined in services.ts:2026</li>
181
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2832">services.ts:2832</a></li>
182
182
  </ul>
183
183
  </aside>
184
184
  <div class="tsd-comment tsd-typography">
@@ -206,7 +206,7 @@
206
206
  <li class="tsd-description">
207
207
  <aside class="tsd-sources">
208
208
  <ul>
209
- <li>Defined in services.ts:2037</li>
209
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2843">services.ts:2843</a></li>
210
210
  </ul>
211
211
  </aside>
212
212
  <div class="tsd-comment tsd-typography">
@@ -234,7 +234,7 @@
234
234
  <li class="tsd-description">
235
235
  <aside class="tsd-sources">
236
236
  <ul>
237
- <li>Defined in services.ts:2048</li>
237
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2854">services.ts:2854</a></li>
238
238
  </ul>
239
239
  </aside>
240
240
  <div class="tsd-comment tsd-typography">
@@ -256,7 +256,7 @@
256
256
  <li class="tsd-description">
257
257
  <aside class="tsd-sources">
258
258
  <ul>
259
- <li>Defined in services.ts:2090</li>
259
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2896">services.ts:2896</a></li>
260
260
  </ul>
261
261
  </aside>
262
262
  <div class="tsd-comment tsd-typography">
@@ -295,90 +295,6 @@
295
295
  </nav>
296
296
  <nav class="tsd-navigation secondary menu-sticky">
297
297
  <ul class="before-current">
298
- <li class=" tsd-kind-class tsd-parent-kind-module">
299
- <a href="services.APIKeys.html" class="tsd-kind-icon">APIKeys</a>
300
- </li>
301
- <li class=" tsd-kind-class tsd-parent-kind-module">
302
- <a href="services.AbuseReports.html" class="tsd-kind-icon">Abuse<wbr>Reports</a>
303
- </li>
304
- <li class=" tsd-kind-class tsd-parent-kind-module">
305
- <a href="services.CertificateAuthorities.html" class="tsd-kind-icon">Certificate<wbr>Authorities</a>
306
- </li>
307
- <li class=" tsd-kind-class tsd-parent-kind-module">
308
- <a href="services.Credentials.html" class="tsd-kind-icon">Credentials</a>
309
- </li>
310
- <li class=" tsd-kind-class tsd-parent-kind-module">
311
- <a href="services.EndpointCircuitBreakerModule.html" class="tsd-kind-icon">Endpoint<wbr>Circuit<wbr>Breaker<wbr>Module</a>
312
- </li>
313
- <li class=" tsd-kind-class tsd-parent-kind-module">
314
- <a href="services.EndpointCompressionModule.html" class="tsd-kind-icon">Endpoint<wbr>Compression<wbr>Module</a>
315
- </li>
316
- <li class=" tsd-kind-class tsd-parent-kind-module">
317
- <a href="services.EndpointConfigurations.html" class="tsd-kind-icon">Endpoint<wbr>Configurations</a>
318
- </li>
319
- <li class=" tsd-kind-class tsd-parent-kind-module">
320
- <a href="services.EndpointIPPolicyModule.html" class="tsd-kind-icon">EndpointIPPolicy<wbr>Module</a>
321
- </li>
322
- <li class=" tsd-kind-class tsd-parent-kind-module">
323
- <a href="services.EndpointLoggingModule.html" class="tsd-kind-icon">Endpoint<wbr>Logging<wbr>Module</a>
324
- </li>
325
- <li class=" tsd-kind-class tsd-parent-kind-module">
326
- <a href="services.EndpointMutualTLSModule.html" class="tsd-kind-icon">Endpoint<wbr>MutualTLSModule</a>
327
- </li>
328
- <li class=" tsd-kind-class tsd-parent-kind-module">
329
- <a href="services.EndpointOAuthModule.html" class="tsd-kind-icon">EndpointOAuth<wbr>Module</a>
330
- </li>
331
- <li class=" tsd-kind-class tsd-parent-kind-module">
332
- <a href="services.EndpointOIDCModule.html" class="tsd-kind-icon">EndpointOIDCModule</a>
333
- </li>
334
- <li class=" tsd-kind-class tsd-parent-kind-module">
335
- <a href="services.EndpointRequestHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Request<wbr>Headers<wbr>Module</a>
336
- </li>
337
- <li class=" tsd-kind-class tsd-parent-kind-module">
338
- <a href="services.EndpointResponseHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Response<wbr>Headers<wbr>Module</a>
339
- </li>
340
- <li class=" tsd-kind-class tsd-parent-kind-module">
341
- <a href="services.EndpointSAMLModule.html" class="tsd-kind-icon">EndpointSAMLModule</a>
342
- </li>
343
- <li class=" tsd-kind-class tsd-parent-kind-module">
344
- <a href="services.EndpointTLSTerminationModule.html" class="tsd-kind-icon">EndpointTLSTermination<wbr>Module</a>
345
- </li>
346
- <li class=" tsd-kind-class tsd-parent-kind-module">
347
- <a href="services.EndpointWebhookValidationModule.html" class="tsd-kind-icon">Endpoint<wbr>Webhook<wbr>Validation<wbr>Module</a>
348
- </li>
349
- <li class=" tsd-kind-class tsd-parent-kind-module">
350
- <a href="services.EventDestinations.html" class="tsd-kind-icon">Event<wbr>Destinations</a>
351
- </li>
352
- <li class=" tsd-kind-class tsd-parent-kind-module">
353
- <a href="services.EventSources.html" class="tsd-kind-icon">Event<wbr>Sources</a>
354
- </li>
355
- <li class=" tsd-kind-class tsd-parent-kind-module">
356
- <a href="services.EventStreams.html" class="tsd-kind-icon">Event<wbr>Streams</a>
357
- </li>
358
- <li class=" tsd-kind-class tsd-parent-kind-module">
359
- <a href="services.EventSubscriptions.html" class="tsd-kind-icon">Event<wbr>Subscriptions</a>
360
- </li>
361
- <li class=" tsd-kind-class tsd-parent-kind-module">
362
- <a href="services.IPPolicies.html" class="tsd-kind-icon">IPPolicies</a>
363
- </li>
364
- <li class=" tsd-kind-class tsd-parent-kind-module">
365
- <a href="services.IPPolicyRules.html" class="tsd-kind-icon">IPPolicy<wbr>Rules</a>
366
- </li>
367
- <li class=" tsd-kind-class tsd-parent-kind-module">
368
- <a href="services.IPRestrictions.html" class="tsd-kind-icon">IPRestrictions</a>
369
- </li>
370
- <li class=" tsd-kind-class tsd-parent-kind-module">
371
- <a href="services.IPWhitelist.html" class="tsd-kind-icon">IPWhitelist</a>
372
- </li>
373
- <li class=" tsd-kind-class tsd-parent-kind-module">
374
- <a href="services.ReservedAddrs.html" class="tsd-kind-icon">Reserved<wbr>Addrs</a>
375
- </li>
376
- <li class=" tsd-kind-class tsd-parent-kind-module">
377
- <a href="services.ReservedDomains.html" class="tsd-kind-icon">Reserved<wbr>Domains</a>
378
- </li>
379
- <li class=" tsd-kind-class tsd-parent-kind-module">
380
- <a href="services.SSHCertificateAuthorities.html" class="tsd-kind-icon">SSHCertificate<wbr>Authorities</a>
381
- </li>
382
298
  </ul>
383
299
  <ul class="current">
384
300
  <li class="current tsd-kind-class tsd-parent-kind-module">
@@ -406,21 +322,6 @@
406
322
  </li>
407
323
  </ul>
408
324
  <ul class="after-current">
409
- <li class=" tsd-kind-class tsd-parent-kind-module">
410
- <a href="services.SSHHostCertificates.html" class="tsd-kind-icon">SSHHost<wbr>Certificates</a>
411
- </li>
412
- <li class=" tsd-kind-class tsd-parent-kind-module">
413
- <a href="services.SSHUserCertificates.html" class="tsd-kind-icon">SSHUser<wbr>Certificates</a>
414
- </li>
415
- <li class=" tsd-kind-class tsd-parent-kind-module">
416
- <a href="services.TLSCertificates.html" class="tsd-kind-icon">TLSCertificates</a>
417
- </li>
418
- <li class=" tsd-kind-class tsd-parent-kind-module">
419
- <a href="services.TunnelSessions.html" class="tsd-kind-icon">Tunnel<wbr>Sessions</a>
420
- </li>
421
- <li class=" tsd-kind-class tsd-parent-kind-module">
422
- <a href="services.Tunnels.html" class="tsd-kind-icon">Tunnels</a>
423
- </li>
424
325
  </ul>
425
326
  </nav>
426
327
  </div>