@@ -70,7 +70,7 @@ def list(
7070 page : float | NotGiven = NOT_GIVEN ,
7171 per_page : float | NotGiven = NOT_GIVEN ,
7272 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 ,
7474 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
7575 # The extra values given here take precedence over values defined on the client or passed to this method.
7676 extra_headers : Headers | None = None ,
@@ -187,7 +187,7 @@ def list(
187187 page : float | NotGiven = NOT_GIVEN ,
188188 per_page : float | NotGiven = NOT_GIVEN ,
189189 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 ,
191191 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
192192 # The extra values given here take precedence over values defined on the client or passed to this method.
193193 extra_headers : Headers | None = None ,
0 commit comments