Skip to content

Commit

Permalink
feat(api): api update (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and meorphis committed Jan 13, 2025
1 parent b126dd9 commit 93b93d8
Show file tree
Hide file tree
Showing 2 changed files with 4 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
3 changes: 3 additions & 0 deletions src/resources/alerting/policies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export interface Policy {
| '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 @@ -746,6 +747,7 @@ export interface PolicyCreateParams {
| '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 @@ -863,6 +865,7 @@ export interface PolicyUpdateParams {
| '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 93b93d8

Please sign in to comment.