@@ -56,6 +56,7 @@ def create(
5656 * ,
5757 account_id : str ,
5858 alert_type : Literal [
59+ "abuse_report_alert" ,
5960 "access_custom_certificate_expiration_type" ,
6061 "advanced_ddos_attack_l4_alert" ,
6162 "advanced_ddos_attack_l7_alert" ,
@@ -204,6 +205,7 @@ def update(
204205 account_id : str ,
205206 alert_interval : str | Omit = omit ,
206207 alert_type : Literal [
208+ "abuse_report_alert" ,
207209 "access_custom_certificate_expiration_type" ,
208210 "advanced_ddos_attack_l4_alert" ,
209211 "advanced_ddos_attack_l7_alert" ,
@@ -495,6 +497,7 @@ async def create(
495497 * ,
496498 account_id : str ,
497499 alert_type : Literal [
500+ "abuse_report_alert" ,
498501 "access_custom_certificate_expiration_type" ,
499502 "advanced_ddos_attack_l4_alert" ,
500503 "advanced_ddos_attack_l7_alert" ,
@@ -643,6 +646,7 @@ async def update(
643646 account_id : str ,
644647 alert_interval : str | Omit = omit ,
645648 alert_type : Literal [
649+ "abuse_report_alert" ,
646650 "access_custom_certificate_expiration_type" ,
647651 "advanced_ddos_attack_l4_alert" ,
648652 "advanced_ddos_attack_l7_alert" ,
0 commit comments