Skip to content

Commit

Permalink
feat(api): api update (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 14, 2024
1 parent abbd9f7 commit 178ca7e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1417
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-7d085f55544e992a7e3c3162951d86aac51322ac1cfaf8b50242484e69a0810d.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-238bdc2301e165198e92ece05a86c3b80aa6653c5cd7334b3dc59fd9d687acce.yml
4 changes: 4 additions & 0 deletions src/cloudflare/resources/alerting/policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def create(
"http_alert_origin_error",
"incident_alert",
"image_notification",
"image_resizing_notification",
"load_balancing_health_alert",
"load_balancing_pool_enablement_alert",
"logo_match_alert",
Expand Down Expand Up @@ -234,6 +235,7 @@ def update(
"http_alert_origin_error",
"incident_alert",
"image_notification",
"image_resizing_notification",
"load_balancing_health_alert",
"load_balancing_pool_enablement_alert",
"logo_match_alert",
Expand Down Expand Up @@ -521,6 +523,7 @@ async def create(
"http_alert_origin_error",
"incident_alert",
"image_notification",
"image_resizing_notification",
"load_balancing_health_alert",
"load_balancing_pool_enablement_alert",
"logo_match_alert",
Expand Down Expand Up @@ -665,6 +668,7 @@ async def update(
"http_alert_origin_error",
"incident_alert",
"image_notification",
"image_resizing_notification",
"load_balancing_health_alert",
"load_balancing_pool_enablement_alert",
"logo_match_alert",
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/alerting/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class Policy(BaseModel):
"http_alert_origin_error",
"incident_alert",
"image_notification",
"image_resizing_notification",
"load_balancing_health_alert",
"load_balancing_pool_enablement_alert",
"logo_match_alert",
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/alerting/policy_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class PolicyCreateParams(TypedDict, total=False):
"http_alert_origin_error",
"incident_alert",
"image_notification",
"image_resizing_notification",
"load_balancing_health_alert",
"load_balancing_pool_enablement_alert",
"logo_match_alert",
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/alerting/policy_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class PolicyUpdateParams(TypedDict, total=False):
"http_alert_origin_error",
"incident_alert",
"image_notification",
"image_resizing_notification",
"load_balancing_health_alert",
"load_balancing_pool_enablement_alert",
"logo_match_alert",
Expand Down

0 comments on commit 178ca7e

Please sign in to comment.