@ngrok/ngrok-api 0.3.0 → 0.7.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.
- package/README.md +0 -28
- package/docs/assets/js/search.js +1 -1
- package/docs/classes/client.Ngrok.html +191 -100
- package/docs/classes/services.APIKeys.html +6 -105
- package/docs/classes/services.AbuseReports.html +3 -102
- package/docs/classes/services.AgentIngresses.html +6 -105
- package/docs/classes/services.CertificateAuthorities.html +6 -105
- package/docs/classes/services.Credentials.html +6 -105
- package/docs/classes/services.EdgeRouteBackendModule.html +270 -0
- package/docs/classes/services.EdgeRouteCircuitBreakerModule.html +270 -0
- package/docs/classes/services.EdgeRouteCompressionModule.html +270 -0
- package/docs/classes/{services.EndpointCircuitBreakerModule.html → services.EdgeRouteIPRestrictionModule.html} +28 -127
- package/docs/classes/services.EdgeRouteOAuthModule.html +270 -0
- package/docs/classes/services.EdgeRouteOIDCModule.html +270 -0
- package/docs/classes/{services.EndpointResponseHeadersModule.html → services.EdgeRouteRequestHeadersModule.html} +28 -127
- package/docs/classes/services.EdgeRouteResponseHeadersModule.html +270 -0
- package/docs/classes/services.EdgeRouteSAMLModule.html +270 -0
- package/docs/classes/services.EdgeRouteWebhookVerificationModule.html +270 -0
- package/docs/classes/services.EdgeRouteWebsocketTCPConverterModule.html +270 -0
- package/docs/classes/services.EdgesHTTPS.html +343 -0
- package/docs/classes/services.EdgesHTTPSRoutes.html +317 -0
- package/docs/classes/services.EdgesTCP.html +343 -0
- package/docs/classes/services.EdgesTLS.html +343 -0
- package/docs/classes/services.Endpoints.html +256 -0
- package/docs/classes/services.EventDestinations.html +7 -106
- package/docs/classes/services.EventSources.html +6 -105
- package/docs/classes/services.EventSubscriptions.html +6 -105
- package/docs/classes/services.FailoverBackends.html +353 -0
- package/docs/classes/services.HTTPResponseBackends.html +318 -0
- package/docs/classes/{services.EndpointMutualTLSModule.html → services.HTTPSEdgeMutualTLSModule.html} +22 -121
- package/docs/classes/{services.EndpointTLSTerminationModule.html → services.HTTPSEdgeTLSTerminationModule.html} +22 -121
- package/docs/classes/services.IPPolicies.html +6 -105
- package/docs/classes/services.IPPolicyRules.html +6 -105
- package/docs/classes/services.IPRestrictions.html +7 -106
- package/docs/classes/services.ReservedAddrs.html +6 -137
- package/docs/classes/services.ReservedDomains.html +8 -171
- package/docs/classes/services.SSHCertificateAuthorities.html +6 -105
- package/docs/classes/services.SSHCredentials.html +6 -105
- package/docs/classes/services.SSHHostCertificates.html +6 -105
- package/docs/classes/services.SSHUserCertificates.html +6 -105
- package/docs/classes/{services.EndpointSAMLModule.html → services.TCPEdgeBackendModule.html} +25 -124
- package/docs/classes/{services.EndpointIPPolicyModule.html → services.TCPEdgeIPRestrictionModule.html} +22 -121
- package/docs/classes/services.TLSCertificates.html +6 -105
- package/docs/classes/{services.EndpointLoggingModule.html → services.TLSEdgeBackendModule.html} +25 -124
- package/docs/classes/{services.EndpointOIDCModule.html → services.TLSEdgeIPRestrictionModule.html} +25 -124
- package/docs/classes/{services.EndpointOAuthModule.html → services.TLSEdgeMutualTLSModule.html} +25 -124
- package/docs/classes/services.TLSEdgeTLSTerminationModule.html +270 -0
- package/docs/classes/services.TunnelGroupBackends.html +351 -0
- package/docs/classes/services.TunnelSessions.html +6 -105
- package/docs/classes/services.Tunnels.html +34 -101
- package/docs/classes/{services.EventStreams.html → services.WeightedBackends.html} +51 -140
- package/docs/index.html +0 -27
- package/docs/interfaces/client.NgrokConfig.html +2 -2
- package/docs/interfaces/datatypes.APIKey.html +6 -6
- package/docs/interfaces/datatypes.APIKeyCreate.html +2 -2
- package/docs/interfaces/datatypes.APIKeyList.html +3 -3
- package/docs/interfaces/datatypes.APIKeyUpdate.html +3 -3
- package/docs/interfaces/datatypes.AWSAuth.html +2 -2
- package/docs/interfaces/datatypes.AWSCredentials.html +2 -2
- package/docs/interfaces/datatypes.AWSRole.html +1 -1
- package/docs/interfaces/datatypes.AbuseReport.html +7 -7
- package/docs/interfaces/datatypes.AbuseReportCreate.html +2 -2
- package/docs/interfaces/datatypes.AbuseReportHostname.html +2 -2
- package/docs/interfaces/datatypes.AgentIngress.html +8 -8
- package/docs/interfaces/datatypes.AgentIngressCreate.html +3 -3
- package/docs/interfaces/datatypes.AgentIngressList.html +3 -3
- package/docs/interfaces/datatypes.AgentIngressUpdate.html +3 -3
- package/docs/interfaces/datatypes.CertificateAuthority.html +11 -11
- package/docs/interfaces/datatypes.CertificateAuthorityCreate.html +3 -3
- package/docs/interfaces/datatypes.CertificateAuthorityList.html +3 -3
- package/docs/interfaces/datatypes.CertificateAuthorityUpdate.html +3 -3
- package/docs/interfaces/datatypes.Credential.html +7 -7
- package/docs/interfaces/datatypes.CredentialCreate.html +3 -3
- package/docs/interfaces/datatypes.CredentialList.html +3 -3
- package/docs/interfaces/datatypes.CredentialUpdate.html +4 -4
- package/docs/interfaces/{datatypes.EndpointOIDCReplace.html → datatypes.EdgeBackendReplace.html} +12 -12
- package/docs/interfaces/{datatypes.EndpointIPPolicyReplace.html → datatypes.EdgeIPRestrictionReplace.html} +11 -11
- package/docs/interfaces/{datatypes.EndpointMutualTLSReplace.html → datatypes.EdgeMutualTLSReplace.html} +11 -11
- package/docs/interfaces/datatypes.EdgeRouteBackendReplace.html +190 -0
- package/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html +190 -0
- package/docs/interfaces/{datatypes.EndpointCompressionReplace.html → datatypes.EdgeRouteCompressionReplace.html} +25 -11
- package/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html +190 -0
- package/docs/interfaces/{datatypes.EndpointCircuitBreakerReplace.html → datatypes.EdgeRouteItem.html} +27 -17
- package/docs/interfaces/{datatypes.EndpointOAuthReplace.html → datatypes.EdgeRouteOAuthReplace.html} +25 -11
- package/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html +190 -0
- package/docs/interfaces/{datatypes.EndpointRequestHeadersReplace.html → datatypes.EdgeRouteRequestHeadersReplace.html} +25 -11
- package/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html +190 -0
- package/docs/interfaces/{datatypes.EndpointSAMLReplace.html → datatypes.EdgeRouteSAMLReplace.html} +25 -11
- package/docs/interfaces/{datatypes.EndpointWebhookValidationReplace.html → datatypes.EdgeRouteWebhookVerificationReplace.html} +25 -11
- package/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html +190 -0
- package/docs/interfaces/{datatypes.EndpointResponseHeadersReplace.html → datatypes.EdgeTLSTerminationAtEdgeReplace.html} +12 -12
- package/docs/interfaces/{datatypes.EndpointTLSTerminationReplace.html → datatypes.EdgeTLSTerminationReplace.html} +11 -11
- package/docs/interfaces/datatypes.Endpoint.html +395 -0
- package/docs/interfaces/{datatypes.EndpointLogging.html → datatypes.EndpointBackend.html} +19 -19
- package/docs/interfaces/{datatypes.EndpointLoggingMutate.html → datatypes.EndpointBackendMutate.html} +19 -19
- package/docs/interfaces/datatypes.EndpointCircuitBreaker.html +6 -6
- package/docs/interfaces/datatypes.EndpointCompression.html +1 -1
- package/docs/interfaces/datatypes.EndpointIPPolicy.html +2 -2
- package/docs/interfaces/datatypes.EndpointIPPolicyMutate.html +2 -2
- package/docs/interfaces/datatypes.EndpointList.html +205 -0
- package/docs/interfaces/datatypes.EndpointMutualTLS.html +2 -2
- package/docs/interfaces/datatypes.EndpointMutualTLSMutate.html +2 -2
- package/docs/interfaces/datatypes.EndpointOAuth.html +7 -7
- package/docs/interfaces/datatypes.EndpointOAuthFacebook.html +5 -5
- package/docs/interfaces/datatypes.EndpointOAuthGitHub.html +7 -7
- package/docs/interfaces/datatypes.EndpointOAuthGoogle.html +5 -5
- package/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html +5 -5
- package/docs/interfaces/datatypes.EndpointOAuthProvider.html +4 -4
- package/docs/interfaces/datatypes.EndpointOIDC.html +9 -9
- package/docs/interfaces/datatypes.EndpointRequestHeaders.html +3 -3
- package/docs/interfaces/datatypes.EndpointResponseHeaders.html +3 -3
- package/docs/interfaces/datatypes.EndpointSAML.html +15 -15
- package/docs/interfaces/datatypes.EndpointSAMLMutate.html +10 -10
- package/docs/interfaces/datatypes.EndpointTLSTermination.html +3 -3
- package/docs/interfaces/datatypes.EndpointTLSTerminationAtEdge.html +186 -0
- package/docs/interfaces/datatypes.EndpointWebhookValidation.html +4 -4
- package/docs/interfaces/datatypes.EndpointWebsocketTCPConverter.html +167 -0
- package/docs/interfaces/datatypes.Error.html +4 -4
- package/docs/interfaces/datatypes.EventDestination.html +7 -7
- package/docs/interfaces/datatypes.EventDestinationCreate.html +4 -4
- package/docs/interfaces/datatypes.EventDestinationList.html +3 -3
- package/docs/interfaces/datatypes.EventDestinationUpdate.html +5 -5
- package/docs/interfaces/datatypes.EventSource.html +2 -2
- package/docs/interfaces/datatypes.EventSourceCreate.html +2 -2
- package/docs/interfaces/datatypes.EventSourceItem.html +2 -2
- package/docs/interfaces/datatypes.EventSourceList.html +2 -2
- package/docs/interfaces/datatypes.EventSourcePaging.html +1 -1
- package/docs/interfaces/datatypes.EventSourceReplace.html +1 -1
- package/docs/interfaces/datatypes.EventSourceUpdate.html +2 -2
- package/docs/interfaces/datatypes.EventSubscription.html +7 -7
- package/docs/interfaces/datatypes.EventSubscriptionCreate.html +5 -5
- package/docs/interfaces/datatypes.EventSubscriptionList.html +3 -3
- package/docs/interfaces/datatypes.EventSubscriptionUpdate.html +6 -6
- package/docs/interfaces/datatypes.EventTarget.html +3 -3
- package/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html +2 -2
- package/docs/interfaces/datatypes.EventTargetFirehose.html +2 -2
- package/docs/interfaces/datatypes.EventTargetKinesis.html +2 -2
- package/docs/interfaces/{datatypes.EventStreamCreate.html → datatypes.FailoverBackend.html} +44 -44
- package/docs/interfaces/datatypes.FailoverBackendCreate.html +205 -0
- package/docs/interfaces/datatypes.FailoverBackendList.html +205 -0
- package/docs/interfaces/datatypes.FailoverBackendUpdate.html +219 -0
- package/docs/interfaces/datatypes.HTTPResponseBackend.html +295 -0
- package/docs/interfaces/datatypes.HTTPResponseBackendCreate.html +243 -0
- package/docs/interfaces/datatypes.HTTPResponseBackendList.html +190 -0
- package/docs/interfaces/{datatypes.EventStreamUpdate.html → datatypes.HTTPResponseBackendUpdate.html} +40 -45
- package/docs/interfaces/{datatypes.EventStream.html → datatypes.HTTPSEdge.html} +58 -63
- package/docs/interfaces/datatypes.HTTPSEdgeCreate.html +238 -0
- package/docs/interfaces/{datatypes.EventStreamList.html → datatypes.HTTPSEdgeList.html} +20 -20
- package/docs/interfaces/{datatypes.EndpointConfiguration.html → datatypes.HTTPSEdgeRoute.html} +123 -104
- package/docs/interfaces/{datatypes.EndpointConfigurationCreate.html → datatypes.HTTPSEdgeRouteCreate.html} +108 -89
- package/docs/interfaces/{datatypes.EndpointConfigurationUpdate.html → datatypes.HTTPSEdgeRouteUpdate.html} +115 -77
- package/docs/interfaces/datatypes.HTTPSEdgeUpdate.html +257 -0
- package/docs/interfaces/datatypes.IPPolicy.html +5 -24
- package/docs/interfaces/datatypes.IPPolicyCreate.html +2 -21
- package/docs/interfaces/datatypes.IPPolicyList.html +3 -3
- package/docs/interfaces/datatypes.IPPolicyRule.html +26 -7
- package/docs/interfaces/datatypes.IPPolicyRuleCreate.html +23 -4
- package/docs/interfaces/datatypes.IPPolicyRuleList.html +3 -3
- package/docs/interfaces/datatypes.IPPolicyRuleUpdate.html +4 -4
- package/docs/interfaces/datatypes.IPPolicyUpdate.html +3 -3
- package/docs/interfaces/datatypes.IPRestriction.html +8 -8
- package/docs/interfaces/datatypes.IPRestrictionCreate.html +5 -5
- package/docs/interfaces/datatypes.IPRestrictionList.html +3 -3
- package/docs/interfaces/datatypes.IPRestrictionUpdate.html +5 -5
- package/docs/interfaces/datatypes.Item.html +1 -1
- package/docs/interfaces/datatypes.Paging.html +2 -2
- package/docs/interfaces/datatypes.Ref.html +2 -2
- package/docs/interfaces/datatypes.ReservedAddr.html +7 -26
- package/docs/interfaces/datatypes.ReservedAddrCreate.html +3 -22
- package/docs/interfaces/datatypes.ReservedAddrList.html +3 -3
- package/docs/interfaces/datatypes.ReservedAddrUpdate.html +3 -22
- package/docs/interfaces/datatypes.ReservedDomain.html +12 -50
- package/docs/interfaces/datatypes.ReservedDomainCertJob.html +4 -4
- package/docs/interfaces/datatypes.ReservedDomainCertPolicy.html +2 -2
- package/docs/interfaces/datatypes.ReservedDomainCertStatus.html +2 -2
- package/docs/interfaces/datatypes.ReservedDomainCreate.html +6 -44
- package/docs/interfaces/datatypes.ReservedDomainList.html +3 -3
- package/docs/interfaces/datatypes.ReservedDomainUpdate.html +5 -43
- package/docs/interfaces/datatypes.SSHCertificateAuthority.html +7 -7
- package/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html +5 -5
- package/docs/interfaces/datatypes.SSHCertificateAuthorityList.html +3 -3
- package/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html +3 -3
- package/docs/interfaces/datatypes.SSHCredential.html +7 -7
- package/docs/interfaces/datatypes.SSHCredentialCreate.html +4 -4
- package/docs/interfaces/datatypes.SSHCredentialList.html +3 -3
- package/docs/interfaces/datatypes.SSHCredentialUpdate.html +4 -4
- package/docs/interfaces/datatypes.SSHHostCertificate.html +12 -12
- package/docs/interfaces/datatypes.SSHHostCertificateCreate.html +7 -7
- package/docs/interfaces/datatypes.SSHHostCertificateList.html +3 -3
- package/docs/interfaces/datatypes.SSHHostCertificateUpdate.html +3 -3
- package/docs/interfaces/datatypes.SSHUserCertificate.html +14 -14
- package/docs/interfaces/datatypes.SSHUserCertificateCreate.html +9 -9
- package/docs/interfaces/datatypes.SSHUserCertificateList.html +3 -3
- package/docs/interfaces/datatypes.SSHUserCertificateUpdate.html +3 -3
- package/docs/interfaces/datatypes.TCPEdge.html +295 -0
- package/docs/interfaces/datatypes.TCPEdgeCreate.html +238 -0
- package/docs/interfaces/datatypes.TCPEdgeList.html +205 -0
- package/docs/interfaces/datatypes.TCPEdgeUpdate.html +257 -0
- package/docs/interfaces/datatypes.TLSCertificate.html +21 -21
- package/docs/interfaces/datatypes.TLSCertificateCreate.html +4 -4
- package/docs/interfaces/datatypes.TLSCertificateList.html +3 -3
- package/docs/interfaces/datatypes.TLSCertificateSANs.html +2 -2
- package/docs/interfaces/datatypes.TLSCertificateUpdate.html +3 -3
- package/docs/interfaces/datatypes.TLSEdge.html +323 -0
- package/docs/interfaces/datatypes.TLSEdgeCreate.html +266 -0
- package/docs/interfaces/datatypes.TLSEdgeList.html +205 -0
- package/docs/interfaces/datatypes.TLSEdgeUpdate.html +285 -0
- package/docs/interfaces/datatypes.Tunnel.html +85 -9
- package/docs/interfaces/datatypes.TunnelGroupBackend.html +281 -0
- package/docs/interfaces/datatypes.TunnelGroupBackendCreate.html +205 -0
- package/docs/interfaces/datatypes.TunnelGroupBackendList.html +205 -0
- package/docs/interfaces/datatypes.TunnelGroupBackendUpdate.html +219 -0
- package/docs/interfaces/datatypes.TunnelList.html +3 -3
- package/docs/interfaces/datatypes.TunnelSession.html +10 -10
- package/docs/interfaces/datatypes.TunnelSessionList.html +3 -3
- package/docs/interfaces/datatypes.TunnelSessionsUpdate.html +1 -1
- package/docs/interfaces/datatypes.WeightedBackend.html +262 -0
- package/docs/interfaces/datatypes.WeightedBackendCreate.html +205 -0
- package/docs/interfaces/{datatypes.EndpointConfigurationList.html → datatypes.WeightedBackendList.html} +19 -19
- package/docs/interfaces/datatypes.WeightedBackendUpdate.html +219 -0
- package/docs/modules/datatypes.html +197 -69
- package/docs/modules/services.html +85 -29
- package/lib/client.d.ts +53 -19
- package/lib/client.d.ts.map +1 -1
- package/lib/client.js +42 -18
- package/lib/client.js.map +1 -1
- package/lib/datatypes.d.ts +570 -236
- package/lib/datatypes.d.ts.map +1 -1
- package/lib/services.d.ts +358 -138
- package/lib/services.d.ts.map +1 -1
- package/lib/services.js +1367 -528
- package/lib/services.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +95 -38
- package/src/datatypes.ts +618 -252
- package/src/services.ts +1363 -543
- package/docs/classes/services.EndpointCompressionModule.html +0 -369
- package/docs/classes/services.EndpointConfigurations.html +0 -451
- package/docs/classes/services.EndpointRequestHeadersModule.html +0 -369
- package/docs/classes/services.EndpointWebhookValidationModule.html +0 -369
- package/docs/interfaces/datatypes.EndpointLoggingReplace.html +0 -176
- package/test/endpointConfigurations.test.js +0 -67
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
<li class="tsd-description">
|
|
112
112
|
<aside class="tsd-sources">
|
|
113
113
|
<ul>
|
|
114
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
114
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L1906">services.ts:1906</a></li>
|
|
115
115
|
</ul>
|
|
116
116
|
</aside>
|
|
117
117
|
<div class="tsd-comment tsd-typography">
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
<li class="tsd-description">
|
|
143
143
|
<aside class="tsd-sources">
|
|
144
144
|
<ul>
|
|
145
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
145
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L1912">services.ts:1912</a></li>
|
|
146
146
|
</ul>
|
|
147
147
|
</aside>
|
|
148
148
|
<div class="tsd-comment tsd-typography">
|
|
@@ -170,12 +170,12 @@
|
|
|
170
170
|
<li class="tsd-description">
|
|
171
171
|
<aside class="tsd-sources">
|
|
172
172
|
<ul>
|
|
173
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
173
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L1925">services.ts:1925</a></li>
|
|
174
174
|
</ul>
|
|
175
175
|
</aside>
|
|
176
176
|
<div class="tsd-comment tsd-typography">
|
|
177
177
|
<div class="lead">
|
|
178
|
-
<p>Delete an Event Destination. If the Event Destination is still referenced by an Event
|
|
178
|
+
<p>Delete an Event Destination. If the Event Destination is still referenced by an Event Subscription.</p>
|
|
179
179
|
</div>
|
|
180
180
|
</div>
|
|
181
181
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
<li class="tsd-description">
|
|
199
199
|
<aside class="tsd-sources">
|
|
200
200
|
<ul>
|
|
201
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
201
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L1936">services.ts:1936</a></li>
|
|
202
202
|
</ul>
|
|
203
203
|
</aside>
|
|
204
204
|
<div class="tsd-comment tsd-typography">
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
<li class="tsd-description">
|
|
227
227
|
<aside class="tsd-sources">
|
|
228
228
|
<ul>
|
|
229
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
229
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L1947">services.ts:1947</a></li>
|
|
230
230
|
</ul>
|
|
231
231
|
</aside>
|
|
232
232
|
<div class="tsd-comment tsd-typography">
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
<li class="tsd-description">
|
|
249
249
|
<aside class="tsd-sources">
|
|
250
250
|
<ul>
|
|
251
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
251
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L1989">services.ts:1989</a></li>
|
|
252
252
|
</ul>
|
|
253
253
|
</aside>
|
|
254
254
|
<div class="tsd-comment tsd-typography">
|
|
@@ -287,60 +287,6 @@
|
|
|
287
287
|
</nav>
|
|
288
288
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
289
289
|
<ul class="before-current">
|
|
290
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
291
|
-
<a href="services.APIKeys.html" class="tsd-kind-icon">APIKeys</a>
|
|
292
|
-
</li>
|
|
293
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
294
|
-
<a href="services.AbuseReports.html" class="tsd-kind-icon">Abuse<wbr>Reports</a>
|
|
295
|
-
</li>
|
|
296
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
297
|
-
<a href="services.AgentIngresses.html" class="tsd-kind-icon">Agent<wbr>Ingresses</a>
|
|
298
|
-
</li>
|
|
299
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
300
|
-
<a href="services.CertificateAuthorities.html" class="tsd-kind-icon">Certificate<wbr>Authorities</a>
|
|
301
|
-
</li>
|
|
302
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
303
|
-
<a href="services.Credentials.html" class="tsd-kind-icon">Credentials</a>
|
|
304
|
-
</li>
|
|
305
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
306
|
-
<a href="services.EndpointCircuitBreakerModule.html" class="tsd-kind-icon">Endpoint<wbr>Circuit<wbr>Breaker<wbr>Module</a>
|
|
307
|
-
</li>
|
|
308
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
309
|
-
<a href="services.EndpointCompressionModule.html" class="tsd-kind-icon">Endpoint<wbr>Compression<wbr>Module</a>
|
|
310
|
-
</li>
|
|
311
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
312
|
-
<a href="services.EndpointConfigurations.html" class="tsd-kind-icon">Endpoint<wbr>Configurations</a>
|
|
313
|
-
</li>
|
|
314
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
315
|
-
<a href="services.EndpointIPPolicyModule.html" class="tsd-kind-icon">EndpointIPPolicy<wbr>Module</a>
|
|
316
|
-
</li>
|
|
317
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
318
|
-
<a href="services.EndpointLoggingModule.html" class="tsd-kind-icon">Endpoint<wbr>Logging<wbr>Module</a>
|
|
319
|
-
</li>
|
|
320
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
321
|
-
<a href="services.EndpointMutualTLSModule.html" class="tsd-kind-icon">Endpoint<wbr>MutualTLSModule</a>
|
|
322
|
-
</li>
|
|
323
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
324
|
-
<a href="services.EndpointOAuthModule.html" class="tsd-kind-icon">EndpointOAuth<wbr>Module</a>
|
|
325
|
-
</li>
|
|
326
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
327
|
-
<a href="services.EndpointOIDCModule.html" class="tsd-kind-icon">EndpointOIDCModule</a>
|
|
328
|
-
</li>
|
|
329
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
330
|
-
<a href="services.EndpointRequestHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Request<wbr>Headers<wbr>Module</a>
|
|
331
|
-
</li>
|
|
332
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
333
|
-
<a href="services.EndpointResponseHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Response<wbr>Headers<wbr>Module</a>
|
|
334
|
-
</li>
|
|
335
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
336
|
-
<a href="services.EndpointSAMLModule.html" class="tsd-kind-icon">EndpointSAMLModule</a>
|
|
337
|
-
</li>
|
|
338
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
339
|
-
<a href="services.EndpointTLSTerminationModule.html" class="tsd-kind-icon">EndpointTLSTermination<wbr>Module</a>
|
|
340
|
-
</li>
|
|
341
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
342
|
-
<a href="services.EndpointWebhookValidationModule.html" class="tsd-kind-icon">Endpoint<wbr>Webhook<wbr>Validation<wbr>Module</a>
|
|
343
|
-
</li>
|
|
344
290
|
</ul>
|
|
345
291
|
<ul class="current">
|
|
346
292
|
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
@@ -368,51 +314,6 @@
|
|
|
368
314
|
</li>
|
|
369
315
|
</ul>
|
|
370
316
|
<ul class="after-current">
|
|
371
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
372
|
-
<a href="services.EventSources.html" class="tsd-kind-icon">Event<wbr>Sources</a>
|
|
373
|
-
</li>
|
|
374
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
375
|
-
<a href="services.EventStreams.html" class="tsd-kind-icon">Event<wbr>Streams</a>
|
|
376
|
-
</li>
|
|
377
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
378
|
-
<a href="services.EventSubscriptions.html" class="tsd-kind-icon">Event<wbr>Subscriptions</a>
|
|
379
|
-
</li>
|
|
380
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
381
|
-
<a href="services.IPPolicies.html" class="tsd-kind-icon">IPPolicies</a>
|
|
382
|
-
</li>
|
|
383
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
384
|
-
<a href="services.IPPolicyRules.html" class="tsd-kind-icon">IPPolicy<wbr>Rules</a>
|
|
385
|
-
</li>
|
|
386
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
387
|
-
<a href="services.IPRestrictions.html" class="tsd-kind-icon">IPRestrictions</a>
|
|
388
|
-
</li>
|
|
389
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
390
|
-
<a href="services.ReservedAddrs.html" class="tsd-kind-icon">Reserved<wbr>Addrs</a>
|
|
391
|
-
</li>
|
|
392
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
393
|
-
<a href="services.ReservedDomains.html" class="tsd-kind-icon">Reserved<wbr>Domains</a>
|
|
394
|
-
</li>
|
|
395
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
396
|
-
<a href="services.SSHCertificateAuthorities.html" class="tsd-kind-icon">SSHCertificate<wbr>Authorities</a>
|
|
397
|
-
</li>
|
|
398
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
399
|
-
<a href="services.SSHCredentials.html" class="tsd-kind-icon">SSHCredentials</a>
|
|
400
|
-
</li>
|
|
401
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
402
|
-
<a href="services.SSHHostCertificates.html" class="tsd-kind-icon">SSHHost<wbr>Certificates</a>
|
|
403
|
-
</li>
|
|
404
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
405
|
-
<a href="services.SSHUserCertificates.html" class="tsd-kind-icon">SSHUser<wbr>Certificates</a>
|
|
406
|
-
</li>
|
|
407
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
408
|
-
<a href="services.TLSCertificates.html" class="tsd-kind-icon">TLSCertificates</a>
|
|
409
|
-
</li>
|
|
410
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
411
|
-
<a href="services.TunnelSessions.html" class="tsd-kind-icon">Tunnel<wbr>Sessions</a>
|
|
412
|
-
</li>
|
|
413
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
414
|
-
<a href="services.Tunnels.html" class="tsd-kind-icon">Tunnels</a>
|
|
415
|
-
</li>
|
|
416
317
|
</ul>
|
|
417
318
|
</nav>
|
|
418
319
|
</div>
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
<li class="tsd-description">
|
|
112
112
|
<aside class="tsd-sources">
|
|
113
113
|
<ul>
|
|
114
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
114
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2102">services.ts:2102</a></li>
|
|
115
115
|
</ul>
|
|
116
116
|
</aside>
|
|
117
117
|
<div class="tsd-comment tsd-typography">
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
<li class="tsd-description">
|
|
143
143
|
<aside class="tsd-sources">
|
|
144
144
|
<ul>
|
|
145
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
145
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2108">services.ts:2108</a></li>
|
|
146
146
|
</ul>
|
|
147
147
|
</aside>
|
|
148
148
|
<div class="tsd-comment tsd-typography">
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
<li class="tsd-description">
|
|
171
171
|
<aside class="tsd-sources">
|
|
172
172
|
<ul>
|
|
173
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
173
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2121">services.ts:2121</a></li>
|
|
174
174
|
</ul>
|
|
175
175
|
</aside>
|
|
176
176
|
<div class="tsd-comment tsd-typography">
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
<li class="tsd-description">
|
|
199
199
|
<aside class="tsd-sources">
|
|
200
200
|
<ul>
|
|
201
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
201
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2132">services.ts:2132</a></li>
|
|
202
202
|
</ul>
|
|
203
203
|
</aside>
|
|
204
204
|
<div class="tsd-comment tsd-typography">
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
<li class="tsd-description">
|
|
227
227
|
<aside class="tsd-sources">
|
|
228
228
|
<ul>
|
|
229
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
229
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2143">services.ts:2143</a></li>
|
|
230
230
|
</ul>
|
|
231
231
|
</aside>
|
|
232
232
|
<div class="tsd-comment tsd-typography">
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
<li class="tsd-description">
|
|
255
255
|
<aside class="tsd-sources">
|
|
256
256
|
<ul>
|
|
257
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
257
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2156">services.ts:2156</a></li>
|
|
258
258
|
</ul>
|
|
259
259
|
</aside>
|
|
260
260
|
<div class="tsd-comment tsd-typography">
|
|
@@ -293,63 +293,6 @@
|
|
|
293
293
|
</nav>
|
|
294
294
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
295
295
|
<ul class="before-current">
|
|
296
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
297
|
-
<a href="services.APIKeys.html" class="tsd-kind-icon">APIKeys</a>
|
|
298
|
-
</li>
|
|
299
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
300
|
-
<a href="services.AbuseReports.html" class="tsd-kind-icon">Abuse<wbr>Reports</a>
|
|
301
|
-
</li>
|
|
302
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
303
|
-
<a href="services.AgentIngresses.html" class="tsd-kind-icon">Agent<wbr>Ingresses</a>
|
|
304
|
-
</li>
|
|
305
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
306
|
-
<a href="services.CertificateAuthorities.html" class="tsd-kind-icon">Certificate<wbr>Authorities</a>
|
|
307
|
-
</li>
|
|
308
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
309
|
-
<a href="services.Credentials.html" class="tsd-kind-icon">Credentials</a>
|
|
310
|
-
</li>
|
|
311
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
312
|
-
<a href="services.EndpointCircuitBreakerModule.html" class="tsd-kind-icon">Endpoint<wbr>Circuit<wbr>Breaker<wbr>Module</a>
|
|
313
|
-
</li>
|
|
314
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
315
|
-
<a href="services.EndpointCompressionModule.html" class="tsd-kind-icon">Endpoint<wbr>Compression<wbr>Module</a>
|
|
316
|
-
</li>
|
|
317
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
318
|
-
<a href="services.EndpointConfigurations.html" class="tsd-kind-icon">Endpoint<wbr>Configurations</a>
|
|
319
|
-
</li>
|
|
320
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
321
|
-
<a href="services.EndpointIPPolicyModule.html" class="tsd-kind-icon">EndpointIPPolicy<wbr>Module</a>
|
|
322
|
-
</li>
|
|
323
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
324
|
-
<a href="services.EndpointLoggingModule.html" class="tsd-kind-icon">Endpoint<wbr>Logging<wbr>Module</a>
|
|
325
|
-
</li>
|
|
326
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
327
|
-
<a href="services.EndpointMutualTLSModule.html" class="tsd-kind-icon">Endpoint<wbr>MutualTLSModule</a>
|
|
328
|
-
</li>
|
|
329
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
330
|
-
<a href="services.EndpointOAuthModule.html" class="tsd-kind-icon">EndpointOAuth<wbr>Module</a>
|
|
331
|
-
</li>
|
|
332
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
333
|
-
<a href="services.EndpointOIDCModule.html" class="tsd-kind-icon">EndpointOIDCModule</a>
|
|
334
|
-
</li>
|
|
335
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
336
|
-
<a href="services.EndpointRequestHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Request<wbr>Headers<wbr>Module</a>
|
|
337
|
-
</li>
|
|
338
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
339
|
-
<a href="services.EndpointResponseHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Response<wbr>Headers<wbr>Module</a>
|
|
340
|
-
</li>
|
|
341
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
342
|
-
<a href="services.EndpointSAMLModule.html" class="tsd-kind-icon">EndpointSAMLModule</a>
|
|
343
|
-
</li>
|
|
344
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
345
|
-
<a href="services.EndpointTLSTerminationModule.html" class="tsd-kind-icon">EndpointTLSTermination<wbr>Module</a>
|
|
346
|
-
</li>
|
|
347
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
348
|
-
<a href="services.EndpointWebhookValidationModule.html" class="tsd-kind-icon">Endpoint<wbr>Webhook<wbr>Validation<wbr>Module</a>
|
|
349
|
-
</li>
|
|
350
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
351
|
-
<a href="services.EventDestinations.html" class="tsd-kind-icon">Event<wbr>Destinations</a>
|
|
352
|
-
</li>
|
|
353
296
|
</ul>
|
|
354
297
|
<ul class="current">
|
|
355
298
|
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
@@ -377,48 +320,6 @@
|
|
|
377
320
|
</li>
|
|
378
321
|
</ul>
|
|
379
322
|
<ul class="after-current">
|
|
380
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
381
|
-
<a href="services.EventStreams.html" class="tsd-kind-icon">Event<wbr>Streams</a>
|
|
382
|
-
</li>
|
|
383
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
384
|
-
<a href="services.EventSubscriptions.html" class="tsd-kind-icon">Event<wbr>Subscriptions</a>
|
|
385
|
-
</li>
|
|
386
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
387
|
-
<a href="services.IPPolicies.html" class="tsd-kind-icon">IPPolicies</a>
|
|
388
|
-
</li>
|
|
389
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
390
|
-
<a href="services.IPPolicyRules.html" class="tsd-kind-icon">IPPolicy<wbr>Rules</a>
|
|
391
|
-
</li>
|
|
392
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
393
|
-
<a href="services.IPRestrictions.html" class="tsd-kind-icon">IPRestrictions</a>
|
|
394
|
-
</li>
|
|
395
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
396
|
-
<a href="services.ReservedAddrs.html" class="tsd-kind-icon">Reserved<wbr>Addrs</a>
|
|
397
|
-
</li>
|
|
398
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
399
|
-
<a href="services.ReservedDomains.html" class="tsd-kind-icon">Reserved<wbr>Domains</a>
|
|
400
|
-
</li>
|
|
401
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
402
|
-
<a href="services.SSHCertificateAuthorities.html" class="tsd-kind-icon">SSHCertificate<wbr>Authorities</a>
|
|
403
|
-
</li>
|
|
404
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
405
|
-
<a href="services.SSHCredentials.html" class="tsd-kind-icon">SSHCredentials</a>
|
|
406
|
-
</li>
|
|
407
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
408
|
-
<a href="services.SSHHostCertificates.html" class="tsd-kind-icon">SSHHost<wbr>Certificates</a>
|
|
409
|
-
</li>
|
|
410
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
411
|
-
<a href="services.SSHUserCertificates.html" class="tsd-kind-icon">SSHUser<wbr>Certificates</a>
|
|
412
|
-
</li>
|
|
413
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
414
|
-
<a href="services.TLSCertificates.html" class="tsd-kind-icon">TLSCertificates</a>
|
|
415
|
-
</li>
|
|
416
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
417
|
-
<a href="services.TunnelSessions.html" class="tsd-kind-icon">Tunnel<wbr>Sessions</a>
|
|
418
|
-
</li>
|
|
419
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
420
|
-
<a href="services.Tunnels.html" class="tsd-kind-icon">Tunnels</a>
|
|
421
|
-
</li>
|
|
422
323
|
</ul>
|
|
423
324
|
</nav>
|
|
424
325
|
</div>
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
<li class="tsd-description">
|
|
112
112
|
<aside class="tsd-sources">
|
|
113
113
|
<ul>
|
|
114
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
114
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2004">services.ts:2004</a></li>
|
|
115
115
|
</ul>
|
|
116
116
|
</aside>
|
|
117
117
|
<div class="tsd-comment tsd-typography">
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
<li class="tsd-description">
|
|
143
143
|
<aside class="tsd-sources">
|
|
144
144
|
<ul>
|
|
145
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
145
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2010">services.ts:2010</a></li>
|
|
146
146
|
</ul>
|
|
147
147
|
</aside>
|
|
148
148
|
<div class="tsd-comment tsd-typography">
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
<li class="tsd-description">
|
|
171
171
|
<aside class="tsd-sources">
|
|
172
172
|
<ul>
|
|
173
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
173
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2023">services.ts:2023</a></li>
|
|
174
174
|
</ul>
|
|
175
175
|
</aside>
|
|
176
176
|
<div class="tsd-comment tsd-typography">
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
<li class="tsd-description">
|
|
199
199
|
<aside class="tsd-sources">
|
|
200
200
|
<ul>
|
|
201
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
201
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2034">services.ts:2034</a></li>
|
|
202
202
|
</ul>
|
|
203
203
|
</aside>
|
|
204
204
|
<div class="tsd-comment tsd-typography">
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
<li class="tsd-description">
|
|
227
227
|
<aside class="tsd-sources">
|
|
228
228
|
<ul>
|
|
229
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
229
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2045">services.ts:2045</a></li>
|
|
230
230
|
</ul>
|
|
231
231
|
</aside>
|
|
232
232
|
<div class="tsd-comment tsd-typography">
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
<li class="tsd-description">
|
|
249
249
|
<aside class="tsd-sources">
|
|
250
250
|
<ul>
|
|
251
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
251
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2087">services.ts:2087</a></li>
|
|
252
252
|
</ul>
|
|
253
253
|
</aside>
|
|
254
254
|
<div class="tsd-comment tsd-typography">
|
|
@@ -287,69 +287,6 @@
|
|
|
287
287
|
</nav>
|
|
288
288
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
289
289
|
<ul class="before-current">
|
|
290
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
291
|
-
<a href="services.APIKeys.html" class="tsd-kind-icon">APIKeys</a>
|
|
292
|
-
</li>
|
|
293
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
294
|
-
<a href="services.AbuseReports.html" class="tsd-kind-icon">Abuse<wbr>Reports</a>
|
|
295
|
-
</li>
|
|
296
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
297
|
-
<a href="services.AgentIngresses.html" class="tsd-kind-icon">Agent<wbr>Ingresses</a>
|
|
298
|
-
</li>
|
|
299
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
300
|
-
<a href="services.CertificateAuthorities.html" class="tsd-kind-icon">Certificate<wbr>Authorities</a>
|
|
301
|
-
</li>
|
|
302
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
303
|
-
<a href="services.Credentials.html" class="tsd-kind-icon">Credentials</a>
|
|
304
|
-
</li>
|
|
305
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
306
|
-
<a href="services.EndpointCircuitBreakerModule.html" class="tsd-kind-icon">Endpoint<wbr>Circuit<wbr>Breaker<wbr>Module</a>
|
|
307
|
-
</li>
|
|
308
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
309
|
-
<a href="services.EndpointCompressionModule.html" class="tsd-kind-icon">Endpoint<wbr>Compression<wbr>Module</a>
|
|
310
|
-
</li>
|
|
311
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
312
|
-
<a href="services.EndpointConfigurations.html" class="tsd-kind-icon">Endpoint<wbr>Configurations</a>
|
|
313
|
-
</li>
|
|
314
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
315
|
-
<a href="services.EndpointIPPolicyModule.html" class="tsd-kind-icon">EndpointIPPolicy<wbr>Module</a>
|
|
316
|
-
</li>
|
|
317
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
318
|
-
<a href="services.EndpointLoggingModule.html" class="tsd-kind-icon">Endpoint<wbr>Logging<wbr>Module</a>
|
|
319
|
-
</li>
|
|
320
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
321
|
-
<a href="services.EndpointMutualTLSModule.html" class="tsd-kind-icon">Endpoint<wbr>MutualTLSModule</a>
|
|
322
|
-
</li>
|
|
323
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
324
|
-
<a href="services.EndpointOAuthModule.html" class="tsd-kind-icon">EndpointOAuth<wbr>Module</a>
|
|
325
|
-
</li>
|
|
326
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
327
|
-
<a href="services.EndpointOIDCModule.html" class="tsd-kind-icon">EndpointOIDCModule</a>
|
|
328
|
-
</li>
|
|
329
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
330
|
-
<a href="services.EndpointRequestHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Request<wbr>Headers<wbr>Module</a>
|
|
331
|
-
</li>
|
|
332
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
333
|
-
<a href="services.EndpointResponseHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Response<wbr>Headers<wbr>Module</a>
|
|
334
|
-
</li>
|
|
335
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
336
|
-
<a href="services.EndpointSAMLModule.html" class="tsd-kind-icon">EndpointSAMLModule</a>
|
|
337
|
-
</li>
|
|
338
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
339
|
-
<a href="services.EndpointTLSTerminationModule.html" class="tsd-kind-icon">EndpointTLSTermination<wbr>Module</a>
|
|
340
|
-
</li>
|
|
341
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
342
|
-
<a href="services.EndpointWebhookValidationModule.html" class="tsd-kind-icon">Endpoint<wbr>Webhook<wbr>Validation<wbr>Module</a>
|
|
343
|
-
</li>
|
|
344
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
345
|
-
<a href="services.EventDestinations.html" class="tsd-kind-icon">Event<wbr>Destinations</a>
|
|
346
|
-
</li>
|
|
347
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
348
|
-
<a href="services.EventSources.html" class="tsd-kind-icon">Event<wbr>Sources</a>
|
|
349
|
-
</li>
|
|
350
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
351
|
-
<a href="services.EventStreams.html" class="tsd-kind-icon">Event<wbr>Streams</a>
|
|
352
|
-
</li>
|
|
353
290
|
</ul>
|
|
354
291
|
<ul class="current">
|
|
355
292
|
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
@@ -377,42 +314,6 @@
|
|
|
377
314
|
</li>
|
|
378
315
|
</ul>
|
|
379
316
|
<ul class="after-current">
|
|
380
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
381
|
-
<a href="services.IPPolicies.html" class="tsd-kind-icon">IPPolicies</a>
|
|
382
|
-
</li>
|
|
383
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
384
|
-
<a href="services.IPPolicyRules.html" class="tsd-kind-icon">IPPolicy<wbr>Rules</a>
|
|
385
|
-
</li>
|
|
386
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
387
|
-
<a href="services.IPRestrictions.html" class="tsd-kind-icon">IPRestrictions</a>
|
|
388
|
-
</li>
|
|
389
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
390
|
-
<a href="services.ReservedAddrs.html" class="tsd-kind-icon">Reserved<wbr>Addrs</a>
|
|
391
|
-
</li>
|
|
392
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
393
|
-
<a href="services.ReservedDomains.html" class="tsd-kind-icon">Reserved<wbr>Domains</a>
|
|
394
|
-
</li>
|
|
395
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
396
|
-
<a href="services.SSHCertificateAuthorities.html" class="tsd-kind-icon">SSHCertificate<wbr>Authorities</a>
|
|
397
|
-
</li>
|
|
398
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
399
|
-
<a href="services.SSHCredentials.html" class="tsd-kind-icon">SSHCredentials</a>
|
|
400
|
-
</li>
|
|
401
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
402
|
-
<a href="services.SSHHostCertificates.html" class="tsd-kind-icon">SSHHost<wbr>Certificates</a>
|
|
403
|
-
</li>
|
|
404
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
405
|
-
<a href="services.SSHUserCertificates.html" class="tsd-kind-icon">SSHUser<wbr>Certificates</a>
|
|
406
|
-
</li>
|
|
407
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
408
|
-
<a href="services.TLSCertificates.html" class="tsd-kind-icon">TLSCertificates</a>
|
|
409
|
-
</li>
|
|
410
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
411
|
-
<a href="services.TunnelSessions.html" class="tsd-kind-icon">Tunnel<wbr>Sessions</a>
|
|
412
|
-
</li>
|
|
413
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
414
|
-
<a href="services.Tunnels.html" class="tsd-kind-icon">Tunnels</a>
|
|
415
|
-
</li>
|
|
416
317
|
</ul>
|
|
417
318
|
</nav>
|
|
418
319
|
</div>
|