@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.
- package/README.md +0 -28
- package/docs/CNAME +1 -0
- package/docs/assets/js/search.js +1 -1
- package/docs/classes/client.Ngrok.html +204 -119
- package/docs/classes/services.APIKeys.html +6 -105
- package/docs/classes/services.AbuseReports.html +3 -102
- package/docs/classes/{services.IPWhitelist.html → services.AgentIngresses.html} +41 -148
- 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.EdgeRouteIPRestrictionModule.html +270 -0
- 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.EventStreams.html → services.FailoverBackends.html} +51 -140
- 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.WeightedBackends.html +353 -0
- 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.EventStream.html → datatypes.AgentIngress.html} +52 -71
- package/docs/interfaces/datatypes.AgentIngressCreate.html +205 -0
- package/docs/interfaces/datatypes.AgentIngressList.html +205 -0
- package/docs/interfaces/{datatypes.IPWhitelistEntryUpdate.html → datatypes.AgentIngressUpdate.html} +16 -16
- 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.EndpointCircuitBreakerReplace.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.ReservedDomainCertNSTarget.html → datatypes.EdgeRouteItem.html} +19 -19
- 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.EndpointConfigurationList.html → datatypes.EndpointList.html} +19 -19
- 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 +33 -14
- package/docs/interfaces/datatypes.EndpointSAMLMutate.html +28 -9
- 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.EndpointOIDCReplace.html → datatypes.EndpointWebsocketTCPConverter.html} +16 -25
- 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.IPWhitelistEntry.html → datatypes.FailoverBackend.html} +41 -41
- package/docs/interfaces/{datatypes.IPWhitelistEntryCreate.html → datatypes.FailoverBackendCreate.html} +23 -23
- 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.HTTPResponseBackendUpdate.html +257 -0
- package/docs/interfaces/datatypes.HTTPSEdge.html +314 -0
- package/docs/interfaces/datatypes.HTTPSEdgeCreate.html +238 -0
- package/docs/interfaces/datatypes.HTTPSEdgeList.html +205 -0
- package/docs/interfaces/{datatypes.EndpointConfigurationUpdate.html → datatypes.HTTPSEdgeRoute.html} +154 -78
- package/docs/interfaces/{datatypes.EndpointConfigurationCreate.html → datatypes.HTTPSEdgeRouteCreate.html} +108 -89
- package/docs/interfaces/{datatypes.EndpointConfiguration.html → datatypes.HTTPSEdgeRouteUpdate.html} +104 -123
- 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 +30 -49
- package/docs/interfaces/datatypes.ReservedDomainCertJob.html +4 -23
- 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.IPWhitelistEntryList.html → datatypes.TCPEdgeList.html} +22 -22
- package/docs/interfaces/{datatypes.EventStreamUpdate.html → datatypes.TCPEdgeUpdate.html} +43 -48
- 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.EventStreamList.html → datatypes.TLSEdgeList.html} +23 -23
- 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.EventStreamCreate.html → datatypes.WeightedBackend.html} +44 -44
- package/docs/interfaces/datatypes.WeightedBackendCreate.html +205 -0
- package/docs/interfaces/datatypes.WeightedBackendList.html +205 -0
- package/docs/interfaces/datatypes.WeightedBackendUpdate.html +219 -0
- package/docs/modules/datatypes.html +213 -89
- package/docs/modules/services.html +89 -33
- package/lib/client.d.ts +54 -24
- package/lib/client.d.ts.map +1 -1
- package/lib/client.js +45 -22
- package/lib/client.js.map +1 -1
- package/lib/datatypes.d.ts +617 -281
- package/lib/datatypes.d.ts.map +1 -1
- package/lib/services.d.ts +385 -169
- package/lib/services.d.ts.map +1 -1
- package/lib/services.js +1432 -597
- package/lib/services.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +98 -45
- package/src/datatypes.ts +669 -302
- package/src/services.ts +1426 -610
- package/docs/classes/services.EndpointCircuitBreakerModule.html +0 -369
- 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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>
|
|
6
|
+
<title>HTTPSEdgeTLSTerminationModule | @ngrok/ngrok-api</title>
|
|
7
7
|
<meta name="description" content="Documentation for @ngrok/ngrok-api">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
<a href="../modules/services.html">services</a>
|
|
59
59
|
</li>
|
|
60
60
|
<li>
|
|
61
|
-
<a href="services.
|
|
61
|
+
<a href="services.HTTPSEdgeTLSTerminationModule.html">HTTPSEdgeTLSTerminationModule</a>
|
|
62
62
|
</li>
|
|
63
63
|
</ul>
|
|
64
|
-
<h1>Class
|
|
64
|
+
<h1>Class HTTPSEdgeTLSTerminationModule</h1>
|
|
65
65
|
</div>
|
|
66
66
|
</div>
|
|
67
67
|
</header>
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<h3>Hierarchy</h3>
|
|
73
73
|
<ul class="tsd-hierarchy">
|
|
74
74
|
<li>
|
|
75
|
-
<span class="target">
|
|
75
|
+
<span class="target">HTTPSEdgeTLSTerminationModule</span>
|
|
76
76
|
</li>
|
|
77
77
|
</ul>
|
|
78
78
|
</section>
|
|
@@ -83,15 +83,15 @@
|
|
|
83
83
|
<section class="tsd-index-section ">
|
|
84
84
|
<h3>Constructors</h3>
|
|
85
85
|
<ul class="tsd-index-list">
|
|
86
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="services.
|
|
86
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="services.HTTPSEdgeTLSTerminationModule.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
87
87
|
</ul>
|
|
88
88
|
</section>
|
|
89
89
|
<section class="tsd-index-section ">
|
|
90
90
|
<h3>Methods</h3>
|
|
91
91
|
<ul class="tsd-index-list">
|
|
92
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="services.
|
|
93
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="services.
|
|
94
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="services.
|
|
92
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="services.HTTPSEdgeTLSTerminationModule.html#delete" class="tsd-kind-icon">delete</a></li>
|
|
93
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="services.HTTPSEdgeTLSTerminationModule.html#get" class="tsd-kind-icon">get</a></li>
|
|
94
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="services.HTTPSEdgeTLSTerminationModule.html#replace" class="tsd-kind-icon">replace</a></li>
|
|
95
95
|
</ul>
|
|
96
96
|
</section>
|
|
97
97
|
</div>
|
|
@@ -103,18 +103,18 @@
|
|
|
103
103
|
<a name="constructor" class="tsd-anchor"></a>
|
|
104
104
|
<h3>constructor</h3>
|
|
105
105
|
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
|
|
106
|
-
<li class="tsd-signature tsd-kind-icon">new <wbr>
|
|
106
|
+
<li class="tsd-signature tsd-kind-icon">new HTTPSEdgeTLSTermination<wbr>Module<span class="tsd-signature-symbol">(</span>httpClient<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Wretcher</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="services.HTTPSEdgeTLSTerminationModule.html" class="tsd-signature-type" data-tsd-kind="Class">HTTPSEdgeTLSTerminationModule</a></li>
|
|
107
107
|
</ul>
|
|
108
108
|
<ul class="tsd-descriptions">
|
|
109
109
|
<li class="tsd-description">
|
|
110
110
|
<aside class="tsd-sources">
|
|
111
111
|
<ul>
|
|
112
|
-
<li>Defined in services.ts:
|
|
112
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L1026">services.ts:1026</a></li>
|
|
113
113
|
</ul>
|
|
114
114
|
</aside>
|
|
115
115
|
<div class="tsd-comment tsd-typography">
|
|
116
116
|
<div class="lead">
|
|
117
|
-
<p>Do not construct this object directly, use the <code>
|
|
117
|
+
<p>Do not construct this object directly, use the <code>httpsEdgeTlsTerminationModule</code> property of an <code>Ngrok</code> client object instead.</p>
|
|
118
118
|
</div>
|
|
119
119
|
</div>
|
|
120
120
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
<h5>httpClient: <span class="tsd-signature-type">Wretcher</span></h5>
|
|
124
124
|
</li>
|
|
125
125
|
</ul>
|
|
126
|
-
<h4 class="tsd-returns-title">Returns <a href="services.
|
|
126
|
+
<h4 class="tsd-returns-title">Returns <a href="services.HTTPSEdgeTLSTerminationModule.html" class="tsd-signature-type" data-tsd-kind="Class">HTTPSEdgeTLSTerminationModule</a></h4>
|
|
127
127
|
</li>
|
|
128
128
|
</ul>
|
|
129
129
|
</section>
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
<li class="tsd-description">
|
|
141
141
|
<aside class="tsd-sources">
|
|
142
142
|
<ul>
|
|
143
|
-
<li>Defined in services.ts:
|
|
143
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L1047">services.ts:1047</a></li>
|
|
144
144
|
</ul>
|
|
145
145
|
</aside>
|
|
146
146
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
<li class="tsd-description">
|
|
164
164
|
<aside class="tsd-sources">
|
|
165
165
|
<ul>
|
|
166
|
-
<li>Defined in services.ts:
|
|
166
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L1039">services.ts:1039</a></li>
|
|
167
167
|
</ul>
|
|
168
168
|
</aside>
|
|
169
169
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -180,19 +180,19 @@
|
|
|
180
180
|
<a name="replace" class="tsd-anchor"></a>
|
|
181
181
|
<h3>replace</h3>
|
|
182
182
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
183
|
-
<li class="tsd-signature tsd-kind-icon">replace<span class="tsd-signature-symbol">(</span>arg<span class="tsd-signature-symbol">: </span><a href="../interfaces/datatypes.
|
|
183
|
+
<li class="tsd-signature tsd-kind-icon">replace<span class="tsd-signature-symbol">(</span>arg<span class="tsd-signature-symbol">: </span><a href="../interfaces/datatypes.EdgeTLSTerminationAtEdgeReplace.html" class="tsd-signature-type" data-tsd-kind="Interface">EdgeTLSTerminationAtEdgeReplace</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"><</span><a href="../interfaces/datatypes.EndpointTLSTermination.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointTLSTermination</a><span class="tsd-signature-symbol">></span></li>
|
|
184
184
|
</ul>
|
|
185
185
|
<ul class="tsd-descriptions">
|
|
186
186
|
<li class="tsd-description">
|
|
187
187
|
<aside class="tsd-sources">
|
|
188
188
|
<ul>
|
|
189
|
-
<li>Defined in services.ts:
|
|
189
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L1029">services.ts:1029</a></li>
|
|
190
190
|
</ul>
|
|
191
191
|
</aside>
|
|
192
192
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
193
193
|
<ul class="tsd-parameters">
|
|
194
194
|
<li>
|
|
195
|
-
<h5>arg: <a href="../interfaces/datatypes.
|
|
195
|
+
<h5>arg: <a href="../interfaces/datatypes.EdgeTLSTerminationAtEdgeReplace.html" class="tsd-signature-type" data-tsd-kind="Interface">EdgeTLSTerminationAtEdgeReplace</a></h5>
|
|
196
196
|
</li>
|
|
197
197
|
</ul>
|
|
198
198
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/datatypes.EndpointTLSTermination.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointTLSTermination</a><span class="tsd-signature-symbol">></span></h4>
|
|
@@ -220,126 +220,27 @@
|
|
|
220
220
|
</nav>
|
|
221
221
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
222
222
|
<ul class="before-current">
|
|
223
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
224
|
-
<a href="services.APIKeys.html" class="tsd-kind-icon">APIKeys</a>
|
|
225
|
-
</li>
|
|
226
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
227
|
-
<a href="services.AbuseReports.html" class="tsd-kind-icon">Abuse<wbr>Reports</a>
|
|
228
|
-
</li>
|
|
229
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
230
|
-
<a href="services.CertificateAuthorities.html" class="tsd-kind-icon">Certificate<wbr>Authorities</a>
|
|
231
|
-
</li>
|
|
232
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
233
|
-
<a href="services.Credentials.html" class="tsd-kind-icon">Credentials</a>
|
|
234
|
-
</li>
|
|
235
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
236
|
-
<a href="services.EndpointCircuitBreakerModule.html" class="tsd-kind-icon">Endpoint<wbr>Circuit<wbr>Breaker<wbr>Module</a>
|
|
237
|
-
</li>
|
|
238
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
239
|
-
<a href="services.EndpointCompressionModule.html" class="tsd-kind-icon">Endpoint<wbr>Compression<wbr>Module</a>
|
|
240
|
-
</li>
|
|
241
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
242
|
-
<a href="services.EndpointConfigurations.html" class="tsd-kind-icon">Endpoint<wbr>Configurations</a>
|
|
243
|
-
</li>
|
|
244
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
245
|
-
<a href="services.EndpointIPPolicyModule.html" class="tsd-kind-icon">EndpointIPPolicy<wbr>Module</a>
|
|
246
|
-
</li>
|
|
247
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
248
|
-
<a href="services.EndpointLoggingModule.html" class="tsd-kind-icon">Endpoint<wbr>Logging<wbr>Module</a>
|
|
249
|
-
</li>
|
|
250
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
251
|
-
<a href="services.EndpointMutualTLSModule.html" class="tsd-kind-icon">Endpoint<wbr>MutualTLSModule</a>
|
|
252
|
-
</li>
|
|
253
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
254
|
-
<a href="services.EndpointOAuthModule.html" class="tsd-kind-icon">EndpointOAuth<wbr>Module</a>
|
|
255
|
-
</li>
|
|
256
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
257
|
-
<a href="services.EndpointOIDCModule.html" class="tsd-kind-icon">EndpointOIDCModule</a>
|
|
258
|
-
</li>
|
|
259
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
260
|
-
<a href="services.EndpointRequestHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Request<wbr>Headers<wbr>Module</a>
|
|
261
|
-
</li>
|
|
262
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
263
|
-
<a href="services.EndpointResponseHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Response<wbr>Headers<wbr>Module</a>
|
|
264
|
-
</li>
|
|
265
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
266
|
-
<a href="services.EndpointSAMLModule.html" class="tsd-kind-icon">EndpointSAMLModule</a>
|
|
267
|
-
</li>
|
|
268
223
|
</ul>
|
|
269
224
|
<ul class="current">
|
|
270
225
|
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
271
|
-
<a href="services.
|
|
226
|
+
<a href="services.HTTPSEdgeTLSTerminationModule.html" class="tsd-kind-icon">HTTPSEdgeTLSTermination<wbr>Module</a>
|
|
272
227
|
<ul>
|
|
273
228
|
<li class=" tsd-kind-constructor tsd-parent-kind-class">
|
|
274
|
-
<a href="services.
|
|
229
|
+
<a href="services.HTTPSEdgeTLSTerminationModule.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
275
230
|
</li>
|
|
276
231
|
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
277
|
-
<a href="services.
|
|
232
|
+
<a href="services.HTTPSEdgeTLSTerminationModule.html#delete" class="tsd-kind-icon">delete</a>
|
|
278
233
|
</li>
|
|
279
234
|
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
280
|
-
<a href="services.
|
|
235
|
+
<a href="services.HTTPSEdgeTLSTerminationModule.html#get" class="tsd-kind-icon">get</a>
|
|
281
236
|
</li>
|
|
282
237
|
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
283
|
-
<a href="services.
|
|
238
|
+
<a href="services.HTTPSEdgeTLSTerminationModule.html#replace" class="tsd-kind-icon">replace</a>
|
|
284
239
|
</li>
|
|
285
240
|
</ul>
|
|
286
241
|
</li>
|
|
287
242
|
</ul>
|
|
288
243
|
<ul class="after-current">
|
|
289
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
290
|
-
<a href="services.EndpointWebhookValidationModule.html" class="tsd-kind-icon">Endpoint<wbr>Webhook<wbr>Validation<wbr>Module</a>
|
|
291
|
-
</li>
|
|
292
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
293
|
-
<a href="services.EventDestinations.html" class="tsd-kind-icon">Event<wbr>Destinations</a>
|
|
294
|
-
</li>
|
|
295
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
296
|
-
<a href="services.EventSources.html" class="tsd-kind-icon">Event<wbr>Sources</a>
|
|
297
|
-
</li>
|
|
298
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
299
|
-
<a href="services.EventStreams.html" class="tsd-kind-icon">Event<wbr>Streams</a>
|
|
300
|
-
</li>
|
|
301
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
302
|
-
<a href="services.EventSubscriptions.html" class="tsd-kind-icon">Event<wbr>Subscriptions</a>
|
|
303
|
-
</li>
|
|
304
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
305
|
-
<a href="services.IPPolicies.html" class="tsd-kind-icon">IPPolicies</a>
|
|
306
|
-
</li>
|
|
307
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
308
|
-
<a href="services.IPPolicyRules.html" class="tsd-kind-icon">IPPolicy<wbr>Rules</a>
|
|
309
|
-
</li>
|
|
310
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
311
|
-
<a href="services.IPRestrictions.html" class="tsd-kind-icon">IPRestrictions</a>
|
|
312
|
-
</li>
|
|
313
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
314
|
-
<a href="services.IPWhitelist.html" class="tsd-kind-icon">IPWhitelist</a>
|
|
315
|
-
</li>
|
|
316
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
317
|
-
<a href="services.ReservedAddrs.html" class="tsd-kind-icon">Reserved<wbr>Addrs</a>
|
|
318
|
-
</li>
|
|
319
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
320
|
-
<a href="services.ReservedDomains.html" class="tsd-kind-icon">Reserved<wbr>Domains</a>
|
|
321
|
-
</li>
|
|
322
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
323
|
-
<a href="services.SSHCertificateAuthorities.html" class="tsd-kind-icon">SSHCertificate<wbr>Authorities</a>
|
|
324
|
-
</li>
|
|
325
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
326
|
-
<a href="services.SSHCredentials.html" class="tsd-kind-icon">SSHCredentials</a>
|
|
327
|
-
</li>
|
|
328
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
329
|
-
<a href="services.SSHHostCertificates.html" class="tsd-kind-icon">SSHHost<wbr>Certificates</a>
|
|
330
|
-
</li>
|
|
331
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
332
|
-
<a href="services.SSHUserCertificates.html" class="tsd-kind-icon">SSHUser<wbr>Certificates</a>
|
|
333
|
-
</li>
|
|
334
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
335
|
-
<a href="services.TLSCertificates.html" class="tsd-kind-icon">TLSCertificates</a>
|
|
336
|
-
</li>
|
|
337
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
338
|
-
<a href="services.TunnelSessions.html" class="tsd-kind-icon">Tunnel<wbr>Sessions</a>
|
|
339
|
-
</li>
|
|
340
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
341
|
-
<a href="services.Tunnels.html" class="tsd-kind-icon">Tunnels</a>
|
|
342
|
-
</li>
|
|
343
244
|
</ul>
|
|
344
245
|
</nav>
|
|
345
246
|
</div>
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
<li class="tsd-description">
|
|
122
122
|
<aside class="tsd-sources">
|
|
123
123
|
<ul>
|
|
124
|
-
<li>Defined in services.ts:
|
|
124
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2177">services.ts:2177</a></li>
|
|
125
125
|
</ul>
|
|
126
126
|
</aside>
|
|
127
127
|
<div class="tsd-comment tsd-typography">
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
<li class="tsd-description">
|
|
153
153
|
<aside class="tsd-sources">
|
|
154
154
|
<ul>
|
|
155
|
-
<li>Defined in services.ts:
|
|
155
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2183">services.ts:2183</a></li>
|
|
156
156
|
</ul>
|
|
157
157
|
</aside>
|
|
158
158
|
<div class="tsd-comment tsd-typography">
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
<li class="tsd-description">
|
|
181
181
|
<aside class="tsd-sources">
|
|
182
182
|
<ul>
|
|
183
|
-
<li>Defined in services.ts:
|
|
183
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2194">services.ts:2194</a></li>
|
|
184
184
|
</ul>
|
|
185
185
|
</aside>
|
|
186
186
|
<div class="tsd-comment tsd-typography">
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
<li class="tsd-description">
|
|
209
209
|
<aside class="tsd-sources">
|
|
210
210
|
<ul>
|
|
211
|
-
<li>Defined in services.ts:
|
|
211
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2205">services.ts:2205</a></li>
|
|
212
212
|
</ul>
|
|
213
213
|
</aside>
|
|
214
214
|
<div class="tsd-comment tsd-typography">
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
<li class="tsd-description">
|
|
237
237
|
<aside class="tsd-sources">
|
|
238
238
|
<ul>
|
|
239
|
-
<li>Defined in services.ts:
|
|
239
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2216">services.ts:2216</a></li>
|
|
240
240
|
</ul>
|
|
241
241
|
</aside>
|
|
242
242
|
<div class="tsd-comment tsd-typography">
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
<li class="tsd-description">
|
|
259
259
|
<aside class="tsd-sources">
|
|
260
260
|
<ul>
|
|
261
|
-
<li>Defined in services.ts:
|
|
261
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2256">services.ts:2256</a></li>
|
|
262
262
|
</ul>
|
|
263
263
|
</aside>
|
|
264
264
|
<div class="tsd-comment tsd-typography">
|
|
@@ -297,69 +297,6 @@
|
|
|
297
297
|
</nav>
|
|
298
298
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
299
299
|
<ul class="before-current">
|
|
300
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
301
|
-
<a href="services.APIKeys.html" class="tsd-kind-icon">APIKeys</a>
|
|
302
|
-
</li>
|
|
303
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
304
|
-
<a href="services.AbuseReports.html" class="tsd-kind-icon">Abuse<wbr>Reports</a>
|
|
305
|
-
</li>
|
|
306
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
307
|
-
<a href="services.CertificateAuthorities.html" class="tsd-kind-icon">Certificate<wbr>Authorities</a>
|
|
308
|
-
</li>
|
|
309
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
310
|
-
<a href="services.Credentials.html" class="tsd-kind-icon">Credentials</a>
|
|
311
|
-
</li>
|
|
312
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
313
|
-
<a href="services.EndpointCircuitBreakerModule.html" class="tsd-kind-icon">Endpoint<wbr>Circuit<wbr>Breaker<wbr>Module</a>
|
|
314
|
-
</li>
|
|
315
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
316
|
-
<a href="services.EndpointCompressionModule.html" class="tsd-kind-icon">Endpoint<wbr>Compression<wbr>Module</a>
|
|
317
|
-
</li>
|
|
318
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
319
|
-
<a href="services.EndpointConfigurations.html" class="tsd-kind-icon">Endpoint<wbr>Configurations</a>
|
|
320
|
-
</li>
|
|
321
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
322
|
-
<a href="services.EndpointIPPolicyModule.html" class="tsd-kind-icon">EndpointIPPolicy<wbr>Module</a>
|
|
323
|
-
</li>
|
|
324
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
325
|
-
<a href="services.EndpointLoggingModule.html" class="tsd-kind-icon">Endpoint<wbr>Logging<wbr>Module</a>
|
|
326
|
-
</li>
|
|
327
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
328
|
-
<a href="services.EndpointMutualTLSModule.html" class="tsd-kind-icon">Endpoint<wbr>MutualTLSModule</a>
|
|
329
|
-
</li>
|
|
330
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
331
|
-
<a href="services.EndpointOAuthModule.html" class="tsd-kind-icon">EndpointOAuth<wbr>Module</a>
|
|
332
|
-
</li>
|
|
333
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
334
|
-
<a href="services.EndpointOIDCModule.html" class="tsd-kind-icon">EndpointOIDCModule</a>
|
|
335
|
-
</li>
|
|
336
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
337
|
-
<a href="services.EndpointRequestHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Request<wbr>Headers<wbr>Module</a>
|
|
338
|
-
</li>
|
|
339
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
340
|
-
<a href="services.EndpointResponseHeadersModule.html" class="tsd-kind-icon">Endpoint<wbr>Response<wbr>Headers<wbr>Module</a>
|
|
341
|
-
</li>
|
|
342
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
343
|
-
<a href="services.EndpointSAMLModule.html" class="tsd-kind-icon">EndpointSAMLModule</a>
|
|
344
|
-
</li>
|
|
345
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
346
|
-
<a href="services.EndpointTLSTerminationModule.html" class="tsd-kind-icon">EndpointTLSTermination<wbr>Module</a>
|
|
347
|
-
</li>
|
|
348
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
349
|
-
<a href="services.EndpointWebhookValidationModule.html" class="tsd-kind-icon">Endpoint<wbr>Webhook<wbr>Validation<wbr>Module</a>
|
|
350
|
-
</li>
|
|
351
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
352
|
-
<a href="services.EventDestinations.html" class="tsd-kind-icon">Event<wbr>Destinations</a>
|
|
353
|
-
</li>
|
|
354
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
355
|
-
<a href="services.EventSources.html" class="tsd-kind-icon">Event<wbr>Sources</a>
|
|
356
|
-
</li>
|
|
357
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
358
|
-
<a href="services.EventStreams.html" class="tsd-kind-icon">Event<wbr>Streams</a>
|
|
359
|
-
</li>
|
|
360
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
361
|
-
<a href="services.EventSubscriptions.html" class="tsd-kind-icon">Event<wbr>Subscriptions</a>
|
|
362
|
-
</li>
|
|
363
300
|
</ul>
|
|
364
301
|
<ul class="current">
|
|
365
302
|
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
@@ -387,42 +324,6 @@
|
|
|
387
324
|
</li>
|
|
388
325
|
</ul>
|
|
389
326
|
<ul class="after-current">
|
|
390
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
391
|
-
<a href="services.IPPolicyRules.html" class="tsd-kind-icon">IPPolicy<wbr>Rules</a>
|
|
392
|
-
</li>
|
|
393
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
394
|
-
<a href="services.IPRestrictions.html" class="tsd-kind-icon">IPRestrictions</a>
|
|
395
|
-
</li>
|
|
396
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
397
|
-
<a href="services.IPWhitelist.html" class="tsd-kind-icon">IPWhitelist</a>
|
|
398
|
-
</li>
|
|
399
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
400
|
-
<a href="services.ReservedAddrs.html" class="tsd-kind-icon">Reserved<wbr>Addrs</a>
|
|
401
|
-
</li>
|
|
402
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
403
|
-
<a href="services.ReservedDomains.html" class="tsd-kind-icon">Reserved<wbr>Domains</a>
|
|
404
|
-
</li>
|
|
405
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
406
|
-
<a href="services.SSHCertificateAuthorities.html" class="tsd-kind-icon">SSHCertificate<wbr>Authorities</a>
|
|
407
|
-
</li>
|
|
408
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
409
|
-
<a href="services.SSHCredentials.html" class="tsd-kind-icon">SSHCredentials</a>
|
|
410
|
-
</li>
|
|
411
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
412
|
-
<a href="services.SSHHostCertificates.html" class="tsd-kind-icon">SSHHost<wbr>Certificates</a>
|
|
413
|
-
</li>
|
|
414
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
415
|
-
<a href="services.SSHUserCertificates.html" class="tsd-kind-icon">SSHUser<wbr>Certificates</a>
|
|
416
|
-
</li>
|
|
417
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
418
|
-
<a href="services.TLSCertificates.html" class="tsd-kind-icon">TLSCertificates</a>
|
|
419
|
-
</li>
|
|
420
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
421
|
-
<a href="services.TunnelSessions.html" class="tsd-kind-icon">Tunnel<wbr>Sessions</a>
|
|
422
|
-
</li>
|
|
423
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
424
|
-
<a href="services.Tunnels.html" class="tsd-kind-icon">Tunnels</a>
|
|
425
|
-
</li>
|
|
426
327
|
</ul>
|
|
427
328
|
</nav>
|
|
428
329
|
</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:
|
|
122
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2273">services.ts:2273</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:
|
|
153
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2279">services.ts:2279</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:
|
|
181
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2292">services.ts:2292</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:
|
|
209
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2303">services.ts:2303</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:
|
|
237
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2314">services.ts:2314</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:
|
|
259
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/services.ts#L2356">services.ts:2356</a></li>
|
|
260
260
|
</ul>
|
|
261
261
|
</aside>
|
|
262
262
|
<div class="tsd-comment tsd-typography">
|
|
@@ -295,72 +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
298
|
</ul>
|
|
365
299
|
<ul class="current">
|
|
366
300
|
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
@@ -388,39 +322,6 @@
|
|
|
388
322
|
</li>
|
|
389
323
|
</ul>
|
|
390
324
|
<ul class="after-current">
|
|
391
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
392
|
-
<a href="services.IPRestrictions.html" class="tsd-kind-icon">IPRestrictions</a>
|
|
393
|
-
</li>
|
|
394
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
395
|
-
<a href="services.IPWhitelist.html" class="tsd-kind-icon">IPWhitelist</a>
|
|
396
|
-
</li>
|
|
397
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
398
|
-
<a href="services.ReservedAddrs.html" class="tsd-kind-icon">Reserved<wbr>Addrs</a>
|
|
399
|
-
</li>
|
|
400
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
401
|
-
<a href="services.ReservedDomains.html" class="tsd-kind-icon">Reserved<wbr>Domains</a>
|
|
402
|
-
</li>
|
|
403
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
404
|
-
<a href="services.SSHCertificateAuthorities.html" class="tsd-kind-icon">SSHCertificate<wbr>Authorities</a>
|
|
405
|
-
</li>
|
|
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>
|