Skip to content

Commit 178ca7e

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): api update (#2148)
1 parent abbd9f7 commit 178ca7e

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1417
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-7d085f55544e992a7e3c3162951d86aac51322ac1cfaf8b50242484e69a0810d.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-238bdc2301e165198e92ece05a86c3b80aa6653c5cd7334b3dc59fd9d687acce.yml

src/cloudflare/resources/alerting/policies.py

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def create(
9090
"http_alert_origin_error",
9191
"incident_alert",
9292
"image_notification",
93+
"image_resizing_notification",
9394
"load_balancing_health_alert",
9495
"load_balancing_pool_enablement_alert",
9596
"logo_match_alert",
@@ -234,6 +235,7 @@ def update(
234235
"http_alert_origin_error",
235236
"incident_alert",
236237
"image_notification",
238+
"image_resizing_notification",
237239
"load_balancing_health_alert",
238240
"load_balancing_pool_enablement_alert",
239241
"logo_match_alert",
@@ -521,6 +523,7 @@ async def create(
521523
"http_alert_origin_error",
522524
"incident_alert",
523525
"image_notification",
526+
"image_resizing_notification",
524527
"load_balancing_health_alert",
525528
"load_balancing_pool_enablement_alert",
526529
"logo_match_alert",
@@ -665,6 +668,7 @@ async def update(
665668
"http_alert_origin_error",
666669
"incident_alert",
667670
"image_notification",
671+
"image_resizing_notification",
668672
"load_balancing_health_alert",
669673
"load_balancing_pool_enablement_alert",
670674
"logo_match_alert",

src/cloudflare/types/alerting/policy.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class Policy(BaseModel):
5454
"http_alert_origin_error",
5555
"incident_alert",
5656
"image_notification",
57+
"image_resizing_notification",
5758
"load_balancing_health_alert",
5859
"load_balancing_pool_enablement_alert",
5960
"logo_match_alert",

src/cloudflare/types/alerting/policy_create_params.py

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class PolicyCreateParams(TypedDict, total=False):
4747
"http_alert_origin_error",
4848
"incident_alert",
4949
"image_notification",
50+
"image_resizing_notification",
5051
"load_balancing_health_alert",
5152
"load_balancing_pool_enablement_alert",
5253
"logo_match_alert",

src/cloudflare/types/alerting/policy_update_params.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class PolicyUpdateParams(TypedDict, total=False):
5252
"http_alert_origin_error",
5353
"incident_alert",
5454
"image_notification",
55+
"image_resizing_notification",
5556
"load_balancing_health_alert",
5657
"load_balancing_pool_enablement_alert",
5758
"logo_match_alert",

0 commit comments

Comments
 (0)