Skip to content

Commit 06205bd

Browse files
feat(api): api update
1 parent 7d073f9 commit 06205bd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1706
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4a810155460d893b44d69ed17f570471527a9664b754d4b7b9717e8e48d19812.yml
3-
openapi_spec_hash: 2863fb23f8dd7ab19ef171a5389e2437
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-627ab50478edf8eabc3230ba7edd83c851e82e514c1d5f24d384889db8108713.yml
3+
openapi_spec_hash: 476109145204f775b98e4f032bcf59dd
44
config_hash: 67f412c990647f3cb598378fa22a9db5

src/resources/alerting/policies.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,14 @@ export interface Policy {
176176
| 'block_notification_block_removed'
177177
| 'block_notification_new_block'
178178
| 'block_notification_review_rejected'
179+
| 'bot_traffic_basic_alert'
179180
| 'brand_protection_alert'
180181
| 'brand_protection_digest'
181182
| 'clickhouse_alert_fw_anomaly'
182183
| 'clickhouse_alert_fw_ent_anomaly'
183184
| 'cloudforce_one_request_notification'
184185
| 'custom_analytics'
186+
| 'custom_bot_detection_alert'
185187
| 'custom_ssl_certificate_event_type'
186188
| 'dedicated_ssl_certificate_event_type'
187189
| 'device_connectivity_anomaly_alert'
@@ -776,12 +778,14 @@ export interface PolicyCreateParams {
776778
| 'block_notification_block_removed'
777779
| 'block_notification_new_block'
778780
| 'block_notification_review_rejected'
781+
| 'bot_traffic_basic_alert'
779782
| 'brand_protection_alert'
780783
| 'brand_protection_digest'
781784
| 'clickhouse_alert_fw_anomaly'
782785
| 'clickhouse_alert_fw_ent_anomaly'
783786
| 'cloudforce_one_request_notification'
784787
| 'custom_analytics'
788+
| 'custom_bot_detection_alert'
785789
| 'custom_ssl_certificate_event_type'
786790
| 'dedicated_ssl_certificate_event_type'
787791
| 'device_connectivity_anomaly_alert'
@@ -895,12 +899,14 @@ export interface PolicyUpdateParams {
895899
| 'block_notification_block_removed'
896900
| 'block_notification_new_block'
897901
| 'block_notification_review_rejected'
902+
| 'bot_traffic_basic_alert'
898903
| 'brand_protection_alert'
899904
| 'brand_protection_digest'
900905
| 'clickhouse_alert_fw_anomaly'
901906
| 'clickhouse_alert_fw_ent_anomaly'
902907
| 'cloudforce_one_request_notification'
903908
| 'custom_analytics'
909+
| 'custom_bot_detection_alert'
904910
| 'custom_ssl_certificate_event_type'
905911
| 'dedicated_ssl_certificate_event_type'
906912
| 'device_connectivity_anomaly_alert'

0 commit comments

Comments
 (0)