Skip to content

Commit 7db53fa

Browse files
chore(api): update composite API spec
1 parent 15ed23e commit 7db53fa

File tree

287 files changed

+3522
-16560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+3522
-16560
lines changed

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 1894
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-72b2b123d74da6051e199596f8b56c348d94522d63970732616043e881e5ddae.yml
3-
openapi_spec_hash: 965df6ea4e5183d59ad756cd4accf610
1+
configured_endpoints: 1826
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cceecd20dfd89884f795e75b433848994bed610b79802c65104f0c70d3ada54e.yml
3+
openapi_spec_hash: c33c0e26e48c004c1781a36748d0144c
44
config_hash: c3197a7cf9595a0f252f8810e74954ef

api.md

Lines changed: 55 additions & 310 deletions
Large diffs are not rendered by default.

scripts/detect-breaking-changes

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,6 @@ TEST_PATHS=(
145145
tests/api-resources/logpush/jobs.test.ts
146146
tests/api-resources/logpush/ownership.test.ts
147147
tests/api-resources/logpush/validate.test.ts
148-
tests/api-resources/logs/logs.test.ts
149-
tests/api-resources/logs/control/control.test.ts
150-
tests/api-resources/logs/control/retention.test.ts
151-
tests/api-resources/logs/control/cmb/cmb.test.ts
152-
tests/api-resources/logs/control/cmb/config.test.ts
153-
tests/api-resources/logs/rayid.test.ts
154-
tests/api-resources/logs/received/received.test.ts
155-
tests/api-resources/logs/received/fields.test.ts
156148
tests/api-resources/origin-tls-client-auth/origin-tls-client-auth.test.ts
157149
tests/api-resources/origin-tls-client-auth/hostnames/hostnames.test.ts
158150
tests/api-resources/origin-tls-client-auth/hostnames/certificates.test.ts
@@ -193,8 +185,6 @@ TEST_PATHS=(
193185
tests/api-resources/workers/account-settings.test.ts
194186
tests/api-resources/workers/domains.test.ts
195187
tests/api-resources/workers/subdomains.test.ts
196-
tests/api-resources/workers/observability/observability.test.ts
197-
tests/api-resources/workers/observability/telemetry.test.ts
198188
tests/api-resources/kv/kv.test.ts
199189
tests/api-resources/kv/namespaces/namespaces.test.ts
200190
tests/api-resources/kv/namespaces/keys.test.ts
@@ -207,7 +197,6 @@ TEST_PATHS=(
207197
tests/api-resources/queues/messages.test.ts
208198
tests/api-resources/queues/purge.test.ts
209199
tests/api-resources/queues/consumers.test.ts
210-
tests/api-resources/queues/subscriptions.test.ts
211200
tests/api-resources/api-gateway/api-gateway.test.ts
212201
tests/api-resources/api-gateway/configurations.test.ts
213202
tests/api-resources/api-gateway/discovery/discovery.test.ts
@@ -432,10 +421,6 @@ TEST_PATHS=(
432421
tests/api-resources/zero-trust/organizations/doh.test.ts
433422
tests/api-resources/zero-trust/seats.test.ts
434423
tests/api-resources/zero-trust/access/access.test.ts
435-
tests/api-resources/zero-trust/access/ai-controls/ai-controls.test.ts
436-
tests/api-resources/zero-trust/access/ai-controls/mcp/mcp.test.ts
437-
tests/api-resources/zero-trust/access/ai-controls/mcp/portals.test.ts
438-
tests/api-resources/zero-trust/access/ai-controls/mcp/servers.test.ts
439424
tests/api-resources/zero-trust/access/gateway-ca.test.ts
440425
tests/api-resources/zero-trust/access/infrastructure/infrastructure.test.ts
441426
tests/api-resources/zero-trust/access/infrastructure/targets.test.ts
@@ -694,7 +679,6 @@ TEST_PATHS=(
694679
tests/api-resources/cloudforce-one/threat-events/categories.test.ts
695680
tests/api-resources/cloudforce-one/threat-events/countries.test.ts
696681
tests/api-resources/cloudforce-one/threat-events/datasets/datasets.test.ts
697-
tests/api-resources/cloudforce-one/threat-events/indicator-types.test.ts
698682
tests/api-resources/cloudforce-one/threat-events/raw.test.ts
699683
tests/api-resources/cloudforce-one/threat-events/relate.test.ts
700684
tests/api-resources/cloudforce-one/threat-events/tags.test.ts
@@ -719,21 +703,12 @@ TEST_PATHS=(
719703
tests/api-resources/botnet-feed/configs/configs.test.ts
720704
tests/api-resources/botnet-feed/configs/asn.test.ts
721705
tests/api-resources/security-txt.test.ts
722-
tests/api-resources/workflows/workflows.test.ts
723-
tests/api-resources/workflows/instances/instances.test.ts
724-
tests/api-resources/workflows/instances/status.test.ts
725-
tests/api-resources/workflows/instances/events.test.ts
726-
tests/api-resources/workflows/versions.test.ts
727706
tests/api-resources/resource-sharing/resource-sharing.test.ts
728707
tests/api-resources/resource-sharing/recipients.test.ts
729708
tests/api-resources/resource-sharing/resources.test.ts
730-
tests/api-resources/leaked-credential-checks/leaked-credential-checks.test.ts
731-
tests/api-resources/leaked-credential-checks/detections.test.ts
732709
tests/api-resources/content-scanning/content-scanning.test.ts
733710
tests/api-resources/content-scanning/payloads.test.ts
734711
tests/api-resources/content-scanning/settings.test.ts
735-
tests/api-resources/abuse-reports/abuse-reports.test.ts
736-
tests/api-resources/abuse-reports/mitigations.test.ts
737712
tests/api-resources/ai/ai.test.ts
738713
tests/api-resources/ai/finetunes/finetunes.test.ts
739714
tests/api-resources/ai/finetunes/assets.test.ts
@@ -767,10 +742,6 @@ TEST_PATHS=(
767742
tests/api-resources/schema-validation/schemas.test.ts
768743
tests/api-resources/schema-validation/settings/settings.test.ts
769744
tests/api-resources/schema-validation/settings/operations.test.ts
770-
tests/api-resources/token-validation/token-validation.test.ts
771-
tests/api-resources/token-validation/configuration/configuration.test.ts
772-
tests/api-resources/token-validation/configuration/credentials.test.ts
773-
tests/api-resources/token-validation/rules.test.ts
774745
tests/index.test.ts
775746
)
776747

0 commit comments

Comments
 (0)