Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e826a02

Browse files
committedMar 5, 2025·
feat(api): api update (#2497)
1 parent 4475816 commit e826a02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1570
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e8980f1ca439c3ade7cde5e32b246ea596243dc5eac8d96de3d89b25102325f3.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-1b1ca4fd114e5f2d9f9096c237232e32b2b6ffcb2e981530623020545bcd280d.yml

‎src/cloudflare/types/zero_trust/gateway/gateway_filter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__all__ = ["GatewayFilter"]
66

7-
GatewayFilter: TypeAlias = Literal["http", "dns", "l4", "egress"]
7+
GatewayFilter: TypeAlias = Literal["http", "dns", "l4", "egress", "dns_resolver"]

0 commit comments

Comments
 (0)
Please sign in to comment.