cloudflare/cloudflare-typescript

Public

mirrored fromhttps://github.com/cloudflare/cloudflare-typescriptAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
77e92d58cf5fdde81c29f7ee93ad243eb3b653a7

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

scripts/detect-breaking-changes

947lines · modecode

1#!/usr/bin/env bash
2
3set -e
4
5cd "$(dirname "$0")/.."
6
7echo "==> Detecting breaking changes"
8
9TEST_PATHS=(
10 tests/api-resources/accounts/accounts.test.ts
11 tests/api-resources/accounts/members.test.ts
12 tests/api-resources/accounts/roles.test.ts
13 tests/api-resources/accounts/subscriptions.test.ts
14 tests/api-resources/accounts/tokens/tokens.test.ts
15 tests/api-resources/accounts/tokens/permission-groups.test.ts
16 tests/api-resources/accounts/tokens/value.test.ts
17 tests/api-resources/accounts/logs/logs.test.ts
18 tests/api-resources/accounts/logs/audit.test.ts
19 tests/api-resources/organizations/organizations.test.ts
20 tests/api-resources/organizations/organization-profile.test.ts
21 tests/api-resources/organizations/logs/logs.test.ts
22 tests/api-resources/organizations/logs/audit.test.ts
23 tests/api-resources/organizations/billing/billing.test.ts
24 tests/api-resources/organizations/billing/usage.test.ts
25 tests/api-resources/origin-ca-certificates.test.ts
26 tests/api-resources/ips.test.ts
27 tests/api-resources/memberships.test.ts
28 tests/api-resources/user/user.test.ts
29 tests/api-resources/user/audit-logs.test.ts
30 tests/api-resources/user/billing/billing.test.ts
31 tests/api-resources/user/billing/history.test.ts
32 tests/api-resources/user/billing/profile.test.ts
33 tests/api-resources/user/invites.test.ts
34 tests/api-resources/user/organizations.test.ts
35 tests/api-resources/user/subscriptions.test.ts
36 tests/api-resources/user/tokens/tokens.test.ts
37 tests/api-resources/user/tokens/permission-groups.test.ts
38 tests/api-resources/user/tokens/value.test.ts
39 tests/api-resources/zones/zones.test.ts
40 tests/api-resources/zones/activation-check.test.ts
41 tests/api-resources/zones/settings.test.ts
42 tests/api-resources/zones/environments.test.ts
43 tests/api-resources/zones/custom-nameservers.test.ts
44 tests/api-resources/zones/holds.test.ts
45 tests/api-resources/zones/subscriptions.test.ts
46 tests/api-resources/zones/plans.test.ts
47 tests/api-resources/zones/rate-plans.test.ts
48 tests/api-resources/load-balancers/load-balancers.test.ts
49 tests/api-resources/load-balancers/monitors/monitors.test.ts
50 tests/api-resources/load-balancers/monitors/previews.test.ts
51 tests/api-resources/load-balancers/monitors/references.test.ts
52 tests/api-resources/load-balancers/monitor-groups/monitor-groups.test.ts
53 tests/api-resources/load-balancers/monitor-groups/references.test.ts
54 tests/api-resources/load-balancers/pools/pools.test.ts
55 tests/api-resources/load-balancers/pools/health.test.ts
56 tests/api-resources/load-balancers/pools/references.test.ts
57 tests/api-resources/load-balancers/previews.test.ts
58 tests/api-resources/load-balancers/regions.test.ts
59 tests/api-resources/load-balancers/searches.test.ts
60 tests/api-resources/cache/cache.test.ts
61 tests/api-resources/cache/cache-reserve.test.ts
62 tests/api-resources/cache/smart-tiered-cache.test.ts
63 tests/api-resources/cache/variants.test.ts
64 tests/api-resources/cache/regional-tiered-cache.test.ts
65 tests/api-resources/cache/origin-cloud-regions.test.ts
66 tests/api-resources/ssl/ssl.test.ts
67 tests/api-resources/ssl/analyze.test.ts
68 tests/api-resources/ssl/certificate-packs/certificate-packs.test.ts
69 tests/api-resources/ssl/certificate-packs/quota.test.ts
70 tests/api-resources/ssl/recommendations.test.ts
71 tests/api-resources/ssl/universal/universal.test.ts
72 tests/api-resources/ssl/universal/settings.test.ts
73 tests/api-resources/ssl/verification.test.ts
74 tests/api-resources/acm/acm.test.ts
75 tests/api-resources/acm/total-tls.test.ts
76 tests/api-resources/acm/custom-trust-store.test.ts
77 tests/api-resources/argo/argo.test.ts
78 tests/api-resources/argo/smart-routing.test.ts
79 tests/api-resources/argo/tiered-caching.test.ts
80 tests/api-resources/certificate-authorities/certificate-authorities.test.ts
81 tests/api-resources/certificate-authorities/hostname-associations.test.ts
82 tests/api-resources/client-certificates.test.ts
83 tests/api-resources/custom-certificates/custom-certificates.test.ts
84 tests/api-resources/custom-certificates/prioritize.test.ts
85 tests/api-resources/custom-csrs.test.ts
86 tests/api-resources/custom-hostnames/custom-hostnames.test.ts
87 tests/api-resources/custom-hostnames/fallback-origin.test.ts
88 tests/api-resources/custom-hostnames/certificate-pack/certificate-pack.test.ts
89 tests/api-resources/custom-hostnames/certificate-pack/certificates.test.ts
90 tests/api-resources/custom-nameservers.test.ts
91 tests/api-resources/tenant-custom-nameservers.test.ts
92 tests/api-resources/dns-firewall/dns-firewall.test.ts
93 tests/api-resources/dns-firewall/analytics/analytics.test.ts
94 tests/api-resources/dns-firewall/analytics/reports/reports.test.ts
95 tests/api-resources/dns-firewall/analytics/reports/bytimes.test.ts
96 tests/api-resources/dns-firewall/reverse-dns.test.ts
97 tests/api-resources/dns/dns.test.ts
98 tests/api-resources/dns/dnssec.test.ts
99 tests/api-resources/dns/records.test.ts
100 tests/api-resources/dns/usage/usage.test.ts
101 tests/api-resources/dns/usage/zone.test.ts
102 tests/api-resources/dns/usage/account.test.ts
103 tests/api-resources/dns/settings/settings.test.ts
104 tests/api-resources/dns/settings/zone.test.ts
105 tests/api-resources/dns/settings/account/account.test.ts
106 tests/api-resources/dns/settings/account/views.test.ts
107 tests/api-resources/dns/analytics/analytics.test.ts
108 tests/api-resources/dns/analytics/reports/reports.test.ts
109 tests/api-resources/dns/analytics/reports/bytimes.test.ts
110 tests/api-resources/dns/zone-transfers/zone-transfers.test.ts
111 tests/api-resources/dns/zone-transfers/force-axfr.test.ts
112 tests/api-resources/dns/zone-transfers/incoming.test.ts
113 tests/api-resources/dns/zone-transfers/outgoing/outgoing.test.ts
114 tests/api-resources/dns/zone-transfers/outgoing/status.test.ts
115 tests/api-resources/dns/zone-transfers/acls.test.ts
116 tests/api-resources/dns/zone-transfers/peers.test.ts
117 tests/api-resources/dns/zone-transfers/tsigs.test.ts
118 tests/api-resources/email-security/email-security.test.ts
119 tests/api-resources/email-security/investigate/investigate.test.ts
120 tests/api-resources/email-security/investigate/detections.test.ts
121 tests/api-resources/email-security/investigate/preview.test.ts
122 tests/api-resources/email-security/investigate/raw.test.ts
123 tests/api-resources/email-security/investigate/trace.test.ts
124 tests/api-resources/email-security/investigate/move.test.ts
125 tests/api-resources/email-security/investigate/reclassify.test.ts
126 tests/api-resources/email-security/investigate/release.test.ts
127 tests/api-resources/email-security/phishguard/phishguard.test.ts
128 tests/api-resources/email-security/phishguard/reports.test.ts
129 tests/api-resources/email-security/settings/settings.test.ts
130 tests/api-resources/email-security/settings/allow-policies.test.ts
131 tests/api-resources/email-security/settings/block-senders.test.ts
132 tests/api-resources/email-security/settings/domains.test.ts
133 tests/api-resources/email-security/settings/impersonation-registry.test.ts
134 tests/api-resources/email-security/settings/sending-domain-restrictions.test.ts
135 tests/api-resources/email-security/settings/trusted-domains.test.ts
136 tests/api-resources/email-security/settings/url-ignore-patterns.test.ts
137 tests/api-resources/email-security/submissions.test.ts
138 tests/api-resources/email-routing/email-routing.test.ts
139 tests/api-resources/email-routing/dns.test.ts
140 tests/api-resources/email-routing/rules/rules.test.ts
141 tests/api-resources/email-routing/rules/catch-alls.test.ts
142 tests/api-resources/email-routing/addresses.test.ts
143 tests/api-resources/email-sending/email-sending.test.ts
144 tests/api-resources/email-sending/subdomains/subdomains.test.ts
145 tests/api-resources/email-sending/subdomains/dns.test.ts
146 tests/api-resources/filters.test.ts
147 tests/api-resources/firewall/firewall.test.ts
148 tests/api-resources/firewall/lockdowns.test.ts
149 tests/api-resources/firewall/rules.test.ts
150 tests/api-resources/firewall/access-rules.test.ts
151 tests/api-resources/firewall/ua-rules.test.ts
152 tests/api-resources/firewall/waf/waf.test.ts
153 tests/api-resources/firewall/waf/overrides.test.ts
154 tests/api-resources/firewall/waf/packages/packages.test.ts
155 tests/api-resources/firewall/waf/packages/groups.test.ts
156 tests/api-resources/firewall/waf/packages/rules.test.ts
157 tests/api-resources/healthchecks/healthchecks.test.ts
158 tests/api-resources/healthchecks/previews.test.ts
159 tests/api-resources/keyless-certificates.test.ts
160 tests/api-resources/logpush/logpush.test.ts
161 tests/api-resources/logpush/datasets/datasets.test.ts
162 tests/api-resources/logpush/datasets/fields.test.ts
163 tests/api-resources/logpush/datasets/jobs.test.ts
164 tests/api-resources/logpush/edge.test.ts
165 tests/api-resources/logpush/jobs.test.ts
166 tests/api-resources/logpush/ownership.test.ts
167 tests/api-resources/logpush/validate.test.ts
168 tests/api-resources/logs/logs.test.ts
169 tests/api-resources/logs/control/control.test.ts
170 tests/api-resources/logs/control/retention.test.ts
171 tests/api-resources/logs/control/cmb/cmb.test.ts
172 tests/api-resources/logs/control/cmb/config.test.ts
173 tests/api-resources/logs/rayid.test.ts
174 tests/api-resources/logs/received/received.test.ts
175 tests/api-resources/logs/received/fields.test.ts
176 tests/api-resources/origin-tls-client-auth/origin-tls-client-auth.test.ts
177 tests/api-resources/origin-tls-client-auth/zone-certificates.test.ts
178 tests/api-resources/origin-tls-client-auth/hostnames.test.ts
179 tests/api-resources/origin-tls-client-auth/hostname-certificates.test.ts
180 tests/api-resources/origin-tls-client-auth/settings.test.ts
181 tests/api-resources/page-rules.test.ts
182 tests/api-resources/rate-limits.test.ts
183 tests/api-resources/waiting-rooms/waiting-rooms.test.ts
184 tests/api-resources/waiting-rooms/page.test.ts
185 tests/api-resources/waiting-rooms/events/events.test.ts
186 tests/api-resources/waiting-rooms/events/details.test.ts
187 tests/api-resources/waiting-rooms/rules.test.ts
188 tests/api-resources/waiting-rooms/statuses.test.ts
189 tests/api-resources/waiting-rooms/settings.test.ts
190 tests/api-resources/web3/web3.test.ts
191 tests/api-resources/web3/hostnames/hostnames.test.ts
192 tests/api-resources/web3/hostnames/ipfs-universal-paths/ipfs-universal-paths.test.ts
193 tests/api-resources/web3/hostnames/ipfs-universal-paths/content-lists/content-lists.test.ts
194 tests/api-resources/web3/hostnames/ipfs-universal-paths/content-lists/entries.test.ts
195 tests/api-resources/workers/workers.test.ts
196 tests/api-resources/workers/beta/beta.test.ts
197 tests/api-resources/workers/beta/workers/workers.test.ts
198 tests/api-resources/workers/beta/workers/versions.test.ts
199 tests/api-resources/workers/routes.test.ts
200 tests/api-resources/workers/assets/assets.test.ts
201 tests/api-resources/workers/assets/upload.test.ts
202 tests/api-resources/workers/scripts/scripts.test.ts
203 tests/api-resources/workers/scripts/assets/assets.test.ts
204 tests/api-resources/workers/scripts/assets/upload.test.ts
205 tests/api-resources/workers/scripts/subdomain.test.ts
206 tests/api-resources/workers/scripts/schedules.test.ts
207 tests/api-resources/workers/scripts/tail.test.ts
208 tests/api-resources/workers/scripts/content.test.ts
209 tests/api-resources/workers/scripts/settings.test.ts
210 tests/api-resources/workers/scripts/deployments.test.ts
211 tests/api-resources/workers/scripts/versions.test.ts
212 tests/api-resources/workers/scripts/secrets.test.ts
213 tests/api-resources/workers/scripts/script-and-version-settings.test.ts
214 tests/api-resources/workers/account-settings.test.ts
215 tests/api-resources/workers/domains.test.ts
216 tests/api-resources/workers/subdomains.test.ts
217 tests/api-resources/workers/observability/observability.test.ts
218 tests/api-resources/workers/observability/telemetry.test.ts
219 tests/api-resources/workers/observability/destinations.test.ts
220 tests/api-resources/workers/observability/queries.test.ts
221 tests/api-resources/workers/observability/shared-queries.test.ts
222 tests/api-resources/kv/kv.test.ts
223 tests/api-resources/kv/namespaces/namespaces.test.ts
224 tests/api-resources/kv/namespaces/keys.test.ts
225 tests/api-resources/kv/namespaces/metadata.test.ts
226 tests/api-resources/kv/namespaces/values.test.ts
227 tests/api-resources/durable-objects/durable-objects.test.ts
228 tests/api-resources/durable-objects/namespaces/namespaces.test.ts
229 tests/api-resources/durable-objects/namespaces/objects.test.ts
230 tests/api-resources/queues/queues.test.ts
231 tests/api-resources/queues/messages.test.ts
232 tests/api-resources/queues/purge.test.ts
233 tests/api-resources/queues/consumers.test.ts
234 tests/api-resources/queues/subscriptions.test.ts
235 tests/api-resources/api-gateway/api-gateway.test.ts
236 tests/api-resources/api-gateway/configurations.test.ts
237 tests/api-resources/api-gateway/discovery/discovery.test.ts
238 tests/api-resources/api-gateway/discovery/operations.test.ts
239 tests/api-resources/api-gateway/labels/labels.test.ts
240 tests/api-resources/api-gateway/labels/user/user.test.ts
241 tests/api-resources/api-gateway/labels/user/resources/resources.test.ts
242 tests/api-resources/api-gateway/labels/user/resources/operation.test.ts
243 tests/api-resources/api-gateway/labels/managed/managed.test.ts
244 tests/api-resources/api-gateway/labels/managed/resources/resources.test.ts
245 tests/api-resources/api-gateway/labels/managed/resources/operation.test.ts
246 tests/api-resources/api-gateway/operations/operations.test.ts
247 tests/api-resources/api-gateway/operations/labels.test.ts
248 tests/api-resources/api-gateway/operations/schema-validation.test.ts
249 tests/api-resources/api-gateway/schemas.test.ts
250 tests/api-resources/api-gateway/settings/settings.test.ts
251 tests/api-resources/api-gateway/settings/schema-validation.test.ts
252 tests/api-resources/api-gateway/user-schemas/user-schemas.test.ts
253 tests/api-resources/api-gateway/user-schemas/operations.test.ts
254 tests/api-resources/api-gateway/user-schemas/hosts.test.ts
255 tests/api-resources/api-gateway/expression-template/expression-template.test.ts
256 tests/api-resources/api-gateway/expression-template/fallthrough.test.ts
257 tests/api-resources/managed-transforms.test.ts
258 tests/api-resources/page-shield/page-shield.test.ts
259 tests/api-resources/page-shield/policies.test.ts
260 tests/api-resources/page-shield/connections.test.ts
261 tests/api-resources/page-shield/scripts.test.ts
262 tests/api-resources/page-shield/cookies.test.ts
263 tests/api-resources/rulesets/rulesets.test.ts
264 tests/api-resources/rulesets/phases/phases.test.ts
265 tests/api-resources/rulesets/phases/versions.test.ts
266 tests/api-resources/rulesets/rules.test.ts
267 tests/api-resources/rulesets/versions.test.ts
268 tests/api-resources/url-normalization.test.ts
269 tests/api-resources/spectrum/spectrum.test.ts
270 tests/api-resources/spectrum/analytics/analytics.test.ts
271 tests/api-resources/spectrum/analytics/aggregates/aggregates.test.ts
272 tests/api-resources/spectrum/analytics/aggregates/currents.test.ts
273 tests/api-resources/spectrum/analytics/events/events.test.ts
274 tests/api-resources/spectrum/analytics/events/bytimes.test.ts
275 tests/api-resources/spectrum/analytics/events/summaries.test.ts
276 tests/api-resources/spectrum/apps.test.ts
277 tests/api-resources/addressing/addressing.test.ts
278 tests/api-resources/addressing/regional-hostnames/regional-hostnames.test.ts
279 tests/api-resources/addressing/regional-hostnames/regions.test.ts
280 tests/api-resources/addressing/services.test.ts
281 tests/api-resources/addressing/address-maps/address-maps.test.ts
282 tests/api-resources/addressing/address-maps/accounts.test.ts
283 tests/api-resources/addressing/address-maps/ips.test.ts
284 tests/api-resources/addressing/address-maps/zones.test.ts
285 tests/api-resources/addressing/loa-documents.test.ts
286 tests/api-resources/addressing/prefixes/prefixes.test.ts
287 tests/api-resources/addressing/prefixes/service-bindings.test.ts
288 tests/api-resources/addressing/prefixes/bgp-prefixes.test.ts
289 tests/api-resources/addressing/prefixes/advertisement-status.test.ts
290 tests/api-resources/addressing/prefixes/delegations.test.ts
291 tests/api-resources/dls/dls.test.ts
292 tests/api-resources/dls/regions.test.ts
293 tests/api-resources/dls/regional-services/regional-services.test.ts
294 tests/api-resources/dls/regional-services/prefix-bindings.test.ts
295 tests/api-resources/audit-logs.test.ts
296 tests/api-resources/billing/billing.test.ts
297 tests/api-resources/billing/profiles.test.ts
298 tests/api-resources/billing/usage.test.ts
299 tests/api-resources/brand-protection/brand-protection.test.ts
300 tests/api-resources/brand-protection/queries.test.ts
301 tests/api-resources/brand-protection/matches.test.ts
302 tests/api-resources/brand-protection/logos.test.ts
303 tests/api-resources/brand-protection/logo-matches.test.ts
304 tests/api-resources/brand-protection/v2/v2.test.ts
305 tests/api-resources/brand-protection/v2/queries.test.ts
306 tests/api-resources/brand-protection/v2/matches.test.ts
307 tests/api-resources/brand-protection/v2/logos.test.ts
308 tests/api-resources/brand-protection/v2/logo-matches.test.ts
309 tests/api-resources/diagnostics/diagnostics.test.ts
310 tests/api-resources/diagnostics/traceroutes.test.ts
311 tests/api-resources/diagnostics/endpoint-healthchecks.test.ts
312 tests/api-resources/images/images.test.ts
313 tests/api-resources/images/v1/v1.test.ts
314 tests/api-resources/images/v1/keys.test.ts
315 tests/api-resources/images/v1/stats.test.ts
316 tests/api-resources/images/v1/variants.test.ts
317 tests/api-resources/images/v1/blobs.test.ts
318 tests/api-resources/images/v2/v2.test.ts
319 tests/api-resources/images/v2/direct-uploads.test.ts
320 tests/api-resources/intel/intel.test.ts
321 tests/api-resources/intel/asn/asn.test.ts
322 tests/api-resources/intel/asn/subnets.test.ts
323 tests/api-resources/intel/dns.test.ts
324 tests/api-resources/intel/domains/domains.test.ts
325 tests/api-resources/intel/domains/bulks.test.ts
326 tests/api-resources/intel/domain-history.test.ts
327 tests/api-resources/intel/ips.test.ts
328 tests/api-resources/intel/miscategorizations.test.ts
329 tests/api-resources/intel/whois.test.ts
330 tests/api-resources/intel/indicator-feeds/indicator-feeds.test.ts
331 tests/api-resources/intel/indicator-feeds/snapshots.test.ts
332 tests/api-resources/intel/indicator-feeds/permissions.test.ts
333 tests/api-resources/intel/sinkholes.test.ts
334 tests/api-resources/intel/attack-surface-report/attack-surface-report.test.ts
335 tests/api-resources/intel/attack-surface-report/issue-types.test.ts
336 tests/api-resources/intel/attack-surface-report/issues.test.ts
337 tests/api-resources/magic-transit/magic-transit.test.ts
338 tests/api-resources/magic-transit/apps.test.ts
339 tests/api-resources/magic-transit/cf-interconnects.test.ts
340 tests/api-resources/magic-transit/gre-tunnels.test.ts
341 tests/api-resources/magic-transit/ipsec-tunnels.test.ts
342 tests/api-resources/magic-transit/routes.test.ts
343 tests/api-resources/magic-transit/sites/sites.test.ts
344 tests/api-resources/magic-transit/sites/acls.test.ts
345 tests/api-resources/magic-transit/sites/lans.test.ts
346 tests/api-resources/magic-transit/sites/wans.test.ts
347 tests/api-resources/magic-transit/connectors/connectors.test.ts
348 tests/api-resources/magic-transit/connectors/events/events.test.ts
349 tests/api-resources/magic-transit/connectors/events/latest.test.ts
350 tests/api-resources/magic-transit/connectors/snapshots/snapshots.test.ts
351 tests/api-resources/magic-transit/connectors/snapshots/latest.test.ts
352 tests/api-resources/magic-transit/pcaps/pcaps.test.ts
353 tests/api-resources/magic-transit/pcaps/ownership.test.ts
354 tests/api-resources/magic-transit/pcaps/download.test.ts
355 tests/api-resources/ddos-protection/ddos-protection.test.ts
356 tests/api-resources/ddos-protection/advanced-tcp-protection/advanced-tcp-protection.test.ts
357 tests/api-resources/ddos-protection/advanced-tcp-protection/allowlist/allowlist.test.ts
358 tests/api-resources/ddos-protection/advanced-tcp-protection/allowlist/items.test.ts
359 tests/api-resources/ddos-protection/advanced-tcp-protection/prefixes/prefixes.test.ts
360 tests/api-resources/ddos-protection/advanced-tcp-protection/prefixes/items.test.ts
361 tests/api-resources/ddos-protection/advanced-tcp-protection/syn-protection/syn-protection.test.ts
362 tests/api-resources/ddos-protection/advanced-tcp-protection/syn-protection/filters/filters.test.ts
363 tests/api-resources/ddos-protection/advanced-tcp-protection/syn-protection/filters/items.test.ts
364 tests/api-resources/ddos-protection/advanced-tcp-protection/syn-protection/rules/rules.test.ts
365 tests/api-resources/ddos-protection/advanced-tcp-protection/syn-protection/rules/items.test.ts
366 tests/api-resources/ddos-protection/advanced-tcp-protection/tcp-flow-protection/tcp-flow-protection.test.ts
367 tests/api-resources/ddos-protection/advanced-tcp-protection/tcp-flow-protection/filters/filters.test.ts
368 tests/api-resources/ddos-protection/advanced-tcp-protection/tcp-flow-protection/filters/items.test.ts
369 tests/api-resources/ddos-protection/advanced-tcp-protection/tcp-flow-protection/rules/rules.test.ts
370 tests/api-resources/ddos-protection/advanced-tcp-protection/tcp-flow-protection/rules/items.test.ts
371 tests/api-resources/ddos-protection/advanced-tcp-protection/status.test.ts
372 tests/api-resources/magic-network-monitoring/magic-network-monitoring.test.ts
373 tests/api-resources/magic-network-monitoring/vpc-flows/vpc-flows.test.ts
374 tests/api-resources/magic-network-monitoring/vpc-flows/tokens.test.ts
375 tests/api-resources/magic-network-monitoring/configs/configs.test.ts
376 tests/api-resources/magic-network-monitoring/configs/full.test.ts
377 tests/api-resources/magic-network-monitoring/rules/rules.test.ts
378 tests/api-resources/magic-network-monitoring/rules/advertisements.test.ts
379 tests/api-resources/magic-cloud-networking/magic-cloud-networking.test.ts
380 tests/api-resources/magic-cloud-networking/catalog-syncs/catalog-syncs.test.ts
381 tests/api-resources/magic-cloud-networking/catalog-syncs/prebuilt-policies.test.ts
382 tests/api-resources/magic-cloud-networking/on-ramps/on-ramps.test.ts
383 tests/api-resources/magic-cloud-networking/on-ramps/address-spaces.test.ts
384 tests/api-resources/magic-cloud-networking/cloud-integrations.test.ts
385 tests/api-resources/magic-cloud-networking/resources.test.ts
386 tests/api-resources/network-interconnects/network-interconnects.test.ts
387 tests/api-resources/network-interconnects/cnis.test.ts
388 tests/api-resources/network-interconnects/interconnects.test.ts
389 tests/api-resources/network-interconnects/settings.test.ts
390 tests/api-resources/network-interconnects/slots.test.ts
391 tests/api-resources/mtls-certificates/mtls-certificates.test.ts
392 tests/api-resources/mtls-certificates/associations.test.ts
393 tests/api-resources/pages/pages.test.ts
394 tests/api-resources/pages/projects/projects.test.ts
395 tests/api-resources/pages/projects/deployments/deployments.test.ts
396 tests/api-resources/pages/projects/deployments/history/history.test.ts
397 tests/api-resources/pages/projects/deployments/history/logs.test.ts
398 tests/api-resources/pages/projects/domains.test.ts
399 tests/api-resources/registrar/registrar.test.ts
400 tests/api-resources/registrar/domains.test.ts
401 tests/api-resources/registrar/registration-status.test.ts
402 tests/api-resources/registrar/update-status.test.ts
403 tests/api-resources/request-tracers/request-tracers.test.ts
404 tests/api-resources/request-tracers/traces.test.ts
405 tests/api-resources/rules/rules.test.ts
406 tests/api-resources/rules/lists/lists.test.ts
407 tests/api-resources/rules/lists/bulk-operations.test.ts
408 tests/api-resources/rules/lists/items.test.ts
409 tests/api-resources/stream/stream.test.ts
410 tests/api-resources/stream/audio-tracks.test.ts
411 tests/api-resources/stream/videos.test.ts
412 tests/api-resources/stream/clip.test.ts
413 tests/api-resources/stream/copy.test.ts
414 tests/api-resources/stream/direct-upload.test.ts
415 tests/api-resources/stream/keys.test.ts
416 tests/api-resources/stream/live-inputs/live-inputs.test.ts
417 tests/api-resources/stream/live-inputs/outputs.test.ts
418 tests/api-resources/stream/watermarks.test.ts
419 tests/api-resources/stream/webhooks.test.ts
420 tests/api-resources/stream/captions/captions.test.ts
421 tests/api-resources/stream/captions/language/language.test.ts
422 tests/api-resources/stream/captions/language/vtt.test.ts
423 tests/api-resources/stream/downloads.test.ts
424 tests/api-resources/stream/embed.test.ts
425 tests/api-resources/stream/token.test.ts
426 tests/api-resources/alerting/alerting.test.ts
427 tests/api-resources/alerting/available-alerts.test.ts
428 tests/api-resources/alerting/destinations/destinations.test.ts
429 tests/api-resources/alerting/destinations/eligible.test.ts
430 tests/api-resources/alerting/destinations/pagerduty.test.ts
431 tests/api-resources/alerting/destinations/webhooks.test.ts
432 tests/api-resources/alerting/history.test.ts
433 tests/api-resources/alerting/policies.test.ts
434 tests/api-resources/alerting/silences.test.ts
435 tests/api-resources/d1/d1.test.ts
436 tests/api-resources/d1/database/database.test.ts
437 tests/api-resources/d1/database/time-travel.test.ts
438 tests/api-resources/r2/r2.test.ts
439 tests/api-resources/r2/buckets/buckets.test.ts
440 tests/api-resources/r2/buckets/lifecycle.test.ts
441 tests/api-resources/r2/buckets/cors.test.ts
442 tests/api-resources/r2/buckets/domains/domains.test.ts
443 tests/api-resources/r2/buckets/domains/custom.test.ts
444 tests/api-resources/r2/buckets/domains/managed.test.ts
445 tests/api-resources/r2/buckets/event-notifications.test.ts
446 tests/api-resources/r2/buckets/locks.test.ts
447 tests/api-resources/r2/buckets/metrics.test.ts
448 tests/api-resources/r2/buckets/sippy.test.ts
449 tests/api-resources/r2/buckets/objects.test.ts
450 tests/api-resources/r2/temporary-credentials.test.ts
451 tests/api-resources/r2/super-slurper/super-slurper.test.ts
452 tests/api-resources/r2/super-slurper/jobs/jobs.test.ts
453 tests/api-resources/r2/super-slurper/jobs/logs.test.ts
454 tests/api-resources/r2/super-slurper/connectivity-precheck.test.ts
455 tests/api-resources/r2-data-catalog/r2-data-catalog.test.ts
456 tests/api-resources/r2-data-catalog/maintenance-configs.test.ts
457 tests/api-resources/r2-data-catalog/credentials.test.ts
458 tests/api-resources/r2-data-catalog/namespaces/namespaces.test.ts
459 tests/api-resources/r2-data-catalog/namespaces/tables/tables.test.ts
460 tests/api-resources/r2-data-catalog/namespaces/tables/maintenance-configs.test.ts
461 tests/api-resources/workers-for-platforms/workers-for-platforms.test.ts
462 tests/api-resources/workers-for-platforms/dispatch/dispatch.test.ts
463 tests/api-resources/workers-for-platforms/dispatch/namespaces/namespaces.test.ts
464 tests/api-resources/workers-for-platforms/dispatch/namespaces/scripts/scripts.test.ts
465 tests/api-resources/workers-for-platforms/dispatch/namespaces/scripts/asset-upload.test.ts
466 tests/api-resources/workers-for-platforms/dispatch/namespaces/scripts/content.test.ts
467 tests/api-resources/workers-for-platforms/dispatch/namespaces/scripts/settings.test.ts
468 tests/api-resources/workers-for-platforms/dispatch/namespaces/scripts/bindings.test.ts
469 tests/api-resources/workers-for-platforms/dispatch/namespaces/scripts/secrets.test.ts
470 tests/api-resources/workers-for-platforms/dispatch/namespaces/scripts/tags.test.ts
471 tests/api-resources/zero-trust/zero-trust.test.ts
472 tests/api-resources/zero-trust/devices/devices.test.ts
473 tests/api-resources/zero-trust/devices/devices_.test.ts
474 tests/api-resources/zero-trust/devices/resilience/resilience.test.ts
475 tests/api-resources/zero-trust/devices/resilience/global-warp-override.test.ts
476 tests/api-resources/zero-trust/devices/registrations.test.ts
477 tests/api-resources/zero-trust/devices/dex-tests.test.ts
478 tests/api-resources/zero-trust/devices/ip-profiles.test.ts
479 tests/api-resources/zero-trust/devices/deployment-groups.test.ts
480 tests/api-resources/zero-trust/devices/networks.test.ts
481 tests/api-resources/zero-trust/devices/fleet-status.test.ts
482 tests/api-resources/zero-trust/devices/policies/policies.test.ts
483 tests/api-resources/zero-trust/devices/policies/default/default.test.ts
484 tests/api-resources/zero-trust/devices/policies/default/excludes.test.ts
485 tests/api-resources/zero-trust/devices/policies/default/includes.test.ts
486 tests/api-resources/zero-trust/devices/policies/default/fallback-domains.test.ts
487 tests/api-resources/zero-trust/devices/policies/default/certificates.test.ts
488 tests/api-resources/zero-trust/devices/policies/custom/custom.test.ts
489 tests/api-resources/zero-trust/devices/policies/custom/excludes.test.ts
490 tests/api-resources/zero-trust/devices/policies/custom/includes.test.ts
491 tests/api-resources/zero-trust/devices/policies/custom/fallback-domains.test.ts
492 tests/api-resources/zero-trust/devices/posture/posture.test.ts
493 tests/api-resources/zero-trust/devices/posture/integrations.test.ts
494 tests/api-resources/zero-trust/devices/revoke.test.ts
495 tests/api-resources/zero-trust/devices/settings.test.ts
496 tests/api-resources/zero-trust/devices/unrevoke.test.ts
497 tests/api-resources/zero-trust/devices/override-codes.test.ts
498 tests/api-resources/zero-trust/identity-providers/identity-providers.test.ts
499 tests/api-resources/zero-trust/identity-providers/scim/scim.test.ts
500 tests/api-resources/zero-trust/identity-providers/scim/groups.test.ts
501 tests/api-resources/zero-trust/identity-providers/scim/users.test.ts
502 tests/api-resources/zero-trust/identity-providers/saml-certificate.test.ts
503 tests/api-resources/zero-trust/organizations/organizations.test.ts
504 tests/api-resources/zero-trust/organizations/doh.test.ts
505 tests/api-resources/zero-trust/seats.test.ts
506 tests/api-resources/zero-trust/access/access.test.ts
507 tests/api-resources/zero-trust/access/ai-controls/ai-controls.test.ts
508 tests/api-resources/zero-trust/access/ai-controls/mcp/mcp.test.ts
509 tests/api-resources/zero-trust/access/ai-controls/mcp/portals.test.ts
510 tests/api-resources/zero-trust/access/ai-controls/mcp/servers.test.ts
511 tests/api-resources/zero-trust/access/gateway-ca.test.ts
512 tests/api-resources/zero-trust/access/idp-federation-grants.test.ts
513 tests/api-resources/zero-trust/access/saml-certificates.test.ts
514 tests/api-resources/zero-trust/access/infrastructure/infrastructure.test.ts
515 tests/api-resources/zero-trust/access/infrastructure/targets.test.ts
516 tests/api-resources/zero-trust/access/applications/applications.test.ts
517 tests/api-resources/zero-trust/access/applications/cas.test.ts
518 tests/api-resources/zero-trust/access/applications/user-policy-checks.test.ts
519 tests/api-resources/zero-trust/access/applications/policies.test.ts
520 tests/api-resources/zero-trust/access/applications/policy-tests/policy-tests.test.ts
521 tests/api-resources/zero-trust/access/applications/policy-tests/users.test.ts
522 tests/api-resources/zero-trust/access/applications/settings.test.ts
523 tests/api-resources/zero-trust/access/certificates/certificates.test.ts
524 tests/api-resources/zero-trust/access/certificates/settings.test.ts
525 tests/api-resources/zero-trust/access/groups.test.ts
526 tests/api-resources/zero-trust/access/service-tokens.test.ts
527 tests/api-resources/zero-trust/access/bookmarks.test.ts
528 tests/api-resources/zero-trust/access/keys.test.ts
529 tests/api-resources/zero-trust/access/logs/logs.test.ts
530 tests/api-resources/zero-trust/access/logs/access-requests.test.ts
531 tests/api-resources/zero-trust/access/logs/scim/scim.test.ts
532 tests/api-resources/zero-trust/access/logs/scim/updates.test.ts
533 tests/api-resources/zero-trust/access/users/users.test.ts
534 tests/api-resources/zero-trust/access/users/active-sessions.test.ts
535 tests/api-resources/zero-trust/access/users/last-seen-identity.test.ts
536 tests/api-resources/zero-trust/access/users/failed-logins.test.ts
537 tests/api-resources/zero-trust/access/custom-pages.test.ts
538 tests/api-resources/zero-trust/access/tags.test.ts
539 tests/api-resources/zero-trust/access/policies.test.ts
540 tests/api-resources/zero-trust/dex/dex.test.ts
541 tests/api-resources/zero-trust/dex/warp-change-events.test.ts
542 tests/api-resources/zero-trust/dex/commands/commands.test.ts
543 tests/api-resources/zero-trust/dex/commands/devices.test.ts
544 tests/api-resources/zero-trust/dex/commands/downloads.test.ts
545 tests/api-resources/zero-trust/dex/commands/quota.test.ts
546 tests/api-resources/zero-trust/dex/colos.test.ts
547 tests/api-resources/zero-trust/dex/fleet-status/fleet-status.test.ts
548 tests/api-resources/zero-trust/dex/fleet-status/devices.test.ts
549 tests/api-resources/zero-trust/dex/http-tests/http-tests.test.ts
550 tests/api-resources/zero-trust/dex/http-tests/percentiles.test.ts
551 tests/api-resources/zero-trust/dex/tests/tests.test.ts
552 tests/api-resources/zero-trust/dex/tests/unique-devices.test.ts
553 tests/api-resources/zero-trust/dex/traceroute-test-results/traceroute-test-results.test.ts
554 tests/api-resources/zero-trust/dex/traceroute-test-results/network-path.test.ts
555 tests/api-resources/zero-trust/dex/traceroute-tests.test.ts
556 tests/api-resources/zero-trust/dex/rules.test.ts
557 tests/api-resources/zero-trust/dex/devices/devices.test.ts
558 tests/api-resources/zero-trust/dex/devices/isps.test.ts
559 tests/api-resources/zero-trust/tunnels/tunnels.test.ts
560 tests/api-resources/zero-trust/tunnels/cloudflared/cloudflared.test.ts
561 tests/api-resources/zero-trust/tunnels/cloudflared/configurations.test.ts
562 tests/api-resources/zero-trust/tunnels/cloudflared/connections.test.ts
563 tests/api-resources/zero-trust/tunnels/cloudflared/token.test.ts
564 tests/api-resources/zero-trust/tunnels/cloudflared/connectors.test.ts
565 tests/api-resources/zero-trust/tunnels/cloudflared/management.test.ts
566 tests/api-resources/zero-trust/tunnels/warp-connector/warp-connector.test.ts
567 tests/api-resources/zero-trust/tunnels/warp-connector/token.test.ts
568 tests/api-resources/zero-trust/tunnels/warp-connector/connections.test.ts
569 tests/api-resources/zero-trust/tunnels/warp-connector/connectors.test.ts
570 tests/api-resources/zero-trust/tunnels/warp-connector/failover.test.ts
571 tests/api-resources/zero-trust/tunnels/warp-connector/configurations.test.ts
572 tests/api-resources/zero-trust/connectivity-settings.test.ts
573 tests/api-resources/zero-trust/dlp/dlp.test.ts
574 tests/api-resources/zero-trust/dlp/custom-prompt-topics.test.ts
575 tests/api-resources/zero-trust/dlp/datasets/datasets.test.ts
576 tests/api-resources/zero-trust/dlp/datasets/upload.test.ts
577 tests/api-resources/zero-trust/dlp/datasets/versions/versions.test.ts
578 tests/api-resources/zero-trust/dlp/datasets/versions/entries.test.ts
579 tests/api-resources/zero-trust/dlp/patterns.test.ts
580 tests/api-resources/zero-trust/dlp/payload-logs.test.ts
581 tests/api-resources/zero-trust/dlp/settings.test.ts
582 tests/api-resources/zero-trust/dlp/email/email.test.ts
583 tests/api-resources/zero-trust/dlp/email/account-mapping.test.ts
584 tests/api-resources/zero-trust/dlp/email/rules.test.ts
585 tests/api-resources/zero-trust/dlp/profiles/profiles.test.ts
586 tests/api-resources/zero-trust/dlp/profiles/custom.test.ts
587 tests/api-resources/zero-trust/dlp/profiles/predefined.test.ts
588 tests/api-resources/zero-trust/dlp/limits.test.ts
589 tests/api-resources/zero-trust/dlp/entries/entries.test.ts
590 tests/api-resources/zero-trust/dlp/entries/custom.test.ts
591 tests/api-resources/zero-trust/dlp/entries/predefined.test.ts
592 tests/api-resources/zero-trust/dlp/entries/integration.test.ts
593 tests/api-resources/zero-trust/dlp/sensitivity-groups/sensitivity-groups.test.ts
594 tests/api-resources/zero-trust/dlp/sensitivity-groups/levels/levels.test.ts
595 tests/api-resources/zero-trust/dlp/sensitivity-groups/levels/order.test.ts
596 tests/api-resources/zero-trust/dlp/data-tag-categories/data-tag-categories.test.ts
597 tests/api-resources/zero-trust/dlp/data-tag-categories/data-tags.test.ts
598 tests/api-resources/zero-trust/dlp/data-classes.test.ts
599 tests/api-resources/zero-trust/gateway/gateway.test.ts
600 tests/api-resources/zero-trust/gateway/audit-ssh-settings.test.ts
601 tests/api-resources/zero-trust/gateway/categories.test.ts
602 tests/api-resources/zero-trust/gateway/app-types.test.ts
603 tests/api-resources/zero-trust/gateway/configurations/configurations.test.ts
604 tests/api-resources/zero-trust/gateway/configurations/custom-certificate.test.ts
605 tests/api-resources/zero-trust/gateway/lists/lists.test.ts
606 tests/api-resources/zero-trust/gateway/lists/items.test.ts
607 tests/api-resources/zero-trust/gateway/locations.test.ts
608 tests/api-resources/zero-trust/gateway/logging.test.ts
609 tests/api-resources/zero-trust/gateway/proxy-endpoints.test.ts
610 tests/api-resources/zero-trust/gateway/rules.test.ts
611 tests/api-resources/zero-trust/gateway/certificates.test.ts
612 tests/api-resources/zero-trust/gateway/pacfiles.test.ts
613 tests/api-resources/zero-trust/networks/networks.test.ts
614 tests/api-resources/zero-trust/networks/routes/routes.test.ts
615 tests/api-resources/zero-trust/networks/routes/ips.test.ts
616 tests/api-resources/zero-trust/networks/routes/networks.test.ts
617 tests/api-resources/zero-trust/networks/virtual-networks.test.ts
618 tests/api-resources/zero-trust/networks/subnets/subnets.test.ts
619 tests/api-resources/zero-trust/networks/subnets/warp.test.ts
620 tests/api-resources/zero-trust/networks/subnets/cloudflare-source.test.ts
621 tests/api-resources/zero-trust/networks/hostname-routes.test.ts
622 tests/api-resources/zero-trust/risk-scoring/risk-scoring.test.ts
623 tests/api-resources/zero-trust/risk-scoring/behaviours.test.ts
624 tests/api-resources/zero-trust/risk-scoring/summary.test.ts
625 tests/api-resources/zero-trust/risk-scoring/integrations/integrations.test.ts
626 tests/api-resources/zero-trust/risk-scoring/integrations/references.test.ts
627 tests/api-resources/zero-trust/resource-library/resource-library.test.ts
628 tests/api-resources/zero-trust/resource-library/applications.test.ts
629 tests/api-resources/zero-trust/resource-library/categories.test.ts
630 tests/api-resources/turnstile/turnstile.test.ts
631 tests/api-resources/turnstile/widgets.test.ts
632 tests/api-resources/connectivity/connectivity.test.ts
633 tests/api-resources/connectivity/directory/directory.test.ts
634 tests/api-resources/connectivity/directory/services.test.ts
635 tests/api-resources/hyperdrive/hyperdrive.test.ts
636 tests/api-resources/hyperdrive/configs.test.ts
637 tests/api-resources/rum/rum.test.ts
638 tests/api-resources/rum/site-info.test.ts
639 tests/api-resources/rum/rules.test.ts
640 tests/api-resources/vectorize/vectorize.test.ts
641 tests/api-resources/vectorize/indexes/indexes.test.ts
642 tests/api-resources/vectorize/indexes/metadata-index.test.ts
643 tests/api-resources/url-scanner/url-scanner.test.ts
644 tests/api-resources/url-scanner/responses.test.ts
645 tests/api-resources/url-scanner/scans.test.ts
646 tests/api-resources/vulnerability-scanner/vulnerability-scanner.test.ts
647 tests/api-resources/vulnerability-scanner/credential-sets/credential-sets.test.ts
648 tests/api-resources/vulnerability-scanner/credential-sets/credentials.test.ts
649 tests/api-resources/vulnerability-scanner/scans.test.ts
650 tests/api-resources/vulnerability-scanner/target-environments.test.ts
651 tests/api-resources/radar/radar.test.ts
652 tests/api-resources/radar/agent-readiness.test.ts
653 tests/api-resources/radar/ai/ai.test.ts
654 tests/api-resources/radar/ai/to-markdown.test.ts
655 tests/api-resources/radar/ai/inference/inference.test.ts
656 tests/api-resources/radar/ai/inference/summary.test.ts
657 tests/api-resources/radar/ai/inference/timeseries-groups/timeseries-groups.test.ts
658 tests/api-resources/radar/ai/inference/timeseries-groups/summary.test.ts
659 tests/api-resources/radar/ai/bots/bots.test.ts
660 tests/api-resources/radar/ai/bots/summary.test.ts
661 tests/api-resources/radar/ai/timeseries-groups.test.ts
662 tests/api-resources/radar/ai/markdown-for-agents.test.ts
663 tests/api-resources/radar/ct/ct.test.ts
664 tests/api-resources/radar/ct/authorities.test.ts
665 tests/api-resources/radar/ct/logs.test.ts
666 tests/api-resources/radar/annotations/annotations.test.ts
667 tests/api-resources/radar/annotations/outages.test.ts
668 tests/api-resources/radar/bgp/bgp.test.ts
669 tests/api-resources/radar/bgp/leaks/leaks.test.ts
670 tests/api-resources/radar/bgp/leaks/events.test.ts
671 tests/api-resources/radar/bgp/top/top.test.ts
672 tests/api-resources/radar/bgp/top/ases.test.ts
673 tests/api-resources/radar/bgp/hijacks/hijacks.test.ts
674 tests/api-resources/radar/bgp/hijacks/events.test.ts
675 tests/api-resources/radar/bgp/routes.test.ts
676 tests/api-resources/radar/bgp/ips/ips.test.ts
677 tests/api-resources/radar/bgp/ips/top.test.ts
678 tests/api-resources/radar/bgp/rpki/rpki.test.ts
679 tests/api-resources/radar/bgp/rpki/aspa.test.ts
680 tests/api-resources/radar/bgp/rpki/roas.test.ts
681 tests/api-resources/radar/bots/bots.test.ts
682 tests/api-resources/radar/bots/web-crawlers.test.ts
683 tests/api-resources/radar/datasets.test.ts
684 tests/api-resources/radar/dns/dns.test.ts
685 tests/api-resources/radar/dns/top.test.ts
686 tests/api-resources/radar/dns/summary.test.ts
687 tests/api-resources/radar/dns/timeseries-groups.test.ts
688 tests/api-resources/radar/netflows/netflows.test.ts
689 tests/api-resources/radar/netflows/top.test.ts
690 tests/api-resources/radar/post-quantum/post-quantum.test.ts
691 tests/api-resources/radar/post-quantum/origin.test.ts
692 tests/api-resources/radar/post-quantum/tls.test.ts
693 tests/api-resources/radar/search.test.ts
694 tests/api-resources/radar/verified-bots/verified-bots.test.ts
695 tests/api-resources/radar/verified-bots/top.test.ts
696 tests/api-resources/radar/as112/as112.test.ts
697 tests/api-resources/radar/as112/summary.test.ts
698 tests/api-resources/radar/as112/timeseries-groups.test.ts
699 tests/api-resources/radar/as112/top.test.ts
700 tests/api-resources/radar/email/email.test.ts
701 tests/api-resources/radar/email/routing/routing.test.ts
702 tests/api-resources/radar/email/routing/summary.test.ts
703 tests/api-resources/radar/email/routing/timeseries-groups.test.ts
704 tests/api-resources/radar/email/security/security.test.ts
705 tests/api-resources/radar/email/security/top/top.test.ts
706 tests/api-resources/radar/email/security/top/tlds/tlds.test.ts
707 tests/api-resources/radar/email/security/top/tlds/malicious.test.ts
708 tests/api-resources/radar/email/security/top/tlds/spam.test.ts
709 tests/api-resources/radar/email/security/top/tlds/spoof.test.ts
710 tests/api-resources/radar/email/security/summary.test.ts
711 tests/api-resources/radar/email/security/timeseries-groups.test.ts
712 tests/api-resources/radar/attacks/attacks.test.ts
713 tests/api-resources/radar/attacks/layer3/layer3.test.ts
714 tests/api-resources/radar/attacks/layer3/summary.test.ts
715 tests/api-resources/radar/attacks/layer3/timeseries-groups.test.ts
716 tests/api-resources/radar/attacks/layer3/top/top.test.ts
717 tests/api-resources/radar/attacks/layer3/top/locations.test.ts
718 tests/api-resources/radar/attacks/layer7/layer7.test.ts
719 tests/api-resources/radar/attacks/layer7/summary.test.ts
720 tests/api-resources/radar/attacks/layer7/timeseries-groups.test.ts
721 tests/api-resources/radar/attacks/layer7/top/top.test.ts
722 tests/api-resources/radar/attacks/layer7/top/locations.test.ts
723 tests/api-resources/radar/attacks/layer7/top/ases.test.ts
724 tests/api-resources/radar/entities/entities.test.ts
725 tests/api-resources/radar/entities/asns.test.ts
726 tests/api-resources/radar/entities/locations.test.ts
727 tests/api-resources/radar/geolocations.test.ts
728 tests/api-resources/radar/http/http.test.ts
729 tests/api-resources/radar/http/locations/locations.test.ts
730 tests/api-resources/radar/http/locations/bot-class.test.ts
731 tests/api-resources/radar/http/locations/device-type.test.ts
732 tests/api-resources/radar/http/locations/http-protocol.test.ts
733 tests/api-resources/radar/http/locations/http-method.test.ts
734 tests/api-resources/radar/http/locations/ip-version.test.ts
735 tests/api-resources/radar/http/locations/os.test.ts
736 tests/api-resources/radar/http/locations/tls-version.test.ts
737 tests/api-resources/radar/http/locations/browser-family.test.ts
738 tests/api-resources/radar/http/ases/ases.test.ts
739 tests/api-resources/radar/http/ases/bot-class.test.ts
740 tests/api-resources/radar/http/ases/device-type.test.ts
741 tests/api-resources/radar/http/ases/http-protocol.test.ts
742 tests/api-resources/radar/http/ases/http-method.test.ts
743 tests/api-resources/radar/http/ases/ip-version.test.ts
744 tests/api-resources/radar/http/ases/os.test.ts
745 tests/api-resources/radar/http/ases/tls-version.test.ts
746 tests/api-resources/radar/http/ases/browser-family.test.ts
747 tests/api-resources/radar/http/summary.test.ts
748 tests/api-resources/radar/http/timeseries-groups.test.ts
749 tests/api-resources/radar/http/top.test.ts
750 tests/api-resources/radar/quality/quality.test.ts
751 tests/api-resources/radar/quality/iqi.test.ts
752 tests/api-resources/radar/quality/speed/speed.test.ts
753 tests/api-resources/radar/quality/speed/top.test.ts
754 tests/api-resources/radar/ranking/ranking.test.ts
755 tests/api-resources/radar/ranking/domain.test.ts
756 tests/api-resources/radar/ranking/internet-services.test.ts
757 tests/api-resources/radar/traffic-anomalies/traffic-anomalies.test.ts
758 tests/api-resources/radar/traffic-anomalies/locations.test.ts
759 tests/api-resources/radar/tcp-resets-timeouts.test.ts
760 tests/api-resources/radar/robots-txt/robots-txt.test.ts
761 tests/api-resources/radar/robots-txt/top/top.test.ts
762 tests/api-resources/radar/robots-txt/top/user-agents.test.ts
763 tests/api-resources/radar/leaked-credentials/leaked-credentials.test.ts
764 tests/api-resources/radar/leaked-credentials/summary.test.ts
765 tests/api-resources/radar/leaked-credentials/timeseries-groups.test.ts
766 tests/api-resources/bot-management.test.ts
767 tests/api-resources/fraud.test.ts
768 tests/api-resources/origin-post-quantum-encryption.test.ts
769 tests/api-resources/google-tag-gateway/google-tag-gateway.test.ts
770 tests/api-resources/google-tag-gateway/config.test.ts
771 tests/api-resources/zaraz/zaraz.test.ts
772 tests/api-resources/zaraz/config.test.ts
773 tests/api-resources/zaraz/default.test.ts
774 tests/api-resources/zaraz/export.test.ts
775 tests/api-resources/zaraz/history/history.test.ts
776 tests/api-resources/zaraz/history/configs.test.ts
777 tests/api-resources/zaraz/publish.test.ts
778 tests/api-resources/zaraz/workflow.test.ts
779 tests/api-resources/speed/speed.test.ts
780 tests/api-resources/speed/schedule.test.ts
781 tests/api-resources/speed/availabilities.test.ts
782 tests/api-resources/speed/pages/pages.test.ts
783 tests/api-resources/speed/pages/tests.test.ts
784 tests/api-resources/dcv-delegation.test.ts
785 tests/api-resources/hostnames/hostnames.test.ts
786 tests/api-resources/hostnames/settings/settings.test.ts
787 tests/api-resources/hostnames/settings/tls.test.ts
788 tests/api-resources/snippets/snippets.test.ts
789 tests/api-resources/snippets/content.test.ts
790 tests/api-resources/snippets/rules.test.ts
791 tests/api-resources/realtime-kit/realtime-kit.test.ts
792 tests/api-resources/realtime-kit/apps.test.ts
793 tests/api-resources/realtime-kit/meetings.test.ts
794 tests/api-resources/realtime-kit/presets.test.ts
795 tests/api-resources/realtime-kit/sessions.test.ts
796 tests/api-resources/realtime-kit/recordings.test.ts
797 tests/api-resources/realtime-kit/webhooks.test.ts
798 tests/api-resources/realtime-kit/active-session.test.ts
799 tests/api-resources/realtime-kit/livestreams.test.ts
800 tests/api-resources/realtime-kit/analytics.test.ts
801 tests/api-resources/calls/calls.test.ts
802 tests/api-resources/calls/sfu.test.ts
803 tests/api-resources/calls/turn.test.ts
804 tests/api-resources/cloudforce-one/cloudforce-one.test.ts
805 tests/api-resources/cloudforce-one/scans/scans.test.ts
806 tests/api-resources/cloudforce-one/scans/results.test.ts
807 tests/api-resources/cloudforce-one/scans/config.test.ts
808 tests/api-resources/cloudforce-one/binary-storage.test.ts
809 tests/api-resources/cloudforce-one/requests/requests.test.ts
810 tests/api-resources/cloudforce-one/requests/message.test.ts
811 tests/api-resources/cloudforce-one/requests/priority.test.ts
812 tests/api-resources/cloudforce-one/requests/assets.test.ts
813 tests/api-resources/cloudforce-one/threat-events/threat-events.test.ts
814 tests/api-resources/cloudforce-one/threat-events/attackers.test.ts
815 tests/api-resources/cloudforce-one/threat-events/categories.test.ts
816 tests/api-resources/cloudforce-one/threat-events/countries.test.ts
817 tests/api-resources/cloudforce-one/threat-events/datasets/datasets.test.ts
818 tests/api-resources/cloudforce-one/threat-events/indicator-types.test.ts
819 tests/api-resources/cloudforce-one/threat-events/raw.test.ts
820 tests/api-resources/cloudforce-one/threat-events/relate.test.ts
821 tests/api-resources/cloudforce-one/threat-events/tags.test.ts
822 tests/api-resources/cloudforce-one/threat-events/event-tags.test.ts
823 tests/api-resources/cloudforce-one/threat-events/target-industries.test.ts
824 tests/api-resources/ai-gateway/ai-gateway.test.ts
825 tests/api-resources/ai-gateway/evaluation-types.test.ts
826 tests/api-resources/ai-gateway/logs.test.ts
827 tests/api-resources/ai-gateway/datasets.test.ts
828 tests/api-resources/ai-gateway/evaluations.test.ts
829 tests/api-resources/ai-gateway/dynamic-routing.test.ts
830 tests/api-resources/ai-gateway/provider-configs.test.ts
831 tests/api-resources/ai-gateway/urls.test.ts
832 tests/api-resources/ai-gateway/billing/billing.test.ts
833 tests/api-resources/ai-gateway/billing/topup/topup.test.ts
834 tests/api-resources/ai-gateway/billing/topup/config.test.ts
835 tests/api-resources/ai-gateway/billing/spending-limit.test.ts
836 tests/api-resources/flagship/flagship.test.ts
837 tests/api-resources/flagship/apps/apps.test.ts
838 tests/api-resources/flagship/apps/flags/flags.test.ts
839 tests/api-resources/flagship/apps/flags/changelog.test.ts
840 tests/api-resources/flagship/apps/evaluate.test.ts
841 tests/api-resources/iam/iam.test.ts
842 tests/api-resources/iam/permission-groups.test.ts
843 tests/api-resources/iam/resource-groups.test.ts
844 tests/api-resources/iam/user-groups/user-groups.test.ts
845 tests/api-resources/iam/user-groups/members.test.ts
846 tests/api-resources/iam/sso.test.ts
847 tests/api-resources/iam/oauth-clients.test.ts
848 tests/api-resources/iam/oauth-scopes.test.ts
849 tests/api-resources/cloud-connector/cloud-connector.test.ts
850 tests/api-resources/cloud-connector/rules.test.ts
851 tests/api-resources/botnet-feed/botnet-feed.test.ts
852 tests/api-resources/botnet-feed/asn.test.ts
853 tests/api-resources/botnet-feed/configs/configs.test.ts
854 tests/api-resources/botnet-feed/configs/asn.test.ts
855 tests/api-resources/security-txt.test.ts
856 tests/api-resources/workflows/workflows.test.ts
857 tests/api-resources/workflows/instances/instances.test.ts
858 tests/api-resources/workflows/instances/status.test.ts
859 tests/api-resources/workflows/instances/events.test.ts
860 tests/api-resources/workflows/versions.test.ts
861 tests/api-resources/resource-sharing/resource-sharing.test.ts
862 tests/api-resources/resource-sharing/recipients.test.ts
863 tests/api-resources/resource-sharing/resources.test.ts
864 tests/api-resources/resource-tagging/resource-tagging.test.ts
865 tests/api-resources/resource-tagging/account-tags.test.ts
866 tests/api-resources/resource-tagging/zone-tags.test.ts
867 tests/api-resources/resource-tagging/keys.test.ts
868 tests/api-resources/resource-tagging/values.test.ts
869 tests/api-resources/leaked-credential-checks/leaked-credential-checks.test.ts
870 tests/api-resources/leaked-credential-checks/detections.test.ts
871 tests/api-resources/content-scanning/content-scanning.test.ts
872 tests/api-resources/content-scanning/payloads.test.ts
873 tests/api-resources/content-scanning/settings.test.ts
874 tests/api-resources/ai-security/ai-security.test.ts
875 tests/api-resources/ai-security/custom-topics.test.ts
876 tests/api-resources/csam-scanner.test.ts
877 tests/api-resources/abuse-reports/abuse-reports.test.ts
878 tests/api-resources/abuse-reports/mitigations.test.ts
879 tests/api-resources/ai/ai.test.ts
880 tests/api-resources/ai/finetunes/finetunes.test.ts
881 tests/api-resources/ai/finetunes/assets.test.ts
882 tests/api-resources/ai/finetunes/public.test.ts
883 tests/api-resources/ai/authors.test.ts
884 tests/api-resources/ai/tasks.test.ts
885 tests/api-resources/ai/models/models.test.ts
886 tests/api-resources/ai/models/schema.test.ts
887 tests/api-resources/ai/to-markdown.test.ts
888 tests/api-resources/aisearch/aisearch.test.ts
889 tests/api-resources/aisearch/namespaces/namespaces.test.ts
890 tests/api-resources/aisearch/namespaces/instances/instances.test.ts
891 tests/api-resources/aisearch/namespaces/instances/jobs.test.ts
892 tests/api-resources/aisearch/namespaces/instances/items.test.ts
893 tests/api-resources/aisearch/instances/instances.test.ts
894 tests/api-resources/aisearch/instances/jobs.test.ts
895 tests/api-resources/aisearch/tokens.test.ts
896 tests/api-resources/security-center/security-center.test.ts
897 tests/api-resources/security-center/insights/insights.test.ts
898 tests/api-resources/security-center/insights/class.test.ts
899 tests/api-resources/security-center/insights/severity.test.ts
900 tests/api-resources/security-center/insights/type.test.ts
901 tests/api-resources/security-center/insights/audit-logs.test.ts
902 tests/api-resources/security-center/insights/classification.test.ts
903 tests/api-resources/security-center/insights/context.test.ts
904 tests/api-resources/browser-rendering/browser-rendering.test.ts
905 tests/api-resources/browser-rendering/content.test.ts
906 tests/api-resources/browser-rendering/pdf.test.ts
907 tests/api-resources/browser-rendering/scrape.test.ts
908 tests/api-resources/browser-rendering/screenshot.test.ts
909 tests/api-resources/browser-rendering/snapshot.test.ts
910 tests/api-resources/browser-rendering/json.test.ts
911 tests/api-resources/browser-rendering/links.test.ts
912 tests/api-resources/browser-rendering/markdown.test.ts
913 tests/api-resources/browser-rendering/crawl.test.ts
914 tests/api-resources/browser-rendering/devtools/devtools.test.ts
915 tests/api-resources/browser-rendering/devtools/session.test.ts
916 tests/api-resources/browser-rendering/devtools/browser/browser.test.ts
917 tests/api-resources/browser-rendering/devtools/browser/page.test.ts
918 tests/api-resources/browser-rendering/devtools/browser/targets.test.ts
919 tests/api-resources/custom-pages/custom-pages.test.ts
920 tests/api-resources/custom-pages/assets.test.ts
921 tests/api-resources/secrets-store/secrets-store.test.ts
922 tests/api-resources/secrets-store/stores/stores.test.ts
923 tests/api-resources/secrets-store/stores/secrets.test.ts
924 tests/api-resources/secrets-store/quota.test.ts
925 tests/api-resources/pipelines/pipelines.test.ts
926 tests/api-resources/pipelines/sinks.test.ts
927 tests/api-resources/pipelines/streams.test.ts
928 tests/api-resources/schema-validation/schema-validation.test.ts
929 tests/api-resources/schema-validation/schemas.test.ts
930 tests/api-resources/schema-validation/settings/settings.test.ts
931 tests/api-resources/schema-validation/settings/operations.test.ts
932 tests/api-resources/token-validation/token-validation.test.ts
933 tests/api-resources/token-validation/configuration/configuration.test.ts
934 tests/api-resources/token-validation/configuration/credentials.test.ts
935 tests/api-resources/token-validation/rules.test.ts
936 tests/index.test.ts
937)
938
939for PATHSPEC in "${TEST_PATHS[@]}"; do
940 # Try to check out previous versions of the test files
941 # with the current SDK.
942 git checkout "$1" -- "${PATHSPEC}" 2>/dev/null || true
943done
944
945# Instead of running the tests, use the linter to check if an
946# older test is no longer compatible with the latest SDK.
947./scripts/lint
948