diff --git a/CHANGELOG.md b/CHANGELOG.md index 310bd20e..05444130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## 0.18.0 * Add support for CEL filtering when listing resources. +* Add support for service users +* Add support for `vault_name` on Secrets +* Make `pooling_enabled` on Endpoints optional ## 0.17.0 * Change endpoint filtering query parameters to `id` and `url`. diff --git a/docs/classes/client.Ngrok.html b/docs/classes/client.Ngrok.html index 533a676a..f454811f 100644 --- a/docs/classes/client.Ngrok.html +++ b/docs/classes/client.Ngrok.html @@ -136,7 +136,7 @@

constructor

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

    abuseReports

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

    agentIngresses

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

    apiKeys

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

    applicationSessions

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

    applicationUsers

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

    backends

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

    botUsers

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

    certificateAuthorities

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

    credentials

    credentials: Credentials
    @@ -333,7 +333,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 }
    @@ -417,7 +417,7 @@

    edges

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

    endpoints

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

    eventDestinations

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

    eventSources

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

    eventSubscriptions

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

    ipPolicies

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

    ipPolicyRules

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

    ipRestrictions

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

    reservedAddrs

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

    reservedDomains

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

    secrets

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

    serviceUsers

    serviceUsers: ServiceUsers
    @@ -605,7 +605,7 @@

    sshCertificateAuthorities

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

    sshCredentials

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

    sshHostCertificates

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

    sshUserCertificates

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

    tlsCertificates

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

    tunnelSessions

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

    tunnels

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

    vaults

    vaults: Vaults
    diff --git a/docs/classes/services.APIKeys.html b/docs/classes/services.APIKeys.html index f8eeedb7..47c3dd01 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 7c9d60f1..20c3c8ed 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 5ef8c5b5..f839c6a1 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 f5e96b25..fa032023 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 6a07509f..5e944220 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 aa8ee85f..2121914e 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 31bd7edf..cb473209 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 9271e5c6..bbe37865 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 673f942d..f7cfdeb7 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 d1a83e23..16e07c4e 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 32da6dbb..5b269a44 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 2bf6a35a..a82b2fdf 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 ec24936a..dfb49c92 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 bd422612..6673e4de 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 503e1ce9..9d66da30 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 f7f85cbf..7c14b65b 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 763a2a54..b227ffc1 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 6dc2a8fd..534fb316 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 94f1f5e4..5f7a93d8 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 513e2b06..9046704f 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 6ef61e28..b39c757d 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 15bb2103..221227ec 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 fcfa3ea0..2a6ce7af 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 ca3e4819..e0fd8181 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 cc5b20de..432185f8 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 ed15f105..980d1b1e 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 039f808e..df824c40 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 7f00d1f2..70d81131 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 b5638aa7..5cf21e0b 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 16e518a0..9f5602e8 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 35e84ffb..93bca2f7 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 d97ad87b..1061e03f 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 5acb8a09..68b6ee17 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 2fae134d..26970cb6 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 4251b620..328a5ce8 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 d2906553..8e86cef4 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 b300cf5e..32c016dd 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 f2d4d03b..8c45688f 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 b7986221..099c25ff 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 3bddc06c..dfaee8ef 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 6008d211..5943dd72 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 e5dcfc27..592ba3ff 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 b16fad12..c42468c2 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.ServiceUsers.html b/docs/classes/services.ServiceUsers.html index 2e9beeb6..59321202 100644 --- a/docs/classes/services.ServiceUsers.html +++ b/docs/classes/services.ServiceUsers.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.StaticBackends.html b/docs/classes/services.StaticBackends.html index 48482719..626ea9fe 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 55918534..372fdafc 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 65ea93bc..5b77bca0 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 ab641ac3..95ccb075 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 2dd08cba..b0d23ebd 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 617ec298..2519f384 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 85e7c05a..b8e6d9db 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 a3ac9e7f..2834a639 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 b9093024..9dc45fc3 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 78be62b2..fae87033 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 614503d1..39cfafcd 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 c5607184..b908bfcd 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 28adcedb..f3b38dfa 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 08a852e2..c412452c 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 00052dc5..6a77a383 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 4461af9e..26596a4e 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 b06c9f7d..0757f9d5 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 1497532c..0d4b84a6 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 480fbde4..0c63d778 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 f98d7b80..c34b864c 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 a3d7e6fe..a27191e7 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 80532047..72dcd77a 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 2d5ab3ae..4ca61f32 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 b5b7630b..4dcbca47 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 67cdb808..bb7daf36 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 6ceb0ac8..749ae64c 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 e3b5b862..bb887958 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 3778f8b8..adc3a642 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 027e7439..d432bfe7 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 08f8e214..9c0271e2 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 33808dd0..b448e169 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 ec44b022..90787e6a 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 3cb64e20..b01e53fb 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 0bc6397e..8eeaa891 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 1c0fa6bd..40b33965 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 5badad6f..695e0175 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 dabe1676..b5c4441d 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 da306b4a..6e88bac2 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 b3f07c51..92c9aab7 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 5a76cefd..928c4137 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 4a75c177..aa71724e 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 ab807435..f6ff7837 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 7a0c65c7..2074e058 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 c5c16fe6..7e6b95d0 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 590e644c..16ad2fa5 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 0bc67a98..63a32191 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 5223f567..257b6963 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 cf373c2f..d1ce3893 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 02371df7..3bba840f 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 a5e1d16c..dd27d052 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 5e8ccf86..c28bc16a 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 4d85d083..7d629b45 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 1cf9a5af..cfba3631 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 65aef68b..9ca0ae50 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 3fc699bb..2b04bc54 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 f41a1cb9..50f93ba6 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 1b4ed485..36d43a76 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 6397177e..2849ec54 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 0793703e..151b9906 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 2b3614a2..aabecba6 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 a2c99206..1ab6d523 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 6e59dac5..fd377898 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 7805c270..0901283f 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 a4fdb356..4c28203d 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 080dad1d..64e218ba 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 b8e54d56..800ed20c 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 c5e4b2b6..433e85f4 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 e0331677..5086b20c 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 0557f837..d615eeeb 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 8472fee2..f1356bef 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 1b119719..f8661b20 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 785328df..e6aa3f9b 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 7519f907..12df2311 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 db0911fa..771270d6 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 64cf28d7..1b67cd63 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 7c01a96b..2b1f1b0e 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 @@

    Optional poolingEnabledpoolingEnabled: 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 2bf27802..9ce24242 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 be7b258d..1ef1a80d 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 e7cebcaf..641569a5 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 2b44c2b5..b7f9b32e 100644 --- a/docs/interfaces/datatypes.EndpointListArgs.html +++ b/docs/interfaces/datatypes.EndpointListArgs.html @@ -101,7 +101,7 @@

    Optional beforeId

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

    Optional filter

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

    Optional id

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

    Optional limit

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

    Optional url

    url: string[]
    diff --git a/docs/interfaces/datatypes.EndpointMutualTLS.html b/docs/interfaces/datatypes.EndpointMutualTLS.html index 54387027..3df16ada 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 810e2072..26d2d15f 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 99de220f..ffc408e4 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 8fef5e4c..07e9b9a5 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 5478a68a..11542614 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 d18d8bfb..88b9227d 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 b59f89b0..9e27699f 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 7c1934ad..58b2cbf9 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 b3e9599e..e87a2f4b 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 29a0993b..ca3ebb46 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 cb973763..0727b822 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 c65abdb2..da22a689 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 dfb40c92..bfe7407e 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 e4107764..b19bd97c 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 1b434e35..178537fd 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 fb49a3c9..a61a41cd 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 eeb63f2c..ac723a12 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 7ce6be35..91ce9334 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 5d48f00f..a199505e 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 ba9defb9..64601e9e 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 f1021c3e..27374052 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 @@

    Optional poolingEnabledpoolingEnabled: 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 dedf532b..0e4d182f 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 caee3029..a1ebd62b 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 fc66223d..241be124 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 f1ce59e6..7a695818 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 f90bb719..61b15094 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 093f010c..e94ff713 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 bdf6053f..a7ecc036 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 7cb9a727..9eef3662 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 9ad82e5c..31f3841a 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 82448dc3..23de3eec 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 f345df49..513dc7db 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 fb737a79..20fc41fa 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 081dbe30..7b856058 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 288bc943..89ab007f 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 4471af2a..025fefff 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 056a2173..4681a601 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 313c87d1..8058a74d 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 ca96c19f..57cad419 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 60a96ce9..2e807c96 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 79c3ff20..d927a9fa 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 531dae4b..994c4b04 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 6c464a45..0920e202 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 6c1dea32..4c5eacc2 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 4e0743a8..b014d44a 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 81f922e7..ccf51c05 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 50824bdb..af5468ea 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 f1544aa4..99163bcc 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 ac1cb527..3c8618be 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 39f3d689..6d4a5146 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.FilteredPaging.html b/docs/interfaces/datatypes.FilteredPaging.html index 0d5f4558..71b52874 100644 --- a/docs/interfaces/datatypes.FilteredPaging.html +++ b/docs/interfaces/datatypes.FilteredPaging.html @@ -99,7 +99,7 @@

    Optional beforeId

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

    Optional filter

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

    Optional limit

    limit: string
    diff --git a/docs/interfaces/datatypes.HTTPResponseBackend.html b/docs/interfaces/datatypes.HTTPResponseBackend.html index 0980c319..55589496 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 d014445b..f4723912 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 99f01398..eac53a0a 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 2d21f7c8..3f274bc2 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 ba36b10a..dc4615d0 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 0b14d881..4be35c6f 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 52de35da..f4a5d9cf 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 0577fd06..c5966125 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 4f2360e6..84a74ea9 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 bba72fba..7bee087e 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 58b0513d..f2dff478 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 e731b5e8..068e9370 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 2afbc1d8..e1dd14f8 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 9364035c..3a6c963b 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 843def6b..22714c22 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 432063e3..2617e3cb 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 e3ae2104..cf19ee5a 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 e21f1200..7245eed8 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 480e11c0..28c72818 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 631a3df1..88235dc0 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 6b0d47f5..a3fdb813 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 4fbaa913..50136e4a 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 43922043..1695f4b9 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 83eb3dc6..6164ca07 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 5597b051..0c158f1a 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 9d6228eb..e9fac631 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 dd2af884..a643252e 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 867df251..125527a5 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 e0fcdede..6a50e8f7 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 ba3bbe59..8f794281 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 fca79919..5644c3fa 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 6475e5db..73838b41 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 99d6df0b..c8cf59fe 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 af6ca299..9cc956a0 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 17400289..37a052f6 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 7129e761..956ce937 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 559a9066..0d48366d 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 589402be..b56a46a8 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 9e738ce1..59f93494 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 c9e8fd17..122c5dff 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 df283489..743a3ea1 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 96e10140..f28ce973 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 22e6a1c7..1000b29f 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 48c04b03..343e1720 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 2bc56945..9f83b3b6 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 01dd6bed..c4713d3a 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 7937c7ee..fc538c2a 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 6a4ab048..d9f76743 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 064371d4..0b006568 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 a95d7400..c283b9e5 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 955b0be4..156b868a 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 3b44497f..2d3d7bb5 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 29acd908..3445a611 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 d405207c..1c99d09e 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 f2d38db3..2746c7b7 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 ece99175..80d08964 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 ee614528..1b49fc14 100644 --- a/docs/interfaces/datatypes.Secret.html +++ b/docs/interfaces/datatypes.Secret.html @@ -107,7 +107,7 @@

    createdAt

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

    createdBy

    createdBy: Ref
    @@ -137,7 +137,7 @@

    Optional description

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

    id

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

    lastUpdatedBy

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

    Optional metadata

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

    name

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

    updatedAt

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

    uri

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

    vault

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

    Optional vaultName

    vaultName: string
    diff --git a/docs/interfaces/datatypes.SecretCreate.html b/docs/interfaces/datatypes.SecretCreate.html index bcfc0bdc..d858e1c8 100644 --- a/docs/interfaces/datatypes.SecretCreate.html +++ b/docs/interfaces/datatypes.SecretCreate.html @@ -102,7 +102,7 @@

    Optional description

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

    Optional metadata

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

    name

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

    value

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

    vaultId

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

    Optional vaultName

    vaultName: string
    diff --git a/docs/interfaces/datatypes.SecretList.html b/docs/interfaces/datatypes.SecretList.html index 5c56f677..cfc19ad7 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 a60077db..00722870 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.ServiceUser.html b/docs/interfaces/datatypes.ServiceUser.html index e4627aac..a7e07c8d 100644 --- a/docs/interfaces/datatypes.ServiceUser.html +++ b/docs/interfaces/datatypes.ServiceUser.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.ServiceUserCreate.html b/docs/interfaces/datatypes.ServiceUserCreate.html index be617412..b70a9e5a 100644 --- a/docs/interfaces/datatypes.ServiceUserCreate.html +++ b/docs/interfaces/datatypes.ServiceUserCreate.html @@ -98,7 +98,7 @@

    Optional active

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

    name

    name: string
    diff --git a/docs/interfaces/datatypes.ServiceUserList.html b/docs/interfaces/datatypes.ServiceUserList.html index 35cc8ead..d5f268c3 100644 --- a/docs/interfaces/datatypes.ServiceUserList.html +++ b/docs/interfaces/datatypes.ServiceUserList.html @@ -99,7 +99,7 @@

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

    serviceUsers

    serviceUsers: ServiceUser[]
    @@ -129,7 +129,7 @@

    uri

    uri: string
    diff --git a/docs/interfaces/datatypes.ServiceUserUpdate.html b/docs/interfaces/datatypes.ServiceUserUpdate.html index 72594173..15abcc3e 100644 --- a/docs/interfaces/datatypes.ServiceUserUpdate.html +++ b/docs/interfaces/datatypes.ServiceUserUpdate.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.StaticBackend.html b/docs/interfaces/datatypes.StaticBackend.html index b3ac2b6c..eeca0344 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 e4546ea2..1d29f75d 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 bdb259ed..c8c3f324 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 a21e77a1..b1c9c380 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 e2b43601..feee76b2 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 55284b2d..9ab58adf 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 ef9ad6e4..6ac74f33 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 25a56fdf..cbb9c525 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 3ac2ed68..80090c4c 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 265e75b1..6e6d9492 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 b8fbd1dc..156bc509 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 58ce1bf2..5703fd8d 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 dc407272..f63984e0 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 a533df55..b960b8bb 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 87c2152b..c1e4cd84 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 b7579779..fefad45c 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 3d9311cf..2cde4007 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 1fe74d0f..09b28a76 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 a0a4ba5e..689e4976 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 2b1c6119..1c061af9 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 c91f7294..be8ec606 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 91838b47..f78d1c78 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 ce55f5cf..eac01d90 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 fc2c82c8..b9098e7f 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 d5d433fb..f0c2ebf9 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 96d9bd9a..f35a9923 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 591dc78c..cfd7b557 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 ef9233e2..4a3e6b23 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 be22713c..c0e251db 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 cb28b859..bf82675d 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 a1915dad..2ba9eade 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 810eda62..ff34154a 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 f14020f5..b280754b 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 a7483206..d57acf31 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 3fc917fd..dee3ab83 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 19db5e31..8ed6474b 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 ff3da875..26afbd3d 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.17.0/' + process.version, + 'User-Agent': 'ngrok-api-typescript/0.18.0/' + process.version, 'Ngrok-Version': '2', }) .content("application/json") diff --git a/src/client.ts b/src/client.ts index 7b2e14a5..46a23ded 100644 --- a/src/client.ts +++ b/src/client.ts @@ -225,7 +225,7 @@ export class Ngrok { this.httpClient = wretch() .url(baseUrl) .headers({ - 'User-Agent': 'ngrok-api-typescript/0.17.0/' + process.version, + 'User-Agent': 'ngrok-api-typescript/0.18.0/' + process.version, 'Ngrok-Version': '2', }) .content('application/json')