@@ -70,7 +70,7 @@ def list(
70
70
page : float | NotGiven = NOT_GIVEN ,
71
71
per_page : float | NotGiven = NOT_GIVEN ,
72
72
sort_order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
73
- subnet_types : Literal ["cloudflare_source" ] | NotGiven = NOT_GIVEN ,
73
+ subnet_types : Literal ["cloudflare_source" , "warp" ] | NotGiven = NOT_GIVEN ,
74
74
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
75
75
# The extra values given here take precedence over values defined on the client or passed to this method.
76
76
extra_headers : Headers | None = None ,
@@ -187,7 +187,7 @@ def list(
187
187
page : float | NotGiven = NOT_GIVEN ,
188
188
per_page : float | NotGiven = NOT_GIVEN ,
189
189
sort_order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
190
- subnet_types : Literal ["cloudflare_source" ] | NotGiven = NOT_GIVEN ,
190
+ subnet_types : Literal ["cloudflare_source" , "warp" ] | NotGiven = NOT_GIVEN ,
191
191
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
192
192
# The extra values given here take precedence over values defined on the client or passed to this method.
193
193
extra_headers : Headers | None = None ,
0 commit comments