@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
package/lib/services/pages.d.ts
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* Generated from Cloudflare TypeScript SDK.
|
|
5
5
|
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service pages
|
|
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";
|
|
@@ -248,38 +249,187 @@ export interface ListProjectsRequest {
|
|
|
248
249
|
accountId: string;
|
|
249
250
|
}
|
|
250
251
|
export declare const ListProjectsRequest: Schema.Schema<ListProjectsRequest>;
|
|
251
|
-
export
|
|
252
|
-
|
|
253
|
-
canonicalDeployment: {
|
|
252
|
+
export interface ListProjectsResponse {
|
|
253
|
+
result: {
|
|
254
254
|
id: string;
|
|
255
|
-
|
|
256
|
-
|
|
255
|
+
canonicalDeployment: {
|
|
256
|
+
id: string;
|
|
257
|
+
aliases: string[] | null;
|
|
258
|
+
buildConfig: {
|
|
259
|
+
webAnalyticsTag: string | null;
|
|
260
|
+
webAnalyticsToken: string | null;
|
|
261
|
+
buildCaching?: boolean | null;
|
|
262
|
+
buildCommand?: string | null;
|
|
263
|
+
destinationDir?: string | null;
|
|
264
|
+
rootDir?: string | null;
|
|
265
|
+
};
|
|
266
|
+
createdOn: string;
|
|
267
|
+
deploymentTrigger: {
|
|
268
|
+
metadata: {
|
|
269
|
+
branch: string;
|
|
270
|
+
commitDirty: boolean;
|
|
271
|
+
commitHash: string;
|
|
272
|
+
commitMessage: string;
|
|
273
|
+
};
|
|
274
|
+
type: "github:push" | "ad_hoc" | "deploy_hook";
|
|
275
|
+
};
|
|
276
|
+
envVars: Record<string, unknown> | null;
|
|
277
|
+
environment: "preview" | "production";
|
|
278
|
+
isSkipped: boolean;
|
|
279
|
+
latestStage: unknown;
|
|
280
|
+
modifiedOn: string;
|
|
281
|
+
projectId: string;
|
|
282
|
+
projectName: string;
|
|
283
|
+
shortId: string;
|
|
284
|
+
source: {
|
|
285
|
+
config: {
|
|
286
|
+
deploymentsEnabled?: boolean | null;
|
|
287
|
+
owner?: string | null;
|
|
288
|
+
ownerId?: string | null;
|
|
289
|
+
pathExcludes?: string[] | null;
|
|
290
|
+
pathIncludes?: string[] | null;
|
|
291
|
+
prCommentsEnabled?: boolean | null;
|
|
292
|
+
previewBranchExcludes?: string[] | null;
|
|
293
|
+
previewBranchIncludes?: string[] | null;
|
|
294
|
+
previewDeploymentSetting?: "all" | "none" | "custom" | null;
|
|
295
|
+
productionBranch?: string | null;
|
|
296
|
+
productionDeploymentsEnabled?: boolean | null;
|
|
297
|
+
repoId?: string | null;
|
|
298
|
+
repoName?: string | null;
|
|
299
|
+
};
|
|
300
|
+
type: "github" | "gitlab";
|
|
301
|
+
};
|
|
302
|
+
stages: unknown[];
|
|
303
|
+
url: string;
|
|
304
|
+
usesFunctions?: boolean | null;
|
|
305
|
+
} | null;
|
|
306
|
+
createdOn: string;
|
|
307
|
+
deploymentConfigs: {
|
|
308
|
+
preview: {
|
|
309
|
+
aiBindings?: Record<string, unknown> | null;
|
|
310
|
+
alwaysUseLatestCompatibilityDate?: boolean | null;
|
|
311
|
+
analyticsEngineDatasets?: Record<string, unknown> | null;
|
|
312
|
+
browsers?: Record<string, unknown> | null;
|
|
313
|
+
buildImageMajorVersion?: number | null;
|
|
314
|
+
compatibilityDate?: string | null;
|
|
315
|
+
compatibilityFlags?: string[] | null;
|
|
316
|
+
d1Databases?: Record<string, unknown> | null;
|
|
317
|
+
durableObjectNamespaces?: Record<string, unknown> | null;
|
|
318
|
+
envVars?: Record<string, unknown> | null;
|
|
319
|
+
failOpen?: boolean | null;
|
|
320
|
+
hyperdriveBindings?: Record<string, unknown> | null;
|
|
321
|
+
kvNamespaces?: Record<string, unknown> | null;
|
|
322
|
+
limits?: {
|
|
323
|
+
cpuMs: number;
|
|
324
|
+
} | null;
|
|
325
|
+
mtlsCertificates?: Record<string, unknown> | null;
|
|
326
|
+
placement?: {
|
|
327
|
+
mode: string;
|
|
328
|
+
} | null;
|
|
329
|
+
queueProducers?: Record<string, unknown> | null;
|
|
330
|
+
r2Buckets?: Record<string, unknown> | null;
|
|
331
|
+
services?: Record<string, unknown> | null;
|
|
332
|
+
usageModel?: "standard" | "bundled" | "unbound" | null;
|
|
333
|
+
vectorizeBindings?: Record<string, unknown> | null;
|
|
334
|
+
wranglerConfigHash?: string | null;
|
|
335
|
+
};
|
|
336
|
+
production: {
|
|
337
|
+
aiBindings?: Record<string, unknown> | null;
|
|
338
|
+
alwaysUseLatestCompatibilityDate?: boolean | null;
|
|
339
|
+
analyticsEngineDatasets?: Record<string, unknown> | null;
|
|
340
|
+
browsers?: Record<string, unknown> | null;
|
|
341
|
+
buildImageMajorVersion?: number | null;
|
|
342
|
+
compatibilityDate?: string | null;
|
|
343
|
+
compatibilityFlags?: string[] | null;
|
|
344
|
+
d1Databases?: Record<string, unknown> | null;
|
|
345
|
+
durableObjectNamespaces?: Record<string, unknown> | null;
|
|
346
|
+
envVars?: Record<string, unknown> | null;
|
|
347
|
+
failOpen?: boolean | null;
|
|
348
|
+
hyperdriveBindings?: Record<string, unknown> | null;
|
|
349
|
+
kvNamespaces?: Record<string, unknown> | null;
|
|
350
|
+
limits?: {
|
|
351
|
+
cpuMs: number;
|
|
352
|
+
} | null;
|
|
353
|
+
mtlsCertificates?: Record<string, unknown> | null;
|
|
354
|
+
placement?: {
|
|
355
|
+
mode: string;
|
|
356
|
+
} | null;
|
|
357
|
+
queueProducers?: Record<string, unknown> | null;
|
|
358
|
+
r2Buckets?: Record<string, unknown> | null;
|
|
359
|
+
services?: Record<string, unknown> | null;
|
|
360
|
+
usageModel?: "standard" | "bundled" | "unbound" | null;
|
|
361
|
+
vectorizeBindings?: Record<string, unknown> | null;
|
|
362
|
+
wranglerConfigHash?: string | null;
|
|
363
|
+
};
|
|
364
|
+
};
|
|
365
|
+
framework: string;
|
|
366
|
+
frameworkVersion: string;
|
|
367
|
+
latestDeployment: {
|
|
368
|
+
id: string;
|
|
369
|
+
aliases: string[] | null;
|
|
370
|
+
buildConfig: {
|
|
371
|
+
webAnalyticsTag: string | null;
|
|
372
|
+
webAnalyticsToken: string | null;
|
|
373
|
+
buildCaching?: boolean | null;
|
|
374
|
+
buildCommand?: string | null;
|
|
375
|
+
destinationDir?: string | null;
|
|
376
|
+
rootDir?: string | null;
|
|
377
|
+
};
|
|
378
|
+
createdOn: string;
|
|
379
|
+
deploymentTrigger: {
|
|
380
|
+
metadata: {
|
|
381
|
+
branch: string;
|
|
382
|
+
commitDirty: boolean;
|
|
383
|
+
commitHash: string;
|
|
384
|
+
commitMessage: string;
|
|
385
|
+
};
|
|
386
|
+
type: "github:push" | "ad_hoc" | "deploy_hook";
|
|
387
|
+
};
|
|
388
|
+
envVars: Record<string, unknown> | null;
|
|
389
|
+
environment: "preview" | "production";
|
|
390
|
+
isSkipped: boolean;
|
|
391
|
+
latestStage: unknown;
|
|
392
|
+
modifiedOn: string;
|
|
393
|
+
projectId: string;
|
|
394
|
+
projectName: string;
|
|
395
|
+
shortId: string;
|
|
396
|
+
source: {
|
|
397
|
+
config: {
|
|
398
|
+
deploymentsEnabled?: boolean | null;
|
|
399
|
+
owner?: string | null;
|
|
400
|
+
ownerId?: string | null;
|
|
401
|
+
pathExcludes?: string[] | null;
|
|
402
|
+
pathIncludes?: string[] | null;
|
|
403
|
+
prCommentsEnabled?: boolean | null;
|
|
404
|
+
previewBranchExcludes?: string[] | null;
|
|
405
|
+
previewBranchIncludes?: string[] | null;
|
|
406
|
+
previewDeploymentSetting?: "all" | "none" | "custom" | null;
|
|
407
|
+
productionBranch?: string | null;
|
|
408
|
+
productionDeploymentsEnabled?: boolean | null;
|
|
409
|
+
repoId?: string | null;
|
|
410
|
+
repoName?: string | null;
|
|
411
|
+
};
|
|
412
|
+
type: "github" | "gitlab";
|
|
413
|
+
};
|
|
414
|
+
stages: unknown[];
|
|
415
|
+
url: string;
|
|
416
|
+
usesFunctions?: boolean | null;
|
|
417
|
+
} | null;
|
|
418
|
+
name: string;
|
|
419
|
+
previewScriptName: string;
|
|
420
|
+
productionBranch: string;
|
|
421
|
+
productionScriptName: string;
|
|
422
|
+
usesFunctions: boolean | null;
|
|
423
|
+
buildConfig?: {
|
|
257
424
|
webAnalyticsTag: string | null;
|
|
258
425
|
webAnalyticsToken: string | null;
|
|
259
426
|
buildCaching?: boolean | null;
|
|
260
427
|
buildCommand?: string | null;
|
|
261
428
|
destinationDir?: string | null;
|
|
262
429
|
rootDir?: string | null;
|
|
263
|
-
};
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
metadata: {
|
|
267
|
-
branch: string;
|
|
268
|
-
commitDirty: boolean;
|
|
269
|
-
commitHash: string;
|
|
270
|
-
commitMessage: string;
|
|
271
|
-
};
|
|
272
|
-
type: "github:push" | "ad_hoc" | "deploy_hook";
|
|
273
|
-
};
|
|
274
|
-
envVars: Record<string, unknown> | null;
|
|
275
|
-
environment: "preview" | "production";
|
|
276
|
-
isSkipped: boolean;
|
|
277
|
-
latestStage: unknown;
|
|
278
|
-
modifiedOn: string;
|
|
279
|
-
projectId: string;
|
|
280
|
-
projectName: string;
|
|
281
|
-
shortId: string;
|
|
282
|
-
source: {
|
|
430
|
+
} | null;
|
|
431
|
+
domains?: string[] | null;
|
|
432
|
+
source?: {
|
|
283
433
|
config: {
|
|
284
434
|
deploymentsEnabled?: boolean | null;
|
|
285
435
|
owner?: string | null;
|
|
@@ -296,102 +446,200 @@ export type ListProjectsResponse = {
|
|
|
296
446
|
repoName?: string | null;
|
|
297
447
|
};
|
|
298
448
|
type: "github" | "gitlab";
|
|
299
|
-
};
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
aiBindings?: Record<string, unknown> | null;
|
|
308
|
-
alwaysUseLatestCompatibilityDate?: boolean | null;
|
|
309
|
-
analyticsEngineDatasets?: Record<string, unknown> | null;
|
|
310
|
-
browsers?: Record<string, unknown> | null;
|
|
311
|
-
buildImageMajorVersion?: number | null;
|
|
312
|
-
compatibilityDate?: string | null;
|
|
313
|
-
compatibilityFlags?: string[] | null;
|
|
314
|
-
d1Databases?: Record<string, unknown> | null;
|
|
315
|
-
durableObjectNamespaces?: Record<string, unknown> | null;
|
|
316
|
-
envVars?: Record<string, unknown> | null;
|
|
317
|
-
failOpen?: boolean | null;
|
|
318
|
-
hyperdriveBindings?: Record<string, unknown> | null;
|
|
319
|
-
kvNamespaces?: Record<string, unknown> | null;
|
|
320
|
-
limits?: {
|
|
321
|
-
cpuMs: number;
|
|
322
|
-
} | null;
|
|
323
|
-
mtlsCertificates?: Record<string, unknown> | null;
|
|
324
|
-
placement?: {
|
|
325
|
-
mode: string;
|
|
326
|
-
} | null;
|
|
327
|
-
queueProducers?: Record<string, unknown> | null;
|
|
328
|
-
r2Buckets?: Record<string, unknown> | null;
|
|
329
|
-
services?: Record<string, unknown> | null;
|
|
330
|
-
usageModel?: "standard" | "bundled" | "unbound" | null;
|
|
331
|
-
vectorizeBindings?: Record<string, unknown> | null;
|
|
332
|
-
wranglerConfigHash?: string | null;
|
|
333
|
-
};
|
|
334
|
-
production: {
|
|
335
|
-
aiBindings?: Record<string, unknown> | null;
|
|
336
|
-
alwaysUseLatestCompatibilityDate?: boolean | null;
|
|
337
|
-
analyticsEngineDatasets?: Record<string, unknown> | null;
|
|
338
|
-
browsers?: Record<string, unknown> | null;
|
|
339
|
-
buildImageMajorVersion?: number | null;
|
|
340
|
-
compatibilityDate?: string | null;
|
|
341
|
-
compatibilityFlags?: string[] | null;
|
|
342
|
-
d1Databases?: Record<string, unknown> | null;
|
|
343
|
-
durableObjectNamespaces?: Record<string, unknown> | null;
|
|
344
|
-
envVars?: Record<string, unknown> | null;
|
|
345
|
-
failOpen?: boolean | null;
|
|
346
|
-
hyperdriveBindings?: Record<string, unknown> | null;
|
|
347
|
-
kvNamespaces?: Record<string, unknown> | null;
|
|
348
|
-
limits?: {
|
|
349
|
-
cpuMs: number;
|
|
350
|
-
} | null;
|
|
351
|
-
mtlsCertificates?: Record<string, unknown> | null;
|
|
352
|
-
placement?: {
|
|
353
|
-
mode: string;
|
|
354
|
-
} | null;
|
|
355
|
-
queueProducers?: Record<string, unknown> | null;
|
|
356
|
-
r2Buckets?: Record<string, unknown> | null;
|
|
357
|
-
services?: Record<string, unknown> | null;
|
|
358
|
-
usageModel?: "standard" | "bundled" | "unbound" | null;
|
|
359
|
-
vectorizeBindings?: Record<string, unknown> | null;
|
|
360
|
-
wranglerConfigHash?: string | null;
|
|
361
|
-
};
|
|
449
|
+
} | null;
|
|
450
|
+
subdomain?: string | null;
|
|
451
|
+
}[];
|
|
452
|
+
resultInfo: {
|
|
453
|
+
count?: number | null;
|
|
454
|
+
page?: number | null;
|
|
455
|
+
perPage?: number | null;
|
|
456
|
+
totalCount?: number | null;
|
|
362
457
|
};
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
458
|
+
}
|
|
459
|
+
export declare const ListProjectsResponse: Schema.Schema<ListProjectsResponse>;
|
|
460
|
+
export type ListProjectsError = DefaultErrors;
|
|
461
|
+
export declare const listProjects: API.PaginatedOperationMethod<ListProjectsRequest, ListProjectsResponse, ListProjectsError, Credentials | HttpClient.HttpClient> & {
|
|
462
|
+
pages: (input: ListProjectsRequest) => stream.Stream<ListProjectsResponse, ListProjectsError, Credentials | HttpClient.HttpClient>;
|
|
463
|
+
items: (input: ListProjectsRequest) => stream.Stream<{
|
|
366
464
|
id: string;
|
|
367
|
-
|
|
368
|
-
|
|
465
|
+
canonicalDeployment: {
|
|
466
|
+
id: string;
|
|
467
|
+
aliases: string[] | null;
|
|
468
|
+
buildConfig: {
|
|
469
|
+
webAnalyticsTag: string | null;
|
|
470
|
+
webAnalyticsToken: string | null;
|
|
471
|
+
buildCaching?: boolean | null;
|
|
472
|
+
buildCommand?: string | null;
|
|
473
|
+
destinationDir?: string | null;
|
|
474
|
+
rootDir?: string | null;
|
|
475
|
+
};
|
|
476
|
+
createdOn: string;
|
|
477
|
+
deploymentTrigger: {
|
|
478
|
+
metadata: {
|
|
479
|
+
branch: string;
|
|
480
|
+
commitDirty: boolean;
|
|
481
|
+
commitHash: string;
|
|
482
|
+
commitMessage: string;
|
|
483
|
+
};
|
|
484
|
+
type: "github:push" | "ad_hoc" | "deploy_hook";
|
|
485
|
+
};
|
|
486
|
+
envVars: Record<string, unknown> | null;
|
|
487
|
+
environment: "preview" | "production";
|
|
488
|
+
isSkipped: boolean;
|
|
489
|
+
latestStage: unknown;
|
|
490
|
+
modifiedOn: string;
|
|
491
|
+
projectId: string;
|
|
492
|
+
projectName: string;
|
|
493
|
+
shortId: string;
|
|
494
|
+
source: {
|
|
495
|
+
config: {
|
|
496
|
+
deploymentsEnabled?: boolean | null;
|
|
497
|
+
owner?: string | null;
|
|
498
|
+
ownerId?: string | null;
|
|
499
|
+
pathExcludes?: string[] | null;
|
|
500
|
+
pathIncludes?: string[] | null;
|
|
501
|
+
prCommentsEnabled?: boolean | null;
|
|
502
|
+
previewBranchExcludes?: string[] | null;
|
|
503
|
+
previewBranchIncludes?: string[] | null;
|
|
504
|
+
previewDeploymentSetting?: "all" | "none" | "custom" | null;
|
|
505
|
+
productionBranch?: string | null;
|
|
506
|
+
productionDeploymentsEnabled?: boolean | null;
|
|
507
|
+
repoId?: string | null;
|
|
508
|
+
repoName?: string | null;
|
|
509
|
+
};
|
|
510
|
+
type: "github" | "gitlab";
|
|
511
|
+
};
|
|
512
|
+
stages: unknown[];
|
|
513
|
+
url: string;
|
|
514
|
+
usesFunctions?: boolean | null;
|
|
515
|
+
} | null;
|
|
516
|
+
createdOn: string;
|
|
517
|
+
deploymentConfigs: {
|
|
518
|
+
preview: {
|
|
519
|
+
aiBindings?: Record<string, unknown> | null;
|
|
520
|
+
alwaysUseLatestCompatibilityDate?: boolean | null;
|
|
521
|
+
analyticsEngineDatasets?: Record<string, unknown> | null;
|
|
522
|
+
browsers?: Record<string, unknown> | null;
|
|
523
|
+
buildImageMajorVersion?: number | null;
|
|
524
|
+
compatibilityDate?: string | null;
|
|
525
|
+
compatibilityFlags?: string[] | null;
|
|
526
|
+
d1Databases?: Record<string, unknown> | null;
|
|
527
|
+
durableObjectNamespaces?: Record<string, unknown> | null;
|
|
528
|
+
envVars?: Record<string, unknown> | null;
|
|
529
|
+
failOpen?: boolean | null;
|
|
530
|
+
hyperdriveBindings?: Record<string, unknown> | null;
|
|
531
|
+
kvNamespaces?: Record<string, unknown> | null;
|
|
532
|
+
limits?: {
|
|
533
|
+
cpuMs: number;
|
|
534
|
+
} | null;
|
|
535
|
+
mtlsCertificates?: Record<string, unknown> | null;
|
|
536
|
+
placement?: {
|
|
537
|
+
mode: string;
|
|
538
|
+
} | null;
|
|
539
|
+
queueProducers?: Record<string, unknown> | null;
|
|
540
|
+
r2Buckets?: Record<string, unknown> | null;
|
|
541
|
+
services?: Record<string, unknown> | null;
|
|
542
|
+
usageModel?: "standard" | "bundled" | "unbound" | null;
|
|
543
|
+
vectorizeBindings?: Record<string, unknown> | null;
|
|
544
|
+
wranglerConfigHash?: string | null;
|
|
545
|
+
};
|
|
546
|
+
production: {
|
|
547
|
+
aiBindings?: Record<string, unknown> | null;
|
|
548
|
+
alwaysUseLatestCompatibilityDate?: boolean | null;
|
|
549
|
+
analyticsEngineDatasets?: Record<string, unknown> | null;
|
|
550
|
+
browsers?: Record<string, unknown> | null;
|
|
551
|
+
buildImageMajorVersion?: number | null;
|
|
552
|
+
compatibilityDate?: string | null;
|
|
553
|
+
compatibilityFlags?: string[] | null;
|
|
554
|
+
d1Databases?: Record<string, unknown> | null;
|
|
555
|
+
durableObjectNamespaces?: Record<string, unknown> | null;
|
|
556
|
+
envVars?: Record<string, unknown> | null;
|
|
557
|
+
failOpen?: boolean | null;
|
|
558
|
+
hyperdriveBindings?: Record<string, unknown> | null;
|
|
559
|
+
kvNamespaces?: Record<string, unknown> | null;
|
|
560
|
+
limits?: {
|
|
561
|
+
cpuMs: number;
|
|
562
|
+
} | null;
|
|
563
|
+
mtlsCertificates?: Record<string, unknown> | null;
|
|
564
|
+
placement?: {
|
|
565
|
+
mode: string;
|
|
566
|
+
} | null;
|
|
567
|
+
queueProducers?: Record<string, unknown> | null;
|
|
568
|
+
r2Buckets?: Record<string, unknown> | null;
|
|
569
|
+
services?: Record<string, unknown> | null;
|
|
570
|
+
usageModel?: "standard" | "bundled" | "unbound" | null;
|
|
571
|
+
vectorizeBindings?: Record<string, unknown> | null;
|
|
572
|
+
wranglerConfigHash?: string | null;
|
|
573
|
+
};
|
|
574
|
+
};
|
|
575
|
+
framework: string;
|
|
576
|
+
frameworkVersion: string;
|
|
577
|
+
latestDeployment: {
|
|
578
|
+
id: string;
|
|
579
|
+
aliases: string[] | null;
|
|
580
|
+
buildConfig: {
|
|
581
|
+
webAnalyticsTag: string | null;
|
|
582
|
+
webAnalyticsToken: string | null;
|
|
583
|
+
buildCaching?: boolean | null;
|
|
584
|
+
buildCommand?: string | null;
|
|
585
|
+
destinationDir?: string | null;
|
|
586
|
+
rootDir?: string | null;
|
|
587
|
+
};
|
|
588
|
+
createdOn: string;
|
|
589
|
+
deploymentTrigger: {
|
|
590
|
+
metadata: {
|
|
591
|
+
branch: string;
|
|
592
|
+
commitDirty: boolean;
|
|
593
|
+
commitHash: string;
|
|
594
|
+
commitMessage: string;
|
|
595
|
+
};
|
|
596
|
+
type: "github:push" | "ad_hoc" | "deploy_hook";
|
|
597
|
+
};
|
|
598
|
+
envVars: Record<string, unknown> | null;
|
|
599
|
+
environment: "preview" | "production";
|
|
600
|
+
isSkipped: boolean;
|
|
601
|
+
latestStage: unknown;
|
|
602
|
+
modifiedOn: string;
|
|
603
|
+
projectId: string;
|
|
604
|
+
projectName: string;
|
|
605
|
+
shortId: string;
|
|
606
|
+
source: {
|
|
607
|
+
config: {
|
|
608
|
+
deploymentsEnabled?: boolean | null;
|
|
609
|
+
owner?: string | null;
|
|
610
|
+
ownerId?: string | null;
|
|
611
|
+
pathExcludes?: string[] | null;
|
|
612
|
+
pathIncludes?: string[] | null;
|
|
613
|
+
prCommentsEnabled?: boolean | null;
|
|
614
|
+
previewBranchExcludes?: string[] | null;
|
|
615
|
+
previewBranchIncludes?: string[] | null;
|
|
616
|
+
previewDeploymentSetting?: "all" | "none" | "custom" | null;
|
|
617
|
+
productionBranch?: string | null;
|
|
618
|
+
productionDeploymentsEnabled?: boolean | null;
|
|
619
|
+
repoId?: string | null;
|
|
620
|
+
repoName?: string | null;
|
|
621
|
+
};
|
|
622
|
+
type: "github" | "gitlab";
|
|
623
|
+
};
|
|
624
|
+
stages: unknown[];
|
|
625
|
+
url: string;
|
|
626
|
+
usesFunctions?: boolean | null;
|
|
627
|
+
} | null;
|
|
628
|
+
name: string;
|
|
629
|
+
previewScriptName: string;
|
|
630
|
+
productionBranch: string;
|
|
631
|
+
productionScriptName: string;
|
|
632
|
+
usesFunctions: boolean | null;
|
|
633
|
+
buildConfig?: {
|
|
369
634
|
webAnalyticsTag: string | null;
|
|
370
635
|
webAnalyticsToken: string | null;
|
|
371
636
|
buildCaching?: boolean | null;
|
|
372
637
|
buildCommand?: string | null;
|
|
373
638
|
destinationDir?: string | null;
|
|
374
639
|
rootDir?: string | null;
|
|
375
|
-
};
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
metadata: {
|
|
379
|
-
branch: string;
|
|
380
|
-
commitDirty: boolean;
|
|
381
|
-
commitHash: string;
|
|
382
|
-
commitMessage: string;
|
|
383
|
-
};
|
|
384
|
-
type: "github:push" | "ad_hoc" | "deploy_hook";
|
|
385
|
-
};
|
|
386
|
-
envVars: Record<string, unknown> | null;
|
|
387
|
-
environment: "preview" | "production";
|
|
388
|
-
isSkipped: boolean;
|
|
389
|
-
latestStage: unknown;
|
|
390
|
-
modifiedOn: string;
|
|
391
|
-
projectId: string;
|
|
392
|
-
projectName: string;
|
|
393
|
-
shortId: string;
|
|
394
|
-
source: {
|
|
640
|
+
} | null;
|
|
641
|
+
domains?: string[] | null;
|
|
642
|
+
source?: {
|
|
395
643
|
config: {
|
|
396
644
|
deploymentsEnabled?: boolean | null;
|
|
397
645
|
owner?: string | null;
|
|
@@ -408,48 +656,10 @@ export type ListProjectsResponse = {
|
|
|
408
656
|
repoName?: string | null;
|
|
409
657
|
};
|
|
410
658
|
type: "github" | "gitlab";
|
|
411
|
-
};
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
} | null;
|
|
416
|
-
name: string;
|
|
417
|
-
previewScriptName: string;
|
|
418
|
-
productionBranch: string;
|
|
419
|
-
productionScriptName: string;
|
|
420
|
-
usesFunctions: boolean | null;
|
|
421
|
-
buildConfig?: {
|
|
422
|
-
webAnalyticsTag: string | null;
|
|
423
|
-
webAnalyticsToken: string | null;
|
|
424
|
-
buildCaching?: boolean | null;
|
|
425
|
-
buildCommand?: string | null;
|
|
426
|
-
destinationDir?: string | null;
|
|
427
|
-
rootDir?: string | null;
|
|
428
|
-
} | null;
|
|
429
|
-
domains?: string[] | null;
|
|
430
|
-
source?: {
|
|
431
|
-
config: {
|
|
432
|
-
deploymentsEnabled?: boolean | null;
|
|
433
|
-
owner?: string | null;
|
|
434
|
-
ownerId?: string | null;
|
|
435
|
-
pathExcludes?: string[] | null;
|
|
436
|
-
pathIncludes?: string[] | null;
|
|
437
|
-
prCommentsEnabled?: boolean | null;
|
|
438
|
-
previewBranchExcludes?: string[] | null;
|
|
439
|
-
previewBranchIncludes?: string[] | null;
|
|
440
|
-
previewDeploymentSetting?: "all" | "none" | "custom" | null;
|
|
441
|
-
productionBranch?: string | null;
|
|
442
|
-
productionDeploymentsEnabled?: boolean | null;
|
|
443
|
-
repoId?: string | null;
|
|
444
|
-
repoName?: string | null;
|
|
445
|
-
};
|
|
446
|
-
type: "github" | "gitlab";
|
|
447
|
-
} | null;
|
|
448
|
-
subdomain?: string | null;
|
|
449
|
-
}[];
|
|
450
|
-
export declare const ListProjectsResponse: Schema.Schema<ListProjectsResponse>;
|
|
451
|
-
export type ListProjectsError = DefaultErrors;
|
|
452
|
-
export declare const listProjects: API.OperationMethod<ListProjectsRequest, ListProjectsResponse, ListProjectsError, Credentials | HttpClient.HttpClient>;
|
|
659
|
+
} | null;
|
|
660
|
+
subdomain?: string | null;
|
|
661
|
+
}, ListProjectsError, Credentials | HttpClient.HttpClient>;
|
|
662
|
+
};
|
|
453
663
|
export interface CreateProjectRequest {
|
|
454
664
|
/** Path param: Identifier. */
|
|
455
665
|
accountId: string;
|
|
@@ -1175,60 +1385,121 @@ export interface ListProjectDeploymentsRequest {
|
|
|
1175
1385
|
env?: "production" | "preview";
|
|
1176
1386
|
}
|
|
1177
1387
|
export declare const ListProjectDeploymentsRequest: Schema.Schema<ListProjectDeploymentsRequest>;
|
|
1178
|
-
export
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
createdOn: string;
|
|
1190
|
-
deploymentTrigger: {
|
|
1191
|
-
metadata: {
|
|
1192
|
-
branch: string;
|
|
1193
|
-
commitDirty: boolean;
|
|
1194
|
-
commitHash: string;
|
|
1195
|
-
commitMessage: string;
|
|
1388
|
+
export interface ListProjectDeploymentsResponse {
|
|
1389
|
+
result: {
|
|
1390
|
+
id: string;
|
|
1391
|
+
aliases: string[] | null;
|
|
1392
|
+
buildConfig: {
|
|
1393
|
+
webAnalyticsTag: string | null;
|
|
1394
|
+
webAnalyticsToken: string | null;
|
|
1395
|
+
buildCaching?: boolean | null;
|
|
1396
|
+
buildCommand?: string | null;
|
|
1397
|
+
destinationDir?: string | null;
|
|
1398
|
+
rootDir?: string | null;
|
|
1196
1399
|
};
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
shortId: string;
|
|
1207
|
-
source: {
|
|
1208
|
-
config: {
|
|
1209
|
-
deploymentsEnabled: boolean;
|
|
1210
|
-
owner: string;
|
|
1211
|
-
ownerId: string;
|
|
1212
|
-
pathExcludes: string[];
|
|
1213
|
-
pathIncludes: string[];
|
|
1214
|
-
prCommentsEnabled: boolean;
|
|
1215
|
-
previewBranchExcludes: string[];
|
|
1216
|
-
previewBranchIncludes: string[];
|
|
1217
|
-
previewDeploymentSetting: "all" | "none" | "custom";
|
|
1218
|
-
productionBranch: string;
|
|
1219
|
-
productionDeploymentsEnabled: boolean;
|
|
1220
|
-
repoId: string;
|
|
1221
|
-
repoName: string;
|
|
1400
|
+
createdOn: string;
|
|
1401
|
+
deploymentTrigger: {
|
|
1402
|
+
metadata: {
|
|
1403
|
+
branch: string;
|
|
1404
|
+
commitDirty: boolean;
|
|
1405
|
+
commitHash: string;
|
|
1406
|
+
commitMessage: string;
|
|
1407
|
+
};
|
|
1408
|
+
type: "github:push" | "ad_hoc" | "deploy_hook";
|
|
1222
1409
|
};
|
|
1223
|
-
|
|
1410
|
+
envVars: Record<string, unknown> | null;
|
|
1411
|
+
environment: "preview" | "production";
|
|
1412
|
+
isSkipped: boolean;
|
|
1413
|
+
latestStage: unknown;
|
|
1414
|
+
modifiedOn: string;
|
|
1415
|
+
projectId: string;
|
|
1416
|
+
projectName: string;
|
|
1417
|
+
shortId: string;
|
|
1418
|
+
source: {
|
|
1419
|
+
config: {
|
|
1420
|
+
deploymentsEnabled: boolean;
|
|
1421
|
+
owner: string;
|
|
1422
|
+
ownerId: string;
|
|
1423
|
+
pathExcludes: string[];
|
|
1424
|
+
pathIncludes: string[];
|
|
1425
|
+
prCommentsEnabled: boolean;
|
|
1426
|
+
previewBranchExcludes: string[];
|
|
1427
|
+
previewBranchIncludes: string[];
|
|
1428
|
+
previewDeploymentSetting: "all" | "none" | "custom";
|
|
1429
|
+
productionBranch: string;
|
|
1430
|
+
productionDeploymentsEnabled: boolean;
|
|
1431
|
+
repoId: string;
|
|
1432
|
+
repoName: string;
|
|
1433
|
+
};
|
|
1434
|
+
type: "github" | "gitlab";
|
|
1435
|
+
};
|
|
1436
|
+
stages: unknown[];
|
|
1437
|
+
url: string;
|
|
1438
|
+
usesFunctions?: boolean | null;
|
|
1439
|
+
}[];
|
|
1440
|
+
resultInfo: {
|
|
1441
|
+
count?: number | null;
|
|
1442
|
+
page?: number | null;
|
|
1443
|
+
perPage?: number | null;
|
|
1444
|
+
totalCount?: number | null;
|
|
1224
1445
|
};
|
|
1225
|
-
|
|
1226
|
-
url: string;
|
|
1227
|
-
usesFunctions?: boolean | null;
|
|
1228
|
-
}[];
|
|
1446
|
+
}
|
|
1229
1447
|
export declare const ListProjectDeploymentsResponse: Schema.Schema<ListProjectDeploymentsResponse>;
|
|
1230
1448
|
export type ListProjectDeploymentsError = DefaultErrors;
|
|
1231
|
-
export declare const listProjectDeployments: API.
|
|
1449
|
+
export declare const listProjectDeployments: API.PaginatedOperationMethod<ListProjectDeploymentsRequest, ListProjectDeploymentsResponse, ListProjectDeploymentsError, Credentials | HttpClient.HttpClient> & {
|
|
1450
|
+
pages: (input: ListProjectDeploymentsRequest) => stream.Stream<ListProjectDeploymentsResponse, ListProjectDeploymentsError, Credentials | HttpClient.HttpClient>;
|
|
1451
|
+
items: (input: ListProjectDeploymentsRequest) => stream.Stream<{
|
|
1452
|
+
id: string;
|
|
1453
|
+
aliases: string[] | null;
|
|
1454
|
+
buildConfig: {
|
|
1455
|
+
webAnalyticsTag: string | null;
|
|
1456
|
+
webAnalyticsToken: string | null;
|
|
1457
|
+
buildCaching?: boolean | null;
|
|
1458
|
+
buildCommand?: string | null;
|
|
1459
|
+
destinationDir?: string | null;
|
|
1460
|
+
rootDir?: string | null;
|
|
1461
|
+
};
|
|
1462
|
+
createdOn: string;
|
|
1463
|
+
deploymentTrigger: {
|
|
1464
|
+
metadata: {
|
|
1465
|
+
branch: string;
|
|
1466
|
+
commitDirty: boolean;
|
|
1467
|
+
commitHash: string;
|
|
1468
|
+
commitMessage: string;
|
|
1469
|
+
};
|
|
1470
|
+
type: "github:push" | "ad_hoc" | "deploy_hook";
|
|
1471
|
+
};
|
|
1472
|
+
envVars: Record<string, unknown> | null;
|
|
1473
|
+
environment: "preview" | "production";
|
|
1474
|
+
isSkipped: boolean;
|
|
1475
|
+
latestStage: unknown;
|
|
1476
|
+
modifiedOn: string;
|
|
1477
|
+
projectId: string;
|
|
1478
|
+
projectName: string;
|
|
1479
|
+
shortId: string;
|
|
1480
|
+
source: {
|
|
1481
|
+
config: {
|
|
1482
|
+
deploymentsEnabled: boolean;
|
|
1483
|
+
owner: string;
|
|
1484
|
+
ownerId: string;
|
|
1485
|
+
pathExcludes: string[];
|
|
1486
|
+
pathIncludes: string[];
|
|
1487
|
+
prCommentsEnabled: boolean;
|
|
1488
|
+
previewBranchExcludes: string[];
|
|
1489
|
+
previewBranchIncludes: string[];
|
|
1490
|
+
previewDeploymentSetting: "all" | "none" | "custom";
|
|
1491
|
+
productionBranch: string;
|
|
1492
|
+
productionDeploymentsEnabled: boolean;
|
|
1493
|
+
repoId: string;
|
|
1494
|
+
repoName: string;
|
|
1495
|
+
};
|
|
1496
|
+
type: "github" | "gitlab";
|
|
1497
|
+
};
|
|
1498
|
+
stages: unknown[];
|
|
1499
|
+
url: string;
|
|
1500
|
+
usesFunctions?: boolean | null;
|
|
1501
|
+
}, ListProjectDeploymentsError, Credentials | HttpClient.HttpClient>;
|
|
1502
|
+
};
|
|
1232
1503
|
export interface CreateProjectDeploymentRequest {
|
|
1233
1504
|
projectName: string;
|
|
1234
1505
|
/** Path param: Identifier. */
|
|
@@ -1554,29 +1825,53 @@ export interface ListProjectDomainsRequest {
|
|
|
1554
1825
|
accountId: string;
|
|
1555
1826
|
}
|
|
1556
1827
|
export declare const ListProjectDomainsRequest: Schema.Schema<ListProjectDomainsRequest>;
|
|
1557
|
-
export
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1828
|
+
export interface ListProjectDomainsResponse {
|
|
1829
|
+
result: {
|
|
1830
|
+
id: string;
|
|
1831
|
+
certificateAuthority: "google" | "lets_encrypt";
|
|
1832
|
+
createdOn: string;
|
|
1833
|
+
domainId: string;
|
|
1834
|
+
name: string;
|
|
1835
|
+
status: "initializing" | "pending" | "active" | "deactivated" | "blocked" | "error";
|
|
1836
|
+
validationData: {
|
|
1837
|
+
method: "http" | "txt";
|
|
1838
|
+
status: "initializing" | "pending" | "active" | "deactivated" | "error";
|
|
1839
|
+
errorMessage?: string | null;
|
|
1840
|
+
txtName?: string | null;
|
|
1841
|
+
txtValue?: string | null;
|
|
1842
|
+
};
|
|
1843
|
+
verificationData: {
|
|
1844
|
+
status: "pending" | "active" | "deactivated" | "blocked" | "error";
|
|
1845
|
+
errorMessage?: string | null;
|
|
1846
|
+
};
|
|
1847
|
+
zoneTag: string;
|
|
1848
|
+
}[];
|
|
1849
|
+
}
|
|
1577
1850
|
export declare const ListProjectDomainsResponse: Schema.Schema<ListProjectDomainsResponse>;
|
|
1578
1851
|
export type ListProjectDomainsError = DefaultErrors;
|
|
1579
|
-
export declare const listProjectDomains: API.
|
|
1852
|
+
export declare const listProjectDomains: API.PaginatedOperationMethod<ListProjectDomainsRequest, ListProjectDomainsResponse, ListProjectDomainsError, Credentials | HttpClient.HttpClient> & {
|
|
1853
|
+
pages: (input: ListProjectDomainsRequest) => stream.Stream<ListProjectDomainsResponse, ListProjectDomainsError, Credentials | HttpClient.HttpClient>;
|
|
1854
|
+
items: (input: ListProjectDomainsRequest) => stream.Stream<{
|
|
1855
|
+
id: string;
|
|
1856
|
+
certificateAuthority: "google" | "lets_encrypt";
|
|
1857
|
+
createdOn: string;
|
|
1858
|
+
domainId: string;
|
|
1859
|
+
name: string;
|
|
1860
|
+
status: "initializing" | "pending" | "active" | "deactivated" | "blocked" | "error";
|
|
1861
|
+
validationData: {
|
|
1862
|
+
method: "http" | "txt";
|
|
1863
|
+
status: "initializing" | "pending" | "active" | "deactivated" | "error";
|
|
1864
|
+
errorMessage?: string | null;
|
|
1865
|
+
txtName?: string | null;
|
|
1866
|
+
txtValue?: string | null;
|
|
1867
|
+
};
|
|
1868
|
+
verificationData: {
|
|
1869
|
+
status: "pending" | "active" | "deactivated" | "blocked" | "error";
|
|
1870
|
+
errorMessage?: string | null;
|
|
1871
|
+
};
|
|
1872
|
+
zoneTag: string;
|
|
1873
|
+
}, ListProjectDomainsError, Credentials | HttpClient.HttpClient>;
|
|
1874
|
+
};
|
|
1580
1875
|
export interface CreateProjectDomainRequest {
|
|
1581
1876
|
projectName: string;
|
|
1582
1877
|
/** Path param: Identifier. */
|