@@ -176,12 +176,14 @@ export interface Policy {
176
176
| 'block_notification_block_removed'
177
177
| 'block_notification_new_block'
178
178
| 'block_notification_review_rejected'
179
+ | 'bot_traffic_basic_alert'
179
180
| 'brand_protection_alert'
180
181
| 'brand_protection_digest'
181
182
| 'clickhouse_alert_fw_anomaly'
182
183
| 'clickhouse_alert_fw_ent_anomaly'
183
184
| 'cloudforce_one_request_notification'
184
185
| 'custom_analytics'
186
+ | 'custom_bot_detection_alert'
185
187
| 'custom_ssl_certificate_event_type'
186
188
| 'dedicated_ssl_certificate_event_type'
187
189
| 'device_connectivity_anomaly_alert'
@@ -776,12 +778,14 @@ export interface PolicyCreateParams {
776
778
| 'block_notification_block_removed'
777
779
| 'block_notification_new_block'
778
780
| 'block_notification_review_rejected'
781
+ | 'bot_traffic_basic_alert'
779
782
| 'brand_protection_alert'
780
783
| 'brand_protection_digest'
781
784
| 'clickhouse_alert_fw_anomaly'
782
785
| 'clickhouse_alert_fw_ent_anomaly'
783
786
| 'cloudforce_one_request_notification'
784
787
| 'custom_analytics'
788
+ | 'custom_bot_detection_alert'
785
789
| 'custom_ssl_certificate_event_type'
786
790
| 'dedicated_ssl_certificate_event_type'
787
791
| 'device_connectivity_anomaly_alert'
@@ -895,12 +899,14 @@ export interface PolicyUpdateParams {
895
899
| 'block_notification_block_removed'
896
900
| 'block_notification_new_block'
897
901
| 'block_notification_review_rejected'
902
+ | 'bot_traffic_basic_alert'
898
903
| 'brand_protection_alert'
899
904
| 'brand_protection_digest'
900
905
| 'clickhouse_alert_fw_anomaly'
901
906
| 'clickhouse_alert_fw_ent_anomaly'
902
907
| 'cloudforce_one_request_notification'
903
908
| 'custom_analytics'
909
+ | 'custom_bot_detection_alert'
904
910
| 'custom_ssl_certificate_event_type'
905
911
| 'dedicated_ssl_certificate_event_type'
906
912
| 'device_connectivity_anomaly_alert'
0 commit comments