Skip to content

Commit dcf06c8

Browse files
feat(api): api update
1 parent fa43249 commit dcf06c8

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1759
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-50d313a43a3c21981b7cf7108cdc2807680897f608b68af47448e94d021abc64.yml
3-
openapi_spec_hash: 84fe8b174bf976fe3f997f0638e04d5d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-8b0c7335cafcf00063d2dd5a4dfd902cc95e87ad3ac390031e0a5090a0e2cd47.yml
3+
openapi_spec_hash: aaad6f471b374afa61b4a64c40ef79e1
44
config_hash: 920bb1b417565d337cbdb7c39e77be5b

src/cloudflare/types/zero_trust/gateway/block_page_settings.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ class BlockPageSettings(BaseModel):
5050
name: Optional[str] = None
5151
"""If mode is customized_block_page: block page title."""
5252

53+
read_only: Optional[bool] = None
54+
"""
55+
This setting was shared via the Orgs API and cannot be edited by the current
56+
account
57+
"""
58+
59+
source_account: Optional[str] = None
60+
"""Account tag of account that shared this setting"""
61+
5362
suppress_footer: Optional[bool] = None
5463
"""
5564
If mode is customized_block_page: suppress detailed info at the bottom of the

src/cloudflare/types/zero_trust/gateway/extended_email_matching.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@ class ExtendedEmailMatching(BaseModel):
1313
1414
modifiers) used as criteria in Firewall policies.
1515
"""
16+
17+
read_only: Optional[bool] = None
18+
"""
19+
This setting was shared via the Orgs API and cannot be edited by the current
20+
account
21+
"""
22+
23+
source_account: Optional[str] = None
24+
"""Account tag of account that shared this setting"""

0 commit comments

Comments
 (0)