diff --git a/CHANGELOG.md b/CHANGELOG.md index 93513925..03bc8f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +## 0.17.0 +* Change endpoint filtering query parameters to `id` and `url`. +* Add support for getting secrets by vault. + ## 0.16.0 * Add support for `ids` and `urls` query parameters when listing endpoint resources. diff --git a/docs/classes/client.Ngrok.html b/docs/classes/client.Ngrok.html index 692f32d6..6ef0d329 100644 --- a/docs/classes/client.Ngrok.html +++ b/docs/classes/client.Ngrok.html @@ -135,7 +135,7 @@

constructor

  • @@ -162,7 +162,7 @@

    abuseReports

    abuseReports: AbuseReports
    @@ -178,7 +178,7 @@

    agentIngresses

    agentIngresses: AgentIngresses
    @@ -188,7 +188,7 @@

    apiKeys

    apiKeys: APIKeys
    @@ -207,7 +207,7 @@

    applicationSessions

    applicationSessions: ApplicationSessions
    @@ -217,7 +217,7 @@

    applicationUsers

    applicationUsers: ApplicationUsers
    @@ -227,7 +227,7 @@

    backends

    backends: { failoverBackends: FailoverBackends; httpResponseBackends: HTTPResponseBackends; staticBackends: StaticBackends; tunnelGroupBackends: TunnelGroupBackends; weightedBackends: WeightedBackends }
    @@ -285,7 +285,7 @@

    botUsers

    botUsers: BotUsers
    @@ -295,7 +295,7 @@

    certificateAuthorities

    certificateAuthorities: CertificateAuthorities
    @@ -314,7 +314,7 @@

    credentials

    credentials: Credentials
    @@ -332,7 +332,7 @@

    edgeModules

    edgeModules: { edgeRouteBackendModule: EdgeRouteBackendModule; edgeRouteCircuitBreakerModule: EdgeRouteCircuitBreakerModule; edgeRouteCompressionModule: EdgeRouteCompressionModule; edgeRouteIpRestrictionModule: EdgeRouteIPRestrictionModule; edgeRouteOAuthModule: EdgeRouteOAuthModule; edgeRouteOidcModule: EdgeRouteOIDCModule; edgeRouteRequestHeadersModule: EdgeRouteRequestHeadersModule; edgeRouteResponseHeadersModule: EdgeRouteResponseHeadersModule; edgeRouteSamlModule: EdgeRouteSAMLModule; edgeRouteTrafficPolicyModule: EdgeRouteTrafficPolicyModule; edgeRouteUserAgentFilterModule: EdgeRouteUserAgentFilterModule; edgeRouteWebhookVerificationModule: EdgeRouteWebhookVerificationModule; edgeRouteWebsocketTcpConverterModule: EdgeRouteWebsocketTCPConverterModule; httpsEdgeMutualTlsModule: HTTPSEdgeMutualTLSModule; httpsEdgeTlsTerminationModule: HTTPSEdgeTLSTerminationModule; tcpEdgeBackendModule: TCPEdgeBackendModule; tcpEdgeIpRestrictionModule: TCPEdgeIPRestrictionModule; tcpEdgeTrafficPolicyModule: TCPEdgeTrafficPolicyModule; tlsEdgeBackendModule: TLSEdgeBackendModule; tlsEdgeIpRestrictionModule: TLSEdgeIPRestrictionModule; tlsEdgeMutualTlsModule: TLSEdgeMutualTLSModule; tlsEdgeTlsTerminationModule: TLSEdgeTLSTerminationModule; tlsEdgeTrafficPolicyModule: TLSEdgeTrafficPolicyModule }
    @@ -416,7 +416,7 @@

    edges

    edges: { edgesHttps: EdgesHTTPS; edgesHttpsRoutes: EdgesHTTPSRoutes; edgesTcp: EdgesTCP; edgesTls: EdgesTLS }
    @@ -443,7 +443,7 @@

    endpoints

    endpoints: Endpoints
    @@ -460,7 +460,7 @@

    eventDestinations

    eventDestinations: EventDestinations
    @@ -470,7 +470,7 @@

    eventSources

    eventSources: EventSources
    @@ -480,7 +480,7 @@

    eventSubscriptions

    eventSubscriptions: EventSubscriptions
    @@ -490,7 +490,7 @@

    ipPolicies

    ipPolicies: IPPolicies
    @@ -508,7 +508,7 @@

    ipPolicyRules

    ipPolicyRules: IPPolicyRules
    @@ -524,7 +524,7 @@

    ipRestrictions

    ipRestrictions: IPRestrictions
    @@ -544,7 +544,7 @@

    reservedAddrs

    reservedAddrs: ReservedAddrs
    @@ -561,7 +561,7 @@

    reservedDomains

    reservedDomains: ReservedDomains
    @@ -579,7 +579,7 @@

    secrets

    secrets: Secrets
    @@ -594,7 +594,7 @@

    sshCertificateAuthorities

    sshCertificateAuthorities: SSHCertificateAuthorities
    @@ -610,7 +610,7 @@

    sshCredentials

    sshCredentials: SSHCredentials
    @@ -626,7 +626,7 @@

    sshHostCertificates

    sshHostCertificates: SSHHostCertificates
    @@ -643,7 +643,7 @@

    sshUserCertificates

    sshUserCertificates: SSHUserCertificates
    @@ -660,7 +660,7 @@

    tlsCertificates

    tlsCertificates: TLSCertificates
    @@ -679,7 +679,7 @@

    tunnelSessions

    tunnelSessions: TunnelSessions
    @@ -696,7 +696,7 @@

    tunnels

    tunnels: Tunnels
    @@ -712,7 +712,7 @@

    vaults

    vaults: Vaults
    diff --git a/docs/classes/services.APIKeys.html b/docs/classes/services.APIKeys.html index f0873547..9e72879a 100644 --- a/docs/classes/services.APIKeys.html +++ b/docs/classes/services.APIKeys.html @@ -122,7 +122,7 @@

    constructor

  • @@ -153,7 +153,7 @@

    create

  • @@ -181,7 +181,7 @@

    delete

  • @@ -209,7 +209,7 @@

    get

  • @@ -237,7 +237,7 @@

    list

  • @@ -268,7 +268,7 @@

    update

  • diff --git a/docs/classes/services.AbuseReports.html b/docs/classes/services.AbuseReports.html index e835bace..00aef0be 100644 --- a/docs/classes/services.AbuseReports.html +++ b/docs/classes/services.AbuseReports.html @@ -116,7 +116,7 @@

    constructor

  • @@ -147,7 +147,7 @@

    create

  • @@ -175,7 +175,7 @@

    get

  • diff --git a/docs/classes/services.AgentIngresses.html b/docs/classes/services.AgentIngresses.html index fb2ddc82..bca24103 100644 --- a/docs/classes/services.AgentIngresses.html +++ b/docs/classes/services.AgentIngresses.html @@ -111,7 +111,7 @@

    constructor

  • @@ -142,7 +142,7 @@

    create

  • @@ -170,7 +170,7 @@

    delete

  • @@ -198,7 +198,7 @@

    get

  • @@ -226,7 +226,7 @@

    list

  • @@ -257,7 +257,7 @@

    update

  • diff --git a/docs/classes/services.ApplicationSessions.html b/docs/classes/services.ApplicationSessions.html index 9fe3678b..fb8a89f6 100644 --- a/docs/classes/services.ApplicationSessions.html +++ b/docs/classes/services.ApplicationSessions.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • @@ -168,7 +168,7 @@

    get

  • @@ -196,7 +196,7 @@

    list

  • diff --git a/docs/classes/services.ApplicationUsers.html b/docs/classes/services.ApplicationUsers.html index 8eafa78a..b820c762 100644 --- a/docs/classes/services.ApplicationUsers.html +++ b/docs/classes/services.ApplicationUsers.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • @@ -168,7 +168,7 @@

    get

  • @@ -196,7 +196,7 @@

    list

  • diff --git a/docs/classes/services.BotUsers.html b/docs/classes/services.BotUsers.html index 543cc4e8..7cbedc9b 100644 --- a/docs/classes/services.BotUsers.html +++ b/docs/classes/services.BotUsers.html @@ -111,7 +111,7 @@

    constructor

  • @@ -142,7 +142,7 @@

    create

  • @@ -170,7 +170,7 @@

    delete

  • @@ -198,7 +198,7 @@

    get

  • @@ -226,7 +226,7 @@

    list

  • @@ -257,7 +257,7 @@

    update

  • diff --git a/docs/classes/services.CertificateAuthorities.html b/docs/classes/services.CertificateAuthorities.html index 88308524..b8732cef 100644 --- a/docs/classes/services.CertificateAuthorities.html +++ b/docs/classes/services.CertificateAuthorities.html @@ -122,7 +122,7 @@

    constructor

  • @@ -153,7 +153,7 @@

    create

  • @@ -181,7 +181,7 @@

    delete

  • @@ -209,7 +209,7 @@

    get

  • @@ -237,7 +237,7 @@

    list

  • @@ -268,7 +268,7 @@

    update

  • diff --git a/docs/classes/services.Credentials.html b/docs/classes/services.Credentials.html index 536fb9cc..1aa0286e 100644 --- a/docs/classes/services.Credentials.html +++ b/docs/classes/services.Credentials.html @@ -121,7 +121,7 @@

    constructor

  • @@ -152,7 +152,7 @@

    create

  • @@ -180,7 +180,7 @@

    delete

  • @@ -208,7 +208,7 @@

    get

  • @@ -236,7 +236,7 @@

    list

  • @@ -267,7 +267,7 @@

    update

  • diff --git a/docs/classes/services.EdgeRouteBackendModule.html b/docs/classes/services.EdgeRouteBackendModule.html index 88efa27f..37a2335a 100644 --- a/docs/classes/services.EdgeRouteBackendModule.html +++ b/docs/classes/services.EdgeRouteBackendModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgeRouteCircuitBreakerModule.html b/docs/classes/services.EdgeRouteCircuitBreakerModule.html index 1a2e561d..9c9fe3da 100644 --- a/docs/classes/services.EdgeRouteCircuitBreakerModule.html +++ b/docs/classes/services.EdgeRouteCircuitBreakerModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgeRouteCompressionModule.html b/docs/classes/services.EdgeRouteCompressionModule.html index 19216e07..2025a6ec 100644 --- a/docs/classes/services.EdgeRouteCompressionModule.html +++ b/docs/classes/services.EdgeRouteCompressionModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgeRouteIPRestrictionModule.html b/docs/classes/services.EdgeRouteIPRestrictionModule.html index e26d9231..6387fab8 100644 --- a/docs/classes/services.EdgeRouteIPRestrictionModule.html +++ b/docs/classes/services.EdgeRouteIPRestrictionModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgeRouteOAuthModule.html b/docs/classes/services.EdgeRouteOAuthModule.html index aab22d49..7ec8133d 100644 --- a/docs/classes/services.EdgeRouteOAuthModule.html +++ b/docs/classes/services.EdgeRouteOAuthModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgeRouteOIDCModule.html b/docs/classes/services.EdgeRouteOIDCModule.html index 7eb2213f..1d5758ee 100644 --- a/docs/classes/services.EdgeRouteOIDCModule.html +++ b/docs/classes/services.EdgeRouteOIDCModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgeRouteRequestHeadersModule.html b/docs/classes/services.EdgeRouteRequestHeadersModule.html index 6625a240..97cb323b 100644 --- a/docs/classes/services.EdgeRouteRequestHeadersModule.html +++ b/docs/classes/services.EdgeRouteRequestHeadersModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgeRouteResponseHeadersModule.html b/docs/classes/services.EdgeRouteResponseHeadersModule.html index a0a16341..77a9d1e5 100644 --- a/docs/classes/services.EdgeRouteResponseHeadersModule.html +++ b/docs/classes/services.EdgeRouteResponseHeadersModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgeRouteSAMLModule.html b/docs/classes/services.EdgeRouteSAMLModule.html index e2833219..b912e1c9 100644 --- a/docs/classes/services.EdgeRouteSAMLModule.html +++ b/docs/classes/services.EdgeRouteSAMLModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgeRouteTrafficPolicyModule.html b/docs/classes/services.EdgeRouteTrafficPolicyModule.html index e0e0d2d8..99785073 100644 --- a/docs/classes/services.EdgeRouteTrafficPolicyModule.html +++ b/docs/classes/services.EdgeRouteTrafficPolicyModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgeRouteUserAgentFilterModule.html b/docs/classes/services.EdgeRouteUserAgentFilterModule.html index f52ab0cd..a96de7c7 100644 --- a/docs/classes/services.EdgeRouteUserAgentFilterModule.html +++ b/docs/classes/services.EdgeRouteUserAgentFilterModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgeRouteWebhookVerificationModule.html b/docs/classes/services.EdgeRouteWebhookVerificationModule.html index d649467b..c2e6c97e 100644 --- a/docs/classes/services.EdgeRouteWebhookVerificationModule.html +++ b/docs/classes/services.EdgeRouteWebhookVerificationModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgeRouteWebsocketTCPConverterModule.html b/docs/classes/services.EdgeRouteWebsocketTCPConverterModule.html index b159af09..1a839868 100644 --- a/docs/classes/services.EdgeRouteWebsocketTCPConverterModule.html +++ b/docs/classes/services.EdgeRouteWebsocketTCPConverterModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.EdgesHTTPS.html b/docs/classes/services.EdgesHTTPS.html index 4617a9da..95d2eef1 100644 --- a/docs/classes/services.EdgesHTTPS.html +++ b/docs/classes/services.EdgesHTTPS.html @@ -111,7 +111,7 @@

    constructor

  • @@ -142,7 +142,7 @@

    create

  • @@ -170,7 +170,7 @@

    delete

  • @@ -198,7 +198,7 @@

    get

  • @@ -226,7 +226,7 @@

    list

  • @@ -257,7 +257,7 @@

    update

  • diff --git a/docs/classes/services.EdgesHTTPSRoutes.html b/docs/classes/services.EdgesHTTPSRoutes.html index c09af89b..28b6880a 100644 --- a/docs/classes/services.EdgesHTTPSRoutes.html +++ b/docs/classes/services.EdgesHTTPSRoutes.html @@ -110,7 +110,7 @@

    constructor

  • @@ -141,7 +141,7 @@

    create

  • @@ -169,7 +169,7 @@

    delete

  • @@ -197,7 +197,7 @@

    get

  • @@ -225,7 +225,7 @@

    update

  • diff --git a/docs/classes/services.EdgesTCP.html b/docs/classes/services.EdgesTCP.html index a8bcd3a5..0de288cc 100644 --- a/docs/classes/services.EdgesTCP.html +++ b/docs/classes/services.EdgesTCP.html @@ -111,7 +111,7 @@

    constructor

  • @@ -142,7 +142,7 @@

    create

  • @@ -170,7 +170,7 @@

    delete

  • @@ -198,7 +198,7 @@

    get

  • @@ -226,7 +226,7 @@

    list

  • @@ -257,7 +257,7 @@

    update

  • diff --git a/docs/classes/services.EdgesTLS.html b/docs/classes/services.EdgesTLS.html index b1ec13e4..a4fdb71b 100644 --- a/docs/classes/services.EdgesTLS.html +++ b/docs/classes/services.EdgesTLS.html @@ -111,7 +111,7 @@

    constructor

  • @@ -142,7 +142,7 @@

    create

  • @@ -170,7 +170,7 @@

    delete

  • @@ -198,7 +198,7 @@

    get

  • @@ -226,7 +226,7 @@

    list

  • @@ -257,7 +257,7 @@

    update

  • diff --git a/docs/classes/services.Endpoints.html b/docs/classes/services.Endpoints.html index eb1b78ae..79bf529c 100644 --- a/docs/classes/services.Endpoints.html +++ b/docs/classes/services.Endpoints.html @@ -120,7 +120,7 @@

    constructor

  • @@ -151,7 +151,7 @@

    create

  • @@ -179,7 +179,7 @@

    delete

  • @@ -207,7 +207,7 @@

    get

  • @@ -235,7 +235,7 @@

    list

  • @@ -266,7 +266,7 @@

    update

  • diff --git a/docs/classes/services.EventDestinations.html b/docs/classes/services.EventDestinations.html index 9bf92a9b..5528735a 100644 --- a/docs/classes/services.EventDestinations.html +++ b/docs/classes/services.EventDestinations.html @@ -111,7 +111,7 @@

    constructor

  • @@ -142,7 +142,7 @@

    create

  • @@ -170,7 +170,7 @@

    delete

  • @@ -198,7 +198,7 @@

    get

  • @@ -226,7 +226,7 @@

    list

  • @@ -257,7 +257,7 @@

    update

  • diff --git a/docs/classes/services.EventSources.html b/docs/classes/services.EventSources.html index 1ee70222..f5670664 100644 --- a/docs/classes/services.EventSources.html +++ b/docs/classes/services.EventSources.html @@ -111,7 +111,7 @@

    constructor

  • @@ -142,7 +142,7 @@

    create

  • @@ -170,7 +170,7 @@

    delete

  • @@ -198,7 +198,7 @@

    get

  • @@ -226,7 +226,7 @@

    list

  • @@ -254,7 +254,7 @@

    update

  • diff --git a/docs/classes/services.EventSubscriptions.html b/docs/classes/services.EventSubscriptions.html index d6f46f59..8a99eba7 100644 --- a/docs/classes/services.EventSubscriptions.html +++ b/docs/classes/services.EventSubscriptions.html @@ -111,7 +111,7 @@

    constructor

  • @@ -142,7 +142,7 @@

    create

  • @@ -170,7 +170,7 @@

    delete

  • @@ -198,7 +198,7 @@

    get

  • @@ -226,7 +226,7 @@

    list

  • @@ -257,7 +257,7 @@

    update

  • diff --git a/docs/classes/services.FailoverBackends.html b/docs/classes/services.FailoverBackends.html index 1294c83f..9664088c 100644 --- a/docs/classes/services.FailoverBackends.html +++ b/docs/classes/services.FailoverBackends.html @@ -121,7 +121,7 @@

    constructor

  • @@ -152,7 +152,7 @@

    create

  • @@ -180,7 +180,7 @@

    delete

  • @@ -208,7 +208,7 @@

    get

  • @@ -236,7 +236,7 @@

    list

  • @@ -267,7 +267,7 @@

    update

  • diff --git a/docs/classes/services.HTTPResponseBackends.html b/docs/classes/services.HTTPResponseBackends.html index db3d70b9..80783ffa 100644 --- a/docs/classes/services.HTTPResponseBackends.html +++ b/docs/classes/services.HTTPResponseBackends.html @@ -111,7 +111,7 @@

    constructor

  • @@ -142,7 +142,7 @@

    create

  • Parameters

    @@ -165,7 +165,7 @@

    delete

  • Parameters

    @@ -188,7 +188,7 @@

    get

  • Parameters

    @@ -211,7 +211,7 @@

    list

  • Parameters

    @@ -237,7 +237,7 @@

    update

  • Parameters

    diff --git a/docs/classes/services.HTTPSEdgeMutualTLSModule.html b/docs/classes/services.HTTPSEdgeMutualTLSModule.html index 990b2498..b5960294 100644 --- a/docs/classes/services.HTTPSEdgeMutualTLSModule.html +++ b/docs/classes/services.HTTPSEdgeMutualTLSModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.HTTPSEdgeTLSTerminationModule.html b/docs/classes/services.HTTPSEdgeTLSTerminationModule.html index f905ca99..a836aba7 100644 --- a/docs/classes/services.HTTPSEdgeTLSTerminationModule.html +++ b/docs/classes/services.HTTPSEdgeTLSTerminationModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.IPPolicies.html b/docs/classes/services.IPPolicies.html index 88700866..faa589a2 100644 --- a/docs/classes/services.IPPolicies.html +++ b/docs/classes/services.IPPolicies.html @@ -121,7 +121,7 @@

    constructor

  • @@ -152,7 +152,7 @@

    create

  • @@ -180,7 +180,7 @@

    delete

  • @@ -208,7 +208,7 @@

    get

  • @@ -236,7 +236,7 @@

    list

  • @@ -267,7 +267,7 @@

    update

  • diff --git a/docs/classes/services.IPPolicyRules.html b/docs/classes/services.IPPolicyRules.html index 18524626..b03a83e3 100644 --- a/docs/classes/services.IPPolicyRules.html +++ b/docs/classes/services.IPPolicyRules.html @@ -119,7 +119,7 @@

    constructor

  • @@ -150,7 +150,7 @@

    create

  • @@ -178,7 +178,7 @@

    delete

  • @@ -206,7 +206,7 @@

    get

  • @@ -234,7 +234,7 @@

    list

  • @@ -265,7 +265,7 @@

    update

  • diff --git a/docs/classes/services.IPRestrictions.html b/docs/classes/services.IPRestrictions.html index 729c1a2b..168ac7ca 100644 --- a/docs/classes/services.IPRestrictions.html +++ b/docs/classes/services.IPRestrictions.html @@ -123,7 +123,7 @@

    constructor

  • @@ -154,7 +154,7 @@

    create

  • @@ -182,7 +182,7 @@

    delete

  • @@ -210,7 +210,7 @@

    get

  • @@ -238,7 +238,7 @@

    list

  • @@ -269,7 +269,7 @@

    update

  • diff --git a/docs/classes/services.ReservedAddrs.html b/docs/classes/services.ReservedAddrs.html index 670e16bc..fb892abb 100644 --- a/docs/classes/services.ReservedAddrs.html +++ b/docs/classes/services.ReservedAddrs.html @@ -120,7 +120,7 @@

    constructor

  • @@ -151,7 +151,7 @@

    create

  • @@ -179,7 +179,7 @@

    delete

  • @@ -207,7 +207,7 @@

    get

  • @@ -235,7 +235,7 @@

    list

  • @@ -266,7 +266,7 @@

    update

  • diff --git a/docs/classes/services.ReservedDomains.html b/docs/classes/services.ReservedDomains.html index 18f6905d..c68b76be 100644 --- a/docs/classes/services.ReservedDomains.html +++ b/docs/classes/services.ReservedDomains.html @@ -123,7 +123,7 @@

    constructor

  • @@ -154,7 +154,7 @@

    create

  • @@ -182,7 +182,7 @@

    delete

  • @@ -210,7 +210,7 @@

    deleteCertificate

  • @@ -238,7 +238,7 @@

    deleteCertificateManagementPolicy

  • @@ -266,7 +266,7 @@

    get

  • @@ -294,7 +294,7 @@

    list

  • @@ -325,7 +325,7 @@

    update

  • diff --git a/docs/classes/services.SSHCertificateAuthorities.html b/docs/classes/services.SSHCertificateAuthorities.html index 00bd0521..65d7d6eb 100644 --- a/docs/classes/services.SSHCertificateAuthorities.html +++ b/docs/classes/services.SSHCertificateAuthorities.html @@ -119,7 +119,7 @@

    constructor

  • @@ -150,7 +150,7 @@

    create

  • @@ -178,7 +178,7 @@

    delete

  • @@ -206,7 +206,7 @@

    get

  • @@ -234,7 +234,7 @@

    list

  • @@ -265,7 +265,7 @@

    update

  • diff --git a/docs/classes/services.SSHCredentials.html b/docs/classes/services.SSHCredentials.html index dc1b4c14..6f3fb126 100644 --- a/docs/classes/services.SSHCredentials.html +++ b/docs/classes/services.SSHCredentials.html @@ -119,7 +119,7 @@

    constructor

  • @@ -150,7 +150,7 @@

    create

  • @@ -178,7 +178,7 @@

    delete

  • @@ -206,7 +206,7 @@

    get

  • @@ -234,7 +234,7 @@

    list

  • @@ -265,7 +265,7 @@

    update

  • diff --git a/docs/classes/services.SSHHostCertificates.html b/docs/classes/services.SSHHostCertificates.html index f38e4f14..c1df279f 100644 --- a/docs/classes/services.SSHHostCertificates.html +++ b/docs/classes/services.SSHHostCertificates.html @@ -120,7 +120,7 @@

    constructor

  • @@ -151,7 +151,7 @@

    create

  • @@ -179,7 +179,7 @@

    delete

  • @@ -207,7 +207,7 @@

    get

  • @@ -235,7 +235,7 @@

    list

  • @@ -266,7 +266,7 @@

    update

  • diff --git a/docs/classes/services.SSHUserCertificates.html b/docs/classes/services.SSHUserCertificates.html index 77370576..82e56171 100644 --- a/docs/classes/services.SSHUserCertificates.html +++ b/docs/classes/services.SSHUserCertificates.html @@ -120,7 +120,7 @@

    constructor

  • @@ -151,7 +151,7 @@

    create

  • @@ -179,7 +179,7 @@

    delete

  • @@ -207,7 +207,7 @@

    get

  • @@ -235,7 +235,7 @@

    list

  • @@ -266,7 +266,7 @@

    update

  • diff --git a/docs/classes/services.Secrets.html b/docs/classes/services.Secrets.html index 1b95030a..3dfadd6b 100644 --- a/docs/classes/services.Secrets.html +++ b/docs/classes/services.Secrets.html @@ -118,7 +118,7 @@

    constructor

  • @@ -149,7 +149,7 @@

    create

  • @@ -177,7 +177,7 @@

    delete

  • @@ -205,7 +205,7 @@

    get

  • @@ -233,7 +233,7 @@

    list

  • @@ -264,7 +264,7 @@

    update

  • diff --git a/docs/classes/services.StaticBackends.html b/docs/classes/services.StaticBackends.html index d4005319..e6e40671 100644 --- a/docs/classes/services.StaticBackends.html +++ b/docs/classes/services.StaticBackends.html @@ -119,7 +119,7 @@

    constructor

  • @@ -150,7 +150,7 @@

    create

  • @@ -178,7 +178,7 @@

    delete

  • @@ -206,7 +206,7 @@

    get

  • @@ -234,7 +234,7 @@

    list

  • @@ -265,7 +265,7 @@

    update

  • diff --git a/docs/classes/services.TCPEdgeBackendModule.html b/docs/classes/services.TCPEdgeBackendModule.html index a83121cd..449bb07f 100644 --- a/docs/classes/services.TCPEdgeBackendModule.html +++ b/docs/classes/services.TCPEdgeBackendModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.TCPEdgeIPRestrictionModule.html b/docs/classes/services.TCPEdgeIPRestrictionModule.html index f4d48dd3..5c81f33d 100644 --- a/docs/classes/services.TCPEdgeIPRestrictionModule.html +++ b/docs/classes/services.TCPEdgeIPRestrictionModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.TCPEdgeTrafficPolicyModule.html b/docs/classes/services.TCPEdgeTrafficPolicyModule.html index befa9dfd..23b6984d 100644 --- a/docs/classes/services.TCPEdgeTrafficPolicyModule.html +++ b/docs/classes/services.TCPEdgeTrafficPolicyModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.TLSCertificates.html b/docs/classes/services.TLSCertificates.html index e69a2636..ff84a566 100644 --- a/docs/classes/services.TLSCertificates.html +++ b/docs/classes/services.TLSCertificates.html @@ -122,7 +122,7 @@

    constructor

  • @@ -153,7 +153,7 @@

    create

  • @@ -181,7 +181,7 @@

    delete

  • @@ -209,7 +209,7 @@

    get

  • @@ -237,7 +237,7 @@

    list

  • @@ -268,7 +268,7 @@

    update

  • diff --git a/docs/classes/services.TLSEdgeBackendModule.html b/docs/classes/services.TLSEdgeBackendModule.html index 622d33e6..70abd481 100644 --- a/docs/classes/services.TLSEdgeBackendModule.html +++ b/docs/classes/services.TLSEdgeBackendModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.TLSEdgeIPRestrictionModule.html b/docs/classes/services.TLSEdgeIPRestrictionModule.html index 2fbab0e9..8974c7ac 100644 --- a/docs/classes/services.TLSEdgeIPRestrictionModule.html +++ b/docs/classes/services.TLSEdgeIPRestrictionModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.TLSEdgeMutualTLSModule.html b/docs/classes/services.TLSEdgeMutualTLSModule.html index a5bace7b..64416491 100644 --- a/docs/classes/services.TLSEdgeMutualTLSModule.html +++ b/docs/classes/services.TLSEdgeMutualTLSModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.TLSEdgeTLSTerminationModule.html b/docs/classes/services.TLSEdgeTLSTerminationModule.html index 78ac3de9..b880b117 100644 --- a/docs/classes/services.TLSEdgeTLSTerminationModule.html +++ b/docs/classes/services.TLSEdgeTLSTerminationModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.TLSEdgeTrafficPolicyModule.html b/docs/classes/services.TLSEdgeTrafficPolicyModule.html index 522c4883..4d236aac 100644 --- a/docs/classes/services.TLSEdgeTrafficPolicyModule.html +++ b/docs/classes/services.TLSEdgeTrafficPolicyModule.html @@ -109,7 +109,7 @@

    constructor

  • @@ -140,7 +140,7 @@

    delete

  • Parameters

    @@ -163,7 +163,7 @@

    get

  • Parameters

    @@ -186,7 +186,7 @@

    replace

  • Parameters

    diff --git a/docs/classes/services.TunnelGroupBackends.html b/docs/classes/services.TunnelGroupBackends.html index cd1d6cc7..adfde431 100644 --- a/docs/classes/services.TunnelGroupBackends.html +++ b/docs/classes/services.TunnelGroupBackends.html @@ -119,7 +119,7 @@

    constructor

  • @@ -150,7 +150,7 @@

    create

  • @@ -178,7 +178,7 @@

    delete

  • @@ -206,7 +206,7 @@

    get

  • @@ -234,7 +234,7 @@

    list

  • @@ -265,7 +265,7 @@

    update

  • diff --git a/docs/classes/services.TunnelSessions.html b/docs/classes/services.TunnelSessions.html index d3f05a5c..801fef30 100644 --- a/docs/classes/services.TunnelSessions.html +++ b/docs/classes/services.TunnelSessions.html @@ -120,7 +120,7 @@

    constructor

  • @@ -151,7 +151,7 @@

    get

  • @@ -179,7 +179,7 @@

    list

  • @@ -210,7 +210,7 @@

    restart

  • @@ -238,7 +238,7 @@

    stop

  • @@ -266,7 +266,7 @@

    update

  • diff --git a/docs/classes/services.Tunnels.html b/docs/classes/services.Tunnels.html index a5f0067b..726e8b0f 100644 --- a/docs/classes/services.Tunnels.html +++ b/docs/classes/services.Tunnels.html @@ -116,7 +116,7 @@

    constructor

  • @@ -147,7 +147,7 @@

    get

  • @@ -175,7 +175,7 @@

    list

  • diff --git a/docs/classes/services.Vaults.html b/docs/classes/services.Vaults.html index 8994e854..69b28150 100644 --- a/docs/classes/services.Vaults.html +++ b/docs/classes/services.Vaults.html @@ -119,7 +119,7 @@

    constructor

  • @@ -150,7 +150,7 @@

    create

  • @@ -178,7 +178,7 @@

    delete

  • @@ -206,7 +206,7 @@

    get

  • @@ -234,7 +234,7 @@

    getSecretsByVault

  • @@ -268,7 +268,7 @@

    list

  • @@ -299,7 +299,7 @@

    update

  • diff --git a/docs/classes/services.WeightedBackends.html b/docs/classes/services.WeightedBackends.html index 46973212..6c5c240f 100644 --- a/docs/classes/services.WeightedBackends.html +++ b/docs/classes/services.WeightedBackends.html @@ -121,7 +121,7 @@

    constructor

  • @@ -152,7 +152,7 @@

    create

  • @@ -180,7 +180,7 @@

    delete

  • @@ -208,7 +208,7 @@

    get

  • @@ -236,7 +236,7 @@

    list

  • @@ -267,7 +267,7 @@

    update

  • diff --git a/docs/interfaces/client.NgrokConfig.html b/docs/interfaces/client.NgrokConfig.html index 77448e1e..660bad84 100644 --- a/docs/interfaces/client.NgrokConfig.html +++ b/docs/interfaces/client.NgrokConfig.html @@ -98,7 +98,7 @@

    apiToken

    apiToken: string
    @@ -108,7 +108,7 @@

    Optional baseUrl

    baseUrl: string
    diff --git a/docs/interfaces/datatypes.APIKey.html b/docs/interfaces/datatypes.APIKey.html index c7232069..c4c7eaaa 100644 --- a/docs/interfaces/datatypes.APIKey.html +++ b/docs/interfaces/datatypes.APIKey.html @@ -103,7 +103,7 @@

    createdAt

    createdAt: Date
    @@ -118,7 +118,7 @@

    Optional description

    description: string
    @@ -133,7 +133,7 @@

    id

    id: string
    @@ -148,7 +148,7 @@

    Optional metadata

    metadata: string
    @@ -163,7 +163,7 @@

    Optional ownerId

    ownerId: string
    @@ -178,7 +178,7 @@

    Optional token

    token: string
    @@ -193,7 +193,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.APIKeyCreate.html b/docs/interfaces/datatypes.APIKeyCreate.html index fe084868..c40b7afa 100644 --- a/docs/interfaces/datatypes.APIKeyCreate.html +++ b/docs/interfaces/datatypes.APIKeyCreate.html @@ -99,7 +99,7 @@

    Optional description

    description: string
    @@ -114,7 +114,7 @@

    Optional metadata

    metadata: string
    @@ -129,7 +129,7 @@

    Optional ownerId

    ownerId: string
    diff --git a/docs/interfaces/datatypes.APIKeyList.html b/docs/interfaces/datatypes.APIKeyList.html index bae80433..a04ae715 100644 --- a/docs/interfaces/datatypes.APIKeyList.html +++ b/docs/interfaces/datatypes.APIKeyList.html @@ -99,7 +99,7 @@

    keys

    keys: APIKey[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.APIKeyUpdate.html b/docs/interfaces/datatypes.APIKeyUpdate.html index 28008fc4..7200993c 100644 --- a/docs/interfaces/datatypes.APIKeyUpdate.html +++ b/docs/interfaces/datatypes.APIKeyUpdate.html @@ -99,7 +99,7 @@

    Optional description

    description: string
    @@ -114,7 +114,7 @@

    id

    id: string
    @@ -124,7 +124,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.AWSAuth.html b/docs/interfaces/datatypes.AWSAuth.html index c47d7d9c..31128d07 100644 --- a/docs/interfaces/datatypes.AWSAuth.html +++ b/docs/interfaces/datatypes.AWSAuth.html @@ -98,7 +98,7 @@

    Optional creds

    @@ -113,7 +113,7 @@

    Optional role

    role: AWSRole
    diff --git a/docs/interfaces/datatypes.AWSCredentials.html b/docs/interfaces/datatypes.AWSCredentials.html index 0e38f5e8..4da80483 100644 --- a/docs/interfaces/datatypes.AWSCredentials.html +++ b/docs/interfaces/datatypes.AWSCredentials.html @@ -98,7 +98,7 @@

    awsAccessKeyId

    awsAccessKeyId: string
    @@ -113,7 +113,7 @@

    Optional awsSecretAc
    awsSecretAccessKey: string
    diff --git a/docs/interfaces/datatypes.AWSRole.html b/docs/interfaces/datatypes.AWSRole.html index 54407459..6e0db11a 100644 --- a/docs/interfaces/datatypes.AWSRole.html +++ b/docs/interfaces/datatypes.AWSRole.html @@ -97,7 +97,7 @@

    roleArn

    roleArn: string
    diff --git a/docs/interfaces/datatypes.AbuseReport.html b/docs/interfaces/datatypes.AbuseReport.html index b9ff4150..4a5fc5cd 100644 --- a/docs/interfaces/datatypes.AbuseReport.html +++ b/docs/interfaces/datatypes.AbuseReport.html @@ -103,7 +103,7 @@

    createdAt

    createdAt: Date
    @@ -118,7 +118,7 @@

    hostnames

    hostnames: AbuseReportHostname[]
    @@ -133,7 +133,7 @@

    id

    id: string
    @@ -148,7 +148,7 @@

    Optional metadata

    metadata: string
    @@ -163,7 +163,7 @@

    status

    status: string
    @@ -178,7 +178,7 @@

    uri

    uri: string
    @@ -193,7 +193,7 @@

    urls

    urls: string[]
    diff --git a/docs/interfaces/datatypes.AbuseReportCreate.html b/docs/interfaces/datatypes.AbuseReportCreate.html index 211f6807..4656ade1 100644 --- a/docs/interfaces/datatypes.AbuseReportCreate.html +++ b/docs/interfaces/datatypes.AbuseReportCreate.html @@ -98,7 +98,7 @@

    Optional metadata

    metadata: string
    @@ -113,7 +113,7 @@

    urls

    urls: string[]
    diff --git a/docs/interfaces/datatypes.AbuseReportHostname.html b/docs/interfaces/datatypes.AbuseReportHostname.html index 6bc8a64c..4b41b5e1 100644 --- a/docs/interfaces/datatypes.AbuseReportHostname.html +++ b/docs/interfaces/datatypes.AbuseReportHostname.html @@ -98,7 +98,7 @@

    hostname

    hostname: string
    @@ -113,7 +113,7 @@

    status

    status: string
    diff --git a/docs/interfaces/datatypes.AgentIngress.html b/docs/interfaces/datatypes.AgentIngress.html index 60724574..47e18e80 100644 --- a/docs/interfaces/datatypes.AgentIngress.html +++ b/docs/interfaces/datatypes.AgentIngress.html @@ -106,7 +106,7 @@

    Optional certificateManag
    certificateManagementPolicy: AgentIngressCertPolicy
    @@ -121,7 +121,7 @@

    Optional certificateManag
    certificateManagementStatus: AgentIngressCertStatus
    @@ -136,7 +136,7 @@

    createdAt

    createdAt: Date
    @@ -151,7 +151,7 @@

    Optional description

    description: string
    @@ -166,7 +166,7 @@

    domain

    domain: string
    @@ -181,7 +181,7 @@

    id

    id: string
    @@ -196,7 +196,7 @@

    Optional metadata

    metadata: string
    @@ -211,7 +211,7 @@

    nsTargets

    nsTargets: string[]
    @@ -226,7 +226,7 @@

    regionDomains

    regionDomains: string[]
    @@ -241,7 +241,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.AgentIngressCertJob.html b/docs/interfaces/datatypes.AgentIngressCertJob.html index befb846f..391ea50e 100644 --- a/docs/interfaces/datatypes.AgentIngressCertJob.html +++ b/docs/interfaces/datatypes.AgentIngressCertJob.html @@ -100,7 +100,7 @@

    Optional errorCode

    errorCode: string
    @@ -115,7 +115,7 @@

    msg

    msg: string
    @@ -130,7 +130,7 @@

    Optional retriesAt

    retriesAt: Date
    @@ -145,7 +145,7 @@

    startedAt

    startedAt: Date
    diff --git a/docs/interfaces/datatypes.AgentIngressCertPolicy.html b/docs/interfaces/datatypes.AgentIngressCertPolicy.html index acd0f291..d405655c 100644 --- a/docs/interfaces/datatypes.AgentIngressCertPolicy.html +++ b/docs/interfaces/datatypes.AgentIngressCertPolicy.html @@ -98,7 +98,7 @@

    authority

    authority: string
    @@ -113,7 +113,7 @@

    privateKeyType

    privateKeyType: string
    diff --git a/docs/interfaces/datatypes.AgentIngressCertStatus.html b/docs/interfaces/datatypes.AgentIngressCertStatus.html index 67435180..99cd64fc 100644 --- a/docs/interfaces/datatypes.AgentIngressCertStatus.html +++ b/docs/interfaces/datatypes.AgentIngressCertStatus.html @@ -98,7 +98,7 @@

    Optional provisioningJob<
    provisioningJob: AgentIngressCertJob
    @@ -113,7 +113,7 @@

    Optional renewsAt

    renewsAt: Date
    diff --git a/docs/interfaces/datatypes.AgentIngressCreate.html b/docs/interfaces/datatypes.AgentIngressCreate.html index e7c7e83e..432bd677 100644 --- a/docs/interfaces/datatypes.AgentIngressCreate.html +++ b/docs/interfaces/datatypes.AgentIngressCreate.html @@ -100,7 +100,7 @@

    Optional certificateManag
    certificateManagementPolicy: AgentIngressCertPolicy
    @@ -115,7 +115,7 @@

    Optional description

    description: string
    @@ -130,7 +130,7 @@

    domain

    domain: string
    @@ -145,7 +145,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.AgentIngressList.html b/docs/interfaces/datatypes.AgentIngressList.html index 1c45385f..287c9831 100644 --- a/docs/interfaces/datatypes.AgentIngressList.html +++ b/docs/interfaces/datatypes.AgentIngressList.html @@ -99,7 +99,7 @@

    ingresses

    ingresses: AgentIngress[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.AgentIngressUpdate.html b/docs/interfaces/datatypes.AgentIngressUpdate.html index f8c02d4b..bc3e454f 100644 --- a/docs/interfaces/datatypes.AgentIngressUpdate.html +++ b/docs/interfaces/datatypes.AgentIngressUpdate.html @@ -100,7 +100,7 @@

    Optional certificateManag
    certificateManagementPolicy: AgentIngressCertPolicy
    @@ -115,7 +115,7 @@

    Optional description

    description: string
    @@ -130,7 +130,7 @@

    id

    id: string
    @@ -140,7 +140,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.ApplicationSession.html b/docs/interfaces/datatypes.ApplicationSession.html index 31534541..f6b8648b 100644 --- a/docs/interfaces/datatypes.ApplicationSession.html +++ b/docs/interfaces/datatypes.ApplicationSession.html @@ -107,7 +107,7 @@

    Optional applicationUser<
    applicationUser: Ref
    @@ -122,7 +122,7 @@

    browserSession

    browserSession: BrowserSession
    @@ -137,7 +137,7 @@

    Optional createdAt

    createdAt: Date
    @@ -152,7 +152,7 @@

    Optional edge

    edge: Ref
    @@ -167,7 +167,7 @@

    Optional endpoint

    endpoint: Ref
    @@ -182,7 +182,7 @@

    Optional expiresAt

    expiresAt: Date
    @@ -197,7 +197,7 @@

    id

    id: string
    @@ -212,7 +212,7 @@

    Optional lastActive

    lastActive: Date
    @@ -227,7 +227,7 @@

    publicUrl

    publicUrl: string
    @@ -242,7 +242,7 @@

    Optional route

    route: Ref
    @@ -257,7 +257,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.ApplicationSessionList.html b/docs/interfaces/datatypes.ApplicationSessionList.html index a4357a3e..8d652cdb 100644 --- a/docs/interfaces/datatypes.ApplicationSessionList.html +++ b/docs/interfaces/datatypes.ApplicationSessionList.html @@ -99,7 +99,7 @@

    applicationSessions

    applicationSessions: ApplicationSession[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.ApplicationUser.html b/docs/interfaces/datatypes.ApplicationUser.html index fd3e10db..64a6f92b 100644 --- a/docs/interfaces/datatypes.ApplicationUser.html +++ b/docs/interfaces/datatypes.ApplicationUser.html @@ -106,7 +106,7 @@

    Optional createdAt

    createdAt: Date
    @@ -121,7 +121,7 @@

    Optional email

    email: string
    @@ -136,7 +136,7 @@

    id

    id: string
    @@ -151,7 +151,7 @@

    identityProvider

    identityProvider: IdentityProvider
    @@ -166,7 +166,7 @@

    Optional lastActive

    lastActive: Date
    @@ -181,7 +181,7 @@

    Optional lastLogin

    lastLogin: Date
    @@ -196,7 +196,7 @@

    Optional name

    name: string
    @@ -211,7 +211,7 @@

    providerUserId

    providerUserId: string
    @@ -226,7 +226,7 @@

    uri

    uri: string
    @@ -241,7 +241,7 @@

    Optional username

    username: string
    diff --git a/docs/interfaces/datatypes.ApplicationUserList.html b/docs/interfaces/datatypes.ApplicationUserList.html index 5c80682f..5e8e6481 100644 --- a/docs/interfaces/datatypes.ApplicationUserList.html +++ b/docs/interfaces/datatypes.ApplicationUserList.html @@ -99,7 +99,7 @@

    applicationUsers

    applicationUsers: ApplicationUser[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.BotUser.html b/docs/interfaces/datatypes.BotUser.html index 329179fd..4c583fb8 100644 --- a/docs/interfaces/datatypes.BotUser.html +++ b/docs/interfaces/datatypes.BotUser.html @@ -101,7 +101,7 @@

    active

    active: boolean
    @@ -116,7 +116,7 @@

    createdAt

    createdAt: Date
    @@ -131,7 +131,7 @@

    id

    id: string
    @@ -146,7 +146,7 @@

    name

    name: string
    @@ -161,7 +161,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.BotUserCreate.html b/docs/interfaces/datatypes.BotUserCreate.html index 339e2740..4958f3fc 100644 --- a/docs/interfaces/datatypes.BotUserCreate.html +++ b/docs/interfaces/datatypes.BotUserCreate.html @@ -98,7 +98,7 @@

    Optional active

    active: boolean
    @@ -113,7 +113,7 @@

    name

    name: string
    diff --git a/docs/interfaces/datatypes.BotUserList.html b/docs/interfaces/datatypes.BotUserList.html index f8456f70..734b7246 100644 --- a/docs/interfaces/datatypes.BotUserList.html +++ b/docs/interfaces/datatypes.BotUserList.html @@ -99,7 +99,7 @@

    botUsers

    botUsers: BotUser[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.BotUserUpdate.html b/docs/interfaces/datatypes.BotUserUpdate.html index e8cbf77f..c9c0f147 100644 --- a/docs/interfaces/datatypes.BotUserUpdate.html +++ b/docs/interfaces/datatypes.BotUserUpdate.html @@ -99,7 +99,7 @@

    Optional active

    active: boolean
    @@ -114,7 +114,7 @@

    id

    id: string
    @@ -124,7 +124,7 @@

    Optional name

    name: string
    diff --git a/docs/interfaces/datatypes.BrowserSession.html b/docs/interfaces/datatypes.BrowserSession.html index e8bf2a82..f51b46df 100644 --- a/docs/interfaces/datatypes.BrowserSession.html +++ b/docs/interfaces/datatypes.BrowserSession.html @@ -99,7 +99,7 @@

    ipAddress

    ipAddress: string
    @@ -114,7 +114,7 @@

    Optional location

    location: Location
    @@ -129,7 +129,7 @@

    userAgent

    userAgent: UserAgent
    diff --git a/docs/interfaces/datatypes.CertificateAuthority.html b/docs/interfaces/datatypes.CertificateAuthority.html index 9dc5e0ea..7521237b 100644 --- a/docs/interfaces/datatypes.CertificateAuthority.html +++ b/docs/interfaces/datatypes.CertificateAuthority.html @@ -107,7 +107,7 @@

    caPem

    caPem: string
    @@ -122,7 +122,7 @@

    createdAt

    createdAt: Date
    @@ -137,7 +137,7 @@

    Optional description

    description: string
    @@ -152,7 +152,7 @@

    extendedKeyUsages

    extendedKeyUsages: string[]
    @@ -167,7 +167,7 @@

    id

    id: string
    @@ -182,7 +182,7 @@

    keyUsages

    keyUsages: string[]
    @@ -197,7 +197,7 @@

    Optional metadata

    metadata: string
    @@ -212,7 +212,7 @@

    notAfter

    notAfter: Date
    @@ -227,7 +227,7 @@

    notBefore

    notBefore: Date
    @@ -242,7 +242,7 @@

    subjectCommonName

    subjectCommonName: string
    @@ -257,7 +257,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.CertificateAuthorityCreate.html b/docs/interfaces/datatypes.CertificateAuthorityCreate.html index 6a83204f..721c2de4 100644 --- a/docs/interfaces/datatypes.CertificateAuthorityCreate.html +++ b/docs/interfaces/datatypes.CertificateAuthorityCreate.html @@ -99,7 +99,7 @@

    caPem

    caPem: string
    @@ -114,7 +114,7 @@

    Optional description

    description: string
    @@ -129,7 +129,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.CertificateAuthorityList.html b/docs/interfaces/datatypes.CertificateAuthorityList.html index 11c7f113..84ac236e 100644 --- a/docs/interfaces/datatypes.CertificateAuthorityList.html +++ b/docs/interfaces/datatypes.CertificateAuthorityList.html @@ -99,7 +99,7 @@

    certificateAuthorities

    certificateAuthorities: CertificateAuthority[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.CertificateAuthorityUpdate.html b/docs/interfaces/datatypes.CertificateAuthorityUpdate.html index cc3a5b3b..1ffd3798 100644 --- a/docs/interfaces/datatypes.CertificateAuthorityUpdate.html +++ b/docs/interfaces/datatypes.CertificateAuthorityUpdate.html @@ -99,7 +99,7 @@

    Optional description

    description: string
    @@ -114,7 +114,7 @@

    id

    id: string
    @@ -124,7 +124,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.Credential.html b/docs/interfaces/datatypes.Credential.html index 8fd7baea..c29fcdd1 100644 --- a/docs/interfaces/datatypes.Credential.html +++ b/docs/interfaces/datatypes.Credential.html @@ -104,7 +104,7 @@

    acl

    acl: string[]
    @@ -119,7 +119,7 @@

    createdAt

    createdAt: Date
    @@ -134,7 +134,7 @@

    Optional description

    description: string
    @@ -149,7 +149,7 @@

    id

    id: string
    @@ -164,7 +164,7 @@

    Optional metadata

    metadata: string
    @@ -179,7 +179,7 @@

    Optional ownerId

    ownerId: string
    @@ -194,7 +194,7 @@

    Optional token

    token: string
    @@ -209,7 +209,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.CredentialCreate.html b/docs/interfaces/datatypes.CredentialCreate.html index f2f9b07a..2ea8a8f5 100644 --- a/docs/interfaces/datatypes.CredentialCreate.html +++ b/docs/interfaces/datatypes.CredentialCreate.html @@ -100,7 +100,7 @@

    acl

    acl: string[]
    @@ -115,7 +115,7 @@

    Optional description

    description: string
    @@ -130,7 +130,7 @@

    Optional metadata

    metadata: string
    @@ -145,7 +145,7 @@

    Optional ownerId

    ownerId: string
    diff --git a/docs/interfaces/datatypes.CredentialList.html b/docs/interfaces/datatypes.CredentialList.html index 8f8337ec..a06bef4f 100644 --- a/docs/interfaces/datatypes.CredentialList.html +++ b/docs/interfaces/datatypes.CredentialList.html @@ -99,7 +99,7 @@

    credentials

    credentials: Credential[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.CredentialUpdate.html b/docs/interfaces/datatypes.CredentialUpdate.html index 10daee9d..59442898 100644 --- a/docs/interfaces/datatypes.CredentialUpdate.html +++ b/docs/interfaces/datatypes.CredentialUpdate.html @@ -100,7 +100,7 @@

    Optional acl

    acl: string[]
    @@ -115,7 +115,7 @@

    Optional description

    description: string
    @@ -130,7 +130,7 @@

    id

    id: string
    @@ -140,7 +140,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.EdgeBackendReplace.html b/docs/interfaces/datatypes.EdgeBackendReplace.html index fd88d96e..9b6295ea 100644 --- a/docs/interfaces/datatypes.EdgeBackendReplace.html +++ b/docs/interfaces/datatypes.EdgeBackendReplace.html @@ -98,7 +98,7 @@

    id

    id: string
    @@ -108,7 +108,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeIPRestrictionReplace.html b/docs/interfaces/datatypes.EdgeIPRestrictionReplace.html index 8acd45da..a5242efd 100644 --- a/docs/interfaces/datatypes.EdgeIPRestrictionReplace.html +++ b/docs/interfaces/datatypes.EdgeIPRestrictionReplace.html @@ -98,7 +98,7 @@

    id

    id: string
    @@ -108,7 +108,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeMutualTLSReplace.html b/docs/interfaces/datatypes.EdgeMutualTLSReplace.html index 078c9b37..5a979c00 100644 --- a/docs/interfaces/datatypes.EdgeMutualTLSReplace.html +++ b/docs/interfaces/datatypes.EdgeMutualTLSReplace.html @@ -98,7 +98,7 @@

    id

    id: string
    @@ -108,7 +108,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeRouteBackendReplace.html b/docs/interfaces/datatypes.EdgeRouteBackendReplace.html index 74f719ab..50c844c0 100644 --- a/docs/interfaces/datatypes.EdgeRouteBackendReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteBackendReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html b/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html index 03cd5000..f87a4f21 100644 --- a/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeRouteCompressionReplace.html b/docs/interfaces/datatypes.EdgeRouteCompressionReplace.html index 0e731734..c3df6781 100644 --- a/docs/interfaces/datatypes.EdgeRouteCompressionReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteCompressionReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html b/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html index cc8c50f7..94ef090d 100644 --- a/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeRouteItem.html b/docs/interfaces/datatypes.EdgeRouteItem.html index b128ac77..78bc1512 100644 --- a/docs/interfaces/datatypes.EdgeRouteItem.html +++ b/docs/interfaces/datatypes.EdgeRouteItem.html @@ -98,7 +98,7 @@

    edgeId

    edgeId: string
    @@ -113,7 +113,7 @@

    id

    id: string
    diff --git a/docs/interfaces/datatypes.EdgeRouteOAuthReplace.html b/docs/interfaces/datatypes.EdgeRouteOAuthReplace.html index 7e957858..645c81ba 100644 --- a/docs/interfaces/datatypes.EdgeRouteOAuthReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteOAuthReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html b/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html index da29a142..b393e6e2 100644 --- a/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    module: EndpointOIDC
    diff --git a/docs/interfaces/datatypes.EdgeRouteRequestHeadersReplace.html b/docs/interfaces/datatypes.EdgeRouteRequestHeadersReplace.html index debde8ab..d2cdbd41 100644 --- a/docs/interfaces/datatypes.EdgeRouteRequestHeadersReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteRequestHeadersReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html b/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html index a5e38049..7dc0c578 100644 --- a/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeRouteSAMLReplace.html b/docs/interfaces/datatypes.EdgeRouteSAMLReplace.html index a3c635c2..d3a8696a 100644 --- a/docs/interfaces/datatypes.EdgeRouteSAMLReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteSAMLReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeRouteTrafficPolicyReplace.html b/docs/interfaces/datatypes.EdgeRouteTrafficPolicyReplace.html index c319782f..14219247 100644 --- a/docs/interfaces/datatypes.EdgeRouteTrafficPolicyReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteTrafficPolicyReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeRouteUserAgentFilterReplace.html b/docs/interfaces/datatypes.EdgeRouteUserAgentFilterReplace.html index 81c477f7..0c905679 100644 --- a/docs/interfaces/datatypes.EdgeRouteUserAgentFilterReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteUserAgentFilterReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeRouteWebhookVerificationReplace.html b/docs/interfaces/datatypes.EdgeRouteWebhookVerificationReplace.html index 08a4780b..b66613d4 100644 --- a/docs/interfaces/datatypes.EdgeRouteWebhookVerificationReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteWebhookVerificationReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html b/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html index 3ba6ff79..f5f5f108 100644 --- a/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html +++ b/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html @@ -99,7 +99,7 @@

    edgeId

    edgeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -119,7 +119,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeTLSTerminationAtEdgeReplace.html b/docs/interfaces/datatypes.EdgeTLSTerminationAtEdgeReplace.html index dc6f9491..800086e5 100644 --- a/docs/interfaces/datatypes.EdgeTLSTerminationAtEdgeReplace.html +++ b/docs/interfaces/datatypes.EdgeTLSTerminationAtEdgeReplace.html @@ -98,7 +98,7 @@

    id

    id: string
    @@ -108,7 +108,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeTLSTerminationReplace.html b/docs/interfaces/datatypes.EdgeTLSTerminationReplace.html index 681dc553..672ba91e 100644 --- a/docs/interfaces/datatypes.EdgeTLSTerminationReplace.html +++ b/docs/interfaces/datatypes.EdgeTLSTerminationReplace.html @@ -98,7 +98,7 @@

    id

    id: string
    @@ -108,7 +108,7 @@

    module

    diff --git a/docs/interfaces/datatypes.EdgeTrafficPolicyReplace.html b/docs/interfaces/datatypes.EdgeTrafficPolicyReplace.html index fbb9d446..effe3253 100644 --- a/docs/interfaces/datatypes.EdgeTrafficPolicyReplace.html +++ b/docs/interfaces/datatypes.EdgeTrafficPolicyReplace.html @@ -98,7 +98,7 @@

    id

    id: string
    @@ -108,7 +108,7 @@

    module

    diff --git a/docs/interfaces/datatypes.Endpoint.html b/docs/interfaces/datatypes.Endpoint.html index 4f20ac4a..2e0b5496 100644 --- a/docs/interfaces/datatypes.Endpoint.html +++ b/docs/interfaces/datatypes.Endpoint.html @@ -123,7 +123,7 @@

    Optional bindings

    bindings: string[]
    @@ -138,7 +138,7 @@

    Optional createdAt

    createdAt: Date
    @@ -153,7 +153,7 @@

    Optional description

    description: string
    @@ -168,7 +168,7 @@

    Optional domain

    domain: Ref
    @@ -183,7 +183,7 @@

    Optional edge

    edge: Ref
    @@ -198,7 +198,7 @@

    Optional host

    host: string
    @@ -208,7 +208,7 @@

    hostport

    hostport: string
    @@ -223,7 +223,7 @@

    id

    id: string
    @@ -238,7 +238,7 @@

    Optional metadata

    metadata: string
    @@ -253,7 +253,7 @@

    Optional name

    name: string
    @@ -268,7 +268,7 @@

    poolingEnabled

    poolingEnabled: boolean
    @@ -283,7 +283,7 @@

    Optional port

    port: number
    @@ -293,7 +293,7 @@

    Optional principal

    principal: Ref
    @@ -308,7 +308,7 @@

    proto

    proto: string
    @@ -323,7 +323,7 @@

    publicUrl

    publicUrl: string
    @@ -338,7 +338,7 @@

    Optional region

    region: string
    @@ -353,7 +353,7 @@

    Optional scheme

    scheme: string
    @@ -363,7 +363,7 @@

    Optional tcpAddr

    tcpAddr: Ref
    @@ -378,7 +378,7 @@

    Optional trafficPolicytrafficPolicy: string

    @@ -393,7 +393,7 @@

    Optional tunnel

    tunnel: Ref
    @@ -408,7 +408,7 @@

    Optional tunnelSessiontunnelSession: Ref

    @@ -423,7 +423,7 @@

    type

    type: string
    @@ -438,7 +438,7 @@

    Optional updatedAt

    updatedAt: Date
    @@ -453,7 +453,7 @@

    Optional upstreamProtocol
    upstreamProtocol: string
    @@ -468,7 +468,7 @@

    Optional upstreamUrl

    upstreamUrl: string
    @@ -483,7 +483,7 @@

    Optional uri

    uri: string
    @@ -498,7 +498,7 @@

    Optional url

    url: string
    diff --git a/docs/interfaces/datatypes.EndpointBackend.html b/docs/interfaces/datatypes.EndpointBackend.html index 83dccc74..5aa07abf 100644 --- a/docs/interfaces/datatypes.EndpointBackend.html +++ b/docs/interfaces/datatypes.EndpointBackend.html @@ -98,7 +98,7 @@

    backend

    backend: Ref
    @@ -113,7 +113,7 @@

    Optional enabled

    enabled: boolean
    diff --git a/docs/interfaces/datatypes.EndpointBackendMutate.html b/docs/interfaces/datatypes.EndpointBackendMutate.html index 66a1974a..bdde40bf 100644 --- a/docs/interfaces/datatypes.EndpointBackendMutate.html +++ b/docs/interfaces/datatypes.EndpointBackendMutate.html @@ -98,7 +98,7 @@

    backendId

    backendId: string
    @@ -113,7 +113,7 @@

    Optional enabled

    enabled: boolean
    diff --git a/docs/interfaces/datatypes.EndpointCircuitBreaker.html b/docs/interfaces/datatypes.EndpointCircuitBreaker.html index 255f6d56..8e69ab93 100644 --- a/docs/interfaces/datatypes.EndpointCircuitBreaker.html +++ b/docs/interfaces/datatypes.EndpointCircuitBreaker.html @@ -102,7 +102,7 @@

    Optional enabled

    enabled: boolean
    @@ -117,7 +117,7 @@

    errorThresholdPercentage

    errorThresholdPercentage: number
    @@ -132,7 +132,7 @@

    numBuckets

    numBuckets: number
    @@ -147,7 +147,7 @@

    rollingWindow

    rollingWindow: number
    @@ -162,7 +162,7 @@

    trippedDuration

    trippedDuration: number
    @@ -177,7 +177,7 @@

    volumeThreshold

    volumeThreshold: number
    diff --git a/docs/interfaces/datatypes.EndpointCompression.html b/docs/interfaces/datatypes.EndpointCompression.html index 91b72525..d405810d 100644 --- a/docs/interfaces/datatypes.EndpointCompression.html +++ b/docs/interfaces/datatypes.EndpointCompression.html @@ -97,7 +97,7 @@

    Optional enabled

    enabled: boolean
    diff --git a/docs/interfaces/datatypes.EndpointCreate.html b/docs/interfaces/datatypes.EndpointCreate.html index ed5b313e..166a4c6f 100644 --- a/docs/interfaces/datatypes.EndpointCreate.html +++ b/docs/interfaces/datatypes.EndpointCreate.html @@ -103,7 +103,7 @@

    Optional bindings

    bindings: string[]
    @@ -118,7 +118,7 @@

    Optional description

    description: string
    @@ -133,7 +133,7 @@

    Optional metadata

    metadata: string
    @@ -148,7 +148,7 @@

    poolingEnabled

    poolingEnabled: boolean
    @@ -158,7 +158,7 @@

    trafficPolicy

    trafficPolicy: string
    @@ -173,7 +173,7 @@

    type

    type: string
    @@ -188,7 +188,7 @@

    url

    url: string
    diff --git a/docs/interfaces/datatypes.EndpointIPPolicy.html b/docs/interfaces/datatypes.EndpointIPPolicy.html index b2165949..39d7d91f 100644 --- a/docs/interfaces/datatypes.EndpointIPPolicy.html +++ b/docs/interfaces/datatypes.EndpointIPPolicy.html @@ -98,7 +98,7 @@

    Optional enabled

    enabled: boolean
    @@ -113,7 +113,7 @@

    ipPolicies

    ipPolicies: Ref[]
    diff --git a/docs/interfaces/datatypes.EndpointIPPolicyMutate.html b/docs/interfaces/datatypes.EndpointIPPolicyMutate.html index 9286284c..689c0281 100644 --- a/docs/interfaces/datatypes.EndpointIPPolicyMutate.html +++ b/docs/interfaces/datatypes.EndpointIPPolicyMutate.html @@ -98,7 +98,7 @@

    Optional enabled

    enabled: boolean
    @@ -113,7 +113,7 @@

    ipPolicyIds

    ipPolicyIds: string[]
    diff --git a/docs/interfaces/datatypes.EndpointList.html b/docs/interfaces/datatypes.EndpointList.html index f7b75c93..4871b30e 100644 --- a/docs/interfaces/datatypes.EndpointList.html +++ b/docs/interfaces/datatypes.EndpointList.html @@ -99,7 +99,7 @@

    endpoints

    endpoints: Endpoint[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.EndpointListArgs.html b/docs/interfaces/datatypes.EndpointListArgs.html index 0933f977..787adad1 100644 --- a/docs/interfaces/datatypes.EndpointListArgs.html +++ b/docs/interfaces/datatypes.EndpointListArgs.html @@ -100,7 +100,7 @@

    Optional beforeId

    beforeId: string
    @@ -110,7 +110,7 @@

    Optional id

    id: string[]
    @@ -120,7 +120,7 @@

    Optional limit

    limit: string
    @@ -130,7 +130,7 @@

    Optional url

    url: string[]
    diff --git a/docs/interfaces/datatypes.EndpointMutualTLS.html b/docs/interfaces/datatypes.EndpointMutualTLS.html index c63ac6e1..fb09f936 100644 --- a/docs/interfaces/datatypes.EndpointMutualTLS.html +++ b/docs/interfaces/datatypes.EndpointMutualTLS.html @@ -98,7 +98,7 @@

    certificateAuthorities

    certificateAuthorities: Ref[]
    @@ -113,7 +113,7 @@

    Optional enabled

    enabled: boolean
    diff --git a/docs/interfaces/datatypes.EndpointMutualTLSMutate.html b/docs/interfaces/datatypes.EndpointMutualTLSMutate.html index cfe1ad77..a733797e 100644 --- a/docs/interfaces/datatypes.EndpointMutualTLSMutate.html +++ b/docs/interfaces/datatypes.EndpointMutualTLSMutate.html @@ -98,7 +98,7 @@

    certificateAuthorityIds

    certificateAuthorityIds: string[]
    @@ -113,7 +113,7 @@

    Optional enabled

    enabled: boolean
    diff --git a/docs/interfaces/datatypes.EndpointOAuth.html b/docs/interfaces/datatypes.EndpointOAuth.html index e4a62de1..b52fdcbb 100644 --- a/docs/interfaces/datatypes.EndpointOAuth.html +++ b/docs/interfaces/datatypes.EndpointOAuth.html @@ -103,7 +103,7 @@

    authCheckInterval

    authCheckInterval: number
    @@ -118,7 +118,7 @@

    cookiePrefix

    cookiePrefix: string
    @@ -133,7 +133,7 @@

    Optional enabled

    enabled: boolean
    @@ -148,7 +148,7 @@

    inactivityTimeout

    inactivityTimeout: number
    @@ -163,7 +163,7 @@

    maximumDuration

    maximumDuration: number
    @@ -178,7 +178,7 @@

    optionsPassthrough

    optionsPassthrough: boolean
    @@ -193,7 +193,7 @@

    provider

    diff --git a/docs/interfaces/datatypes.EndpointOAuthAmazon.html b/docs/interfaces/datatypes.EndpointOAuthAmazon.html index b660005c..d1b85901 100644 --- a/docs/interfaces/datatypes.EndpointOAuthAmazon.html +++ b/docs/interfaces/datatypes.EndpointOAuthAmazon.html @@ -101,7 +101,7 @@

    Optional clientId

    clientId: string
    @@ -111,7 +111,7 @@

    Optional clientSecret

    clientSecret: string
    @@ -121,7 +121,7 @@

    emailAddresses

    emailAddresses: string[]
    @@ -131,7 +131,7 @@

    emailDomains

    emailDomains: string[]
    @@ -141,7 +141,7 @@

    scopes

    scopes: string[]
    diff --git a/docs/interfaces/datatypes.EndpointOAuthFacebook.html b/docs/interfaces/datatypes.EndpointOAuthFacebook.html index 48c88a47..d1375461 100644 --- a/docs/interfaces/datatypes.EndpointOAuthFacebook.html +++ b/docs/interfaces/datatypes.EndpointOAuthFacebook.html @@ -101,7 +101,7 @@

    Optional clientId

    clientId: string
    @@ -116,7 +116,7 @@

    Optional clientSecret

    clientSecret: string
    @@ -131,7 +131,7 @@

    emailAddresses

    emailAddresses: string[]
    @@ -146,7 +146,7 @@

    emailDomains

    emailDomains: string[]
    @@ -161,7 +161,7 @@

    scopes

    scopes: string[]
    diff --git a/docs/interfaces/datatypes.EndpointOAuthGitHub.html b/docs/interfaces/datatypes.EndpointOAuthGitHub.html index fcde4a4b..446c5fe4 100644 --- a/docs/interfaces/datatypes.EndpointOAuthGitHub.html +++ b/docs/interfaces/datatypes.EndpointOAuthGitHub.html @@ -103,7 +103,7 @@

    Optional clientId

    clientId: string
    @@ -118,7 +118,7 @@

    Optional clientSecret

    clientSecret: string
    @@ -133,7 +133,7 @@

    Optional emailAddressesemailAddresses: string[]

    @@ -148,7 +148,7 @@

    Optional emailDomains

    emailDomains: string[]
    @@ -163,7 +163,7 @@

    Optional organizations

    organizations: string[]
    @@ -178,7 +178,7 @@

    Optional scopes

    scopes: string[]
    @@ -193,7 +193,7 @@

    Optional teams

    teams: string[]
    diff --git a/docs/interfaces/datatypes.EndpointOAuthGitLab.html b/docs/interfaces/datatypes.EndpointOAuthGitLab.html index cf64df9d..cbec09c4 100644 --- a/docs/interfaces/datatypes.EndpointOAuthGitLab.html +++ b/docs/interfaces/datatypes.EndpointOAuthGitLab.html @@ -101,7 +101,7 @@

    Optional clientId

    clientId: string
    @@ -111,7 +111,7 @@

    Optional clientSecret

    clientSecret: string
    @@ -121,7 +121,7 @@

    emailAddresses

    emailAddresses: string[]
    @@ -131,7 +131,7 @@

    emailDomains

    emailDomains: string[]
    @@ -141,7 +141,7 @@

    scopes

    scopes: string[]
    diff --git a/docs/interfaces/datatypes.EndpointOAuthGoogle.html b/docs/interfaces/datatypes.EndpointOAuthGoogle.html index 108f553a..90346662 100644 --- a/docs/interfaces/datatypes.EndpointOAuthGoogle.html +++ b/docs/interfaces/datatypes.EndpointOAuthGoogle.html @@ -101,7 +101,7 @@

    Optional clientId

    clientId: string
    @@ -116,7 +116,7 @@

    Optional clientSecret

    clientSecret: string
    @@ -131,7 +131,7 @@

    emailAddresses

    emailAddresses: string[]
    @@ -146,7 +146,7 @@

    emailDomains

    emailDomains: string[]
    @@ -161,7 +161,7 @@

    scopes

    scopes: string[]
    diff --git a/docs/interfaces/datatypes.EndpointOAuthLinkedIn.html b/docs/interfaces/datatypes.EndpointOAuthLinkedIn.html index 6be396bc..db7652b3 100644 --- a/docs/interfaces/datatypes.EndpointOAuthLinkedIn.html +++ b/docs/interfaces/datatypes.EndpointOAuthLinkedIn.html @@ -101,7 +101,7 @@

    Optional clientId

    clientId: string
    @@ -111,7 +111,7 @@

    Optional clientSecret

    clientSecret: string
    @@ -121,7 +121,7 @@

    emailAddresses

    emailAddresses: string[]
    @@ -131,7 +131,7 @@

    emailDomains

    emailDomains: string[]
    @@ -141,7 +141,7 @@

    scopes

    scopes: string[]
    diff --git a/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html b/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html index ee9da1a2..db8e0e42 100644 --- a/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html +++ b/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html @@ -101,7 +101,7 @@

    Optional clientId

    clientId: string
    @@ -116,7 +116,7 @@

    Optional clientSecret

    clientSecret: string
    @@ -131,7 +131,7 @@

    emailAddresses

    emailAddresses: string[]
    @@ -146,7 +146,7 @@

    emailDomains

    emailDomains: string[]
    @@ -161,7 +161,7 @@

    scopes

    scopes: string[]
    diff --git a/docs/interfaces/datatypes.EndpointOAuthProvider.html b/docs/interfaces/datatypes.EndpointOAuthProvider.html index 28aa51b4..17d0d06f 100644 --- a/docs/interfaces/datatypes.EndpointOAuthProvider.html +++ b/docs/interfaces/datatypes.EndpointOAuthProvider.html @@ -104,7 +104,7 @@

    Optional amazon

    @@ -119,7 +119,7 @@

    Optional facebook

    @@ -134,7 +134,7 @@

    Optional github

    @@ -149,7 +149,7 @@

    Optional gitlab

    @@ -164,7 +164,7 @@

    Optional google

    @@ -179,7 +179,7 @@

    Optional linkedin

    @@ -194,7 +194,7 @@

    Optional microsoft

    @@ -209,7 +209,7 @@

    Optional twitch

    diff --git a/docs/interfaces/datatypes.EndpointOAuthTwitch.html b/docs/interfaces/datatypes.EndpointOAuthTwitch.html index 8fd4ffc5..7c402183 100644 --- a/docs/interfaces/datatypes.EndpointOAuthTwitch.html +++ b/docs/interfaces/datatypes.EndpointOAuthTwitch.html @@ -101,7 +101,7 @@

    Optional clientId

    clientId: string
    @@ -111,7 +111,7 @@

    Optional clientSecret

    clientSecret: string
    @@ -121,7 +121,7 @@

    emailAddresses

    emailAddresses: string[]
    @@ -131,7 +131,7 @@

    emailDomains

    emailDomains: string[]
    @@ -141,7 +141,7 @@

    scopes

    scopes: string[]
    diff --git a/docs/interfaces/datatypes.EndpointOIDC.html b/docs/interfaces/datatypes.EndpointOIDC.html index bf3611a3..fa86a0fd 100644 --- a/docs/interfaces/datatypes.EndpointOIDC.html +++ b/docs/interfaces/datatypes.EndpointOIDC.html @@ -105,7 +105,7 @@

    clientId

    clientId: string
    @@ -120,7 +120,7 @@

    clientSecret

    clientSecret: string
    @@ -135,7 +135,7 @@

    cookiePrefix

    cookiePrefix: string
    @@ -150,7 +150,7 @@

    Optional enabled

    enabled: boolean
    @@ -165,7 +165,7 @@

    inactivityTimeout

    inactivityTimeout: number
    @@ -180,7 +180,7 @@

    issuer

    issuer: string
    @@ -195,7 +195,7 @@

    maximumDuration

    maximumDuration: number
    @@ -210,7 +210,7 @@

    optionsPassthrough

    optionsPassthrough: boolean
    @@ -225,7 +225,7 @@

    scopes

    scopes: string[]
    diff --git a/docs/interfaces/datatypes.EndpointRequestHeaders.html b/docs/interfaces/datatypes.EndpointRequestHeaders.html index 4ab767e3..3ab5ad46 100644 --- a/docs/interfaces/datatypes.EndpointRequestHeaders.html +++ b/docs/interfaces/datatypes.EndpointRequestHeaders.html @@ -99,7 +99,7 @@

    add

    add: Map<string, string>
    @@ -114,7 +114,7 @@

    Optional enabled

    enabled: boolean
    @@ -129,7 +129,7 @@

    remove

    remove: string[]
    diff --git a/docs/interfaces/datatypes.EndpointResponseHeaders.html b/docs/interfaces/datatypes.EndpointResponseHeaders.html index 189ce9db..1b4b3174 100644 --- a/docs/interfaces/datatypes.EndpointResponseHeaders.html +++ b/docs/interfaces/datatypes.EndpointResponseHeaders.html @@ -99,7 +99,7 @@

    add

    add: Map<string, string>
    @@ -114,7 +114,7 @@

    Optional enabled

    enabled: boolean
    @@ -129,7 +129,7 @@

    remove

    remove: string[]
    diff --git a/docs/interfaces/datatypes.EndpointSAML.html b/docs/interfaces/datatypes.EndpointSAML.html index c340f655..e0f8e0e1 100644 --- a/docs/interfaces/datatypes.EndpointSAML.html +++ b/docs/interfaces/datatypes.EndpointSAML.html @@ -111,7 +111,7 @@

    Optional allowIdpIni
    allowIdpInitiated: boolean
    @@ -126,7 +126,7 @@

    assertionConsumerServiceUrl

    assertionConsumerServiceUrl: string
    @@ -141,7 +141,7 @@

    authorizedGroups

    authorizedGroups: string[]
    @@ -156,7 +156,7 @@

    cookiePrefix

    cookiePrefix: string
    @@ -171,7 +171,7 @@

    Optional enabled

    enabled: boolean
    @@ -186,7 +186,7 @@

    entityId

    entityId: string
    @@ -201,7 +201,7 @@

    forceAuthn

    forceAuthn: boolean
    @@ -216,7 +216,7 @@

    idpMetadata

    idpMetadata: string
    @@ -231,7 +231,7 @@

    inactivityTimeout

    inactivityTimeout: number
    @@ -246,7 +246,7 @@

    maximumDuration

    maximumDuration: number
    @@ -261,7 +261,7 @@

    metadataUrl

    metadataUrl: string
    @@ -276,7 +276,7 @@

    nameidFormat

    nameidFormat: string
    @@ -291,7 +291,7 @@

    optionsPassthrough

    optionsPassthrough: boolean
    @@ -306,7 +306,7 @@

    requestSigningCertificatePem

    requestSigningCertificatePem: string
    @@ -321,7 +321,7 @@

    singleLogoutUrl

    singleLogoutUrl: string
    diff --git a/docs/interfaces/datatypes.EndpointSAMLMutate.html b/docs/interfaces/datatypes.EndpointSAMLMutate.html index 4f9fd91a..3ff435aa 100644 --- a/docs/interfaces/datatypes.EndpointSAMLMutate.html +++ b/docs/interfaces/datatypes.EndpointSAMLMutate.html @@ -106,7 +106,7 @@

    Optional allowIdpIni
    allowIdpInitiated: boolean
    @@ -121,7 +121,7 @@

    authorizedGroups

    authorizedGroups: string[]
    @@ -136,7 +136,7 @@

    cookiePrefix

    cookiePrefix: string
    @@ -151,7 +151,7 @@

    Optional enabled

    enabled: boolean
    @@ -166,7 +166,7 @@

    forceAuthn

    forceAuthn: boolean
    @@ -181,7 +181,7 @@

    idpMetadata

    idpMetadata: string
    @@ -196,7 +196,7 @@

    inactivityTimeout

    inactivityTimeout: number
    @@ -211,7 +211,7 @@

    maximumDuration

    maximumDuration: number
    @@ -226,7 +226,7 @@

    nameidFormat

    nameidFormat: string
    @@ -241,7 +241,7 @@

    optionsPassthrough

    optionsPassthrough: boolean
    diff --git a/docs/interfaces/datatypes.EndpointTLSTermination.html b/docs/interfaces/datatypes.EndpointTLSTermination.html index bcd8c74d..d457e6da 100644 --- a/docs/interfaces/datatypes.EndpointTLSTermination.html +++ b/docs/interfaces/datatypes.EndpointTLSTermination.html @@ -99,7 +99,7 @@

    Optional enabled

    enabled: boolean
    @@ -114,7 +114,7 @@

    Optional minVersion

    minVersion: string
    @@ -129,7 +129,7 @@

    terminateAt

    terminateAt: string
    diff --git a/docs/interfaces/datatypes.EndpointTLSTerminationAtEdge.html b/docs/interfaces/datatypes.EndpointTLSTerminationAtEdge.html index 4f9365a9..c5131f26 100644 --- a/docs/interfaces/datatypes.EndpointTLSTerminationAtEdge.html +++ b/docs/interfaces/datatypes.EndpointTLSTerminationAtEdge.html @@ -98,7 +98,7 @@

    Optional enabled

    enabled: boolean
    @@ -113,7 +113,7 @@

    Optional minVersion

    minVersion: string
    diff --git a/docs/interfaces/datatypes.EndpointTrafficPolicy.html b/docs/interfaces/datatypes.EndpointTrafficPolicy.html index c54166c9..3ba351f0 100644 --- a/docs/interfaces/datatypes.EndpointTrafficPolicy.html +++ b/docs/interfaces/datatypes.EndpointTrafficPolicy.html @@ -98,7 +98,7 @@

    Optional enabled

    enabled: boolean
    @@ -113,7 +113,7 @@

    value

    value: string
    diff --git a/docs/interfaces/datatypes.EndpointUpdate.html b/docs/interfaces/datatypes.EndpointUpdate.html index 0ccd539a..87b9f9e6 100644 --- a/docs/interfaces/datatypes.EndpointUpdate.html +++ b/docs/interfaces/datatypes.EndpointUpdate.html @@ -103,7 +103,7 @@

    Optional bindings

    bindings: string[]
    @@ -118,7 +118,7 @@

    Optional description

    description: string
    @@ -133,7 +133,7 @@

    id

    id: string
    @@ -148,7 +148,7 @@

    Optional metadata

    metadata: string
    @@ -163,7 +163,7 @@

    poolingEnabled

    poolingEnabled: boolean
    @@ -173,7 +173,7 @@

    Optional trafficPolicytrafficPolicy: string

    @@ -188,7 +188,7 @@

    Optional url

    url: string
    diff --git a/docs/interfaces/datatypes.EndpointUserAgentFilter.html b/docs/interfaces/datatypes.EndpointUserAgentFilter.html index 6975e5c9..1f2cec1f 100644 --- a/docs/interfaces/datatypes.EndpointUserAgentFilter.html +++ b/docs/interfaces/datatypes.EndpointUserAgentFilter.html @@ -99,7 +99,7 @@

    allow

    allow: string[]
    @@ -109,7 +109,7 @@

    deny

    deny: string[]
    @@ -119,7 +119,7 @@

    Optional enabled

    enabled: boolean
    diff --git a/docs/interfaces/datatypes.EndpointWebhookValidation.html b/docs/interfaces/datatypes.EndpointWebhookValidation.html index 5336746a..58780cfc 100644 --- a/docs/interfaces/datatypes.EndpointWebhookValidation.html +++ b/docs/interfaces/datatypes.EndpointWebhookValidation.html @@ -99,7 +99,7 @@

    Optional enabled

    enabled: boolean
    @@ -114,7 +114,7 @@

    provider

    provider: string
    @@ -129,7 +129,7 @@

    secret

    secret: string
    diff --git a/docs/interfaces/datatypes.EndpointWebsocketTCPConverter.html b/docs/interfaces/datatypes.EndpointWebsocketTCPConverter.html index a4f31967..69c6dfdc 100644 --- a/docs/interfaces/datatypes.EndpointWebsocketTCPConverter.html +++ b/docs/interfaces/datatypes.EndpointWebsocketTCPConverter.html @@ -97,7 +97,7 @@

    Optional enabled

    enabled: boolean
    diff --git a/docs/interfaces/datatypes.Error.html b/docs/interfaces/datatypes.Error.html index 8c2843a2..cbbcd283 100644 --- a/docs/interfaces/datatypes.Error.html +++ b/docs/interfaces/datatypes.Error.html @@ -100,7 +100,7 @@

    details

    details: Map<string, string>
    @@ -110,7 +110,7 @@

    errorCode

    errorCode: string
    @@ -120,7 +120,7 @@

    msg

    msg: string
    @@ -130,7 +130,7 @@

    statusCode

    statusCode: number
    diff --git a/docs/interfaces/datatypes.EventDestination.html b/docs/interfaces/datatypes.EventDestination.html index 5186916a..98cbec48 100644 --- a/docs/interfaces/datatypes.EventDestination.html +++ b/docs/interfaces/datatypes.EventDestination.html @@ -103,7 +103,7 @@

    createdAt

    createdAt: Date
    @@ -118,7 +118,7 @@

    Optional description

    description: string
    @@ -133,7 +133,7 @@

    format

    format: string
    @@ -148,7 +148,7 @@

    id

    id: string
    @@ -163,7 +163,7 @@

    Optional metadata

    metadata: string
    @@ -178,7 +178,7 @@

    target

    target: EventTarget
    @@ -193,7 +193,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.EventDestinationCreate.html b/docs/interfaces/datatypes.EventDestinationCreate.html index fbe0ac52..f022224a 100644 --- a/docs/interfaces/datatypes.EventDestinationCreate.html +++ b/docs/interfaces/datatypes.EventDestinationCreate.html @@ -100,7 +100,7 @@

    Optional description

    description: string
    @@ -115,7 +115,7 @@

    format

    format: string
    @@ -130,7 +130,7 @@

    Optional metadata

    metadata: string
    @@ -145,7 +145,7 @@

    target

    target: EventTarget
    diff --git a/docs/interfaces/datatypes.EventDestinationList.html b/docs/interfaces/datatypes.EventDestinationList.html index 84e5f3ff..90d102d3 100644 --- a/docs/interfaces/datatypes.EventDestinationList.html +++ b/docs/interfaces/datatypes.EventDestinationList.html @@ -99,7 +99,7 @@

    eventDestinations

    eventDestinations: EventDestination[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.EventDestinationUpdate.html b/docs/interfaces/datatypes.EventDestinationUpdate.html index 4262e442..e914a1b8 100644 --- a/docs/interfaces/datatypes.EventDestinationUpdate.html +++ b/docs/interfaces/datatypes.EventDestinationUpdate.html @@ -101,7 +101,7 @@

    Optional description

    description: string
    @@ -116,7 +116,7 @@

    Optional format

    format: string
    @@ -131,7 +131,7 @@

    id

    id: string
    @@ -146,7 +146,7 @@

    Optional metadata

    metadata: string
    @@ -161,7 +161,7 @@

    Optional target

    target: EventTarget
    diff --git a/docs/interfaces/datatypes.EventSource.html b/docs/interfaces/datatypes.EventSource.html index 0d6def34..8bb499fa 100644 --- a/docs/interfaces/datatypes.EventSource.html +++ b/docs/interfaces/datatypes.EventSource.html @@ -98,7 +98,7 @@

    type

    type: string
    @@ -113,7 +113,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.EventSourceCreate.html b/docs/interfaces/datatypes.EventSourceCreate.html index 2bd8f100..5a72705d 100644 --- a/docs/interfaces/datatypes.EventSourceCreate.html +++ b/docs/interfaces/datatypes.EventSourceCreate.html @@ -98,7 +98,7 @@

    subscriptionId

    subscriptionId: string
    @@ -113,7 +113,7 @@

    type

    type: string
    diff --git a/docs/interfaces/datatypes.EventSourceItem.html b/docs/interfaces/datatypes.EventSourceItem.html index 91a33e2d..ab53daaf 100644 --- a/docs/interfaces/datatypes.EventSourceItem.html +++ b/docs/interfaces/datatypes.EventSourceItem.html @@ -105,7 +105,7 @@

    subscriptionId

    subscriptionId: string
    @@ -120,7 +120,7 @@

    type

    type: string
    diff --git a/docs/interfaces/datatypes.EventSourceList.html b/docs/interfaces/datatypes.EventSourceList.html index 85b2b641..e72556ce 100644 --- a/docs/interfaces/datatypes.EventSourceList.html +++ b/docs/interfaces/datatypes.EventSourceList.html @@ -98,7 +98,7 @@

    sources

    sources: EventSource[]
    @@ -113,7 +113,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.EventSourcePaging.html b/docs/interfaces/datatypes.EventSourcePaging.html index da5fdbe7..3d4cad82 100644 --- a/docs/interfaces/datatypes.EventSourcePaging.html +++ b/docs/interfaces/datatypes.EventSourcePaging.html @@ -104,7 +104,7 @@

    subscriptionId

    subscriptionId: string
    diff --git a/docs/interfaces/datatypes.EventSourceReplace.html b/docs/interfaces/datatypes.EventSourceReplace.html index 0625971d..fe7c4da4 100644 --- a/docs/interfaces/datatypes.EventSourceReplace.html +++ b/docs/interfaces/datatypes.EventSourceReplace.html @@ -97,7 +97,7 @@

    type

    type: string
    diff --git a/docs/interfaces/datatypes.EventSourceUpdate.html b/docs/interfaces/datatypes.EventSourceUpdate.html index a240cae3..4dd87998 100644 --- a/docs/interfaces/datatypes.EventSourceUpdate.html +++ b/docs/interfaces/datatypes.EventSourceUpdate.html @@ -98,7 +98,7 @@

    subscriptionId

    subscriptionId: string
    @@ -113,7 +113,7 @@

    type

    type: string
    diff --git a/docs/interfaces/datatypes.EventSubscription.html b/docs/interfaces/datatypes.EventSubscription.html index 32b49d8d..c91b037c 100644 --- a/docs/interfaces/datatypes.EventSubscription.html +++ b/docs/interfaces/datatypes.EventSubscription.html @@ -103,7 +103,7 @@

    createdAt

    createdAt: Date
    @@ -118,7 +118,7 @@

    Optional description

    description: string
    @@ -133,7 +133,7 @@

    destinations

    destinations: Ref[]
    @@ -148,7 +148,7 @@

    id

    id: string
    @@ -163,7 +163,7 @@

    Optional metadata

    metadata: string
    @@ -178,7 +178,7 @@

    sources

    sources: EventSource[]
    @@ -193,7 +193,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.EventSubscriptionCreate.html b/docs/interfaces/datatypes.EventSubscriptionCreate.html index 0a226a0e..1913f725 100644 --- a/docs/interfaces/datatypes.EventSubscriptionCreate.html +++ b/docs/interfaces/datatypes.EventSubscriptionCreate.html @@ -100,7 +100,7 @@

    Optional description

    description: string
    @@ -115,7 +115,7 @@

    destinationIds

    destinationIds: string[]
    @@ -130,7 +130,7 @@

    Optional metadata

    metadata: string
    @@ -145,7 +145,7 @@

    sources

    diff --git a/docs/interfaces/datatypes.EventSubscriptionList.html b/docs/interfaces/datatypes.EventSubscriptionList.html index c7e5cb41..43e6b6fc 100644 --- a/docs/interfaces/datatypes.EventSubscriptionList.html +++ b/docs/interfaces/datatypes.EventSubscriptionList.html @@ -99,7 +99,7 @@

    eventSubscriptions

    eventSubscriptions: EventSubscription[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.EventSubscriptionUpdate.html b/docs/interfaces/datatypes.EventSubscriptionUpdate.html index c43e42a6..63d0ceaf 100644 --- a/docs/interfaces/datatypes.EventSubscriptionUpdate.html +++ b/docs/interfaces/datatypes.EventSubscriptionUpdate.html @@ -101,7 +101,7 @@

    Optional description

    description: string
    @@ -116,7 +116,7 @@

    Optional destinationIdsdestinationIds: string[]

    @@ -131,7 +131,7 @@

    id

    id: string
    @@ -146,7 +146,7 @@

    Optional metadata

    metadata: string
    @@ -161,7 +161,7 @@

    Optional sources

    diff --git a/docs/interfaces/datatypes.EventTarget.html b/docs/interfaces/datatypes.EventTarget.html index 8a87dad9..129854c3 100644 --- a/docs/interfaces/datatypes.EventTarget.html +++ b/docs/interfaces/datatypes.EventTarget.html @@ -101,7 +101,7 @@

    Optional azureLogsIn
    azureLogsIngestion: EventTargetAzureLogsIngestion
    @@ -111,7 +111,7 @@

    Optional cloudwatchLogscloudwatchLogs: EventTargetCloudwatchLogs

    @@ -126,7 +126,7 @@

    Optional datadog

    @@ -141,7 +141,7 @@

    Optional firehose

    @@ -156,7 +156,7 @@

    Optional kinesis

    diff --git a/docs/interfaces/datatypes.EventTargetAzureLogsIngestion.html b/docs/interfaces/datatypes.EventTargetAzureLogsIngestion.html index 39121a57..9a08a4e0 100644 --- a/docs/interfaces/datatypes.EventTargetAzureLogsIngestion.html +++ b/docs/interfaces/datatypes.EventTargetAzureLogsIngestion.html @@ -102,7 +102,7 @@

    clientId

    clientId: string
    @@ -117,7 +117,7 @@

    clientSecret

    clientSecret: string
    @@ -132,7 +132,7 @@

    dataCollectionRuleId

    dataCollectionRuleId: string
    @@ -147,7 +147,7 @@

    dataCollectionStreamName

    dataCollectionStreamName: string
    @@ -162,7 +162,7 @@

    logsIngestionUri

    logsIngestionUri: string
    @@ -177,7 +177,7 @@

    tenantId

    tenantId: string
    diff --git a/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html b/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html index 68f2b324..4ba0f95c 100644 --- a/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html +++ b/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html @@ -98,7 +98,7 @@

    auth

    auth: AWSAuth
    @@ -113,7 +113,7 @@

    logGroupArn

    logGroupArn: string
    diff --git a/docs/interfaces/datatypes.EventTargetDatadog.html b/docs/interfaces/datatypes.EventTargetDatadog.html index 2b3a7885..4e8206dd 100644 --- a/docs/interfaces/datatypes.EventTargetDatadog.html +++ b/docs/interfaces/datatypes.EventTargetDatadog.html @@ -100,7 +100,7 @@

    Optional apiKey

    apiKey: string
    @@ -115,7 +115,7 @@

    Optional ddsite

    ddsite: string
    @@ -130,7 +130,7 @@

    Optional ddtags

    ddtags: string
    @@ -145,7 +145,7 @@

    Optional service

    service: string
    diff --git a/docs/interfaces/datatypes.EventTargetFirehose.html b/docs/interfaces/datatypes.EventTargetFirehose.html index 067f347a..baf5f506 100644 --- a/docs/interfaces/datatypes.EventTargetFirehose.html +++ b/docs/interfaces/datatypes.EventTargetFirehose.html @@ -98,7 +98,7 @@

    auth

    auth: AWSAuth
    @@ -113,7 +113,7 @@

    deliveryStreamArn

    deliveryStreamArn: string
    diff --git a/docs/interfaces/datatypes.EventTargetKinesis.html b/docs/interfaces/datatypes.EventTargetKinesis.html index d190ec1f..3864fcc7 100644 --- a/docs/interfaces/datatypes.EventTargetKinesis.html +++ b/docs/interfaces/datatypes.EventTargetKinesis.html @@ -98,7 +98,7 @@

    auth

    auth: AWSAuth
    @@ -113,7 +113,7 @@

    streamArn

    streamArn: string
    diff --git a/docs/interfaces/datatypes.FailoverBackend.html b/docs/interfaces/datatypes.FailoverBackend.html index bfa47c66..df1ba05f 100644 --- a/docs/interfaces/datatypes.FailoverBackend.html +++ b/docs/interfaces/datatypes.FailoverBackend.html @@ -102,7 +102,7 @@

    backends

    backends: string[]
    @@ -117,7 +117,7 @@

    createdAt

    createdAt: Date
    @@ -132,7 +132,7 @@

    Optional description

    description: string
    @@ -147,7 +147,7 @@

    id

    id: string
    @@ -162,7 +162,7 @@

    Optional metadata

    metadata: string
    @@ -177,7 +177,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.FailoverBackendCreate.html b/docs/interfaces/datatypes.FailoverBackendCreate.html index 723d77f5..13dc8fdc 100644 --- a/docs/interfaces/datatypes.FailoverBackendCreate.html +++ b/docs/interfaces/datatypes.FailoverBackendCreate.html @@ -99,7 +99,7 @@

    backends

    backends: string[]
    @@ -114,7 +114,7 @@

    Optional description

    description: string
    @@ -129,7 +129,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.FailoverBackendList.html b/docs/interfaces/datatypes.FailoverBackendList.html index 029e5e36..041f1d92 100644 --- a/docs/interfaces/datatypes.FailoverBackendList.html +++ b/docs/interfaces/datatypes.FailoverBackendList.html @@ -99,7 +99,7 @@

    backends

    backends: FailoverBackend[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.FailoverBackendUpdate.html b/docs/interfaces/datatypes.FailoverBackendUpdate.html index 682df261..f9f4cfb2 100644 --- a/docs/interfaces/datatypes.FailoverBackendUpdate.html +++ b/docs/interfaces/datatypes.FailoverBackendUpdate.html @@ -100,7 +100,7 @@

    backends

    backends: string[]
    @@ -115,7 +115,7 @@

    Optional description

    description: string
    @@ -130,7 +130,7 @@

    id

    id: string
    @@ -140,7 +140,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.HTTPResponseBackend.html b/docs/interfaces/datatypes.HTTPResponseBackend.html index 82a52e4e..a25556a1 100644 --- a/docs/interfaces/datatypes.HTTPResponseBackend.html +++ b/docs/interfaces/datatypes.HTTPResponseBackend.html @@ -104,7 +104,7 @@

    body

    body: string
    @@ -119,7 +119,7 @@

    createdAt

    createdAt: Date
    @@ -134,7 +134,7 @@

    Optional description

    description: string
    @@ -149,7 +149,7 @@

    headers

    headers: Map<string, string>
    @@ -164,7 +164,7 @@

    id

    id: string
    @@ -174,7 +174,7 @@

    Optional metadata

    metadata: string
    @@ -189,7 +189,7 @@

    statusCode

    statusCode: number
    @@ -204,7 +204,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.HTTPResponseBackendCreate.html b/docs/interfaces/datatypes.HTTPResponseBackendCreate.html index 2e2b2ba2..328aec57 100644 --- a/docs/interfaces/datatypes.HTTPResponseBackendCreate.html +++ b/docs/interfaces/datatypes.HTTPResponseBackendCreate.html @@ -101,7 +101,7 @@

    body

    body: string
    @@ -116,7 +116,7 @@

    Optional description

    description: string
    @@ -131,7 +131,7 @@

    headers

    headers: Map<string, string>
    @@ -146,7 +146,7 @@

    Optional metadata

    metadata: string
    @@ -161,7 +161,7 @@

    Optional statusCode

    statusCode: number
    diff --git a/docs/interfaces/datatypes.HTTPResponseBackendList.html b/docs/interfaces/datatypes.HTTPResponseBackendList.html index 964797f9..60facb16 100644 --- a/docs/interfaces/datatypes.HTTPResponseBackendList.html +++ b/docs/interfaces/datatypes.HTTPResponseBackendList.html @@ -99,7 +99,7 @@

    backends

    @@ -109,7 +109,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -119,7 +119,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.HTTPResponseBackendUpdate.html b/docs/interfaces/datatypes.HTTPResponseBackendUpdate.html index 76f9e777..e257c61a 100644 --- a/docs/interfaces/datatypes.HTTPResponseBackendUpdate.html +++ b/docs/interfaces/datatypes.HTTPResponseBackendUpdate.html @@ -102,7 +102,7 @@

    Optional body

    body: string
    @@ -117,7 +117,7 @@

    Optional description

    description: string
    @@ -132,7 +132,7 @@

    Optional headers

    headers: Map<string, string>
    @@ -147,7 +147,7 @@

    id

    id: string
    @@ -157,7 +157,7 @@

    Optional metadata

    metadata: string
    @@ -172,7 +172,7 @@

    Optional statusCode

    statusCode: number
    diff --git a/docs/interfaces/datatypes.HTTPSEdge.html b/docs/interfaces/datatypes.HTTPSEdge.html index 32eefc88..122d973b 100644 --- a/docs/interfaces/datatypes.HTTPSEdge.html +++ b/docs/interfaces/datatypes.HTTPSEdge.html @@ -105,7 +105,7 @@

    createdAt

    createdAt: Date
    @@ -120,7 +120,7 @@

    Optional description

    description: string
    @@ -135,7 +135,7 @@

    Optional hostports

    hostports: string[]
    @@ -150,7 +150,7 @@

    id

    id: string
    @@ -165,7 +165,7 @@

    Optional metadata

    metadata: string
    @@ -180,7 +180,7 @@

    Optional mutualTls

    @@ -195,7 +195,7 @@

    routes

    routes: HTTPSEdgeRoute[]
    @@ -210,7 +210,7 @@

    Optional tlsTerminationtlsTermination: EndpointTLSTermination

    @@ -220,7 +220,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.HTTPSEdgeCreate.html b/docs/interfaces/datatypes.HTTPSEdgeCreate.html index 7a15bb7b..6321afb3 100644 --- a/docs/interfaces/datatypes.HTTPSEdgeCreate.html +++ b/docs/interfaces/datatypes.HTTPSEdgeCreate.html @@ -101,7 +101,7 @@

    Optional description

    description: string
    @@ -116,7 +116,7 @@

    Optional hostports

    hostports: string[]
    @@ -131,7 +131,7 @@

    Optional metadata

    metadata: string
    @@ -146,7 +146,7 @@

    Optional mutualTls

    @@ -161,7 +161,7 @@

    Optional tlsTerminationtlsTermination: EndpointTLSTerminationAtEdge

    diff --git a/docs/interfaces/datatypes.HTTPSEdgeList.html b/docs/interfaces/datatypes.HTTPSEdgeList.html index b8002650..e7a2cd3e 100644 --- a/docs/interfaces/datatypes.HTTPSEdgeList.html +++ b/docs/interfaces/datatypes.HTTPSEdgeList.html @@ -99,7 +99,7 @@

    httpsEdges

    httpsEdges: HTTPSEdge[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.HTTPSEdgeRoute.html b/docs/interfaces/datatypes.HTTPSEdgeRoute.html index bb81ff53..eddf5d4f 100644 --- a/docs/interfaces/datatypes.HTTPSEdgeRoute.html +++ b/docs/interfaces/datatypes.HTTPSEdgeRoute.html @@ -117,7 +117,7 @@

    Optional backend

    @@ -132,7 +132,7 @@

    Optional circuitBreakercircuitBreaker: EndpointCircuitBreaker

    @@ -147,7 +147,7 @@

    Optional compression

    compression: EndpointCompression
    @@ -162,7 +162,7 @@

    createdAt

    createdAt: Date
    @@ -177,7 +177,7 @@

    Optional description

    description: string
    @@ -192,7 +192,7 @@

    edgeId

    edgeId: string
    @@ -207,7 +207,7 @@

    id

    id: string
    @@ -222,7 +222,7 @@

    Optional ipRestrictionipRestriction: EndpointIPPolicy

    @@ -237,7 +237,7 @@

    match

    match: string
    @@ -252,7 +252,7 @@

    matchType

    matchType: string
    @@ -267,7 +267,7 @@

    Optional metadata

    metadata: string
    @@ -282,7 +282,7 @@

    Optional oauth

    @@ -297,7 +297,7 @@

    Optional oidc

    @@ -312,7 +312,7 @@

    Optional requestHeadersrequestHeaders: EndpointRequestHeaders

    @@ -327,7 +327,7 @@

    Optional responseHeaders<
    responseHeaders: EndpointResponseHeaders
    @@ -342,7 +342,7 @@

    Optional saml

    @@ -357,7 +357,7 @@

    Optional trafficPolicytrafficPolicy: EndpointTrafficPolicy

    @@ -372,7 +372,7 @@

    uri

    uri: string
    @@ -387,7 +387,7 @@

    Optional userAgentFi
    userAgentFilter: EndpointUserAgentFilter
    @@ -397,7 +397,7 @@

    Optional webhookVerificat
    webhookVerification: EndpointWebhookValidation
    @@ -412,7 +412,7 @@

    Optional websocketTcpwebsocketTcpConverter: EndpointWebsocketTCPConverter

    diff --git a/docs/interfaces/datatypes.HTTPSEdgeRouteCreate.html b/docs/interfaces/datatypes.HTTPSEdgeRouteCreate.html index fcb2cfb5..c550fa19 100644 --- a/docs/interfaces/datatypes.HTTPSEdgeRouteCreate.html +++ b/docs/interfaces/datatypes.HTTPSEdgeRouteCreate.html @@ -114,7 +114,7 @@

    Optional backend

    @@ -129,7 +129,7 @@

    Optional circuitBreakercircuitBreaker: EndpointCircuitBreaker

    @@ -144,7 +144,7 @@

    Optional compression

    compression: EndpointCompression
    @@ -159,7 +159,7 @@

    Optional description

    description: string
    @@ -174,7 +174,7 @@

    edgeId

    edgeId: string
    @@ -189,7 +189,7 @@

    Optional ipRestrictionipRestriction: EndpointIPPolicyMutate

    @@ -204,7 +204,7 @@

    match

    match: string
    @@ -219,7 +219,7 @@

    matchType

    matchType: string
    @@ -234,7 +234,7 @@

    Optional metadata

    metadata: string
    @@ -249,7 +249,7 @@

    Optional oauth

    @@ -264,7 +264,7 @@

    Optional oidc

    @@ -279,7 +279,7 @@

    Optional requestHeadersrequestHeaders: EndpointRequestHeaders

    @@ -294,7 +294,7 @@

    Optional responseHeaders<
    responseHeaders: EndpointResponseHeaders
    @@ -309,7 +309,7 @@

    Optional saml

    @@ -324,7 +324,7 @@

    Optional trafficPolicytrafficPolicy: EndpointTrafficPolicy

    @@ -339,7 +339,7 @@

    Optional userAgentFi
    userAgentFilter: EndpointUserAgentFilter
    @@ -349,7 +349,7 @@

    Optional webhookVerificat
    webhookVerification: EndpointWebhookValidation
    @@ -364,7 +364,7 @@

    Optional websocketTcpwebsocketTcpConverter: EndpointWebsocketTCPConverter

    diff --git a/docs/interfaces/datatypes.HTTPSEdgeRouteUpdate.html b/docs/interfaces/datatypes.HTTPSEdgeRouteUpdate.html index 6063c249..db2c0cd1 100644 --- a/docs/interfaces/datatypes.HTTPSEdgeRouteUpdate.html +++ b/docs/interfaces/datatypes.HTTPSEdgeRouteUpdate.html @@ -115,7 +115,7 @@

    Optional backend

    @@ -130,7 +130,7 @@

    Optional circuitBreakercircuitBreaker: EndpointCircuitBreaker

    @@ -145,7 +145,7 @@

    Optional compression

    compression: EndpointCompression
    @@ -160,7 +160,7 @@

    Optional description

    description: string
    @@ -175,7 +175,7 @@

    edgeId

    edgeId: string
    @@ -190,7 +190,7 @@

    id

    id: string
    @@ -205,7 +205,7 @@

    Optional ipRestrictionipRestriction: EndpointIPPolicyMutate

    @@ -220,7 +220,7 @@

    match

    match: string
    @@ -235,7 +235,7 @@

    matchType

    matchType: string
    @@ -250,7 +250,7 @@

    Optional metadata

    metadata: string
    @@ -265,7 +265,7 @@

    Optional oauth

    @@ -280,7 +280,7 @@

    Optional oidc

    @@ -295,7 +295,7 @@

    Optional requestHeadersrequestHeaders: EndpointRequestHeaders

    @@ -310,7 +310,7 @@

    Optional responseHeaders<
    responseHeaders: EndpointResponseHeaders
    @@ -325,7 +325,7 @@

    Optional saml

    @@ -340,7 +340,7 @@

    Optional trafficPolicytrafficPolicy: EndpointTrafficPolicy

    @@ -355,7 +355,7 @@

    Optional userAgentFi
    userAgentFilter: EndpointUserAgentFilter
    @@ -365,7 +365,7 @@

    Optional webhookVerificat
    webhookVerification: EndpointWebhookValidation
    @@ -380,7 +380,7 @@

    Optional websocketTcpwebsocketTcpConverter: EndpointWebsocketTCPConverter

    diff --git a/docs/interfaces/datatypes.HTTPSEdgeUpdate.html b/docs/interfaces/datatypes.HTTPSEdgeUpdate.html index 452e32ae..3277f310 100644 --- a/docs/interfaces/datatypes.HTTPSEdgeUpdate.html +++ b/docs/interfaces/datatypes.HTTPSEdgeUpdate.html @@ -102,7 +102,7 @@

    Optional description

    description: string
    @@ -117,7 +117,7 @@

    Optional hostports

    hostports: string[]
    @@ -132,7 +132,7 @@

    id

    id: string
    @@ -147,7 +147,7 @@

    Optional metadata

    metadata: string
    @@ -162,7 +162,7 @@

    Optional mutualTls

    @@ -177,7 +177,7 @@

    Optional tlsTerminationtlsTermination: EndpointTLSTerminationAtEdge

    diff --git a/docs/interfaces/datatypes.IPPolicy.html b/docs/interfaces/datatypes.IPPolicy.html index 49f4c48f..cbcac487 100644 --- a/docs/interfaces/datatypes.IPPolicy.html +++ b/docs/interfaces/datatypes.IPPolicy.html @@ -101,7 +101,7 @@

    createdAt

    createdAt: Date
    @@ -116,7 +116,7 @@

    Optional description

    description: string
    @@ -131,7 +131,7 @@

    id

    id: string
    @@ -146,7 +146,7 @@

    Optional metadata

    metadata: string
    @@ -161,7 +161,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.IPPolicyCreate.html b/docs/interfaces/datatypes.IPPolicyCreate.html index 346c1ef4..1009bf56 100644 --- a/docs/interfaces/datatypes.IPPolicyCreate.html +++ b/docs/interfaces/datatypes.IPPolicyCreate.html @@ -98,7 +98,7 @@

    Optional description

    description: string
    @@ -113,7 +113,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.IPPolicyList.html b/docs/interfaces/datatypes.IPPolicyList.html index 6e0b20b5..537d2368 100644 --- a/docs/interfaces/datatypes.IPPolicyList.html +++ b/docs/interfaces/datatypes.IPPolicyList.html @@ -99,7 +99,7 @@

    ipPolicies

    ipPolicies: IPPolicy[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.IPPolicyRule.html b/docs/interfaces/datatypes.IPPolicyRule.html index 54f6a5f8..86001ff3 100644 --- a/docs/interfaces/datatypes.IPPolicyRule.html +++ b/docs/interfaces/datatypes.IPPolicyRule.html @@ -104,7 +104,7 @@

    action

    action: string
    @@ -119,7 +119,7 @@

    cidr

    cidr: string
    @@ -134,7 +134,7 @@

    createdAt

    createdAt: Date
    @@ -149,7 +149,7 @@

    Optional description

    description: string
    @@ -164,7 +164,7 @@

    id

    id: string
    @@ -179,7 +179,7 @@

    ipPolicy

    ipPolicy: Ref
    @@ -194,7 +194,7 @@

    Optional metadata

    metadata: string
    @@ -209,7 +209,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.IPPolicyRuleCreate.html b/docs/interfaces/datatypes.IPPolicyRuleCreate.html index 4cf0fd68..f101bbed 100644 --- a/docs/interfaces/datatypes.IPPolicyRuleCreate.html +++ b/docs/interfaces/datatypes.IPPolicyRuleCreate.html @@ -101,7 +101,7 @@

    Optional action

    action: string
    @@ -116,7 +116,7 @@

    cidr

    cidr: string
    @@ -131,7 +131,7 @@

    Optional description

    description: string
    @@ -146,7 +146,7 @@

    ipPolicyId

    ipPolicyId: string
    @@ -161,7 +161,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.IPPolicyRuleList.html b/docs/interfaces/datatypes.IPPolicyRuleList.html index 31231042..b7f5758d 100644 --- a/docs/interfaces/datatypes.IPPolicyRuleList.html +++ b/docs/interfaces/datatypes.IPPolicyRuleList.html @@ -99,7 +99,7 @@

    ipPolicyRules

    ipPolicyRules: IPPolicyRule[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.IPPolicyRuleUpdate.html b/docs/interfaces/datatypes.IPPolicyRuleUpdate.html index a451d67b..6da673c3 100644 --- a/docs/interfaces/datatypes.IPPolicyRuleUpdate.html +++ b/docs/interfaces/datatypes.IPPolicyRuleUpdate.html @@ -100,7 +100,7 @@

    Optional cidr

    cidr: string
    @@ -115,7 +115,7 @@

    Optional description

    description: string
    @@ -130,7 +130,7 @@

    id

    id: string
    @@ -140,7 +140,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.IPPolicyUpdate.html b/docs/interfaces/datatypes.IPPolicyUpdate.html index c6b0b34f..47c40f46 100644 --- a/docs/interfaces/datatypes.IPPolicyUpdate.html +++ b/docs/interfaces/datatypes.IPPolicyUpdate.html @@ -99,7 +99,7 @@

    Optional description

    description: string
    @@ -114,7 +114,7 @@

    id

    id: string
    @@ -124,7 +124,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.IPRestriction.html b/docs/interfaces/datatypes.IPRestriction.html index 92c3b055..7cc70533 100644 --- a/docs/interfaces/datatypes.IPRestriction.html +++ b/docs/interfaces/datatypes.IPRestriction.html @@ -104,7 +104,7 @@

    createdAt

    createdAt: Date
    @@ -119,7 +119,7 @@

    Optional description

    description: string
    @@ -134,7 +134,7 @@

    enforced

    enforced: boolean
    @@ -149,7 +149,7 @@

    id

    id: string
    @@ -164,7 +164,7 @@

    ipPolicies

    ipPolicies: Ref[]
    @@ -179,7 +179,7 @@

    Optional metadata

    metadata: string
    @@ -194,7 +194,7 @@

    type

    type: string
    @@ -209,7 +209,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.IPRestrictionCreate.html b/docs/interfaces/datatypes.IPRestrictionCreate.html index 23437a3f..29627668 100644 --- a/docs/interfaces/datatypes.IPRestrictionCreate.html +++ b/docs/interfaces/datatypes.IPRestrictionCreate.html @@ -101,7 +101,7 @@

    Optional description

    description: string
    @@ -116,7 +116,7 @@

    enforced

    enforced: boolean
    @@ -131,7 +131,7 @@

    ipPolicyIds

    ipPolicyIds: string[]
    @@ -146,7 +146,7 @@

    Optional metadata

    metadata: string
    @@ -161,7 +161,7 @@

    type

    type: string
    diff --git a/docs/interfaces/datatypes.IPRestrictionList.html b/docs/interfaces/datatypes.IPRestrictionList.html index a78e04cc..7f609b4e 100644 --- a/docs/interfaces/datatypes.IPRestrictionList.html +++ b/docs/interfaces/datatypes.IPRestrictionList.html @@ -99,7 +99,7 @@

    ipRestrictions

    ipRestrictions: IPRestriction[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.IPRestrictionUpdate.html b/docs/interfaces/datatypes.IPRestrictionUpdate.html index 4b8d59e7..1fc3376d 100644 --- a/docs/interfaces/datatypes.IPRestrictionUpdate.html +++ b/docs/interfaces/datatypes.IPRestrictionUpdate.html @@ -101,7 +101,7 @@

    Optional description

    description: string
    @@ -116,7 +116,7 @@

    Optional enforced

    enforced: boolean
    @@ -131,7 +131,7 @@

    id

    id: string
    @@ -141,7 +141,7 @@

    ipPolicyIds

    ipPolicyIds: string[]
    @@ -156,7 +156,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.IdentityProvider.html b/docs/interfaces/datatypes.IdentityProvider.html index 4c7cb1a4..1d869cce 100644 --- a/docs/interfaces/datatypes.IdentityProvider.html +++ b/docs/interfaces/datatypes.IdentityProvider.html @@ -98,7 +98,7 @@

    name

    name: string
    @@ -113,7 +113,7 @@

    url

    url: string
    diff --git a/docs/interfaces/datatypes.Item.html b/docs/interfaces/datatypes.Item.html index 2cd4ec4b..3d47b285 100644 --- a/docs/interfaces/datatypes.Item.html +++ b/docs/interfaces/datatypes.Item.html @@ -97,7 +97,7 @@

    id

    id: string
    diff --git a/docs/interfaces/datatypes.ItemPaging.html b/docs/interfaces/datatypes.ItemPaging.html index 302599eb..4dba8ddf 100644 --- a/docs/interfaces/datatypes.ItemPaging.html +++ b/docs/interfaces/datatypes.ItemPaging.html @@ -99,7 +99,7 @@

    Optional beforeId

    beforeId: string
    @@ -109,7 +109,7 @@

    id

    id: string
    @@ -124,7 +124,7 @@

    Optional limit

    limit: string
    diff --git a/docs/interfaces/datatypes.Location.html b/docs/interfaces/datatypes.Location.html index d21c7008..1f9d1287 100644 --- a/docs/interfaces/datatypes.Location.html +++ b/docs/interfaces/datatypes.Location.html @@ -100,7 +100,7 @@

    Optional countryCode

    countryCode: string
    @@ -115,7 +115,7 @@

    Optional latLongRadi
    latLongRadiusKm: number
    @@ -130,7 +130,7 @@

    Optional latitude

    latitude: number
    @@ -145,7 +145,7 @@

    Optional longitude

    longitude: number
    diff --git a/docs/interfaces/datatypes.Paging.html b/docs/interfaces/datatypes.Paging.html index 4dfa133d..f8330901 100644 --- a/docs/interfaces/datatypes.Paging.html +++ b/docs/interfaces/datatypes.Paging.html @@ -98,7 +98,7 @@

    Optional beforeId

    beforeId: string
    @@ -108,7 +108,7 @@

    Optional limit

    limit: string
    diff --git a/docs/interfaces/datatypes.Ref.html b/docs/interfaces/datatypes.Ref.html index 557397a9..b93f3b11 100644 --- a/docs/interfaces/datatypes.Ref.html +++ b/docs/interfaces/datatypes.Ref.html @@ -98,7 +98,7 @@

    id

    id: string
    @@ -113,7 +113,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.ReservedAddr.html b/docs/interfaces/datatypes.ReservedAddr.html index 69bbd66e..13328e28 100644 --- a/docs/interfaces/datatypes.ReservedAddr.html +++ b/docs/interfaces/datatypes.ReservedAddr.html @@ -103,7 +103,7 @@

    addr

    addr: string
    @@ -118,7 +118,7 @@

    createdAt

    createdAt: Date
    @@ -133,7 +133,7 @@

    Optional description

    description: string
    @@ -148,7 +148,7 @@

    id

    id: string
    @@ -163,7 +163,7 @@

    Optional metadata

    metadata: string
    @@ -178,7 +178,7 @@

    region

    region: string
    @@ -193,7 +193,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.ReservedAddrCreate.html b/docs/interfaces/datatypes.ReservedAddrCreate.html index e6244416..01da1be3 100644 --- a/docs/interfaces/datatypes.ReservedAddrCreate.html +++ b/docs/interfaces/datatypes.ReservedAddrCreate.html @@ -99,7 +99,7 @@

    Optional description

    description: string
    @@ -114,7 +114,7 @@

    Optional metadata

    metadata: string
    @@ -129,7 +129,7 @@

    region

    region: string
    diff --git a/docs/interfaces/datatypes.ReservedAddrList.html b/docs/interfaces/datatypes.ReservedAddrList.html index 7bba274b..f5933b94 100644 --- a/docs/interfaces/datatypes.ReservedAddrList.html +++ b/docs/interfaces/datatypes.ReservedAddrList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    reservedAddrs

    reservedAddrs: ReservedAddr[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.ReservedAddrUpdate.html b/docs/interfaces/datatypes.ReservedAddrUpdate.html index 263c93de..e363c7c6 100644 --- a/docs/interfaces/datatypes.ReservedAddrUpdate.html +++ b/docs/interfaces/datatypes.ReservedAddrUpdate.html @@ -99,7 +99,7 @@

    Optional description

    description: string
    @@ -114,7 +114,7 @@

    id

    id: string
    @@ -124,7 +124,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.ReservedDomain.html b/docs/interfaces/datatypes.ReservedDomain.html index 121da118..49ab6954 100644 --- a/docs/interfaces/datatypes.ReservedDomain.html +++ b/docs/interfaces/datatypes.ReservedDomain.html @@ -108,7 +108,7 @@

    Optional acmeChallengeacmeChallengeCnameTarget: string

    @@ -123,7 +123,7 @@

    Optional certificate

    certificate: Ref
    @@ -138,7 +138,7 @@

    Optional certificateManag
    certificateManagementPolicy: ReservedDomainCertPolicy
    @@ -153,7 +153,7 @@

    Optional certificateManag
    certificateManagementStatus: ReservedDomainCertStatus
    @@ -168,7 +168,7 @@

    Optional cnameTarget

    cnameTarget: string
    @@ -183,7 +183,7 @@

    createdAt

    createdAt: Date
    @@ -198,7 +198,7 @@

    Optional description

    description: string
    @@ -213,7 +213,7 @@

    domain

    domain: string
    @@ -228,7 +228,7 @@

    id

    id: string
    @@ -243,7 +243,7 @@

    Optional metadata

    metadata: string
    @@ -258,7 +258,7 @@

    region

    region: string
    @@ -273,7 +273,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.ReservedDomainCertJob.html b/docs/interfaces/datatypes.ReservedDomainCertJob.html index 705f2f03..92a549d9 100644 --- a/docs/interfaces/datatypes.ReservedDomainCertJob.html +++ b/docs/interfaces/datatypes.ReservedDomainCertJob.html @@ -100,7 +100,7 @@

    Optional errorCode

    errorCode: string
    @@ -115,7 +115,7 @@

    msg

    msg: string
    @@ -130,7 +130,7 @@

    Optional retriesAt

    retriesAt: Date
    @@ -145,7 +145,7 @@

    startedAt

    startedAt: Date
    diff --git a/docs/interfaces/datatypes.ReservedDomainCertPolicy.html b/docs/interfaces/datatypes.ReservedDomainCertPolicy.html index 496c1e31..ae61cfe1 100644 --- a/docs/interfaces/datatypes.ReservedDomainCertPolicy.html +++ b/docs/interfaces/datatypes.ReservedDomainCertPolicy.html @@ -98,7 +98,7 @@

    authority

    authority: string
    @@ -113,7 +113,7 @@

    privateKeyType

    privateKeyType: string
    diff --git a/docs/interfaces/datatypes.ReservedDomainCertStatus.html b/docs/interfaces/datatypes.ReservedDomainCertStatus.html index e5a83ae1..a66da191 100644 --- a/docs/interfaces/datatypes.ReservedDomainCertStatus.html +++ b/docs/interfaces/datatypes.ReservedDomainCertStatus.html @@ -98,7 +98,7 @@

    Optional provisioningJob<
    provisioningJob: ReservedDomainCertJob
    @@ -113,7 +113,7 @@

    Optional renewsAt

    renewsAt: Date
    diff --git a/docs/interfaces/datatypes.ReservedDomainCreate.html b/docs/interfaces/datatypes.ReservedDomainCreate.html index a3083b48..518c5be6 100644 --- a/docs/interfaces/datatypes.ReservedDomainCreate.html +++ b/docs/interfaces/datatypes.ReservedDomainCreate.html @@ -102,7 +102,7 @@

    Optional certificateIdcertificateId: string

    @@ -117,7 +117,7 @@

    Optional certificateManag
    certificateManagementPolicy: ReservedDomainCertPolicy
    @@ -132,7 +132,7 @@

    Optional description

    description: string
    @@ -147,7 +147,7 @@

    domain

    domain: string
    @@ -162,7 +162,7 @@

    Optional metadata

    metadata: string
    @@ -177,7 +177,7 @@

    region

    region: string
    diff --git a/docs/interfaces/datatypes.ReservedDomainList.html b/docs/interfaces/datatypes.ReservedDomainList.html index d9702baa..d1c36e98 100644 --- a/docs/interfaces/datatypes.ReservedDomainList.html +++ b/docs/interfaces/datatypes.ReservedDomainList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    reservedDomains

    reservedDomains: ReservedDomain[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.ReservedDomainUpdate.html b/docs/interfaces/datatypes.ReservedDomainUpdate.html index 1f0bae9d..58ef0dc5 100644 --- a/docs/interfaces/datatypes.ReservedDomainUpdate.html +++ b/docs/interfaces/datatypes.ReservedDomainUpdate.html @@ -101,7 +101,7 @@

    Optional certificateIdcertificateId: string

    @@ -116,7 +116,7 @@

    Optional certificateManag
    certificateManagementPolicy: ReservedDomainCertPolicy
    @@ -131,7 +131,7 @@

    Optional description

    description: string
    @@ -146,7 +146,7 @@

    id

    id: string
    @@ -156,7 +156,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.SSHCertificateAuthority.html b/docs/interfaces/datatypes.SSHCertificateAuthority.html index 0fe945f0..dfaa4ad0 100644 --- a/docs/interfaces/datatypes.SSHCertificateAuthority.html +++ b/docs/interfaces/datatypes.SSHCertificateAuthority.html @@ -103,7 +103,7 @@

    createdAt

    createdAt: Date
    @@ -118,7 +118,7 @@

    Optional description

    description: string
    @@ -133,7 +133,7 @@

    id

    id: string
    @@ -148,7 +148,7 @@

    keyType

    keyType: string
    @@ -163,7 +163,7 @@

    Optional metadata

    metadata: string
    @@ -178,7 +178,7 @@

    publicKey

    publicKey: string
    @@ -193,7 +193,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html b/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html index 21536df8..04801d02 100644 --- a/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html +++ b/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html @@ -101,7 +101,7 @@

    Optional description

    description: string
    @@ -116,7 +116,7 @@

    ellipticCurve

    ellipticCurve: string
    @@ -131,7 +131,7 @@

    keySize

    keySize: number
    @@ -146,7 +146,7 @@

    Optional metadata

    metadata: string
    @@ -161,7 +161,7 @@

    privateKeyType

    privateKeyType: string
    diff --git a/docs/interfaces/datatypes.SSHCertificateAuthorityList.html b/docs/interfaces/datatypes.SSHCertificateAuthorityList.html index 45b52d9e..09698e29 100644 --- a/docs/interfaces/datatypes.SSHCertificateAuthorityList.html +++ b/docs/interfaces/datatypes.SSHCertificateAuthorityList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    sshCertificateAuthorities

    sshCertificateAuthorities: SSHCertificateAuthority[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html b/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html index 25bf655e..9ac783b4 100644 --- a/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html +++ b/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html @@ -99,7 +99,7 @@

    Optional description

    description: string
    @@ -114,7 +114,7 @@

    id

    id: string
    @@ -124,7 +124,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.SSHCredential.html b/docs/interfaces/datatypes.SSHCredential.html index 1b62faf9..57c42d89 100644 --- a/docs/interfaces/datatypes.SSHCredential.html +++ b/docs/interfaces/datatypes.SSHCredential.html @@ -104,7 +104,7 @@

    acl

    acl: string[]
    @@ -119,7 +119,7 @@

    createdAt

    createdAt: Date
    @@ -134,7 +134,7 @@

    Optional description

    description: string
    @@ -149,7 +149,7 @@

    id

    id: string
    @@ -164,7 +164,7 @@

    Optional metadata

    metadata: string
    @@ -179,7 +179,7 @@

    Optional ownerId

    ownerId: string
    @@ -194,7 +194,7 @@

    publicKey

    publicKey: string
    @@ -209,7 +209,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.SSHCredentialCreate.html b/docs/interfaces/datatypes.SSHCredentialCreate.html index 324a73d5..a2c4b0e4 100644 --- a/docs/interfaces/datatypes.SSHCredentialCreate.html +++ b/docs/interfaces/datatypes.SSHCredentialCreate.html @@ -101,7 +101,7 @@

    acl

    acl: string[]
    @@ -116,7 +116,7 @@

    Optional description

    description: string
    @@ -131,7 +131,7 @@

    Optional metadata

    metadata: string
    @@ -146,7 +146,7 @@

    Optional ownerId

    ownerId: string
    @@ -161,7 +161,7 @@

    publicKey

    publicKey: string
    diff --git a/docs/interfaces/datatypes.SSHCredentialList.html b/docs/interfaces/datatypes.SSHCredentialList.html index 018800c5..9261dee3 100644 --- a/docs/interfaces/datatypes.SSHCredentialList.html +++ b/docs/interfaces/datatypes.SSHCredentialList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    sshCredentials

    sshCredentials: SSHCredential[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.SSHCredentialUpdate.html b/docs/interfaces/datatypes.SSHCredentialUpdate.html index 32705cfa..5516cfde 100644 --- a/docs/interfaces/datatypes.SSHCredentialUpdate.html +++ b/docs/interfaces/datatypes.SSHCredentialUpdate.html @@ -100,7 +100,7 @@

    Optional acl

    acl: string[]
    @@ -115,7 +115,7 @@

    Optional description

    description: string
    @@ -130,7 +130,7 @@

    id

    id: string
    @@ -140,7 +140,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.SSHHostCertificate.html b/docs/interfaces/datatypes.SSHHostCertificate.html index 7525bb71..8c924fac 100644 --- a/docs/interfaces/datatypes.SSHHostCertificate.html +++ b/docs/interfaces/datatypes.SSHHostCertificate.html @@ -108,7 +108,7 @@

    certificate

    certificate: string
    @@ -123,7 +123,7 @@

    createdAt

    createdAt: Date
    @@ -138,7 +138,7 @@

    Optional description

    description: string
    @@ -153,7 +153,7 @@

    id

    id: string
    @@ -168,7 +168,7 @@

    keyType

    keyType: string
    @@ -183,7 +183,7 @@

    Optional metadata

    metadata: string
    @@ -198,7 +198,7 @@

    principals

    principals: string[]
    @@ -213,7 +213,7 @@

    publicKey

    publicKey: string
    @@ -228,7 +228,7 @@

    sshCertificateAuthorityId

    sshCertificateAuthorityId: string
    @@ -243,7 +243,7 @@

    uri

    uri: string
    @@ -258,7 +258,7 @@

    validAfter

    validAfter: Date
    @@ -273,7 +273,7 @@

    validUntil

    validUntil: Date
    diff --git a/docs/interfaces/datatypes.SSHHostCertificateCreate.html b/docs/interfaces/datatypes.SSHHostCertificateCreate.html index fa4d357d..fdc40657 100644 --- a/docs/interfaces/datatypes.SSHHostCertificateCreate.html +++ b/docs/interfaces/datatypes.SSHHostCertificateCreate.html @@ -103,7 +103,7 @@

    Optional description

    description: string
    @@ -118,7 +118,7 @@

    Optional metadata

    metadata: string
    @@ -133,7 +133,7 @@

    principals

    principals: string[]
    @@ -148,7 +148,7 @@

    publicKey

    publicKey: string
    @@ -163,7 +163,7 @@

    sshCertificateAuthorityId

    sshCertificateAuthorityId: string
    @@ -178,7 +178,7 @@

    validAfter

    validAfter: Date
    @@ -193,7 +193,7 @@

    validUntil

    validUntil: Date
    diff --git a/docs/interfaces/datatypes.SSHHostCertificateList.html b/docs/interfaces/datatypes.SSHHostCertificateList.html index e0cb3992..1dce314a 100644 --- a/docs/interfaces/datatypes.SSHHostCertificateList.html +++ b/docs/interfaces/datatypes.SSHHostCertificateList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    sshHostCertificates

    sshHostCertificates: SSHHostCertificate[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.SSHHostCertificateUpdate.html b/docs/interfaces/datatypes.SSHHostCertificateUpdate.html index 920b238d..7f0829e1 100644 --- a/docs/interfaces/datatypes.SSHHostCertificateUpdate.html +++ b/docs/interfaces/datatypes.SSHHostCertificateUpdate.html @@ -99,7 +99,7 @@

    Optional description

    description: string
    @@ -114,7 +114,7 @@

    id

    id: string
    @@ -124,7 +124,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.SSHUserCertificate.html b/docs/interfaces/datatypes.SSHUserCertificate.html index 4df4aac8..8714bcce 100644 --- a/docs/interfaces/datatypes.SSHUserCertificate.html +++ b/docs/interfaces/datatypes.SSHUserCertificate.html @@ -110,7 +110,7 @@

    certificate

    certificate: string
    @@ -125,7 +125,7 @@

    createdAt

    createdAt: Date
    @@ -140,7 +140,7 @@

    criticalOptions

    criticalOptions: Map<string, string>
    @@ -155,7 +155,7 @@

    Optional description

    description: string
    @@ -170,7 +170,7 @@

    extensions

    extensions: Map<string, string>
    @@ -185,7 +185,7 @@

    id

    id: string
    @@ -200,7 +200,7 @@

    keyType

    keyType: string
    @@ -215,7 +215,7 @@

    Optional metadata

    metadata: string
    @@ -230,7 +230,7 @@

    principals

    principals: string[]
    @@ -245,7 +245,7 @@

    publicKey

    publicKey: string
    @@ -260,7 +260,7 @@

    sshCertificateAuthorityId

    sshCertificateAuthorityId: string
    @@ -275,7 +275,7 @@

    uri

    uri: string
    @@ -290,7 +290,7 @@

    validAfter

    validAfter: Date
    @@ -305,7 +305,7 @@

    validUntil

    validUntil: Date
    diff --git a/docs/interfaces/datatypes.SSHUserCertificateCreate.html b/docs/interfaces/datatypes.SSHUserCertificateCreate.html index c44ac267..425d49db 100644 --- a/docs/interfaces/datatypes.SSHUserCertificateCreate.html +++ b/docs/interfaces/datatypes.SSHUserCertificateCreate.html @@ -105,7 +105,7 @@

    criticalOptions

    criticalOptions: Map<string, string>
    @@ -120,7 +120,7 @@

    Optional description

    description: string
    @@ -135,7 +135,7 @@

    extensions

    extensions: Map<string, string>
    @@ -150,7 +150,7 @@

    Optional metadata

    metadata: string
    @@ -165,7 +165,7 @@

    principals

    principals: string[]
    @@ -180,7 +180,7 @@

    publicKey

    publicKey: string
    @@ -195,7 +195,7 @@

    sshCertificateAuthorityId

    sshCertificateAuthorityId: string
    @@ -210,7 +210,7 @@

    validAfter

    validAfter: Date
    @@ -225,7 +225,7 @@

    validUntil

    validUntil: Date
    diff --git a/docs/interfaces/datatypes.SSHUserCertificateList.html b/docs/interfaces/datatypes.SSHUserCertificateList.html index ba725147..646dc778 100644 --- a/docs/interfaces/datatypes.SSHUserCertificateList.html +++ b/docs/interfaces/datatypes.SSHUserCertificateList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    sshUserCertificates

    sshUserCertificates: SSHUserCertificate[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.SSHUserCertificateUpdate.html b/docs/interfaces/datatypes.SSHUserCertificateUpdate.html index c7a03b54..c54b06e6 100644 --- a/docs/interfaces/datatypes.SSHUserCertificateUpdate.html +++ b/docs/interfaces/datatypes.SSHUserCertificateUpdate.html @@ -99,7 +99,7 @@

    Optional description

    description: string
    @@ -114,7 +114,7 @@

    id

    id: string
    @@ -124,7 +124,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.Secret.html b/docs/interfaces/datatypes.Secret.html index 709ecb32..316b9178 100644 --- a/docs/interfaces/datatypes.Secret.html +++ b/docs/interfaces/datatypes.Secret.html @@ -106,7 +106,7 @@

    createdAt

    createdAt: Date
    @@ -121,7 +121,7 @@

    createdBy

    createdBy: Ref
    @@ -136,7 +136,7 @@

    Optional description

    description: string
    @@ -151,7 +151,7 @@

    id

    id: string
    @@ -166,7 +166,7 @@

    lastUpdatedBy

    lastUpdatedBy: Ref
    @@ -181,7 +181,7 @@

    Optional metadata

    metadata: string
    @@ -196,7 +196,7 @@

    name

    name: string
    @@ -211,7 +211,7 @@

    updatedAt

    updatedAt: Date
    @@ -226,7 +226,7 @@

    uri

    uri: string
    @@ -241,7 +241,7 @@

    vault

    vault: Ref
    diff --git a/docs/interfaces/datatypes.SecretCreate.html b/docs/interfaces/datatypes.SecretCreate.html index 2d6400f7..518e0b28 100644 --- a/docs/interfaces/datatypes.SecretCreate.html +++ b/docs/interfaces/datatypes.SecretCreate.html @@ -101,7 +101,7 @@

    Optional description

    description: string
    @@ -116,7 +116,7 @@

    Optional metadata

    metadata: string
    @@ -131,7 +131,7 @@

    name

    name: string
    @@ -146,7 +146,7 @@

    value

    value: string
    @@ -161,7 +161,7 @@

    vaultId

    vaultId: string
    diff --git a/docs/interfaces/datatypes.SecretList.html b/docs/interfaces/datatypes.SecretList.html index fe97993a..4d0f4539 100644 --- a/docs/interfaces/datatypes.SecretList.html +++ b/docs/interfaces/datatypes.SecretList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    secrets

    secrets: Secret[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.SecretUpdate.html b/docs/interfaces/datatypes.SecretUpdate.html index 66238d13..5b970434 100644 --- a/docs/interfaces/datatypes.SecretUpdate.html +++ b/docs/interfaces/datatypes.SecretUpdate.html @@ -101,7 +101,7 @@

    Optional description

    description: string
    @@ -116,7 +116,7 @@

    id

    id: string
    @@ -131,7 +131,7 @@

    Optional metadata

    metadata: string
    @@ -146,7 +146,7 @@

    Optional name

    name: string
    @@ -161,7 +161,7 @@

    Optional value

    value: string
    diff --git a/docs/interfaces/datatypes.StaticBackend.html b/docs/interfaces/datatypes.StaticBackend.html index 72a5a132..76f3638c 100644 --- a/docs/interfaces/datatypes.StaticBackend.html +++ b/docs/interfaces/datatypes.StaticBackend.html @@ -103,7 +103,7 @@

    address

    address: string
    @@ -118,7 +118,7 @@

    createdAt

    createdAt: Date
    @@ -133,7 +133,7 @@

    Optional description

    description: string
    @@ -148,7 +148,7 @@

    id

    id: string
    @@ -163,7 +163,7 @@

    Optional metadata

    metadata: string
    @@ -178,7 +178,7 @@

    tls

    @@ -193,7 +193,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.StaticBackendCreate.html b/docs/interfaces/datatypes.StaticBackendCreate.html index fd37bb19..ece19a32 100644 --- a/docs/interfaces/datatypes.StaticBackendCreate.html +++ b/docs/interfaces/datatypes.StaticBackendCreate.html @@ -100,7 +100,7 @@

    address

    address: string
    @@ -115,7 +115,7 @@

    Optional description

    description: string
    @@ -130,7 +130,7 @@

    Optional metadata

    metadata: string
    @@ -145,7 +145,7 @@

    tls

    diff --git a/docs/interfaces/datatypes.StaticBackendList.html b/docs/interfaces/datatypes.StaticBackendList.html index 2371ee96..f7211221 100644 --- a/docs/interfaces/datatypes.StaticBackendList.html +++ b/docs/interfaces/datatypes.StaticBackendList.html @@ -99,7 +99,7 @@

    backends

    backends: StaticBackend[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.StaticBackendTLS.html b/docs/interfaces/datatypes.StaticBackendTLS.html index c58cbf23..5da3a70d 100644 --- a/docs/interfaces/datatypes.StaticBackendTLS.html +++ b/docs/interfaces/datatypes.StaticBackendTLS.html @@ -97,7 +97,7 @@

    enabled

    enabled: boolean
    diff --git a/docs/interfaces/datatypes.StaticBackendUpdate.html b/docs/interfaces/datatypes.StaticBackendUpdate.html index a694bcae..f28038ef 100644 --- a/docs/interfaces/datatypes.StaticBackendUpdate.html +++ b/docs/interfaces/datatypes.StaticBackendUpdate.html @@ -101,7 +101,7 @@

    address

    address: string
    @@ -116,7 +116,7 @@

    Optional description

    description: string
    @@ -131,7 +131,7 @@

    id

    id: string
    @@ -141,7 +141,7 @@

    Optional metadata

    metadata: string
    @@ -156,7 +156,7 @@

    tls

    diff --git a/docs/interfaces/datatypes.TCPEdge.html b/docs/interfaces/datatypes.TCPEdge.html index 8ed386f4..04a02eeb 100644 --- a/docs/interfaces/datatypes.TCPEdge.html +++ b/docs/interfaces/datatypes.TCPEdge.html @@ -105,7 +105,7 @@

    Optional backend

    @@ -120,7 +120,7 @@

    createdAt

    createdAt: Date
    @@ -135,7 +135,7 @@

    Optional description

    description: string
    @@ -150,7 +150,7 @@

    Optional hostports

    hostports: string[]
    @@ -165,7 +165,7 @@

    id

    id: string
    @@ -180,7 +180,7 @@

    Optional ipRestrictionipRestriction: EndpointIPPolicy

    @@ -190,7 +190,7 @@

    Optional metadata

    metadata: string
    @@ -205,7 +205,7 @@

    Optional trafficPolicytrafficPolicy: EndpointTrafficPolicy

    @@ -220,7 +220,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.TCPEdgeCreate.html b/docs/interfaces/datatypes.TCPEdgeCreate.html index 6f597d4e..4c5cb388 100644 --- a/docs/interfaces/datatypes.TCPEdgeCreate.html +++ b/docs/interfaces/datatypes.TCPEdgeCreate.html @@ -102,7 +102,7 @@

    Optional backend

    @@ -117,7 +117,7 @@

    Optional description

    description: string
    @@ -132,7 +132,7 @@

    Optional hostports

    hostports: string[]
    @@ -147,7 +147,7 @@

    Optional ipRestrictionipRestriction: EndpointIPPolicyMutate

    @@ -157,7 +157,7 @@

    Optional metadata

    metadata: string
    @@ -172,7 +172,7 @@

    Optional trafficPolicytrafficPolicy: EndpointTrafficPolicy

    diff --git a/docs/interfaces/datatypes.TCPEdgeList.html b/docs/interfaces/datatypes.TCPEdgeList.html index 8528ba91..885d2080 100644 --- a/docs/interfaces/datatypes.TCPEdgeList.html +++ b/docs/interfaces/datatypes.TCPEdgeList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    tcpEdges

    tcpEdges: TCPEdge[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.TCPEdgeUpdate.html b/docs/interfaces/datatypes.TCPEdgeUpdate.html index b0d0eebc..fed5ca81 100644 --- a/docs/interfaces/datatypes.TCPEdgeUpdate.html +++ b/docs/interfaces/datatypes.TCPEdgeUpdate.html @@ -103,7 +103,7 @@

    Optional backend

    @@ -118,7 +118,7 @@

    Optional description

    description: string
    @@ -133,7 +133,7 @@

    Optional hostports

    hostports: string[]
    @@ -148,7 +148,7 @@

    id

    id: string
    @@ -163,7 +163,7 @@

    Optional ipRestrictionipRestriction: EndpointIPPolicyMutate

    @@ -173,7 +173,7 @@

    Optional metadata

    metadata: string
    @@ -188,7 +188,7 @@

    Optional trafficPolicytrafficPolicy: EndpointTrafficPolicy

    diff --git a/docs/interfaces/datatypes.TLSCertificate.html b/docs/interfaces/datatypes.TLSCertificate.html index b6ceca80..01f281c3 100644 --- a/docs/interfaces/datatypes.TLSCertificate.html +++ b/docs/interfaces/datatypes.TLSCertificate.html @@ -117,7 +117,7 @@

    certificatePem

    certificatePem: string
    @@ -132,7 +132,7 @@

    createdAt

    createdAt: Date
    @@ -147,7 +147,7 @@

    Optional description

    description: string
    @@ -162,7 +162,7 @@

    extendedKeyUsages

    extendedKeyUsages: string[]
    @@ -177,7 +177,7 @@

    id

    id: string
    @@ -192,7 +192,7 @@

    Optional issuedAt

    issuedAt: Date
    @@ -207,7 +207,7 @@

    issuerCommonName

    issuerCommonName: string
    @@ -222,7 +222,7 @@

    keyUsages

    keyUsages: string[]
    @@ -237,7 +237,7 @@

    Optional metadata

    metadata: string
    @@ -252,7 +252,7 @@

    notAfter

    notAfter: Date
    @@ -267,7 +267,7 @@

    notBefore

    notBefore: Date
    @@ -282,7 +282,7 @@

    privateKeyType

    privateKeyType: string
    @@ -297,7 +297,7 @@

    serialNumber

    serialNumber: string
    @@ -312,7 +312,7 @@

    subjectAlternativeNames

    subjectAlternativeNames: TLSCertificateSANs
    @@ -327,7 +327,7 @@

    subjectCommonName

    subjectCommonName: string
    @@ -342,7 +342,7 @@

    subjectCountry

    subjectCountry: string
    @@ -357,7 +357,7 @@

    subjectLocality

    subjectLocality: string
    @@ -372,7 +372,7 @@

    subjectOrganization

    subjectOrganization: string
    @@ -387,7 +387,7 @@

    subjectOrganizationalUnit

    subjectOrganizationalUnit: string
    @@ -402,7 +402,7 @@

    subjectProvince

    subjectProvince: string
    @@ -417,7 +417,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.TLSCertificateCreate.html b/docs/interfaces/datatypes.TLSCertificateCreate.html index 919a91d1..09e7c905 100644 --- a/docs/interfaces/datatypes.TLSCertificateCreate.html +++ b/docs/interfaces/datatypes.TLSCertificateCreate.html @@ -100,7 +100,7 @@

    certificatePem

    certificatePem: string
    @@ -115,7 +115,7 @@

    Optional description

    description: string
    @@ -130,7 +130,7 @@

    Optional metadata

    metadata: string
    @@ -145,7 +145,7 @@

    privateKeyPem

    privateKeyPem: string
    diff --git a/docs/interfaces/datatypes.TLSCertificateList.html b/docs/interfaces/datatypes.TLSCertificateList.html index d1a5a708..7e2286ac 100644 --- a/docs/interfaces/datatypes.TLSCertificateList.html +++ b/docs/interfaces/datatypes.TLSCertificateList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    tlsCertificates

    tlsCertificates: TLSCertificate[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.TLSCertificateSANs.html b/docs/interfaces/datatypes.TLSCertificateSANs.html index e0d5c7bb..55fdbec5 100644 --- a/docs/interfaces/datatypes.TLSCertificateSANs.html +++ b/docs/interfaces/datatypes.TLSCertificateSANs.html @@ -98,7 +98,7 @@

    dnsNames

    dnsNames: string[]
    @@ -113,7 +113,7 @@

    ips

    ips: string[]
    diff --git a/docs/interfaces/datatypes.TLSCertificateUpdate.html b/docs/interfaces/datatypes.TLSCertificateUpdate.html index 814b124d..35402801 100644 --- a/docs/interfaces/datatypes.TLSCertificateUpdate.html +++ b/docs/interfaces/datatypes.TLSCertificateUpdate.html @@ -99,7 +99,7 @@

    Optional description

    description: string
    @@ -114,7 +114,7 @@

    id

    id: string
    @@ -124,7 +124,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.TLSEdge.html b/docs/interfaces/datatypes.TLSEdge.html index c676143e..54bf6e3b 100644 --- a/docs/interfaces/datatypes.TLSEdge.html +++ b/docs/interfaces/datatypes.TLSEdge.html @@ -107,7 +107,7 @@

    Optional backend

    @@ -122,7 +122,7 @@

    createdAt

    createdAt: Date
    @@ -137,7 +137,7 @@

    Optional description

    description: string
    @@ -152,7 +152,7 @@

    Optional hostports

    hostports: string[]
    @@ -167,7 +167,7 @@

    id

    id: string
    @@ -182,7 +182,7 @@

    Optional ipRestrictionipRestriction: EndpointIPPolicy

    @@ -192,7 +192,7 @@

    Optional metadata

    metadata: string
    @@ -207,7 +207,7 @@

    Optional mutualTls

    @@ -217,7 +217,7 @@

    Optional tlsTerminationtlsTermination: EndpointTLSTermination

    @@ -227,7 +227,7 @@

    Optional trafficPolicytrafficPolicy: EndpointTrafficPolicy

    @@ -242,7 +242,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.TLSEdgeCreate.html b/docs/interfaces/datatypes.TLSEdgeCreate.html index 3b028394..91e5fef4 100644 --- a/docs/interfaces/datatypes.TLSEdgeCreate.html +++ b/docs/interfaces/datatypes.TLSEdgeCreate.html @@ -104,7 +104,7 @@

    Optional backend

    @@ -119,7 +119,7 @@

    Optional description

    description: string
    @@ -134,7 +134,7 @@

    Optional hostports

    hostports: string[]
    @@ -149,7 +149,7 @@

    Optional ipRestrictionipRestriction: EndpointIPPolicyMutate

    @@ -159,7 +159,7 @@

    Optional metadata

    metadata: string
    @@ -174,7 +174,7 @@

    Optional mutualTls

    @@ -184,7 +184,7 @@

    Optional tlsTerminationtlsTermination: EndpointTLSTermination

    @@ -194,7 +194,7 @@

    Optional trafficPolicytrafficPolicy: EndpointTrafficPolicy

    diff --git a/docs/interfaces/datatypes.TLSEdgeList.html b/docs/interfaces/datatypes.TLSEdgeList.html index 47aa31a2..4674a250 100644 --- a/docs/interfaces/datatypes.TLSEdgeList.html +++ b/docs/interfaces/datatypes.TLSEdgeList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    tlsEdges

    tlsEdges: TLSEdge[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.TLSEdgeUpdate.html b/docs/interfaces/datatypes.TLSEdgeUpdate.html index ffa8123e..621d63fa 100644 --- a/docs/interfaces/datatypes.TLSEdgeUpdate.html +++ b/docs/interfaces/datatypes.TLSEdgeUpdate.html @@ -105,7 +105,7 @@

    Optional backend

    @@ -120,7 +120,7 @@

    Optional description

    description: string
    @@ -135,7 +135,7 @@

    Optional hostports

    hostports: string[]
    @@ -150,7 +150,7 @@

    id

    id: string
    @@ -165,7 +165,7 @@

    Optional ipRestrictionipRestriction: EndpointIPPolicyMutate

    @@ -175,7 +175,7 @@

    Optional metadata

    metadata: string
    @@ -190,7 +190,7 @@

    Optional mutualTls

    @@ -200,7 +200,7 @@

    Optional tlsTerminationtlsTermination: EndpointTLSTermination

    @@ -210,7 +210,7 @@

    Optional trafficPolicytrafficPolicy: EndpointTrafficPolicy

    diff --git a/docs/interfaces/datatypes.Tunnel.html b/docs/interfaces/datatypes.Tunnel.html index 89982ce3..92508314 100644 --- a/docs/interfaces/datatypes.Tunnel.html +++ b/docs/interfaces/datatypes.Tunnel.html @@ -107,7 +107,7 @@

    Optional backends

    backends: Ref[]
    @@ -122,7 +122,7 @@

    Optional endpoint

    endpoint: Ref
    @@ -137,7 +137,7 @@

    forwardsTo

    forwardsTo: string
    @@ -152,7 +152,7 @@

    id

    id: string
    @@ -167,7 +167,7 @@

    Optional labels

    labels: Map<string, string>
    @@ -182,7 +182,7 @@

    Optional metadata

    metadata: string
    @@ -197,7 +197,7 @@

    Optional proto

    proto: string
    @@ -212,7 +212,7 @@

    Optional publicUrl

    publicUrl: string
    @@ -227,7 +227,7 @@

    region

    region: string
    @@ -242,7 +242,7 @@

    startedAt

    startedAt: Date
    @@ -257,7 +257,7 @@

    tunnelSession

    tunnelSession: Ref
    diff --git a/docs/interfaces/datatypes.TunnelGroupBackend.html b/docs/interfaces/datatypes.TunnelGroupBackend.html index cb999770..3114c48a 100644 --- a/docs/interfaces/datatypes.TunnelGroupBackend.html +++ b/docs/interfaces/datatypes.TunnelGroupBackend.html @@ -103,7 +103,7 @@

    createdAt

    createdAt: Date
    @@ -118,7 +118,7 @@

    Optional description

    description: string
    @@ -133,7 +133,7 @@

    id

    id: string
    @@ -148,7 +148,7 @@

    labels

    labels: Map<string, string>
    @@ -163,7 +163,7 @@

    Optional metadata

    metadata: string
    @@ -178,7 +178,7 @@

    tunnels

    tunnels: Ref[]
    @@ -193,7 +193,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.TunnelGroupBackendCreate.html b/docs/interfaces/datatypes.TunnelGroupBackendCreate.html index 078b9b98..eef1b0d2 100644 --- a/docs/interfaces/datatypes.TunnelGroupBackendCreate.html +++ b/docs/interfaces/datatypes.TunnelGroupBackendCreate.html @@ -99,7 +99,7 @@

    Optional description

    description: string
    @@ -114,7 +114,7 @@

    labels

    labels: Map<string, string>
    @@ -129,7 +129,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.TunnelGroupBackendList.html b/docs/interfaces/datatypes.TunnelGroupBackendList.html index 9796839c..f45ceeff 100644 --- a/docs/interfaces/datatypes.TunnelGroupBackendList.html +++ b/docs/interfaces/datatypes.TunnelGroupBackendList.html @@ -99,7 +99,7 @@

    backends

    backends: TunnelGroupBackend[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.TunnelGroupBackendUpdate.html b/docs/interfaces/datatypes.TunnelGroupBackendUpdate.html index a958fd2d..74711063 100644 --- a/docs/interfaces/datatypes.TunnelGroupBackendUpdate.html +++ b/docs/interfaces/datatypes.TunnelGroupBackendUpdate.html @@ -100,7 +100,7 @@

    Optional description

    description: string
    @@ -115,7 +115,7 @@

    id

    id: string
    @@ -125,7 +125,7 @@

    labels

    labels: Map<string, string>
    @@ -140,7 +140,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.TunnelList.html b/docs/interfaces/datatypes.TunnelList.html index e1bb96e9..9ecdfd01 100644 --- a/docs/interfaces/datatypes.TunnelList.html +++ b/docs/interfaces/datatypes.TunnelList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    tunnels

    tunnels: Tunnel[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.TunnelSession.html b/docs/interfaces/datatypes.TunnelSession.html index 9d1b2901..0370680d 100644 --- a/docs/interfaces/datatypes.TunnelSession.html +++ b/docs/interfaces/datatypes.TunnelSession.html @@ -106,7 +106,7 @@

    agentVersion

    agentVersion: string
    @@ -121,7 +121,7 @@

    credential

    credential: Ref
    @@ -136,7 +136,7 @@

    id

    id: string
    @@ -151,7 +151,7 @@

    ip

    ip: string
    @@ -166,7 +166,7 @@

    Optional metadata

    metadata: string
    @@ -181,7 +181,7 @@

    os

    os: string
    @@ -196,7 +196,7 @@

    region

    region: string
    @@ -211,7 +211,7 @@

    startedAt

    startedAt: Date
    @@ -226,7 +226,7 @@

    transport

    transport: string
    @@ -241,7 +241,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.TunnelSessionList.html b/docs/interfaces/datatypes.TunnelSessionList.html index 7e692191..d609e28c 100644 --- a/docs/interfaces/datatypes.TunnelSessionList.html +++ b/docs/interfaces/datatypes.TunnelSessionList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    tunnelSessions

    tunnelSessions: TunnelSession[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.TunnelSessionsUpdate.html b/docs/interfaces/datatypes.TunnelSessionsUpdate.html index 3e793a6b..ad7dde3b 100644 --- a/docs/interfaces/datatypes.TunnelSessionsUpdate.html +++ b/docs/interfaces/datatypes.TunnelSessionsUpdate.html @@ -97,7 +97,7 @@

    id

    id: string
    diff --git a/docs/interfaces/datatypes.UserAgent.html b/docs/interfaces/datatypes.UserAgent.html index a8d0a20c..1fa90b9c 100644 --- a/docs/interfaces/datatypes.UserAgent.html +++ b/docs/interfaces/datatypes.UserAgent.html @@ -102,7 +102,7 @@

    Optional browserName

    browserName: string
    @@ -117,7 +117,7 @@

    Optional browserVersionbrowserVersion: string

    @@ -132,7 +132,7 @@

    Optional deviceType

    deviceType: string
    @@ -147,7 +147,7 @@

    Optional osName

    osName: string
    @@ -162,7 +162,7 @@

    Optional osVersion

    osVersion: string
    @@ -177,7 +177,7 @@

    raw

    raw: string
    diff --git a/docs/interfaces/datatypes.Vault.html b/docs/interfaces/datatypes.Vault.html index f1c5ac2d..a01827d4 100644 --- a/docs/interfaces/datatypes.Vault.html +++ b/docs/interfaces/datatypes.Vault.html @@ -105,7 +105,7 @@

    createdAt

    createdAt: Date
    @@ -120,7 +120,7 @@

    createdBy

    createdBy: string
    @@ -135,7 +135,7 @@

    Optional description

    description: string
    @@ -150,7 +150,7 @@

    id

    id: string
    @@ -165,7 +165,7 @@

    lastUpdatedBy

    lastUpdatedBy: string
    @@ -180,7 +180,7 @@

    Optional metadata

    metadata: string
    @@ -195,7 +195,7 @@

    name

    name: string
    @@ -210,7 +210,7 @@

    updatedAt

    updatedAt: Date
    @@ -225,7 +225,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.VaultCreate.html b/docs/interfaces/datatypes.VaultCreate.html index c58263ed..ecde71b9 100644 --- a/docs/interfaces/datatypes.VaultCreate.html +++ b/docs/interfaces/datatypes.VaultCreate.html @@ -99,7 +99,7 @@

    description

    description: string
    @@ -114,7 +114,7 @@

    metadata

    metadata: string
    @@ -129,7 +129,7 @@

    name

    name: string
    diff --git a/docs/interfaces/datatypes.VaultList.html b/docs/interfaces/datatypes.VaultList.html index c45aac7d..d2a2131f 100644 --- a/docs/interfaces/datatypes.VaultList.html +++ b/docs/interfaces/datatypes.VaultList.html @@ -99,7 +99,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -114,7 +114,7 @@

    uri

    uri: string
    @@ -124,7 +124,7 @@

    vaults

    vaults: Vault[]
    diff --git a/docs/interfaces/datatypes.VaultUpdate.html b/docs/interfaces/datatypes.VaultUpdate.html index 4e45a670..7c8054ae 100644 --- a/docs/interfaces/datatypes.VaultUpdate.html +++ b/docs/interfaces/datatypes.VaultUpdate.html @@ -100,7 +100,7 @@

    Optional description

    description: string
    @@ -115,7 +115,7 @@

    id

    id: string
    @@ -130,7 +130,7 @@

    Optional metadata

    metadata: string
    @@ -145,7 +145,7 @@

    Optional name

    name: string
    diff --git a/docs/interfaces/datatypes.WeightedBackend.html b/docs/interfaces/datatypes.WeightedBackend.html index 729ee057..b6f5b24c 100644 --- a/docs/interfaces/datatypes.WeightedBackend.html +++ b/docs/interfaces/datatypes.WeightedBackend.html @@ -102,7 +102,7 @@

    backends

    backends: Map<string, number>
    @@ -117,7 +117,7 @@

    createdAt

    createdAt: Date
    @@ -132,7 +132,7 @@

    Optional description

    description: string
    @@ -147,7 +147,7 @@

    id

    id: string
    @@ -162,7 +162,7 @@

    Optional metadata

    metadata: string
    @@ -177,7 +177,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.WeightedBackendCreate.html b/docs/interfaces/datatypes.WeightedBackendCreate.html index 9bdb7c62..05eb8c4e 100644 --- a/docs/interfaces/datatypes.WeightedBackendCreate.html +++ b/docs/interfaces/datatypes.WeightedBackendCreate.html @@ -99,7 +99,7 @@

    backends

    backends: Map<string, number>
    @@ -114,7 +114,7 @@

    Optional description

    description: string
    @@ -129,7 +129,7 @@

    Optional metadata

    metadata: string
    diff --git a/docs/interfaces/datatypes.WeightedBackendList.html b/docs/interfaces/datatypes.WeightedBackendList.html index efa6cb6f..f98a7c2d 100644 --- a/docs/interfaces/datatypes.WeightedBackendList.html +++ b/docs/interfaces/datatypes.WeightedBackendList.html @@ -99,7 +99,7 @@

    backends

    backends: WeightedBackend[]
    @@ -114,7 +114,7 @@

    Optional nextPageUri
    nextPageUri: string
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.WeightedBackendUpdate.html b/docs/interfaces/datatypes.WeightedBackendUpdate.html index 55f88d4b..a5f43a45 100644 --- a/docs/interfaces/datatypes.WeightedBackendUpdate.html +++ b/docs/interfaces/datatypes.WeightedBackendUpdate.html @@ -100,7 +100,7 @@

    backends

    backends: Map<string, number>
    @@ -115,7 +115,7 @@

    Optional description

    description: string
    @@ -130,7 +130,7 @@

    id

    id: string
    @@ -140,7 +140,7 @@

    Optional metadata

    metadata: string
    diff --git a/lib/client.js b/lib/client.js index 435b741c..7b25af7a 100644 --- a/lib/client.js +++ b/lib/client.js @@ -29,7 +29,7 @@ class Ngrok { this.httpClient = (0, wretch_1.default)() .url(baseUrl) .headers({ - 'User-Agent': 'ngrok-api-typescript/0.16.0/' + process.version, + 'User-Agent': 'ngrok-api-typescript/0.17.0/' + process.version, 'Ngrok-Version': '2', }) .content("application/json") diff --git a/src/client.ts b/src/client.ts index 010ff05a..7e13c9d0 100644 --- a/src/client.ts +++ b/src/client.ts @@ -224,7 +224,7 @@ export class Ngrok { this.httpClient = wretch() .url(baseUrl) .headers({ - 'User-Agent': 'ngrok-api-typescript/0.16.0/' + process.version, + 'User-Agent': 'ngrok-api-typescript/0.17.0/' + process.version, 'Ngrok-Version': '2', }) .content('application/json')