Skip to content

Commit ce6abd1

Browse files
chore(api): update composite API spec
1 parent 9dac694 commit ce6abd1

5 files changed

Lines changed: 7 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: 2058
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-fce3f8be7a792f75136c4a832ee3a6e338cc487acc828f995d57cfc4ea599cd6.yml
3-
openapi_spec_hash: 5de2427661a82c666e847e0300aa24d3
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-aa101f875301217afce1e64acbe463560fc36cab72c9edef640e178a5a6d72bc.yml
3+
openapi_spec_hash: 566d0cf05b3575a405bc92fa6bd55cc1
44
config_hash: be75bee0df4cf361df49284b77afc8a4

src/cloudflare/resources/abuse_reports/mitigations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def list(
7070
status: Literal["pending", "active", "in_review", "cancelled", "removed"] | Omit = omit,
7171
type: Literal[
7272
"legal_block",
73+
"misleading_interstitial",
7374
"phishing_interstitial",
7475
"network_block",
7576
"rate_limit_cache",
@@ -230,6 +231,7 @@ def list(
230231
status: Literal["pending", "active", "in_review", "cancelled", "removed"] | Omit = omit,
231232
type: Literal[
232233
"legal_block",
234+
"misleading_interstitial",
233235
"phishing_interstitial",
234236
"network_block",
235237
"rate_limit_cache",

src/cloudflare/types/abuse_reports/mitigation_list_params.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class MitigationListParams(TypedDict, total=False):
4242

4343
type: Literal[
4444
"legal_block",
45+
"misleading_interstitial",
4546
"phishing_interstitial",
4647
"network_block",
4748
"rate_limit_cache",

src/cloudflare/types/abuse_reports/mitigation_list_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class Mitigation(BaseModel):
2727

2828
type: Literal[
2929
"legal_block",
30+
"misleading_interstitial",
3031
"phishing_interstitial",
3132
"network_block",
3233
"rate_limit_cache",

src/cloudflare/types/abuse_reports/mitigation_review_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class MitigationReviewResponse(BaseModel):
2626

2727
type: Literal[
2828
"legal_block",
29+
"misleading_interstitial",
2930
"phishing_interstitial",
3031
"network_block",
3132
"rate_limit_cache",

0 commit comments

Comments
 (0)