Skip to content

Commit 5702cce

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

File tree

287 files changed

+16559
-3521
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

+16559
-3521
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: 1826
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cceecd20dfd89884f795e75b433848994bed610b79802c65104f0c70d3ada54e.yml
3-
openapi_spec_hash: c33c0e26e48c004c1781a36748d0144c
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
44
config_hash: c3197a7cf9595a0f252f8810e74954ef

api.md

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

scripts/detect-breaking-changes

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,14 @@ 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
148156
tests/api-resources/origin-tls-client-auth/origin-tls-client-auth.test.ts
149157
tests/api-resources/origin-tls-client-auth/hostnames/hostnames.test.ts
150158
tests/api-resources/origin-tls-client-auth/hostnames/certificates.test.ts
@@ -185,6 +193,8 @@ TEST_PATHS=(
185193
tests/api-resources/workers/account-settings.test.ts
186194
tests/api-resources/workers/domains.test.ts
187195
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
188198
tests/api-resources/kv/kv.test.ts
189199
tests/api-resources/kv/namespaces/namespaces.test.ts
190200
tests/api-resources/kv/namespaces/keys.test.ts
@@ -197,6 +207,7 @@ TEST_PATHS=(
197207
tests/api-resources/queues/messages.test.ts
198208
tests/api-resources/queues/purge.test.ts
199209
tests/api-resources/queues/consumers.test.ts
210+
tests/api-resources/queues/subscriptions.test.ts
200211
tests/api-resources/api-gateway/api-gateway.test.ts
201212
tests/api-resources/api-gateway/configurations.test.ts
202213
tests/api-resources/api-gateway/discovery/discovery.test.ts
@@ -421,6 +432,10 @@ TEST_PATHS=(
421432
tests/api-resources/zero-trust/organizations/doh.test.ts
422433
tests/api-resources/zero-trust/seats.test.ts
423434
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
424439
tests/api-resources/zero-trust/access/gateway-ca.test.ts
425440
tests/api-resources/zero-trust/access/infrastructure/infrastructure.test.ts
426441
tests/api-resources/zero-trust/access/infrastructure/targets.test.ts
@@ -679,6 +694,7 @@ TEST_PATHS=(
679694
tests/api-resources/cloudforce-one/threat-events/categories.test.ts
680695
tests/api-resources/cloudforce-one/threat-events/countries.test.ts
681696
tests/api-resources/cloudforce-one/threat-events/datasets/datasets.test.ts
697+
tests/api-resources/cloudforce-one/threat-events/indicator-types.test.ts
682698
tests/api-resources/cloudforce-one/threat-events/raw.test.ts
683699
tests/api-resources/cloudforce-one/threat-events/relate.test.ts
684700
tests/api-resources/cloudforce-one/threat-events/tags.test.ts
@@ -703,12 +719,21 @@ TEST_PATHS=(
703719
tests/api-resources/botnet-feed/configs/configs.test.ts
704720
tests/api-resources/botnet-feed/configs/asn.test.ts
705721
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
706727
tests/api-resources/resource-sharing/resource-sharing.test.ts
707728
tests/api-resources/resource-sharing/recipients.test.ts
708729
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
709732
tests/api-resources/content-scanning/content-scanning.test.ts
710733
tests/api-resources/content-scanning/payloads.test.ts
711734
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
712737
tests/api-resources/ai/ai.test.ts
713738
tests/api-resources/ai/finetunes/finetunes.test.ts
714739
tests/api-resources/ai/finetunes/assets.test.ts
@@ -742,6 +767,10 @@ TEST_PATHS=(
742767
tests/api-resources/schema-validation/schemas.test.ts
743768
tests/api-resources/schema-validation/settings/settings.test.ts
744769
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
745774
tests/index.test.ts
746775
)
747776

0 commit comments

Comments
 (0)