@ngrok/ngrok-api 0.1.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/CHANGELOG.md +16 -0
- package/README.md +102 -31
- package/docs/CNAME +1 -0
- package/docs/assets/js/search.js +1 -1
- package/docs/classes/client.Ngrok.html +772 -0
- package/docs/classes/services.APIKeys.html +354 -0
- package/docs/classes/services.AbuseReports.html +261 -0
- package/docs/classes/services.AgentIngresses.html +343 -0
- package/docs/classes/services.CertificateAuthorities.html +354 -0
- package/docs/classes/services.Credentials.html +353 -0
- 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.EdgeRouteRequestHeadersModule.html +270 -0
- 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 +343 -0
- package/docs/classes/services.EventSources.html +349 -0
- package/docs/classes/services.EventSubscriptions.html +343 -0
- package/docs/classes/services.FailoverBackends.html +353 -0
- package/docs/classes/services.HTTPResponseBackends.html +318 -0
- package/docs/classes/services.HTTPSEdgeMutualTLSModule.html +270 -0
- package/docs/classes/services.HTTPSEdgeTLSTerminationModule.html +270 -0
- package/docs/classes/services.IPPolicies.html +353 -0
- package/docs/classes/services.IPPolicyRules.html +351 -0
- package/docs/classes/services.IPRestrictions.html +355 -0
- package/docs/classes/services.ReservedAddrs.html +352 -0
- package/docs/classes/services.ReservedDomains.html +417 -0
- package/docs/classes/services.SSHCertificateAuthorities.html +351 -0
- package/docs/classes/services.SSHCredentials.html +351 -0
- package/docs/classes/services.SSHHostCertificates.html +352 -0
- package/docs/classes/services.SSHUserCertificates.html +352 -0
- package/docs/classes/services.TCPEdgeBackendModule.html +270 -0
- package/docs/classes/services.TCPEdgeIPRestrictionModule.html +270 -0
- package/docs/classes/services.TLSCertificates.html +354 -0
- package/docs/classes/services.TLSEdgeBackendModule.html +270 -0
- package/docs/classes/services.TLSEdgeIPRestrictionModule.html +270 -0
- package/docs/classes/services.TLSEdgeMutualTLSModule.html +270 -0
- package/docs/classes/services.TLSEdgeTLSTerminationModule.html +270 -0
- package/docs/classes/services.TunnelGroupBackends.html +351 -0
- package/docs/classes/services.TunnelSessions.html +352 -0
- package/docs/classes/services.Tunnels.html +255 -0
- package/docs/classes/services.WeightedBackends.html +353 -0
- package/docs/index.html +103 -546
- package/docs/interfaces/client.NgrokConfig.html +179 -0
- package/docs/interfaces/{apikey.html → datatypes.APIKey.html} +41 -29
- package/docs/interfaces/{apikeycreate.html → datatypes.APIKeyCreate.html} +25 -13
- package/docs/interfaces/{apikeylist.html → datatypes.APIKeyList.html} +32 -20
- package/docs/interfaces/{apikeyupdate.html → datatypes.APIKeyUpdate.html} +28 -16
- package/docs/interfaces/{awsauth.html → datatypes.AWSAuth.html} +27 -15
- package/docs/interfaces/{awscredentials.html → datatypes.AWSCredentials.html} +31 -19
- package/docs/interfaces/{awsrole.html → datatypes.AWSRole.html} +25 -13
- package/docs/interfaces/{abusereport.html → datatypes.AbuseReport.html} +45 -33
- package/docs/interfaces/{abusereportcreate.html → datatypes.AbuseReportCreate.html} +25 -13
- package/docs/interfaces/{abusereporthostname.html → datatypes.AbuseReportHostname.html} +26 -14
- package/docs/interfaces/datatypes.AgentIngress.html +300 -0
- package/docs/interfaces/{ipwhitelistentrycreate.html → datatypes.AgentIngressCreate.html} +37 -25
- package/docs/interfaces/datatypes.AgentIngressList.html +205 -0
- package/docs/interfaces/{ipwhitelistentryupdate.html → datatypes.AgentIngressUpdate.html} +33 -21
- package/docs/interfaces/{certificateauthority.html → datatypes.CertificateAuthority.html} +73 -61
- package/docs/interfaces/{certificateauthoritycreate.html → datatypes.CertificateAuthorityCreate.html} +31 -19
- package/docs/interfaces/{certificateauthoritylist.html → datatypes.CertificateAuthorityList.html} +34 -22
- package/docs/interfaces/{certificateauthorityupdate.html → datatypes.CertificateAuthorityUpdate.html} +28 -16
- package/docs/interfaces/{credential.html → datatypes.Credential.html} +45 -33
- package/docs/interfaces/{credentialcreate.html → datatypes.CredentialCreate.html} +29 -17
- package/docs/interfaces/{credentiallist.html → datatypes.CredentialList.html} +32 -20
- package/docs/interfaces/{credentialupdate.html → datatypes.CredentialUpdate.html} +32 -20
- package/docs/interfaces/{endpointippolicyreplace.html → datatypes.EdgeBackendReplace.html} +29 -17
- package/docs/interfaces/{endpointbackendreplace.html → datatypes.EdgeIPRestrictionReplace.html} +29 -17
- package/docs/interfaces/{endpointresponseheadersreplace.html → datatypes.EdgeMutualTLSReplace.html} +29 -17
- package/docs/interfaces/datatypes.EdgeRouteBackendReplace.html +190 -0
- package/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html +190 -0
- package/docs/interfaces/datatypes.EdgeRouteCompressionReplace.html +190 -0
- package/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html +190 -0
- package/docs/interfaces/{reserveddomaincertnstarget.html → datatypes.EdgeRouteItem.html} +36 -24
- package/docs/interfaces/datatypes.EdgeRouteOAuthReplace.html +190 -0
- package/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html +190 -0
- package/docs/interfaces/datatypes.EdgeRouteRequestHeadersReplace.html +190 -0
- package/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html +190 -0
- package/docs/interfaces/datatypes.EdgeRouteSAMLReplace.html +190 -0
- package/docs/interfaces/datatypes.EdgeRouteWebhookVerificationReplace.html +190 -0
- package/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html +190 -0
- package/docs/interfaces/{endpointoauthreplace.html → datatypes.EdgeTLSTerminationAtEdgeReplace.html} +29 -17
- package/docs/interfaces/{endpointbasicauthreplace.html → datatypes.EdgeTLSTerminationReplace.html} +29 -17
- package/docs/interfaces/{empty.html → datatypes.Empty.html} +18 -7
- package/docs/interfaces/datatypes.Endpoint.html +395 -0
- package/docs/interfaces/{endpointbackend.html → datatypes.EndpointBackend.html} +27 -15
- package/docs/interfaces/{endpointlogging.html → datatypes.EndpointBackendMutate.html} +36 -24
- package/docs/interfaces/{endpointcircuitbreaker.html → datatypes.EndpointCircuitBreaker.html} +53 -41
- package/docs/interfaces/{endpointcompression.html → datatypes.EndpointCompression.html} +23 -11
- package/docs/interfaces/{endpointippolicy.html → datatypes.EndpointIPPolicy.html} +29 -17
- package/docs/interfaces/{endpointippolicymutate.html → datatypes.EndpointIPPolicyMutate.html} +29 -17
- package/docs/interfaces/datatypes.EndpointList.html +205 -0
- package/docs/interfaces/{endpointmutualtls.html → datatypes.EndpointMutualTLS.html} +29 -17
- package/docs/interfaces/{endpointmutualtlsmutate.html → datatypes.EndpointMutualTLSMutate.html} +29 -17
- package/docs/interfaces/{endpointoauth.html → datatypes.EndpointOAuth.html} +57 -45
- package/docs/interfaces/{endpointoauthfacebook.html → datatypes.EndpointOAuthFacebook.html} +48 -36
- package/docs/interfaces/{endpointoauthgithub.html → datatypes.EndpointOAuthGitHub.html} +55 -43
- package/docs/interfaces/{endpointoauthgoogle.html → datatypes.EndpointOAuthGoogle.html} +48 -36
- package/docs/interfaces/{endpointoauthmicrosoft.html → datatypes.EndpointOAuthMicrosoft.html} +48 -36
- package/docs/interfaces/{endpointoauthprovider.html → datatypes.EndpointOAuthProvider.html} +35 -23
- package/docs/interfaces/{endpointoidc.html → datatypes.EndpointOIDC.html} +65 -53
- package/docs/interfaces/{endpointrequestheaders.html → datatypes.EndpointRequestHeaders.html} +29 -17
- package/docs/interfaces/{endpointresponseheaders.html → datatypes.EndpointResponseHeaders.html} +29 -17
- package/docs/interfaces/{endpointsaml.html → datatypes.EndpointSAML.html} +121 -90
- package/docs/interfaces/{endpointsamlmutate.html → datatypes.EndpointSAMLMutate.html} +91 -60
- package/docs/interfaces/{endpointtlstermination.html → datatypes.EndpointTLSTermination.html} +37 -25
- package/docs/interfaces/{endpointloggingmutate.html → datatypes.EndpointTLSTerminationAtEdge.html} +33 -21
- package/docs/interfaces/{endpointwebhookvalidation.html → datatypes.EndpointWebhookValidation.html} +30 -18
- package/docs/interfaces/{staticbackendtls.html → datatypes.EndpointWebsocketTCPConverter.html} +27 -15
- package/docs/interfaces/{error.html → datatypes.Error.html} +37 -25
- package/docs/interfaces/{eventdestination.html → datatypes.EventDestination.html} +46 -34
- package/docs/interfaces/{eventdestinationcreate.html → datatypes.EventDestinationCreate.html} +34 -22
- package/docs/interfaces/{eventdestinationlist.html → datatypes.EventDestinationList.html} +34 -22
- package/docs/interfaces/{eventdestinationupdate.html → datatypes.EventDestinationUpdate.html} +37 -25
- package/docs/interfaces/{eventsource.html → datatypes.EventSource.html} +25 -13
- package/docs/interfaces/{eventsourcecreate.html → datatypes.EventSourceCreate.html} +28 -16
- package/docs/interfaces/{eventsourceitem.html → datatypes.EventSourceItem.html} +28 -16
- package/docs/interfaces/{eventsourcelist.html → datatypes.EventSourceList.html} +26 -14
- package/docs/interfaces/{eventsourcepaging.html → datatypes.EventSourcePaging.html} +25 -13
- package/docs/interfaces/{eventsourcereplace.html → datatypes.EventSourceReplace.html} +22 -10
- package/docs/interfaces/{eventsourceupdate.html → datatypes.EventSourceUpdate.html} +28 -16
- package/docs/interfaces/{eventsubscription.html → datatypes.EventSubscription.html} +45 -33
- package/docs/interfaces/{eventsubscriptioncreate.html → datatypes.EventSubscriptionCreate.html} +36 -24
- package/docs/interfaces/{eventsubscriptionlist.html → datatypes.EventSubscriptionList.html} +34 -22
- package/docs/interfaces/{eventsubscriptionupdate.html → datatypes.EventSubscriptionUpdate.html} +39 -27
- package/docs/interfaces/{eventtarget.html → datatypes.EventTarget.html} +33 -21
- package/docs/interfaces/{eventtargetcloudwatchlogs.html → datatypes.EventTargetCloudwatchLogs.html} +30 -18
- package/docs/interfaces/{eventtargetfirehose.html → datatypes.EventTargetFirehose.html} +30 -18
- package/docs/interfaces/{eventtargetkinesis.html → datatypes.EventTargetKinesis.html} +30 -18
- package/docs/interfaces/{staticbackend.html → datatypes.FailoverBackend.html} +52 -40
- package/docs/interfaces/{prioritybackendcreate.html → datatypes.FailoverBackendCreate.html} +31 -19
- package/docs/interfaces/{prioritybackendlist.html → datatypes.FailoverBackendList.html} +37 -25
- package/docs/interfaces/{prioritybackendupdate.html → datatypes.FailoverBackendUpdate.html} +34 -22
- package/docs/interfaces/datatypes.HTTPResponseBackend.html +295 -0
- package/docs/interfaces/{tunnelgroupbackend.html → datatypes.HTTPResponseBackendCreate.html} +53 -41
- package/docs/interfaces/{staticbackendlist.html → datatypes.HTTPResponseBackendList.html} +35 -38
- package/docs/interfaces/{tcpedge.html → datatypes.HTTPResponseBackendUpdate.html} +58 -65
- package/docs/interfaces/{eventstream.html → datatypes.HTTPSEdge.html} +78 -71
- package/docs/interfaces/{staticbackendupdate.html → datatypes.HTTPSEdgeCreate.html} +60 -48
- package/docs/interfaces/datatypes.HTTPSEdgeList.html +205 -0
- package/docs/interfaces/datatypes.HTTPSEdgeRoute.html +509 -0
- package/docs/interfaces/{endpointconfigurationcreate.html → datatypes.HTTPSEdgeRouteCreate.html} +141 -110
- package/docs/interfaces/{endpointconfiguration.html → datatypes.HTTPSEdgeRouteUpdate.html} +138 -145
- package/docs/interfaces/{tlsedgeupdate.html → datatypes.HTTPSEdgeUpdate.html} +65 -43
- package/docs/interfaces/{ippolicy.html → datatypes.IPPolicy.html} +37 -44
- package/docs/interfaces/{ippolicycreate.html → datatypes.IPPolicyCreate.html} +25 -32
- package/docs/interfaces/{ippolicylist.html → datatypes.IPPolicyList.html} +34 -22
- package/docs/interfaces/{ippolicyrule.html → datatypes.IPPolicyRule.html} +65 -34
- package/docs/interfaces/{ippolicyrulecreate.html → datatypes.IPPolicyRuleCreate.html} +53 -22
- package/docs/interfaces/{ippolicyrulelist.html → datatypes.IPPolicyRuleList.html} +34 -22
- package/docs/interfaces/{ippolicyruleupdate.html → datatypes.IPPolicyRuleUpdate.html} +31 -19
- package/docs/interfaces/{ippolicyupdate.html → datatypes.IPPolicyUpdate.html} +28 -16
- package/docs/interfaces/{iprestriction.html → datatypes.IPRestriction.html} +50 -38
- package/docs/interfaces/{iprestrictioncreate.html → datatypes.IPRestrictionCreate.html} +38 -26
- package/docs/interfaces/{iprestrictionlist.html → datatypes.IPRestrictionList.html} +34 -22
- package/docs/interfaces/{iprestrictionupdate.html → datatypes.IPRestrictionUpdate.html} +37 -25
- package/docs/interfaces/{item.html → datatypes.Item.html} +22 -10
- package/docs/interfaces/{paging.html → datatypes.Paging.html} +28 -16
- package/docs/interfaces/{ref.html → datatypes.Ref.html} +25 -13
- package/docs/interfaces/{reservedaddr.html → datatypes.ReservedAddr.html} +43 -50
- package/docs/interfaces/{reservedaddrcreate.html → datatypes.ReservedAddrCreate.html} +28 -35
- package/docs/interfaces/{reservedaddrlist.html → datatypes.ReservedAddrList.html} +34 -22
- package/docs/interfaces/datatypes.ReservedAddrUpdate.html +200 -0
- package/docs/interfaces/{reserveddomain.html → datatypes.ReservedDomain.html} +82 -89
- package/docs/interfaces/{reserveddomaincertjob.html → datatypes.ReservedDomainCertJob.html} +40 -47
- package/docs/interfaces/{reserveddomaincertpolicy.html → datatypes.ReservedDomainCertPolicy.html} +28 -16
- package/docs/interfaces/{reserveddomaincertstatus.html → datatypes.ReservedDomainCertStatus.html} +31 -19
- package/docs/interfaces/{reserveddomaincreate.html → datatypes.ReservedDomainCreate.html} +45 -71
- package/docs/interfaces/{reserveddomainlist.html → datatypes.ReservedDomainList.html} +34 -22
- package/docs/interfaces/datatypes.ReservedDomainUpdate.html +238 -0
- package/docs/interfaces/{sshcertificateauthority.html → datatypes.SSHCertificateAuthority.html} +49 -37
- package/docs/interfaces/{sshcertificateauthoritycreate.html → datatypes.SSHCertificateAuthorityCreate.html} +45 -33
- package/docs/interfaces/{sshcertificateauthoritylist.html → datatypes.SSHCertificateAuthorityList.html} +34 -22
- package/docs/interfaces/{sshcertificateauthorityupdate.html → datatypes.SSHCertificateAuthorityUpdate.html} +28 -16
- package/docs/interfaces/{sshcredential.html → datatypes.SSHCredential.html} +47 -35
- package/docs/interfaces/{sshcredentialcreate.html → datatypes.SSHCredentialCreate.html} +35 -23
- package/docs/interfaces/{sshcredentiallist.html → datatypes.SSHCredentialList.html} +34 -22
- package/docs/interfaces/{sshcredentialupdate.html → datatypes.SSHCredentialUpdate.html} +32 -20
- package/docs/interfaces/{sshhostcertificate.html → datatypes.SSHHostCertificate.html} +76 -64
- package/docs/interfaces/{sshhostcertificatecreate.html → datatypes.SSHHostCertificateCreate.html} +53 -41
- package/docs/interfaces/{sshhostcertificatelist.html → datatypes.SSHHostCertificateList.html} +34 -22
- package/docs/interfaces/{sshhostcertificateupdate.html → datatypes.SSHHostCertificateUpdate.html} +28 -16
- package/docs/interfaces/{sshusercertificate.html → datatypes.SSHUserCertificate.html} +87 -75
- package/docs/interfaces/{sshusercertificatecreate.html → datatypes.SSHUserCertificateCreate.html} +64 -52
- package/docs/interfaces/{sshusercertificatelist.html → datatypes.SSHUserCertificateList.html} +34 -22
- package/docs/interfaces/{sshusercertificateupdate.html → datatypes.SSHUserCertificateUpdate.html} +28 -16
- package/docs/interfaces/{tlsedge.html → datatypes.TCPEdge.html} +69 -66
- package/docs/interfaces/{tlsedgecreate.html → datatypes.TCPEdgeCreate.html} +64 -42
- package/docs/interfaces/{endpointconfigurationlist.html → datatypes.TCPEdgeList.html} +40 -28
- package/docs/interfaces/{eventstreamupdate.html → datatypes.TCPEdgeUpdate.html} +60 -53
- package/docs/interfaces/{tlscertificate.html → datatypes.TLSCertificate.html} +134 -122
- package/docs/interfaces/{tlscertificatecreate.html → datatypes.TLSCertificateCreate.html} +39 -27
- package/docs/interfaces/{tlscertificatelist.html → datatypes.TLSCertificateList.html} +34 -22
- package/docs/interfaces/{tlscertificatesans.html → datatypes.TLSCertificateSANs.html} +28 -16
- package/docs/interfaces/{tlscertificateupdate.html → datatypes.TLSCertificateUpdate.html} +28 -16
- 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/{reserveddomainupdate.html → datatypes.TLSEdgeUpdate.html} +83 -62
- package/docs/interfaces/datatypes.Tunnel.html +357 -0
- package/docs/interfaces/datatypes.TunnelGroupBackend.html +281 -0
- package/docs/interfaces/{tunnelgroupbackendcreate.html → datatypes.TunnelGroupBackendCreate.html} +28 -16
- package/docs/interfaces/{tunnelgroupbackendlist.html → datatypes.TunnelGroupBackendList.html} +32 -20
- package/docs/interfaces/{tunnelgroupbackendupdate.html → datatypes.TunnelGroupBackendUpdate.html} +31 -19
- package/docs/interfaces/{tunnellist.html → datatypes.TunnelList.html} +32 -20
- package/docs/interfaces/{tunnelsession.html → datatypes.TunnelSession.html} +57 -45
- package/docs/interfaces/{tunnelsessionlist.html → datatypes.TunnelSessionList.html} +34 -22
- package/docs/interfaces/{tunnelsessionsupdate.html → datatypes.TunnelSessionsUpdate.html} +22 -10
- package/docs/interfaces/{weightedbackend.html → datatypes.WeightedBackend.html} +56 -25
- package/docs/interfaces/{weightedbackendcreate.html → datatypes.WeightedBackendCreate.html} +28 -16
- package/docs/interfaces/{weightedbackendlist.html → datatypes.WeightedBackendList.html} +32 -20
- package/docs/interfaces/{weightedbackendupdate.html → datatypes.WeightedBackendUpdate.html} +31 -19
- package/docs/{interfaces/endpointbasicauth.html → modules/client.html} +38 -20
- package/docs/modules/datatypes.html +796 -0
- package/docs/modules/services.html +316 -0
- package/docs/modules.html +16 -690
- package/lib/client.d.ts +179 -0
- package/lib/client.d.ts.map +1 -0
- package/lib/client.js +126 -0
- package/lib/client.js.map +1 -0
- package/lib/{types.d.ts → datatypes.d.ts} +729 -660
- package/lib/datatypes.d.ts.map +1 -0
- package/lib/{types.js → datatypes.js} +1 -1
- package/lib/datatypes.js.map +1 -0
- package/lib/index.d.ts +2 -378
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -2148
- package/lib/index.js.map +1 -1
- package/lib/services.d.ts +993 -0
- package/lib/services.d.ts.map +1 -0
- package/lib/services.js +3600 -0
- package/lib/services.js.map +1 -0
- package/lib/util.d.ts +5 -0
- package/lib/util.d.ts.map +1 -0
- package/lib/util.js +53 -0
- package/lib/util.js.map +1 -0
- package/package.json +2 -2
- package/src/client.ts +322 -0
- package/src/{types.ts → datatypes.ts} +760 -689
- package/src/index.ts +2 -1775
- package/src/services.ts +3380 -0
- package/src/util.ts +48 -0
- package/test/apikey.test.js +41 -30
- package/docs/classes/ngrok.html +0 -5028
- package/docs/interfaces/endpointbackendmutate.html +0 -119
- package/docs/interfaces/endpointcircuitbreakerreplace.html +0 -164
- package/docs/interfaces/endpointcompressionreplace.html +0 -164
- package/docs/interfaces/endpointconfigurationupdate.html +0 -421
- package/docs/interfaces/endpointloggingreplace.html +0 -164
- package/docs/interfaces/endpointmutualtlsreplace.html +0 -164
- package/docs/interfaces/endpointoidcreplace.html +0 -164
- package/docs/interfaces/endpointrequestheadersreplace.html +0 -164
- package/docs/interfaces/endpointsamlreplace.html +0 -164
- package/docs/interfaces/endpointtlsterminationreplace.html +0 -164
- package/docs/interfaces/endpointwebhookvalidationreplace.html +0 -164
- package/docs/interfaces/eventstreamcreate.html +0 -250
- package/docs/interfaces/eventstreamlist.html +0 -193
- package/docs/interfaces/eventtargetdebug.html +0 -119
- package/docs/interfaces/eventtargets3.html +0 -250
- package/docs/interfaces/ipwhitelistentry.html +0 -250
- package/docs/interfaces/ipwhitelistentrylist.html +0 -193
- package/docs/interfaces/prioritybackend.html +0 -231
- package/docs/interfaces/reservedaddrupdate.html +0 -207
- package/docs/interfaces/rootresponse.html +0 -164
- package/docs/interfaces/sentevent.html +0 -150
- package/docs/interfaces/staticbackendcreate.html +0 -212
- package/docs/interfaces/tcpedgecreate.html +0 -188
- package/docs/interfaces/tcpedgeupdate.html +0 -207
- package/docs/interfaces/tunnel.html +0 -269
- package/lib/types.d.ts.map +0 -1
- package/lib/types.js.map +0 -1
- package/test/endpointConfigurations.test.js +0 -63
package/docs/interfaces/{eventdestinationcreate.html → datatypes.EventDestinationCreate.html}
RENAMED
|
@@ -55,7 +55,10 @@
|
|
|
55
55
|
<a href="../modules.html">@ngrok/ngrok-api</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
|
-
<a href="
|
|
58
|
+
<a href="../modules/datatypes.html">datatypes</a>
|
|
59
|
+
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href="datatypes.EventDestinationCreate.html">EventDestinationCreate</a>
|
|
59
62
|
</li>
|
|
60
63
|
</ul>
|
|
61
64
|
<h1>Interface EventDestinationCreate</h1>
|
|
@@ -80,10 +83,10 @@
|
|
|
80
83
|
<section class="tsd-index-section ">
|
|
81
84
|
<h3>Properties</h3>
|
|
82
85
|
<ul class="tsd-index-list">
|
|
83
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
84
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
85
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
86
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
86
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventDestinationCreate.html#description" class="tsd-kind-icon">description</a></li>
|
|
87
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventDestinationCreate.html#format" class="tsd-kind-icon">format</a></li>
|
|
88
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventDestinationCreate.html#metadata" class="tsd-kind-icon">metadata</a></li>
|
|
89
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventDestinationCreate.html#target" class="tsd-kind-icon">target</a></li>
|
|
87
90
|
</ul>
|
|
88
91
|
</section>
|
|
89
92
|
</div>
|
|
@@ -97,7 +100,7 @@
|
|
|
97
100
|
<div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
98
101
|
<aside class="tsd-sources">
|
|
99
102
|
<ul>
|
|
100
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
103
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1110">datatypes.ts:1110</a></li>
|
|
101
104
|
</ul>
|
|
102
105
|
</aside>
|
|
103
106
|
<div class="tsd-comment tsd-typography">
|
|
@@ -112,12 +115,12 @@
|
|
|
112
115
|
<div class="tsd-signature tsd-kind-icon">format<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
113
116
|
<aside class="tsd-sources">
|
|
114
117
|
<ul>
|
|
115
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
118
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1112">datatypes.ts:1112</a></li>
|
|
116
119
|
</ul>
|
|
117
120
|
</aside>
|
|
118
121
|
<div class="tsd-comment tsd-typography">
|
|
119
122
|
<div class="lead">
|
|
120
|
-
<p>The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON
|
|
123
|
+
<p>The output format you would like to serialize events into when sending to their target. Currently the only accepted value is <code>JSON</code>.</p>
|
|
121
124
|
</div>
|
|
122
125
|
</div>
|
|
123
126
|
</section>
|
|
@@ -127,7 +130,7 @@
|
|
|
127
130
|
<div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
128
131
|
<aside class="tsd-sources">
|
|
129
132
|
<ul>
|
|
130
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
133
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1108">datatypes.ts:1108</a></li>
|
|
131
134
|
</ul>
|
|
132
135
|
</aside>
|
|
133
136
|
<div class="tsd-comment tsd-typography">
|
|
@@ -139,15 +142,15 @@
|
|
|
139
142
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
140
143
|
<a name="target" class="tsd-anchor"></a>
|
|
141
144
|
<h3>target</h3>
|
|
142
|
-
<div class="tsd-signature tsd-kind-icon">target<span class="tsd-signature-symbol">:</span> <a href="
|
|
145
|
+
<div class="tsd-signature tsd-kind-icon">target<span class="tsd-signature-symbol">:</span> <a href="datatypes.EventTarget.html" class="tsd-signature-type" data-tsd-kind="Interface">EventTarget</a></div>
|
|
143
146
|
<aside class="tsd-sources">
|
|
144
147
|
<ul>
|
|
145
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
148
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1114">datatypes.ts:1114</a></li>
|
|
146
149
|
</ul>
|
|
147
150
|
</aside>
|
|
148
151
|
<div class="tsd-comment tsd-typography">
|
|
149
152
|
<div class="lead">
|
|
150
|
-
<p>An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: kinesis
|
|
153
|
+
<p>An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: <code>kinesis</code>, <code>firehose</code>, <code>cloudwatch_logs</code>, or <code>s3</code>.</p>
|
|
151
154
|
</div>
|
|
152
155
|
</div>
|
|
153
156
|
</section>
|
|
@@ -157,7 +160,16 @@
|
|
|
157
160
|
<nav class="tsd-navigation primary">
|
|
158
161
|
<ul>
|
|
159
162
|
<li class=" ">
|
|
160
|
-
<a href="../modules.html">
|
|
163
|
+
<a href="../modules.html">Modules</a>
|
|
164
|
+
</li>
|
|
165
|
+
<li class=" tsd-kind-module">
|
|
166
|
+
<a href="../modules/client.html">client</a>
|
|
167
|
+
</li>
|
|
168
|
+
<li class="current tsd-kind-module">
|
|
169
|
+
<a href="../modules/datatypes.html">datatypes</a>
|
|
170
|
+
</li>
|
|
171
|
+
<li class=" tsd-kind-module">
|
|
172
|
+
<a href="../modules/services.html">services</a>
|
|
161
173
|
</li>
|
|
162
174
|
</ul>
|
|
163
175
|
</nav>
|
|
@@ -165,20 +177,20 @@
|
|
|
165
177
|
<ul class="before-current">
|
|
166
178
|
</ul>
|
|
167
179
|
<ul class="current">
|
|
168
|
-
<li class="current tsd-kind-interface">
|
|
169
|
-
<a href="
|
|
180
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
181
|
+
<a href="datatypes.EventDestinationCreate.html" class="tsd-kind-icon">Event<wbr>Destination<wbr>Create</a>
|
|
170
182
|
<ul>
|
|
171
183
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
172
|
-
<a href="
|
|
184
|
+
<a href="datatypes.EventDestinationCreate.html#description" class="tsd-kind-icon">description</a>
|
|
173
185
|
</li>
|
|
174
186
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
175
|
-
<a href="
|
|
187
|
+
<a href="datatypes.EventDestinationCreate.html#format" class="tsd-kind-icon">format</a>
|
|
176
188
|
</li>
|
|
177
189
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
178
|
-
<a href="
|
|
190
|
+
<a href="datatypes.EventDestinationCreate.html#metadata" class="tsd-kind-icon">metadata</a>
|
|
179
191
|
</li>
|
|
180
192
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
181
|
-
<a href="
|
|
193
|
+
<a href="datatypes.EventDestinationCreate.html#target" class="tsd-kind-icon">target</a>
|
|
182
194
|
</li>
|
|
183
195
|
</ul>
|
|
184
196
|
</li>
|
|
@@ -194,11 +206,11 @@
|
|
|
194
206
|
<h2>Legend</h2>
|
|
195
207
|
<div class="tsd-legend-group">
|
|
196
208
|
<ul class="tsd-legend">
|
|
197
|
-
<li class="tsd-kind-
|
|
198
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
|
209
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
210
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
199
211
|
</ul>
|
|
200
212
|
<ul class="tsd-legend">
|
|
201
|
-
<li class="tsd-kind-
|
|
213
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
202
214
|
</ul>
|
|
203
215
|
</div>
|
|
204
216
|
</div>
|
|
@@ -55,7 +55,10 @@
|
|
|
55
55
|
<a href="../modules.html">@ngrok/ngrok-api</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
|
-
<a href="
|
|
58
|
+
<a href="../modules/datatypes.html">datatypes</a>
|
|
59
|
+
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href="datatypes.EventDestinationList.html">EventDestinationList</a>
|
|
59
62
|
</li>
|
|
60
63
|
</ul>
|
|
61
64
|
<h1>Interface EventDestinationList</h1>
|
|
@@ -80,9 +83,9 @@
|
|
|
80
83
|
<section class="tsd-index-section ">
|
|
81
84
|
<h3>Properties</h3>
|
|
82
85
|
<ul class="tsd-index-list">
|
|
83
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
84
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
85
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
86
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventDestinationList.html#eventDestinations" class="tsd-kind-icon">event<wbr>Destinations</a></li>
|
|
87
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventDestinationList.html#nextPageUri" class="tsd-kind-icon">next<wbr>Page<wbr>Uri</a></li>
|
|
88
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventDestinationList.html#uri" class="tsd-kind-icon">uri</a></li>
|
|
86
89
|
</ul>
|
|
87
90
|
</section>
|
|
88
91
|
</div>
|
|
@@ -91,12 +94,12 @@
|
|
|
91
94
|
<section class="tsd-panel-group tsd-member-group ">
|
|
92
95
|
<h2>Properties</h2>
|
|
93
96
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
94
|
-
<a name="
|
|
95
|
-
<h3>
|
|
96
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
97
|
+
<a name="eventDestinations" class="tsd-anchor"></a>
|
|
98
|
+
<h3>event<wbr>Destinations</h3>
|
|
99
|
+
<div class="tsd-signature tsd-kind-icon">event<wbr>Destinations<span class="tsd-signature-symbol">:</span> <a href="datatypes.EventDestination.html" class="tsd-signature-type" data-tsd-kind="Interface">EventDestination</a><span class="tsd-signature-symbol">[]</span></div>
|
|
97
100
|
<aside class="tsd-sources">
|
|
98
101
|
<ul>
|
|
99
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
102
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1149">datatypes.ts:1149</a></li>
|
|
100
103
|
</ul>
|
|
101
104
|
</aside>
|
|
102
105
|
<div class="tsd-comment tsd-typography">
|
|
@@ -106,12 +109,12 @@
|
|
|
106
109
|
</div>
|
|
107
110
|
</section>
|
|
108
111
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
109
|
-
<a name="
|
|
110
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span>
|
|
111
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
112
|
+
<a name="nextPageUri" class="tsd-anchor"></a>
|
|
113
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> next<wbr>Page<wbr>Uri</h3>
|
|
114
|
+
<div class="tsd-signature tsd-kind-icon">next<wbr>Page<wbr>Uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
112
115
|
<aside class="tsd-sources">
|
|
113
116
|
<ul>
|
|
114
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
117
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1153">datatypes.ts:1153</a></li>
|
|
115
118
|
</ul>
|
|
116
119
|
</aside>
|
|
117
120
|
<div class="tsd-comment tsd-typography">
|
|
@@ -126,7 +129,7 @@
|
|
|
126
129
|
<div class="tsd-signature tsd-kind-icon">uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
127
130
|
<aside class="tsd-sources">
|
|
128
131
|
<ul>
|
|
129
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
132
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1151">datatypes.ts:1151</a></li>
|
|
130
133
|
</ul>
|
|
131
134
|
</aside>
|
|
132
135
|
<div class="tsd-comment tsd-typography">
|
|
@@ -141,7 +144,16 @@
|
|
|
141
144
|
<nav class="tsd-navigation primary">
|
|
142
145
|
<ul>
|
|
143
146
|
<li class=" ">
|
|
144
|
-
<a href="../modules.html">
|
|
147
|
+
<a href="../modules.html">Modules</a>
|
|
148
|
+
</li>
|
|
149
|
+
<li class=" tsd-kind-module">
|
|
150
|
+
<a href="../modules/client.html">client</a>
|
|
151
|
+
</li>
|
|
152
|
+
<li class="current tsd-kind-module">
|
|
153
|
+
<a href="../modules/datatypes.html">datatypes</a>
|
|
154
|
+
</li>
|
|
155
|
+
<li class=" tsd-kind-module">
|
|
156
|
+
<a href="../modules/services.html">services</a>
|
|
145
157
|
</li>
|
|
146
158
|
</ul>
|
|
147
159
|
</nav>
|
|
@@ -149,17 +161,17 @@
|
|
|
149
161
|
<ul class="before-current">
|
|
150
162
|
</ul>
|
|
151
163
|
<ul class="current">
|
|
152
|
-
<li class="current tsd-kind-interface">
|
|
153
|
-
<a href="
|
|
164
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
165
|
+
<a href="datatypes.EventDestinationList.html" class="tsd-kind-icon">Event<wbr>Destination<wbr>List</a>
|
|
154
166
|
<ul>
|
|
155
167
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
156
|
-
<a href="
|
|
168
|
+
<a href="datatypes.EventDestinationList.html#eventDestinations" class="tsd-kind-icon">event<wbr>Destinations</a>
|
|
157
169
|
</li>
|
|
158
170
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
159
|
-
<a href="
|
|
171
|
+
<a href="datatypes.EventDestinationList.html#nextPageUri" class="tsd-kind-icon">next<wbr>Page<wbr>Uri</a>
|
|
160
172
|
</li>
|
|
161
173
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
162
|
-
<a href="
|
|
174
|
+
<a href="datatypes.EventDestinationList.html#uri" class="tsd-kind-icon">uri</a>
|
|
163
175
|
</li>
|
|
164
176
|
</ul>
|
|
165
177
|
</li>
|
|
@@ -175,11 +187,11 @@
|
|
|
175
187
|
<h2>Legend</h2>
|
|
176
188
|
<div class="tsd-legend-group">
|
|
177
189
|
<ul class="tsd-legend">
|
|
178
|
-
<li class="tsd-kind-
|
|
179
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
|
190
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
191
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
180
192
|
</ul>
|
|
181
193
|
<ul class="tsd-legend">
|
|
182
|
-
<li class="tsd-kind-
|
|
194
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
183
195
|
</ul>
|
|
184
196
|
</div>
|
|
185
197
|
</div>
|
package/docs/interfaces/{eventdestinationupdate.html → datatypes.EventDestinationUpdate.html}
RENAMED
|
@@ -55,7 +55,10 @@
|
|
|
55
55
|
<a href="../modules.html">@ngrok/ngrok-api</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
|
-
<a href="
|
|
58
|
+
<a href="../modules/datatypes.html">datatypes</a>
|
|
59
|
+
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href="datatypes.EventDestinationUpdate.html">EventDestinationUpdate</a>
|
|
59
62
|
</li>
|
|
60
63
|
</ul>
|
|
61
64
|
<h1>Interface EventDestinationUpdate</h1>
|
|
@@ -80,11 +83,11 @@
|
|
|
80
83
|
<section class="tsd-index-section ">
|
|
81
84
|
<h3>Properties</h3>
|
|
82
85
|
<ul class="tsd-index-list">
|
|
83
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
84
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
85
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
86
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
87
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
86
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventDestinationUpdate.html#description" class="tsd-kind-icon">description</a></li>
|
|
87
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventDestinationUpdate.html#format" class="tsd-kind-icon">format</a></li>
|
|
88
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventDestinationUpdate.html#id" class="tsd-kind-icon">id</a></li>
|
|
89
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventDestinationUpdate.html#metadata" class="tsd-kind-icon">metadata</a></li>
|
|
90
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventDestinationUpdate.html#target" class="tsd-kind-icon">target</a></li>
|
|
88
91
|
</ul>
|
|
89
92
|
</section>
|
|
90
93
|
</div>
|
|
@@ -98,7 +101,7 @@
|
|
|
98
101
|
<div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
99
102
|
<aside class="tsd-sources">
|
|
100
103
|
<ul>
|
|
101
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
104
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1123">datatypes.ts:1123</a></li>
|
|
102
105
|
</ul>
|
|
103
106
|
</aside>
|
|
104
107
|
<div class="tsd-comment tsd-typography">
|
|
@@ -113,12 +116,12 @@
|
|
|
113
116
|
<div class="tsd-signature tsd-kind-icon">format<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
114
117
|
<aside class="tsd-sources">
|
|
115
118
|
<ul>
|
|
116
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
119
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1125">datatypes.ts:1125</a></li>
|
|
117
120
|
</ul>
|
|
118
121
|
</aside>
|
|
119
122
|
<div class="tsd-comment tsd-typography">
|
|
120
123
|
<div class="lead">
|
|
121
|
-
<p>The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON
|
|
124
|
+
<p>The output format you would like to serialize events into when sending to their target. Currently the only accepted value is <code>JSON</code>.</p>
|
|
122
125
|
</div>
|
|
123
126
|
</div>
|
|
124
127
|
</section>
|
|
@@ -128,7 +131,7 @@
|
|
|
128
131
|
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
129
132
|
<aside class="tsd-sources">
|
|
130
133
|
<ul>
|
|
131
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
134
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1119">datatypes.ts:1119</a></li>
|
|
132
135
|
</ul>
|
|
133
136
|
</aside>
|
|
134
137
|
<div class="tsd-comment tsd-typography">
|
|
@@ -143,7 +146,7 @@
|
|
|
143
146
|
<div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
144
147
|
<aside class="tsd-sources">
|
|
145
148
|
<ul>
|
|
146
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
149
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1121">datatypes.ts:1121</a></li>
|
|
147
150
|
</ul>
|
|
148
151
|
</aside>
|
|
149
152
|
<div class="tsd-comment tsd-typography">
|
|
@@ -155,15 +158,15 @@
|
|
|
155
158
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
156
159
|
<a name="target" class="tsd-anchor"></a>
|
|
157
160
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> target</h3>
|
|
158
|
-
<div class="tsd-signature tsd-kind-icon">target<span class="tsd-signature-symbol">:</span> <a href="
|
|
161
|
+
<div class="tsd-signature tsd-kind-icon">target<span class="tsd-signature-symbol">:</span> <a href="datatypes.EventTarget.html" class="tsd-signature-type" data-tsd-kind="Interface">EventTarget</a></div>
|
|
159
162
|
<aside class="tsd-sources">
|
|
160
163
|
<ul>
|
|
161
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
164
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1127">datatypes.ts:1127</a></li>
|
|
162
165
|
</ul>
|
|
163
166
|
</aside>
|
|
164
167
|
<div class="tsd-comment tsd-typography">
|
|
165
168
|
<div class="lead">
|
|
166
|
-
<p>An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: kinesis
|
|
169
|
+
<p>An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: <code>kinesis</code>, <code>firehose</code>, <code>cloudwatch_logs</code>, or <code>s3</code>.</p>
|
|
167
170
|
</div>
|
|
168
171
|
</div>
|
|
169
172
|
</section>
|
|
@@ -173,7 +176,16 @@
|
|
|
173
176
|
<nav class="tsd-navigation primary">
|
|
174
177
|
<ul>
|
|
175
178
|
<li class=" ">
|
|
176
|
-
<a href="../modules.html">
|
|
179
|
+
<a href="../modules.html">Modules</a>
|
|
180
|
+
</li>
|
|
181
|
+
<li class=" tsd-kind-module">
|
|
182
|
+
<a href="../modules/client.html">client</a>
|
|
183
|
+
</li>
|
|
184
|
+
<li class="current tsd-kind-module">
|
|
185
|
+
<a href="../modules/datatypes.html">datatypes</a>
|
|
186
|
+
</li>
|
|
187
|
+
<li class=" tsd-kind-module">
|
|
188
|
+
<a href="../modules/services.html">services</a>
|
|
177
189
|
</li>
|
|
178
190
|
</ul>
|
|
179
191
|
</nav>
|
|
@@ -181,23 +193,23 @@
|
|
|
181
193
|
<ul class="before-current">
|
|
182
194
|
</ul>
|
|
183
195
|
<ul class="current">
|
|
184
|
-
<li class="current tsd-kind-interface">
|
|
185
|
-
<a href="
|
|
196
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
197
|
+
<a href="datatypes.EventDestinationUpdate.html" class="tsd-kind-icon">Event<wbr>Destination<wbr>Update</a>
|
|
186
198
|
<ul>
|
|
187
199
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
188
|
-
<a href="
|
|
200
|
+
<a href="datatypes.EventDestinationUpdate.html#description" class="tsd-kind-icon">description</a>
|
|
189
201
|
</li>
|
|
190
202
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
191
|
-
<a href="
|
|
203
|
+
<a href="datatypes.EventDestinationUpdate.html#format" class="tsd-kind-icon">format</a>
|
|
192
204
|
</li>
|
|
193
205
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
194
|
-
<a href="
|
|
206
|
+
<a href="datatypes.EventDestinationUpdate.html#id" class="tsd-kind-icon">id</a>
|
|
195
207
|
</li>
|
|
196
208
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
197
|
-
<a href="
|
|
209
|
+
<a href="datatypes.EventDestinationUpdate.html#metadata" class="tsd-kind-icon">metadata</a>
|
|
198
210
|
</li>
|
|
199
211
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
200
|
-
<a href="
|
|
212
|
+
<a href="datatypes.EventDestinationUpdate.html#target" class="tsd-kind-icon">target</a>
|
|
201
213
|
</li>
|
|
202
214
|
</ul>
|
|
203
215
|
</li>
|
|
@@ -213,11 +225,11 @@
|
|
|
213
225
|
<h2>Legend</h2>
|
|
214
226
|
<div class="tsd-legend-group">
|
|
215
227
|
<ul class="tsd-legend">
|
|
216
|
-
<li class="tsd-kind-
|
|
217
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
|
228
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
229
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
218
230
|
</ul>
|
|
219
231
|
<ul class="tsd-legend">
|
|
220
|
-
<li class="tsd-kind-
|
|
232
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
221
233
|
</ul>
|
|
222
234
|
</div>
|
|
223
235
|
</div>
|
|
@@ -55,7 +55,10 @@
|
|
|
55
55
|
<a href="../modules.html">@ngrok/ngrok-api</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
|
-
<a href="
|
|
58
|
+
<a href="../modules/datatypes.html">datatypes</a>
|
|
59
|
+
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href="datatypes.EventSource.html">EventSource</a>
|
|
59
62
|
</li>
|
|
60
63
|
</ul>
|
|
61
64
|
<h1>Interface EventSource</h1>
|
|
@@ -80,8 +83,8 @@
|
|
|
80
83
|
<section class="tsd-index-section ">
|
|
81
84
|
<h3>Properties</h3>
|
|
82
85
|
<ul class="tsd-index-list">
|
|
83
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
84
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
86
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventSource.html#type" class="tsd-kind-icon">type</a></li>
|
|
87
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventSource.html#uri" class="tsd-kind-icon">uri</a></li>
|
|
85
88
|
</ul>
|
|
86
89
|
</section>
|
|
87
90
|
</div>
|
|
@@ -95,7 +98,7 @@
|
|
|
95
98
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
96
99
|
<aside class="tsd-sources">
|
|
97
100
|
<ul>
|
|
98
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
101
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1262">datatypes.ts:1262</a></li>
|
|
99
102
|
</ul>
|
|
100
103
|
</aside>
|
|
101
104
|
<div class="tsd-comment tsd-typography">
|
|
@@ -110,7 +113,7 @@
|
|
|
110
113
|
<div class="tsd-signature tsd-kind-icon">uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
111
114
|
<aside class="tsd-sources">
|
|
112
115
|
<ul>
|
|
113
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
116
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1264">datatypes.ts:1264</a></li>
|
|
114
117
|
</ul>
|
|
115
118
|
</aside>
|
|
116
119
|
<div class="tsd-comment tsd-typography">
|
|
@@ -125,7 +128,16 @@
|
|
|
125
128
|
<nav class="tsd-navigation primary">
|
|
126
129
|
<ul>
|
|
127
130
|
<li class=" ">
|
|
128
|
-
<a href="../modules.html">
|
|
131
|
+
<a href="../modules.html">Modules</a>
|
|
132
|
+
</li>
|
|
133
|
+
<li class=" tsd-kind-module">
|
|
134
|
+
<a href="../modules/client.html">client</a>
|
|
135
|
+
</li>
|
|
136
|
+
<li class="current tsd-kind-module">
|
|
137
|
+
<a href="../modules/datatypes.html">datatypes</a>
|
|
138
|
+
</li>
|
|
139
|
+
<li class=" tsd-kind-module">
|
|
140
|
+
<a href="../modules/services.html">services</a>
|
|
129
141
|
</li>
|
|
130
142
|
</ul>
|
|
131
143
|
</nav>
|
|
@@ -133,14 +145,14 @@
|
|
|
133
145
|
<ul class="before-current">
|
|
134
146
|
</ul>
|
|
135
147
|
<ul class="current">
|
|
136
|
-
<li class="current tsd-kind-interface">
|
|
137
|
-
<a href="
|
|
148
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
149
|
+
<a href="datatypes.EventSource.html" class="tsd-kind-icon">Event<wbr>Source</a>
|
|
138
150
|
<ul>
|
|
139
151
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
140
|
-
<a href="
|
|
152
|
+
<a href="datatypes.EventSource.html#type" class="tsd-kind-icon">type</a>
|
|
141
153
|
</li>
|
|
142
154
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
143
|
-
<a href="
|
|
155
|
+
<a href="datatypes.EventSource.html#uri" class="tsd-kind-icon">uri</a>
|
|
144
156
|
</li>
|
|
145
157
|
</ul>
|
|
146
158
|
</li>
|
|
@@ -156,11 +168,11 @@
|
|
|
156
168
|
<h2>Legend</h2>
|
|
157
169
|
<div class="tsd-legend-group">
|
|
158
170
|
<ul class="tsd-legend">
|
|
159
|
-
<li class="tsd-kind-
|
|
160
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
|
171
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
172
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
161
173
|
</ul>
|
|
162
174
|
<ul class="tsd-legend">
|
|
163
|
-
<li class="tsd-kind-
|
|
175
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
164
176
|
</ul>
|
|
165
177
|
</div>
|
|
166
178
|
</div>
|
|
@@ -55,7 +55,10 @@
|
|
|
55
55
|
<a href="../modules.html">@ngrok/ngrok-api</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
|
-
<a href="
|
|
58
|
+
<a href="../modules/datatypes.html">datatypes</a>
|
|
59
|
+
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href="datatypes.EventSourceCreate.html">EventSourceCreate</a>
|
|
59
62
|
</li>
|
|
60
63
|
</ul>
|
|
61
64
|
<h1>Interface EventSourceCreate</h1>
|
|
@@ -80,8 +83,8 @@
|
|
|
80
83
|
<section class="tsd-index-section ">
|
|
81
84
|
<h3>Properties</h3>
|
|
82
85
|
<ul class="tsd-index-list">
|
|
83
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
84
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="
|
|
86
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventSourceCreate.html#subscriptionId" class="tsd-kind-icon">subscription<wbr>Id</a></li>
|
|
87
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.EventSourceCreate.html#type" class="tsd-kind-icon">type</a></li>
|
|
85
88
|
</ul>
|
|
86
89
|
</section>
|
|
87
90
|
</div>
|
|
@@ -90,12 +93,12 @@
|
|
|
90
93
|
<section class="tsd-panel-group tsd-member-group ">
|
|
91
94
|
<h2>Properties</h2>
|
|
92
95
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
93
|
-
<a name="
|
|
94
|
-
<h3>
|
|
95
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
96
|
+
<a name="subscriptionId" class="tsd-anchor"></a>
|
|
97
|
+
<h3>subscription<wbr>Id</h3>
|
|
98
|
+
<div class="tsd-signature tsd-kind-icon">subscription<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
96
99
|
<aside class="tsd-sources">
|
|
97
100
|
<ul>
|
|
98
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
101
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1276">datatypes.ts:1276</a></li>
|
|
99
102
|
</ul>
|
|
100
103
|
</aside>
|
|
101
104
|
<div class="tsd-comment tsd-typography">
|
|
@@ -110,7 +113,7 @@
|
|
|
110
113
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
111
114
|
<aside class="tsd-sources">
|
|
112
115
|
<ul>
|
|
113
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
116
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L1278">datatypes.ts:1278</a></li>
|
|
114
117
|
</ul>
|
|
115
118
|
</aside>
|
|
116
119
|
<div class="tsd-comment tsd-typography">
|
|
@@ -125,7 +128,16 @@
|
|
|
125
128
|
<nav class="tsd-navigation primary">
|
|
126
129
|
<ul>
|
|
127
130
|
<li class=" ">
|
|
128
|
-
<a href="../modules.html">
|
|
131
|
+
<a href="../modules.html">Modules</a>
|
|
132
|
+
</li>
|
|
133
|
+
<li class=" tsd-kind-module">
|
|
134
|
+
<a href="../modules/client.html">client</a>
|
|
135
|
+
</li>
|
|
136
|
+
<li class="current tsd-kind-module">
|
|
137
|
+
<a href="../modules/datatypes.html">datatypes</a>
|
|
138
|
+
</li>
|
|
139
|
+
<li class=" tsd-kind-module">
|
|
140
|
+
<a href="../modules/services.html">services</a>
|
|
129
141
|
</li>
|
|
130
142
|
</ul>
|
|
131
143
|
</nav>
|
|
@@ -133,14 +145,14 @@
|
|
|
133
145
|
<ul class="before-current">
|
|
134
146
|
</ul>
|
|
135
147
|
<ul class="current">
|
|
136
|
-
<li class="current tsd-kind-interface">
|
|
137
|
-
<a href="
|
|
148
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
149
|
+
<a href="datatypes.EventSourceCreate.html" class="tsd-kind-icon">Event<wbr>Source<wbr>Create</a>
|
|
138
150
|
<ul>
|
|
139
151
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
140
|
-
<a href="
|
|
152
|
+
<a href="datatypes.EventSourceCreate.html#subscriptionId" class="tsd-kind-icon">subscription<wbr>Id</a>
|
|
141
153
|
</li>
|
|
142
154
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
143
|
-
<a href="
|
|
155
|
+
<a href="datatypes.EventSourceCreate.html#type" class="tsd-kind-icon">type</a>
|
|
144
156
|
</li>
|
|
145
157
|
</ul>
|
|
146
158
|
</li>
|
|
@@ -156,11 +168,11 @@
|
|
|
156
168
|
<h2>Legend</h2>
|
|
157
169
|
<div class="tsd-legend-group">
|
|
158
170
|
<ul class="tsd-legend">
|
|
159
|
-
<li class="tsd-kind-
|
|
160
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
|
171
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
172
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
161
173
|
</ul>
|
|
162
174
|
<ul class="tsd-legend">
|
|
163
|
-
<li class="tsd-kind-
|
|
175
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
164
176
|
</ul>
|
|
165
177
|
</div>
|
|
166
178
|
</div>
|