@@ -631,6 +631,7 @@ def create(
631631 urls : str ,
632632 comments : str | Omit = omit ,
633633 company : str | Omit = omit ,
634+ reg_who_request : abuse_report_create_params .AbuseReportsRegistrarWhoisReportRegWhoRequest | Omit = omit ,
634635 reported_country : str | Omit = omit ,
635636 reported_user_agent : str | Omit = omit ,
636637 tele : str | Omit = omit ,
@@ -671,6 +672,8 @@ def create(
671672 company: Text not exceeding 100 characters. This field may be released by Cloudflare to
672673 third parties such as the Lumen Database (https://lumendatabase.org/).
673674
675+ reg_who_request: ICANN-mandated fields for registrar WHOIS data disclosure requests.
676+
674677 reported_country: Text containing 2 characters
675678
676679 reported_user_agent: Text not exceeding 255 characters
@@ -884,6 +887,7 @@ def create(
884887 ports_protocols : str | Omit = omit ,
885888 source_ips : str | Omit = omit ,
886889 ncmec_notification : Literal ["send" , "send-anon" ] | Omit = omit ,
890+ reg_who_request : abuse_report_create_params .AbuseReportsRegistrarWhoisReportRegWhoRequest | Omit = omit ,
887891 ncsei_subject_representation : bool | Omit = omit ,
888892 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
889893 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -929,6 +933,7 @@ def create(
929933 "ports_protocols" : ports_protocols ,
930934 "source_ips" : source_ips ,
931935 "ncmec_notification" : ncmec_notification ,
936+ "reg_who_request" : reg_who_request ,
932937 "ncsei_subject_representation" : ncsei_subject_representation ,
933938 },
934939 abuse_report_create_params .AbuseReportCreateParams ,
@@ -1657,6 +1662,7 @@ async def create(
16571662 urls : str ,
16581663 comments : str | Omit = omit ,
16591664 company : str | Omit = omit ,
1665+ reg_who_request : abuse_report_create_params .AbuseReportsRegistrarWhoisReportRegWhoRequest | Omit = omit ,
16601666 reported_country : str | Omit = omit ,
16611667 reported_user_agent : str | Omit = omit ,
16621668 tele : str | Omit = omit ,
@@ -1697,6 +1703,8 @@ async def create(
16971703 company: Text not exceeding 100 characters. This field may be released by Cloudflare to
16981704 third parties such as the Lumen Database (https://lumendatabase.org/).
16991705
1706+ reg_who_request: ICANN-mandated fields for registrar WHOIS data disclosure requests.
1707+
17001708 reported_country: Text containing 2 characters
17011709
17021710 reported_user_agent: Text not exceeding 255 characters
@@ -1910,6 +1918,7 @@ async def create(
19101918 ports_protocols : str | Omit = omit ,
19111919 source_ips : str | Omit = omit ,
19121920 ncmec_notification : Literal ["send" , "send-anon" ] | Omit = omit ,
1921+ reg_who_request : abuse_report_create_params .AbuseReportsRegistrarWhoisReportRegWhoRequest | Omit = omit ,
19131922 ncsei_subject_representation : bool | Omit = omit ,
19141923 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
19151924 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -1955,6 +1964,7 @@ async def create(
19551964 "ports_protocols" : ports_protocols ,
19561965 "source_ips" : source_ips ,
19571966 "ncmec_notification" : ncmec_notification ,
1967+ "reg_who_request" : reg_who_request ,
19581968 "ncsei_subject_representation" : ncsei_subject_representation ,
19591969 },
19601970 abuse_report_create_params .AbuseReportCreateParams ,
0 commit comments