@distilled.cloud/cloudflare 0.2.6 → 0.3.0-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -2
- package/lib/auth.d.ts +3 -2
- package/lib/auth.d.ts.map +1 -1
- package/lib/auth.js +4 -3
- package/lib/auth.js.map +1 -1
- package/lib/client/api.d.ts +7 -9
- package/lib/client/api.d.ts.map +1 -1
- package/lib/client/api.js +60 -13
- package/lib/client/api.js.map +1 -1
- package/lib/credentials.d.ts +58 -4
- package/lib/credentials.d.ts.map +1 -1
- package/lib/credentials.js +126 -7
- package/lib/credentials.js.map +1 -1
- package/lib/errors.d.ts +12 -1
- package/lib/errors.d.ts.map +1 -1
- package/lib/sensitive.d.ts +5 -0
- package/lib/sensitive.d.ts.map +1 -0
- package/lib/sensitive.js +5 -0
- package/lib/sensitive.js.map +1 -0
- package/lib/services/abuse-reports.d.ts +116 -44
- package/lib/services/abuse-reports.d.ts.map +1 -1
- package/lib/services/abuse-reports.js +171 -110
- package/lib/services/abuse-reports.js.map +1 -1
- package/lib/services/accounts.d.ts +146 -62
- package/lib/services/accounts.d.ts.map +1 -1
- package/lib/services/accounts.js +208 -153
- package/lib/services/accounts.js.map +1 -1
- package/lib/services/acm.d.ts.map +1 -1
- package/lib/services/acm.js +8 -4
- package/lib/services/acm.js.map +1 -1
- package/lib/services/addressing.d.ts +200 -87
- package/lib/services/addressing.d.ts.map +1 -1
- package/lib/services/addressing.js +288 -201
- package/lib/services/addressing.js.map +1 -1
- package/lib/services/ai-gateway.d.ts +302 -121
- package/lib/services/ai-gateway.d.ts.map +1 -1
- package/lib/services/ai-gateway.js +407 -283
- package/lib/services/ai-gateway.js.map +1 -1
- package/lib/services/ai.d.ts +83 -29
- package/lib/services/ai.d.ts.map +1 -1
- package/lib/services/ai.js +95 -42
- package/lib/services/ai.js.map +1 -1
- package/lib/services/aisearch.d.ts +266 -112
- package/lib/services/aisearch.d.ts.map +1 -1
- package/lib/services/aisearch.js +510 -393
- package/lib/services/aisearch.js.map +1 -1
- package/lib/services/alerting.d.ts +249 -112
- package/lib/services/alerting.d.ts.map +1 -1
- package/lib/services/alerting.js +382 -325
- package/lib/services/alerting.js.map +1 -1
- package/lib/services/api-gateway.d.ts +458 -200
- package/lib/services/api-gateway.d.ts.map +1 -1
- package/lib/services/api-gateway.js +725 -618
- package/lib/services/api-gateway.js.map +1 -1
- package/lib/services/argo.d.ts.map +1 -1
- package/lib/services/argo.js +16 -8
- package/lib/services/argo.js.map +1 -1
- package/lib/services/billing.d.ts.map +1 -1
- package/lib/services/billing.js +4 -2
- package/lib/services/billing.js.map +1 -1
- package/lib/services/bot-management.d.ts.map +1 -1
- package/lib/services/bot-management.js +2 -2
- package/lib/services/bot-management.js.map +1 -1
- package/lib/services/botnet-feed.d.ts.map +1 -1
- package/lib/services/botnet-feed.js +10 -6
- package/lib/services/botnet-feed.js.map +1 -1
- package/lib/services/brand-protection.d.ts +8 -2
- package/lib/services/brand-protection.d.ts.map +1 -1
- package/lib/services/brand-protection.js +9 -2
- package/lib/services/brand-protection.js.map +1 -1
- package/lib/services/browser-rendering.d.ts.map +1 -1
- package/lib/services/browser-rendering.js +15 -14
- package/lib/services/browser-rendering.js.map +1 -1
- package/lib/services/cache.d.ts.map +1 -1
- package/lib/services/cache.js +49 -25
- package/lib/services/cache.js.map +1 -1
- package/lib/services/calls.d.ts +35 -14
- package/lib/services/calls.d.ts.map +1 -1
- package/lib/services/calls.js +35 -22
- package/lib/services/calls.js.map +1 -1
- package/lib/services/certificate-authorities.d.ts.map +1 -1
- package/lib/services/certificate-authorities.js +2 -2
- package/lib/services/certificate-authorities.js.map +1 -1
- package/lib/services/client-certificates.d.ts +57 -23
- package/lib/services/client-certificates.d.ts.map +1 -1
- package/lib/services/client-certificates.js +91 -62
- package/lib/services/client-certificates.js.map +1 -1
- package/lib/services/cloud-connector.d.ts +51 -22
- package/lib/services/cloud-connector.d.ts.map +1 -1
- package/lib/services/cloud-connector.js +57 -44
- package/lib/services/cloud-connector.js.map +1 -1
- package/lib/services/cloudforce-one.d.ts +119 -50
- package/lib/services/cloudforce-one.d.ts.map +1 -1
- package/lib/services/cloudforce-one.js +181 -124
- package/lib/services/cloudforce-one.js.map +1 -1
- package/lib/services/connectivity.d.ts +74 -31
- package/lib/services/connectivity.d.ts.map +1 -1
- package/lib/services/connectivity.js +84 -57
- package/lib/services/connectivity.js.map +1 -1
- package/lib/services/content-scanning.d.ts +40 -15
- package/lib/services/content-scanning.d.ts.map +1 -1
- package/lib/services/content-scanning.js +40 -21
- package/lib/services/content-scanning.js.map +1 -1
- package/lib/services/custom-certificates.d.ts +48 -19
- package/lib/services/custom-certificates.d.ts.map +1 -1
- package/lib/services/custom-certificates.js +80 -53
- package/lib/services/custom-certificates.js.map +1 -1
- package/lib/services/custom-hostnames.d.ts +116 -51
- package/lib/services/custom-hostnames.d.ts.map +1 -1
- package/lib/services/custom-hostnames.js +210 -170
- package/lib/services/custom-hostnames.js.map +1 -1
- package/lib/services/custom-nameservers.d.ts +32 -12
- package/lib/services/custom-nameservers.d.ts.map +1 -1
- package/lib/services/custom-nameservers.js +36 -21
- package/lib/services/custom-nameservers.js.map +1 -1
- package/lib/services/custom-pages.d.ts +26 -11
- package/lib/services/custom-pages.d.ts.map +1 -1
- package/lib/services/custom-pages.js +39 -24
- package/lib/services/custom-pages.js.map +1 -1
- package/lib/services/d1.d.ts +114 -48
- package/lib/services/d1.d.ts.map +1 -1
- package/lib/services/d1.js +150 -111
- package/lib/services/d1.js.map +1 -1
- package/lib/services/dcv-delegation.d.ts.map +1 -1
- package/lib/services/dcv-delegation.js +1 -1
- package/lib/services/dcv-delegation.js.map +1 -1
- package/lib/services/diagnostics.d.ts +59 -26
- package/lib/services/diagnostics.d.ts.map +1 -1
- package/lib/services/diagnostics.js +97 -82
- package/lib/services/diagnostics.js.map +1 -1
- package/lib/services/dns-firewall.d.ts +48 -19
- package/lib/services/dns-firewall.d.ts.map +1 -1
- package/lib/services/dns-firewall.js +75 -48
- package/lib/services/dns-firewall.js.map +1 -1
- package/lib/services/dns.d.ts +206 -87
- package/lib/services/dns.d.ts.map +1 -1
- package/lib/services/dns.js +335 -219
- package/lib/services/dns.js.map +1 -1
- package/lib/services/durable-objects.d.ts +44 -13
- package/lib/services/durable-objects.d.ts.map +1 -1
- package/lib/services/durable-objects.js +56 -19
- package/lib/services/durable-objects.js.map +1 -1
- package/lib/services/email-routing.d.ts +90 -34
- package/lib/services/email-routing.d.ts.map +1 -1
- package/lib/services/email-routing.js +133 -80
- package/lib/services/email-routing.js.map +1 -1
- package/lib/services/email-security.d.ts +439 -181
- package/lib/services/email-security.d.ts.map +1 -1
- package/lib/services/email-security.js +753 -557
- package/lib/services/email-security.js.map +1 -1
- package/lib/services/filters.d.ts +64 -24
- package/lib/services/filters.d.ts.map +1 -1
- package/lib/services/filters.js +61 -28
- package/lib/services/filters.js.map +1 -1
- package/lib/services/firewall.d.ts +455 -183
- package/lib/services/firewall.d.ts.map +1 -1
- package/lib/services/firewall.js +777 -574
- package/lib/services/firewall.js.map +1 -1
- package/lib/services/healthchecks.d.ts +76 -33
- package/lib/services/healthchecks.d.ts.map +1 -1
- package/lib/services/healthchecks.js +129 -100
- package/lib/services/healthchecks.js.map +1 -1
- package/lib/services/hostnames.d.ts +20 -8
- package/lib/services/hostnames.d.ts.map +1 -1
- package/lib/services/hostnames.js +32 -21
- package/lib/services/hostnames.js.map +1 -1
- package/lib/services/hyperdrive.d.ts.map +1 -1
- package/lib/services/hyperdrive.js +10 -9
- package/lib/services/hyperdrive.js.map +1 -1
- package/lib/services/iam.d.ts +162 -59
- package/lib/services/iam.d.ts.map +1 -1
- package/lib/services/iam.js +219 -119
- package/lib/services/iam.js.map +1 -1
- package/lib/services/images.d.ts +36 -12
- package/lib/services/images.d.ts.map +1 -1
- package/lib/services/images.js +59 -32
- package/lib/services/images.js.map +1 -1
- package/lib/services/intel.d.ts +159 -62
- package/lib/services/intel.d.ts.map +1 -1
- package/lib/services/intel.js +238 -151
- package/lib/services/intel.js.map +1 -1
- package/lib/services/ips.d.ts.map +1 -1
- package/lib/services/ips.js +1 -1
- package/lib/services/ips.js.map +1 -1
- package/lib/services/keyless-certificates.d.ts +36 -16
- package/lib/services/keyless-certificates.d.ts.map +1 -1
- package/lib/services/keyless-certificates.js +50 -37
- package/lib/services/keyless-certificates.js.map +1 -1
- package/lib/services/kv.d.ts +42 -12
- package/lib/services/kv.d.ts.map +1 -1
- package/lib/services/kv.js +87 -36
- package/lib/services/kv.js.map +1 -1
- package/lib/services/leaked-credential-checks.d.ts +16 -6
- package/lib/services/leaked-credential-checks.d.ts.map +1 -1
- package/lib/services/leaked-credential-checks.js +20 -12
- package/lib/services/leaked-credential-checks.js.map +1 -1
- package/lib/services/load-balancers.d.ts +373 -167
- package/lib/services/load-balancers.d.ts.map +1 -1
- package/lib/services/load-balancers.js +603 -490
- package/lib/services/load-balancers.js.map +1 -1
- package/lib/services/logpush.d.ts.map +1 -1
- package/lib/services/logpush.js +23 -15
- package/lib/services/logpush.js.map +1 -1
- package/lib/services/logs.d.ts.map +1 -1
- package/lib/services/logs.js +11 -7
- package/lib/services/logs.js.map +1 -1
- package/lib/services/magic-cloud-networking.d.ts +542 -249
- package/lib/services/magic-cloud-networking.d.ts.map +1 -1
- package/lib/services/magic-cloud-networking.js +890 -804
- package/lib/services/magic-cloud-networking.js.map +1 -1
- package/lib/services/magic-network-monitoring.d.ts.map +1 -1
- package/lib/services/magic-network-monitoring.js +44 -22
- package/lib/services/magic-network-monitoring.js.map +1 -1
- package/lib/services/magic-transit.d.ts +432 -196
- package/lib/services/magic-transit.d.ts.map +1 -1
- package/lib/services/magic-transit.js +730 -566
- package/lib/services/magic-transit.js.map +1 -1
- package/lib/services/managed-transforms.d.ts.map +1 -1
- package/lib/services/managed-transforms.js +8 -4
- package/lib/services/managed-transforms.js.map +1 -1
- package/lib/services/memberships.d.ts +54 -22
- package/lib/services/memberships.d.ts.map +1 -1
- package/lib/services/memberships.js +79 -53
- package/lib/services/memberships.js.map +1 -1
- package/lib/services/mtls-certificates.d.ts +41 -17
- package/lib/services/mtls-certificates.d.ts.map +1 -1
- package/lib/services/mtls-certificates.js +52 -33
- package/lib/services/mtls-certificates.js.map +1 -1
- package/lib/services/organizations.d.ts +56 -25
- package/lib/services/organizations.d.ts.map +1 -1
- package/lib/services/organizations.js +74 -59
- package/lib/services/organizations.js.map +1 -1
- package/lib/services/origin-ca-certificates.d.ts +30 -10
- package/lib/services/origin-ca-certificates.d.ts.map +1 -1
- package/lib/services/origin-ca-certificates.js +62 -35
- package/lib/services/origin-ca-certificates.js.map +1 -1
- package/lib/services/origin-post-quantum-encryption.d.ts.map +1 -1
- package/lib/services/origin-post-quantum-encryption.js +8 -4
- package/lib/services/origin-post-quantum-encryption.js.map +1 -1
- package/lib/services/origin-tls-client-auth.d.ts +60 -25
- package/lib/services/origin-tls-client-auth.d.ts.map +1 -1
- package/lib/services/origin-tls-client-auth.js +94 -60
- package/lib/services/origin-tls-client-auth.js.map +1 -1
- package/lib/services/page-rules.d.ts.map +1 -1
- package/lib/services/page-rules.js +18 -10
- package/lib/services/page-rules.js.map +1 -1
- package/lib/services/page-shield.d.ts +145 -66
- package/lib/services/page-shield.d.ts.map +1 -1
- package/lib/services/page-shield.js +166 -130
- package/lib/services/page-shield.js.map +1 -1
- package/lib/services/pages.d.ts +520 -225
- package/lib/services/pages.d.ts.map +1 -1
- package/lib/services/pages.js +643 -567
- package/lib/services/pages.js.map +1 -1
- package/lib/services/pipelines.d.ts +461 -206
- package/lib/services/pipelines.d.ts.map +1 -1
- package/lib/services/pipelines.js +859 -780
- package/lib/services/pipelines.js.map +1 -1
- package/lib/services/queues.d.ts +177 -80
- package/lib/services/queues.d.ts.map +1 -1
- package/lib/services/queues.js +233 -177
- package/lib/services/queues.js.map +1 -1
- package/lib/services/r2-data-catalog.d.ts.map +1 -1
- package/lib/services/r2-data-catalog.js +30 -16
- package/lib/services/r2-data-catalog.js.map +1 -1
- package/lib/services/r2.d.ts +85 -39
- package/lib/services/r2.d.ts.map +1 -1
- package/lib/services/r2.js +146 -126
- package/lib/services/r2.js.map +1 -1
- package/lib/services/radar.d.ts +152 -63
- package/lib/services/radar.d.ts.map +1 -1
- package/lib/services/radar.js +421 -360
- package/lib/services/radar.js.map +1 -1
- package/lib/services/rate-limits.d.ts +76 -31
- package/lib/services/rate-limits.d.ts.map +1 -1
- package/lib/services/rate-limits.js +106 -82
- package/lib/services/rate-limits.js.map +1 -1
- package/lib/services/realtime-kit.d.ts.map +1 -1
- package/lib/services/realtime-kit.js +34 -33
- package/lib/services/realtime-kit.js.map +1 -1
- package/lib/services/registrar.d.ts +75 -35
- package/lib/services/registrar.d.ts.map +1 -1
- package/lib/services/registrar.js +116 -103
- package/lib/services/registrar.js.map +1 -1
- package/lib/services/request-tracers.d.ts.map +1 -1
- package/lib/services/request-tracers.js +5 -2
- package/lib/services/request-tracers.js.map +1 -1
- package/lib/services/resource-sharing.d.ts +132 -50
- package/lib/services/resource-sharing.d.ts.map +1 -1
- package/lib/services/resource-sharing.js +232 -149
- package/lib/services/resource-sharing.js.map +1 -1
- package/lib/services/rules.d.ts +86 -37
- package/lib/services/rules.d.ts.map +1 -1
- package/lib/services/rules.js +122 -87
- package/lib/services/rules.js.map +1 -1
- package/lib/services/rulesets.d.ts +75 -30
- package/lib/services/rulesets.d.ts.map +1 -1
- package/lib/services/rulesets.js +274 -222
- package/lib/services/rulesets.js.map +1 -1
- package/lib/services/rum.d.ts +40 -15
- package/lib/services/rum.d.ts.map +1 -1
- package/lib/services/rum.js +78 -45
- package/lib/services/rum.js.map +1 -1
- package/lib/services/schema-validation.d.ts +47 -14
- package/lib/services/schema-validation.d.ts.map +1 -1
- package/lib/services/schema-validation.js +102 -43
- package/lib/services/schema-validation.js.map +1 -1
- package/lib/services/secrets-store.d.ts +116 -44
- package/lib/services/secrets-store.d.ts.map +1 -1
- package/lib/services/secrets-store.js +145 -78
- package/lib/services/secrets-store.js.map +1 -1
- package/lib/services/security-center.d.ts +56 -22
- package/lib/services/security-center.d.ts.map +1 -1
- package/lib/services/security-center.js +90 -64
- package/lib/services/security-center.js.map +1 -1
- package/lib/services/security-txt.d.ts.map +1 -1
- package/lib/services/security-txt.js +1 -1
- package/lib/services/security-txt.js.map +1 -1
- package/lib/services/snippets.d.ts +85 -33
- package/lib/services/snippets.d.ts.map +1 -1
- package/lib/services/snippets.js +106 -63
- package/lib/services/snippets.js.map +1 -1
- package/lib/services/spectrum.d.ts +58 -24
- package/lib/services/spectrum.d.ts.map +1 -1
- package/lib/services/spectrum.js +90 -65
- package/lib/services/spectrum.js.map +1 -1
- package/lib/services/speed.d.ts +47 -17
- package/lib/services/speed.d.ts.map +1 -1
- package/lib/services/speed.js +51 -24
- package/lib/services/speed.js.map +1 -1
- package/lib/services/ssl.d.ts +77 -35
- package/lib/services/ssl.d.ts.map +1 -1
- package/lib/services/ssl.js +146 -123
- package/lib/services/ssl.js.map +1 -1
- package/lib/services/stream.d.ts +173 -77
- package/lib/services/stream.d.ts.map +1 -1
- package/lib/services/stream.js +167 -131
- package/lib/services/stream.js.map +1 -1
- package/lib/services/token-validation.d.ts +203 -88
- package/lib/services/token-validation.d.ts.map +1 -1
- package/lib/services/token-validation.js +238 -172
- package/lib/services/token-validation.js.map +1 -1
- package/lib/services/turnstile.d.ts +38 -14
- package/lib/services/turnstile.d.ts.map +1 -1
- package/lib/services/turnstile.js +72 -41
- package/lib/services/turnstile.js.map +1 -1
- package/lib/services/url-normalization.d.ts.map +1 -1
- package/lib/services/url-normalization.js +2 -2
- package/lib/services/url-normalization.js.map +1 -1
- package/lib/services/user.d.ts +106 -40
- package/lib/services/user.d.ts.map +1 -1
- package/lib/services/user.js +156 -89
- package/lib/services/user.js.map +1 -1
- package/lib/services/vectorize.d.ts +26 -11
- package/lib/services/vectorize.d.ts.map +1 -1
- package/lib/services/vectorize.js +46 -35
- package/lib/services/vectorize.js.map +1 -1
- package/lib/services/waiting-rooms.d.ts +244 -104
- package/lib/services/waiting-rooms.d.ts.map +1 -1
- package/lib/services/waiting-rooms.js +398 -296
- package/lib/services/waiting-rooms.js.map +1 -1
- package/lib/services/web3.d.ts +26 -11
- package/lib/services/web3.d.ts.map +1 -1
- package/lib/services/web3.js +62 -43
- package/lib/services/web3.js.map +1 -1
- package/lib/services/workers-for-platforms.d.ts +323 -153
- package/lib/services/workers-for-platforms.d.ts.map +1 -1
- package/lib/services/workers-for-platforms.js +331 -288
- package/lib/services/workers-for-platforms.js.map +1 -1
- package/lib/services/workers.d.ts +601 -272
- package/lib/services/workers.d.ts.map +1 -1
- package/lib/services/workers.js +771 -633
- package/lib/services/workers.js.map +1 -1
- package/lib/services/workflows.d.ts +130 -47
- package/lib/services/workflows.d.ts.map +1 -1
- package/lib/services/workflows.js +190 -107
- package/lib/services/workflows.js.map +1 -1
- package/lib/services/zaraz.d.ts +20 -8
- package/lib/services/zaraz.d.ts.map +1 -1
- package/lib/services/zaraz.js +20 -13
- package/lib/services/zaraz.js.map +1 -1
- package/lib/services/zero-trust.d.ts +5436 -2650
- package/lib/services/zero-trust.d.ts.map +1 -1
- package/lib/services/zero-trust.js +9008 -7934
- package/lib/services/zero-trust.js.map +1 -1
- package/lib/services/zones.d.ts +188 -84
- package/lib/services/zones.d.ts.map +1 -1
- package/lib/services/zones.js +257 -196
- package/lib/services/zones.js.map +1 -1
- package/package.json +3 -2
- package/src/auth.ts +4 -3
- package/src/client/api.ts +105 -13
- package/src/credentials.ts +253 -12
- package/src/errors.ts +17 -1
- package/src/sensitive.ts +4 -0
- package/src/services/abuse-reports.ts +416 -208
- package/src/services/accounts.ts +511 -306
- package/src/services/acm.ts +22 -14
- package/src/services/addressing.ts +865 -550
- package/src/services/ai-gateway.ts +1148 -710
- package/src/services/ai.ts +265 -91
- package/src/services/aisearch.ts +1460 -995
- package/src/services/alerting.ts +1027 -671
- package/src/services/api-gateway.ts +1628 -1129
- package/src/services/argo.ts +48 -32
- package/src/services/billing.ts +47 -43
- package/src/services/bot-management.ts +6 -2
- package/src/services/botnet-feed.ts +28 -16
- package/src/services/brand-protection.ts +28 -6
- package/src/services/browser-rendering.ts +23 -10
- package/src/services/cache.ts +147 -97
- package/src/services/calls.ts +107 -42
- package/src/services/certificate-authorities.ts +6 -2
- package/src/services/client-certificates.ts +270 -173
- package/src/services/cloud-connector.ts +149 -82
- package/src/services/cloudforce-one.ts +515 -287
- package/src/services/connectivity.ts +184 -107
- package/src/services/content-scanning.ts +115 -42
- package/src/services/custom-certificates.ts +200 -121
- package/src/services/custom-hostnames.ts +583 -395
- package/src/services/custom-nameservers.ts +98 -45
- package/src/services/custom-pages.ts +109 -62
- package/src/services/d1.ts +409 -235
- package/src/services/dcv-delegation.ts +3 -1
- package/src/services/diagnostics.ts +267 -193
- package/src/services/dns-firewall.ts +197 -116
- package/src/services/dns.ts +916 -536
- package/src/services/durable-objects.ts +126 -37
- package/src/services/email-routing.ts +375 -181
- package/src/services/email-security.ts +1881 -1112
- package/src/services/filters.ts +176 -58
- package/src/services/firewall.ts +1843 -1011
- package/src/services/healthchecks.ts +374 -258
- package/src/services/hostnames.ts +83 -47
- package/src/services/hyperdrive.ts +12 -9
- package/src/services/iam.ts +560 -259
- package/src/services/images.ts +148 -54
- package/src/services/intel.ts +677 -373
- package/src/services/ips.ts +1 -1
- package/src/services/keyless-certificates.ts +139 -92
- package/src/services/kv.ts +204 -86
- package/src/services/leaked-credential-checks.ts +58 -19
- package/src/services/load-balancers.ts +1755 -1200
- package/src/services/logpush.ts +100 -72
- package/src/services/logs.ts +29 -15
- package/src/services/magic-cloud-networking.ts +2453 -1726
- package/src/services/magic-network-monitoring.ts +163 -119
- package/src/services/magic-transit.ts +2153 -1530
- package/src/services/managed-transforms.ts +20 -12
- package/src/services/memberships.ts +196 -113
- package/src/services/mtls-certificates.ts +158 -88
- package/src/services/organizations.ts +185 -121
- package/src/services/origin-ca-certificates.ts +130 -64
- package/src/services/origin-post-quantum-encryption.ts +24 -16
- package/src/services/origin-tls-client-auth.ts +282 -158
- package/src/services/page-rules.ts +64 -44
- package/src/services/page-shield.ts +492 -316
- package/src/services/pages.ts +1612 -1154
- package/src/services/pipelines.ts +1735 -1280
- package/src/services/queues.ts +617 -419
- package/src/services/r2-data-catalog.ts +82 -50
- package/src/services/r2.ts +420 -239
- package/src/services/radar.ts +1107 -423
- package/src/services/rate-limits.ts +254 -152
- package/src/services/realtime-kit.ts +34 -33
- package/src/services/registrar.ts +262 -167
- package/src/services/request-tracers.ts +7 -4
- package/src/services/resource-sharing.ts +628 -378
- package/src/services/rules.ts +292 -176
- package/src/services/rulesets.ts +643 -426
- package/src/services/rum.ts +204 -111
- package/src/services/schema-validation.ts +240 -104
- package/src/services/secrets-store.ts +356 -166
- package/src/services/security-center.ts +196 -98
- package/src/services/security-txt.ts +2 -0
- package/src/services/snippets.ts +259 -117
- package/src/services/spectrum.ts +215 -128
- package/src/services/speed.ts +144 -46
- package/src/services/ssl.ts +420 -293
- package/src/services/stream.ts +496 -244
- package/src/services/token-validation.ts +583 -343
- package/src/services/turnstile.ts +206 -124
- package/src/services/url-normalization.ts +6 -2
- package/src/services/user.ts +480 -277
- package/src/services/vectorize.ts +123 -64
- package/src/services/waiting-rooms.ts +1156 -747
- package/src/services/web3.ts +178 -113
- package/src/services/workers-for-platforms.ts +814 -539
- package/src/services/workers.ts +1888 -1227
- package/src/services/workflows.ts +453 -205
- package/src/services/zaraz.ts +61 -25
- package/src/services/zero-trust.ts +17859 -12103
- package/src/services/zones.ts +690 -459
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* Generated from Cloudflare TypeScript SDK.
|
|
5
5
|
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service magic-transit
|
|
6
6
|
*/
|
|
7
|
+
import * as stream from "effect/Stream";
|
|
7
8
|
import * as Schema from "effect/Schema";
|
|
8
9
|
import type * as HttpClient from "effect/unstable/http/HttpClient";
|
|
9
10
|
import * as API from "../client/api.ts";
|
|
@@ -14,22 +15,39 @@ export interface ListAppsRequest {
|
|
|
14
15
|
accountId: string;
|
|
15
16
|
}
|
|
16
17
|
export declare const ListAppsRequest: Schema.Schema<ListAppsRequest>;
|
|
17
|
-
export
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
18
|
+
export interface ListAppsResponse {
|
|
19
|
+
result: ({
|
|
20
|
+
accountAppId: string;
|
|
21
|
+
hostnames?: string[] | null;
|
|
22
|
+
ipSubnets?: string[] | null;
|
|
23
|
+
name?: string | null;
|
|
24
|
+
type?: string | null;
|
|
25
|
+
} | {
|
|
26
|
+
managedAppId: string;
|
|
27
|
+
hostnames?: string[] | null;
|
|
28
|
+
ipSubnets?: string[] | null;
|
|
29
|
+
name?: string | null;
|
|
30
|
+
type?: string | null;
|
|
31
|
+
})[];
|
|
32
|
+
}
|
|
30
33
|
export declare const ListAppsResponse: Schema.Schema<ListAppsResponse>;
|
|
31
34
|
export type ListAppsError = DefaultErrors;
|
|
32
|
-
export declare const listApps: API.
|
|
35
|
+
export declare const listApps: API.PaginatedOperationMethod<ListAppsRequest, ListAppsResponse, ListAppsError, Credentials | HttpClient.HttpClient> & {
|
|
36
|
+
pages: (input: ListAppsRequest) => stream.Stream<ListAppsResponse, ListAppsError, Credentials | HttpClient.HttpClient>;
|
|
37
|
+
items: (input: ListAppsRequest) => stream.Stream<{
|
|
38
|
+
accountAppId: string;
|
|
39
|
+
hostnames?: string[] | null;
|
|
40
|
+
ipSubnets?: string[] | null;
|
|
41
|
+
name?: string | null;
|
|
42
|
+
type?: string | null;
|
|
43
|
+
} | {
|
|
44
|
+
managedAppId: string;
|
|
45
|
+
hostnames?: string[] | null;
|
|
46
|
+
ipSubnets?: string[] | null;
|
|
47
|
+
name?: string | null;
|
|
48
|
+
type?: string | null;
|
|
49
|
+
}, ListAppsError, Credentials | HttpClient.HttpClient>;
|
|
50
|
+
};
|
|
33
51
|
export interface CreateAppRequest {
|
|
34
52
|
/** Path param: Identifier */
|
|
35
53
|
accountId: string;
|
|
@@ -270,25 +288,45 @@ export interface ListConnectorsRequest {
|
|
|
270
288
|
accountId: string;
|
|
271
289
|
}
|
|
272
290
|
export declare const ListConnectorsRequest: Schema.Schema<ListConnectorsRequest>;
|
|
273
|
-
export
|
|
274
|
-
|
|
275
|
-
activated: boolean;
|
|
276
|
-
interruptWindowDurationHours: number;
|
|
277
|
-
interruptWindowHourOfDay: number;
|
|
278
|
-
lastUpdated: string;
|
|
279
|
-
notes: string;
|
|
280
|
-
timezone: string;
|
|
281
|
-
device?: {
|
|
291
|
+
export interface ListConnectorsResponse {
|
|
292
|
+
result: {
|
|
282
293
|
id: string;
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
294
|
+
activated: boolean;
|
|
295
|
+
interruptWindowDurationHours: number;
|
|
296
|
+
interruptWindowHourOfDay: number;
|
|
297
|
+
lastUpdated: string;
|
|
298
|
+
notes: string;
|
|
299
|
+
timezone: string;
|
|
300
|
+
device?: {
|
|
301
|
+
id: string;
|
|
302
|
+
serialNumber?: string | null;
|
|
303
|
+
} | null;
|
|
304
|
+
lastHeartbeat?: string | null;
|
|
305
|
+
lastSeenVersion?: string | null;
|
|
306
|
+
licenseKey?: string | null;
|
|
307
|
+
}[];
|
|
308
|
+
}
|
|
289
309
|
export declare const ListConnectorsResponse: Schema.Schema<ListConnectorsResponse>;
|
|
290
310
|
export type ListConnectorsError = DefaultErrors;
|
|
291
|
-
export declare const listConnectors: API.
|
|
311
|
+
export declare const listConnectors: API.PaginatedOperationMethod<ListConnectorsRequest, ListConnectorsResponse, ListConnectorsError, Credentials | HttpClient.HttpClient> & {
|
|
312
|
+
pages: (input: ListConnectorsRequest) => stream.Stream<ListConnectorsResponse, ListConnectorsError, Credentials | HttpClient.HttpClient>;
|
|
313
|
+
items: (input: ListConnectorsRequest) => stream.Stream<{
|
|
314
|
+
id: string;
|
|
315
|
+
activated: boolean;
|
|
316
|
+
interruptWindowDurationHours: number;
|
|
317
|
+
interruptWindowHourOfDay: number;
|
|
318
|
+
lastUpdated: string;
|
|
319
|
+
notes: string;
|
|
320
|
+
timezone: string;
|
|
321
|
+
device?: {
|
|
322
|
+
id: string;
|
|
323
|
+
serialNumber?: string | null;
|
|
324
|
+
} | null;
|
|
325
|
+
lastHeartbeat?: string | null;
|
|
326
|
+
lastSeenVersion?: string | null;
|
|
327
|
+
licenseKey?: string | null;
|
|
328
|
+
}, ListConnectorsError, Credentials | HttpClient.HttpClient>;
|
|
329
|
+
};
|
|
292
330
|
export interface CreateConnectorRequest {
|
|
293
331
|
/** Path param: Account identifier */
|
|
294
332
|
accountId: string;
|
|
@@ -2037,39 +2075,73 @@ export interface ListPcapsRequest {
|
|
|
2037
2075
|
accountId: string;
|
|
2038
2076
|
}
|
|
2039
2077
|
export declare const ListPcapsRequest: Schema.Schema<ListPcapsRequest>;
|
|
2040
|
-
export
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2078
|
+
export interface ListPcapsResponse {
|
|
2079
|
+
result: ({
|
|
2080
|
+
id?: string | null;
|
|
2081
|
+
filterV1?: {
|
|
2082
|
+
destinationAddress?: string | null;
|
|
2083
|
+
destinationPort?: number | null;
|
|
2084
|
+
protocol?: number | null;
|
|
2085
|
+
sourceAddress?: string | null;
|
|
2086
|
+
sourcePort?: number | null;
|
|
2087
|
+
} | null;
|
|
2088
|
+
offsetTime?: string | null;
|
|
2089
|
+
status?: "unknown" | "success" | "pending" | "running" | "conversion_pending" | "conversion_running" | "complete" | "failed" | null;
|
|
2090
|
+
submitted?: string | null;
|
|
2091
|
+
system?: "magic-transit" | null;
|
|
2092
|
+
timeLimit?: number | null;
|
|
2093
|
+
type?: "simple" | "full" | null;
|
|
2094
|
+
} | {
|
|
2095
|
+
id?: string | null;
|
|
2096
|
+
byteLimit?: number | null;
|
|
2097
|
+
coloName?: string | null;
|
|
2098
|
+
destinationConf?: string | null;
|
|
2099
|
+
errorMessage?: string | null;
|
|
2100
|
+
filterV1?: unknown | null;
|
|
2101
|
+
packetsCaptured?: number | null;
|
|
2102
|
+
status?: "unknown" | "success" | "pending" | "running" | "conversion_pending" | "conversion_running" | "complete" | "failed" | null;
|
|
2103
|
+
stopRequested?: string | null;
|
|
2104
|
+
submitted?: string | null;
|
|
2105
|
+
system?: "magic-transit" | null;
|
|
2106
|
+
timeLimit?: number | null;
|
|
2107
|
+
type?: "simple" | "full" | null;
|
|
2108
|
+
})[];
|
|
2109
|
+
}
|
|
2070
2110
|
export declare const ListPcapsResponse: Schema.Schema<ListPcapsResponse>;
|
|
2071
2111
|
export type ListPcapsError = DefaultErrors;
|
|
2072
|
-
export declare const listPcaps: API.
|
|
2112
|
+
export declare const listPcaps: API.PaginatedOperationMethod<ListPcapsRequest, ListPcapsResponse, ListPcapsError, Credentials | HttpClient.HttpClient> & {
|
|
2113
|
+
pages: (input: ListPcapsRequest) => stream.Stream<ListPcapsResponse, ListPcapsError, Credentials | HttpClient.HttpClient>;
|
|
2114
|
+
items: (input: ListPcapsRequest) => stream.Stream<{
|
|
2115
|
+
id?: string | null;
|
|
2116
|
+
filterV1?: {
|
|
2117
|
+
destinationAddress?: string | null;
|
|
2118
|
+
destinationPort?: number | null;
|
|
2119
|
+
protocol?: number | null;
|
|
2120
|
+
sourceAddress?: string | null;
|
|
2121
|
+
sourcePort?: number | null;
|
|
2122
|
+
} | null;
|
|
2123
|
+
offsetTime?: string | null;
|
|
2124
|
+
status?: "unknown" | "success" | "pending" | "running" | "conversion_pending" | "conversion_running" | "complete" | "failed" | null;
|
|
2125
|
+
submitted?: string | null;
|
|
2126
|
+
system?: "magic-transit" | null;
|
|
2127
|
+
timeLimit?: number | null;
|
|
2128
|
+
type?: "simple" | "full" | null;
|
|
2129
|
+
} | {
|
|
2130
|
+
id?: string | null;
|
|
2131
|
+
byteLimit?: number | null;
|
|
2132
|
+
coloName?: string | null;
|
|
2133
|
+
destinationConf?: string | null;
|
|
2134
|
+
errorMessage?: string | null;
|
|
2135
|
+
filterV1?: unknown | null;
|
|
2136
|
+
packetsCaptured?: number | null;
|
|
2137
|
+
status?: "unknown" | "success" | "pending" | "running" | "conversion_pending" | "conversion_running" | "complete" | "failed" | null;
|
|
2138
|
+
stopRequested?: string | null;
|
|
2139
|
+
submitted?: string | null;
|
|
2140
|
+
system?: "magic-transit" | null;
|
|
2141
|
+
timeLimit?: number | null;
|
|
2142
|
+
type?: "simple" | "full" | null;
|
|
2143
|
+
}, ListPcapsError, Credentials | HttpClient.HttpClient>;
|
|
2144
|
+
};
|
|
2073
2145
|
export interface CreatePcapRequest {
|
|
2074
2146
|
/** Path param: Identifier. */
|
|
2075
2147
|
accountId: string;
|
|
@@ -2151,17 +2223,29 @@ export interface GetPcapOwnershipRequest {
|
|
|
2151
2223
|
accountId: string;
|
|
2152
2224
|
}
|
|
2153
2225
|
export declare const GetPcapOwnershipRequest: Schema.Schema<GetPcapOwnershipRequest>;
|
|
2154
|
-
export
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2226
|
+
export interface GetPcapOwnershipResponse {
|
|
2227
|
+
result: {
|
|
2228
|
+
id: string;
|
|
2229
|
+
destinationConf: string;
|
|
2230
|
+
filename: string;
|
|
2231
|
+
status: "pending" | "success" | "failed";
|
|
2232
|
+
submitted: string;
|
|
2233
|
+
validated?: string | null;
|
|
2234
|
+
}[];
|
|
2235
|
+
}
|
|
2162
2236
|
export declare const GetPcapOwnershipResponse: Schema.Schema<GetPcapOwnershipResponse>;
|
|
2163
2237
|
export type GetPcapOwnershipError = DefaultErrors;
|
|
2164
|
-
export declare const getPcapOwnership: API.
|
|
2238
|
+
export declare const getPcapOwnership: API.PaginatedOperationMethod<GetPcapOwnershipRequest, GetPcapOwnershipResponse, GetPcapOwnershipError, Credentials | HttpClient.HttpClient> & {
|
|
2239
|
+
pages: (input: GetPcapOwnershipRequest) => stream.Stream<GetPcapOwnershipResponse, GetPcapOwnershipError, Credentials | HttpClient.HttpClient>;
|
|
2240
|
+
items: (input: GetPcapOwnershipRequest) => stream.Stream<{
|
|
2241
|
+
id: string;
|
|
2242
|
+
destinationConf: string;
|
|
2243
|
+
filename: string;
|
|
2244
|
+
status: "pending" | "success" | "failed";
|
|
2245
|
+
submitted: string;
|
|
2246
|
+
validated?: string | null;
|
|
2247
|
+
}, GetPcapOwnershipError, Credentials | HttpClient.HttpClient>;
|
|
2248
|
+
};
|
|
2165
2249
|
export interface CreatePcapOwnershipRequest {
|
|
2166
2250
|
/** Path param: Identifier. */
|
|
2167
2251
|
accountId: string;
|
|
@@ -2603,21 +2687,37 @@ export interface ListSitesRequest {
|
|
|
2603
2687
|
connectorid?: string;
|
|
2604
2688
|
}
|
|
2605
2689
|
export declare const ListSitesRequest: Schema.Schema<ListSitesRequest>;
|
|
2606
|
-
export
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2690
|
+
export interface ListSitesResponse {
|
|
2691
|
+
result: {
|
|
2692
|
+
id?: string | null;
|
|
2693
|
+
connectorId?: string | null;
|
|
2694
|
+
description?: string | null;
|
|
2695
|
+
haMode?: boolean | null;
|
|
2696
|
+
location?: {
|
|
2697
|
+
lat?: string | null;
|
|
2698
|
+
lon?: string | null;
|
|
2699
|
+
} | null;
|
|
2700
|
+
name?: string | null;
|
|
2701
|
+
secondaryConnectorId?: string | null;
|
|
2702
|
+
}[];
|
|
2703
|
+
}
|
|
2618
2704
|
export declare const ListSitesResponse: Schema.Schema<ListSitesResponse>;
|
|
2619
2705
|
export type ListSitesError = DefaultErrors;
|
|
2620
|
-
export declare const listSites: API.
|
|
2706
|
+
export declare const listSites: API.PaginatedOperationMethod<ListSitesRequest, ListSitesResponse, ListSitesError, Credentials | HttpClient.HttpClient> & {
|
|
2707
|
+
pages: (input: ListSitesRequest) => stream.Stream<ListSitesResponse, ListSitesError, Credentials | HttpClient.HttpClient>;
|
|
2708
|
+
items: (input: ListSitesRequest) => stream.Stream<{
|
|
2709
|
+
id?: string | null;
|
|
2710
|
+
connectorId?: string | null;
|
|
2711
|
+
description?: string | null;
|
|
2712
|
+
haMode?: boolean | null;
|
|
2713
|
+
location?: {
|
|
2714
|
+
lat?: string | null;
|
|
2715
|
+
lon?: string | null;
|
|
2716
|
+
} | null;
|
|
2717
|
+
name?: string | null;
|
|
2718
|
+
secondaryConnectorId?: string | null;
|
|
2719
|
+
}, ListSitesError, Credentials | HttpClient.HttpClient>;
|
|
2720
|
+
};
|
|
2621
2721
|
export interface CreateSiteRequest {
|
|
2622
2722
|
/** Path param: Identifier */
|
|
2623
2723
|
accountId: string;
|
|
@@ -2809,31 +2909,57 @@ export interface ListSiteAclsRequest {
|
|
|
2809
2909
|
accountId: string;
|
|
2810
2910
|
}
|
|
2811
2911
|
export declare const ListSiteAclsRequest: Schema.Schema<ListSiteAclsRequest>;
|
|
2812
|
-
export
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2912
|
+
export interface ListSiteAclsResponse {
|
|
2913
|
+
result: {
|
|
2914
|
+
id?: string | null;
|
|
2915
|
+
description?: string | null;
|
|
2916
|
+
forwardLocally?: boolean | null;
|
|
2917
|
+
lan_1?: {
|
|
2918
|
+
lanId: string;
|
|
2919
|
+
lanName?: string | null;
|
|
2920
|
+
portRanges?: string[] | null;
|
|
2921
|
+
ports?: number[] | null;
|
|
2922
|
+
subnets?: string[] | null;
|
|
2923
|
+
} | null;
|
|
2924
|
+
lan_2?: {
|
|
2925
|
+
lanId: string;
|
|
2926
|
+
lanName?: string | null;
|
|
2927
|
+
portRanges?: string[] | null;
|
|
2928
|
+
ports?: number[] | null;
|
|
2929
|
+
subnets?: string[] | null;
|
|
2930
|
+
} | null;
|
|
2931
|
+
name?: string | null;
|
|
2932
|
+
protocols?: ("tcp" | "udp" | "icmp")[] | null;
|
|
2933
|
+
unidirectional?: boolean | null;
|
|
2934
|
+
}[];
|
|
2935
|
+
}
|
|
2834
2936
|
export declare const ListSiteAclsResponse: Schema.Schema<ListSiteAclsResponse>;
|
|
2835
2937
|
export type ListSiteAclsError = DefaultErrors;
|
|
2836
|
-
export declare const listSiteAcls: API.
|
|
2938
|
+
export declare const listSiteAcls: API.PaginatedOperationMethod<ListSiteAclsRequest, ListSiteAclsResponse, ListSiteAclsError, Credentials | HttpClient.HttpClient> & {
|
|
2939
|
+
pages: (input: ListSiteAclsRequest) => stream.Stream<ListSiteAclsResponse, ListSiteAclsError, Credentials | HttpClient.HttpClient>;
|
|
2940
|
+
items: (input: ListSiteAclsRequest) => stream.Stream<{
|
|
2941
|
+
id?: string | null;
|
|
2942
|
+
description?: string | null;
|
|
2943
|
+
forwardLocally?: boolean | null;
|
|
2944
|
+
lan_1?: {
|
|
2945
|
+
lanId: string;
|
|
2946
|
+
lanName?: string | null;
|
|
2947
|
+
portRanges?: string[] | null;
|
|
2948
|
+
ports?: number[] | null;
|
|
2949
|
+
subnets?: string[] | null;
|
|
2950
|
+
} | null;
|
|
2951
|
+
lan_2?: {
|
|
2952
|
+
lanId: string;
|
|
2953
|
+
lanName?: string | null;
|
|
2954
|
+
portRanges?: string[] | null;
|
|
2955
|
+
ports?: number[] | null;
|
|
2956
|
+
subnets?: string[] | null;
|
|
2957
|
+
} | null;
|
|
2958
|
+
name?: string | null;
|
|
2959
|
+
protocols?: ("tcp" | "udp" | "icmp")[] | null;
|
|
2960
|
+
unidirectional?: boolean | null;
|
|
2961
|
+
}, ListSiteAclsError, Credentials | HttpClient.HttpClient>;
|
|
2962
|
+
};
|
|
2837
2963
|
export interface CreateSiteAclRequest {
|
|
2838
2964
|
siteId: string;
|
|
2839
2965
|
/** Path param: Identifier */
|
|
@@ -3113,42 +3239,79 @@ export interface ListSiteLansRequest {
|
|
|
3113
3239
|
accountId: string;
|
|
3114
3240
|
}
|
|
3115
3241
|
export declare const ListSiteLansRequest: Schema.Schema<ListSiteLansRequest>;
|
|
3116
|
-
export
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
staticPrefix?: string | null;
|
|
3122
|
-
} | null;
|
|
3123
|
-
physport?: number | null;
|
|
3124
|
-
routedSubnets?: {
|
|
3125
|
-
nextHop: string;
|
|
3126
|
-
prefix: string;
|
|
3242
|
+
export interface ListSiteLansResponse {
|
|
3243
|
+
result: {
|
|
3244
|
+
id?: string | null;
|
|
3245
|
+
haLink?: boolean | null;
|
|
3246
|
+
name?: string | null;
|
|
3127
3247
|
nat?: {
|
|
3128
3248
|
staticPrefix?: string | null;
|
|
3129
3249
|
} | null;
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3250
|
+
physport?: number | null;
|
|
3251
|
+
routedSubnets?: {
|
|
3252
|
+
nextHop: string;
|
|
3253
|
+
prefix: string;
|
|
3254
|
+
nat?: {
|
|
3255
|
+
staticPrefix?: string | null;
|
|
3256
|
+
} | null;
|
|
3257
|
+
}[] | null;
|
|
3258
|
+
siteId?: string | null;
|
|
3259
|
+
staticAddressing?: {
|
|
3260
|
+
address: string;
|
|
3261
|
+
dhcpRelay?: {
|
|
3262
|
+
serverAddresses?: string[] | null;
|
|
3263
|
+
} | null;
|
|
3264
|
+
dhcpServer?: {
|
|
3265
|
+
dhcpPoolEnd?: string | null;
|
|
3266
|
+
dhcpPoolStart?: string | null;
|
|
3267
|
+
dnsServer?: string | null;
|
|
3268
|
+
dnsServers?: string[] | null;
|
|
3269
|
+
reservations?: Record<string, unknown> | null;
|
|
3270
|
+
} | null;
|
|
3271
|
+
secondaryAddress?: string | null;
|
|
3272
|
+
virtualAddress?: string | null;
|
|
3143
3273
|
} | null;
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
vlanTag?: number | null;
|
|
3148
|
-
}[];
|
|
3274
|
+
vlanTag?: number | null;
|
|
3275
|
+
}[];
|
|
3276
|
+
}
|
|
3149
3277
|
export declare const ListSiteLansResponse: Schema.Schema<ListSiteLansResponse>;
|
|
3150
3278
|
export type ListSiteLansError = DefaultErrors;
|
|
3151
|
-
export declare const listSiteLans: API.
|
|
3279
|
+
export declare const listSiteLans: API.PaginatedOperationMethod<ListSiteLansRequest, ListSiteLansResponse, ListSiteLansError, Credentials | HttpClient.HttpClient> & {
|
|
3280
|
+
pages: (input: ListSiteLansRequest) => stream.Stream<ListSiteLansResponse, ListSiteLansError, Credentials | HttpClient.HttpClient>;
|
|
3281
|
+
items: (input: ListSiteLansRequest) => stream.Stream<{
|
|
3282
|
+
id?: string | null;
|
|
3283
|
+
haLink?: boolean | null;
|
|
3284
|
+
name?: string | null;
|
|
3285
|
+
nat?: {
|
|
3286
|
+
staticPrefix?: string | null;
|
|
3287
|
+
} | null;
|
|
3288
|
+
physport?: number | null;
|
|
3289
|
+
routedSubnets?: {
|
|
3290
|
+
nextHop: string;
|
|
3291
|
+
prefix: string;
|
|
3292
|
+
nat?: {
|
|
3293
|
+
staticPrefix?: string | null;
|
|
3294
|
+
} | null;
|
|
3295
|
+
}[] | null;
|
|
3296
|
+
siteId?: string | null;
|
|
3297
|
+
staticAddressing?: {
|
|
3298
|
+
address: string;
|
|
3299
|
+
dhcpRelay?: {
|
|
3300
|
+
serverAddresses?: string[] | null;
|
|
3301
|
+
} | null;
|
|
3302
|
+
dhcpServer?: {
|
|
3303
|
+
dhcpPoolEnd?: string | null;
|
|
3304
|
+
dhcpPoolStart?: string | null;
|
|
3305
|
+
dnsServer?: string | null;
|
|
3306
|
+
dnsServers?: string[] | null;
|
|
3307
|
+
reservations?: Record<string, unknown> | null;
|
|
3308
|
+
} | null;
|
|
3309
|
+
secondaryAddress?: string | null;
|
|
3310
|
+
virtualAddress?: string | null;
|
|
3311
|
+
} | null;
|
|
3312
|
+
vlanTag?: number | null;
|
|
3313
|
+
}, ListSiteLansError, Credentials | HttpClient.HttpClient>;
|
|
3314
|
+
};
|
|
3152
3315
|
export interface CreateSiteLanRequest {
|
|
3153
3316
|
siteId: string;
|
|
3154
3317
|
/** Path param: Identifier */
|
|
@@ -3191,42 +3354,79 @@ export interface CreateSiteLanRequest {
|
|
|
3191
3354
|
vlanTag?: number;
|
|
3192
3355
|
}
|
|
3193
3356
|
export declare const CreateSiteLanRequest: Schema.Schema<CreateSiteLanRequest>;
|
|
3194
|
-
export
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
staticPrefix?: string | null;
|
|
3200
|
-
} | null;
|
|
3201
|
-
physport?: number | null;
|
|
3202
|
-
routedSubnets?: {
|
|
3203
|
-
nextHop: string;
|
|
3204
|
-
prefix: string;
|
|
3357
|
+
export interface CreateSiteLanResponse {
|
|
3358
|
+
result: {
|
|
3359
|
+
id?: string | null;
|
|
3360
|
+
haLink?: boolean | null;
|
|
3361
|
+
name?: string | null;
|
|
3205
3362
|
nat?: {
|
|
3206
3363
|
staticPrefix?: string | null;
|
|
3207
3364
|
} | null;
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3365
|
+
physport?: number | null;
|
|
3366
|
+
routedSubnets?: {
|
|
3367
|
+
nextHop: string;
|
|
3368
|
+
prefix: string;
|
|
3369
|
+
nat?: {
|
|
3370
|
+
staticPrefix?: string | null;
|
|
3371
|
+
} | null;
|
|
3372
|
+
}[] | null;
|
|
3373
|
+
siteId?: string | null;
|
|
3374
|
+
staticAddressing?: {
|
|
3375
|
+
address: string;
|
|
3376
|
+
dhcpRelay?: {
|
|
3377
|
+
serverAddresses?: string[] | null;
|
|
3378
|
+
} | null;
|
|
3379
|
+
dhcpServer?: {
|
|
3380
|
+
dhcpPoolEnd?: string | null;
|
|
3381
|
+
dhcpPoolStart?: string | null;
|
|
3382
|
+
dnsServer?: string | null;
|
|
3383
|
+
dnsServers?: string[] | null;
|
|
3384
|
+
reservations?: Record<string, unknown> | null;
|
|
3385
|
+
} | null;
|
|
3386
|
+
secondaryAddress?: string | null;
|
|
3387
|
+
virtualAddress?: string | null;
|
|
3221
3388
|
} | null;
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
vlanTag?: number | null;
|
|
3226
|
-
}[];
|
|
3389
|
+
vlanTag?: number | null;
|
|
3390
|
+
}[];
|
|
3391
|
+
}
|
|
3227
3392
|
export declare const CreateSiteLanResponse: Schema.Schema<CreateSiteLanResponse>;
|
|
3228
3393
|
export type CreateSiteLanError = DefaultErrors;
|
|
3229
|
-
export declare const createSiteLan: API.
|
|
3394
|
+
export declare const createSiteLan: API.PaginatedOperationMethod<CreateSiteLanRequest, CreateSiteLanResponse, CreateSiteLanError, Credentials | HttpClient.HttpClient> & {
|
|
3395
|
+
pages: (input: CreateSiteLanRequest) => stream.Stream<CreateSiteLanResponse, CreateSiteLanError, Credentials | HttpClient.HttpClient>;
|
|
3396
|
+
items: (input: CreateSiteLanRequest) => stream.Stream<{
|
|
3397
|
+
id?: string | null;
|
|
3398
|
+
haLink?: boolean | null;
|
|
3399
|
+
name?: string | null;
|
|
3400
|
+
nat?: {
|
|
3401
|
+
staticPrefix?: string | null;
|
|
3402
|
+
} | null;
|
|
3403
|
+
physport?: number | null;
|
|
3404
|
+
routedSubnets?: {
|
|
3405
|
+
nextHop: string;
|
|
3406
|
+
prefix: string;
|
|
3407
|
+
nat?: {
|
|
3408
|
+
staticPrefix?: string | null;
|
|
3409
|
+
} | null;
|
|
3410
|
+
}[] | null;
|
|
3411
|
+
siteId?: string | null;
|
|
3412
|
+
staticAddressing?: {
|
|
3413
|
+
address: string;
|
|
3414
|
+
dhcpRelay?: {
|
|
3415
|
+
serverAddresses?: string[] | null;
|
|
3416
|
+
} | null;
|
|
3417
|
+
dhcpServer?: {
|
|
3418
|
+
dhcpPoolEnd?: string | null;
|
|
3419
|
+
dhcpPoolStart?: string | null;
|
|
3420
|
+
dnsServer?: string | null;
|
|
3421
|
+
dnsServers?: string[] | null;
|
|
3422
|
+
reservations?: Record<string, unknown> | null;
|
|
3423
|
+
} | null;
|
|
3424
|
+
secondaryAddress?: string | null;
|
|
3425
|
+
virtualAddress?: string | null;
|
|
3426
|
+
} | null;
|
|
3427
|
+
vlanTag?: number | null;
|
|
3428
|
+
}, CreateSiteLanError, Credentials | HttpClient.HttpClient>;
|
|
3429
|
+
};
|
|
3230
3430
|
export interface UpdateSiteLanRequest {
|
|
3231
3431
|
siteId: string;
|
|
3232
3432
|
lanId: string;
|
|
@@ -3475,23 +3675,41 @@ export interface ListSiteWansRequest {
|
|
|
3475
3675
|
accountId: string;
|
|
3476
3676
|
}
|
|
3477
3677
|
export declare const ListSiteWansRequest: Schema.Schema<ListSiteWansRequest>;
|
|
3478
|
-
export
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3678
|
+
export interface ListSiteWansResponse {
|
|
3679
|
+
result: {
|
|
3680
|
+
id?: string | null;
|
|
3681
|
+
healthCheckRate?: "low" | "mid" | "high" | null;
|
|
3682
|
+
name?: string | null;
|
|
3683
|
+
physport?: number | null;
|
|
3684
|
+
priority?: number | null;
|
|
3685
|
+
siteId?: string | null;
|
|
3686
|
+
staticAddressing?: {
|
|
3687
|
+
address: string;
|
|
3688
|
+
gatewayAddress: string;
|
|
3689
|
+
secondaryAddress?: string | null;
|
|
3690
|
+
} | null;
|
|
3691
|
+
vlanTag?: number | null;
|
|
3692
|
+
}[];
|
|
3693
|
+
}
|
|
3492
3694
|
export declare const ListSiteWansResponse: Schema.Schema<ListSiteWansResponse>;
|
|
3493
3695
|
export type ListSiteWansError = DefaultErrors;
|
|
3494
|
-
export declare const listSiteWans: API.
|
|
3696
|
+
export declare const listSiteWans: API.PaginatedOperationMethod<ListSiteWansRequest, ListSiteWansResponse, ListSiteWansError, Credentials | HttpClient.HttpClient> & {
|
|
3697
|
+
pages: (input: ListSiteWansRequest) => stream.Stream<ListSiteWansResponse, ListSiteWansError, Credentials | HttpClient.HttpClient>;
|
|
3698
|
+
items: (input: ListSiteWansRequest) => stream.Stream<{
|
|
3699
|
+
id?: string | null;
|
|
3700
|
+
healthCheckRate?: "low" | "mid" | "high" | null;
|
|
3701
|
+
name?: string | null;
|
|
3702
|
+
physport?: number | null;
|
|
3703
|
+
priority?: number | null;
|
|
3704
|
+
siteId?: string | null;
|
|
3705
|
+
staticAddressing?: {
|
|
3706
|
+
address: string;
|
|
3707
|
+
gatewayAddress: string;
|
|
3708
|
+
secondaryAddress?: string | null;
|
|
3709
|
+
} | null;
|
|
3710
|
+
vlanTag?: number | null;
|
|
3711
|
+
}, ListSiteWansError, Credentials | HttpClient.HttpClient>;
|
|
3712
|
+
};
|
|
3495
3713
|
export interface CreateSiteWanRequest {
|
|
3496
3714
|
siteId: string;
|
|
3497
3715
|
/** Path param: Identifier */
|
|
@@ -3512,23 +3730,41 @@ export interface CreateSiteWanRequest {
|
|
|
3512
3730
|
vlanTag?: number;
|
|
3513
3731
|
}
|
|
3514
3732
|
export declare const CreateSiteWanRequest: Schema.Schema<CreateSiteWanRequest>;
|
|
3515
|
-
export
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3733
|
+
export interface CreateSiteWanResponse {
|
|
3734
|
+
result: {
|
|
3735
|
+
id?: string | null;
|
|
3736
|
+
healthCheckRate?: "low" | "mid" | "high" | null;
|
|
3737
|
+
name?: string | null;
|
|
3738
|
+
physport?: number | null;
|
|
3739
|
+
priority?: number | null;
|
|
3740
|
+
siteId?: string | null;
|
|
3741
|
+
staticAddressing?: {
|
|
3742
|
+
address: string;
|
|
3743
|
+
gatewayAddress: string;
|
|
3744
|
+
secondaryAddress?: string | null;
|
|
3745
|
+
} | null;
|
|
3746
|
+
vlanTag?: number | null;
|
|
3747
|
+
}[];
|
|
3748
|
+
}
|
|
3529
3749
|
export declare const CreateSiteWanResponse: Schema.Schema<CreateSiteWanResponse>;
|
|
3530
3750
|
export type CreateSiteWanError = DefaultErrors;
|
|
3531
|
-
export declare const createSiteWan: API.
|
|
3751
|
+
export declare const createSiteWan: API.PaginatedOperationMethod<CreateSiteWanRequest, CreateSiteWanResponse, CreateSiteWanError, Credentials | HttpClient.HttpClient> & {
|
|
3752
|
+
pages: (input: CreateSiteWanRequest) => stream.Stream<CreateSiteWanResponse, CreateSiteWanError, Credentials | HttpClient.HttpClient>;
|
|
3753
|
+
items: (input: CreateSiteWanRequest) => stream.Stream<{
|
|
3754
|
+
id?: string | null;
|
|
3755
|
+
healthCheckRate?: "low" | "mid" | "high" | null;
|
|
3756
|
+
name?: string | null;
|
|
3757
|
+
physport?: number | null;
|
|
3758
|
+
priority?: number | null;
|
|
3759
|
+
siteId?: string | null;
|
|
3760
|
+
staticAddressing?: {
|
|
3761
|
+
address: string;
|
|
3762
|
+
gatewayAddress: string;
|
|
3763
|
+
secondaryAddress?: string | null;
|
|
3764
|
+
} | null;
|
|
3765
|
+
vlanTag?: number | null;
|
|
3766
|
+
}, CreateSiteWanError, Credentials | HttpClient.HttpClient>;
|
|
3767
|
+
};
|
|
3532
3768
|
export interface UpdateSiteWanRequest {
|
|
3533
3769
|
siteId: string;
|
|
3534
3770
|
wanId: string;
|