@@ -64,7 +64,7 @@ def create(
6464 * ,
6565 account_id : str | None = None ,
6666 name : str ,
67- type : Literal ["SERIAL" , "URL" , "DOMAIN" , "EMAIL" , "IP" , "CATEGORY" , "LOCATION" , "DEVICE" ],
67+ type : Literal ["SERIAL" , "URL" , "DOMAIN" , "EMAIL" , "IP" , "CATEGORY" , "LOCATION" , "DEVICE" , "AAGUID" ],
6868 description : str | Omit = omit ,
6969 items : Iterable [list_create_params .Item ] | Omit = omit ,
7070 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -186,7 +186,8 @@ def list(
186186 self ,
187187 * ,
188188 account_id : str | None = None ,
189- type : Literal ["SERIAL" , "URL" , "DOMAIN" , "EMAIL" , "IP" , "CATEGORY" , "LOCATION" , "DEVICE" ] | Omit = omit ,
189+ type : Literal ["SERIAL" , "URL" , "DOMAIN" , "EMAIL" , "IP" , "CATEGORY" , "LOCATION" , "DEVICE" , "AAGUID" ]
190+ | Omit = omit ,
190191 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
191192 # The extra values given here take precedence over values defined on the client or passed to this method.
192193 extra_headers : Headers | None = None ,
@@ -400,7 +401,7 @@ async def create(
400401 * ,
401402 account_id : str | None = None ,
402403 name : str ,
403- type : Literal ["SERIAL" , "URL" , "DOMAIN" , "EMAIL" , "IP" , "CATEGORY" , "LOCATION" , "DEVICE" ],
404+ type : Literal ["SERIAL" , "URL" , "DOMAIN" , "EMAIL" , "IP" , "CATEGORY" , "LOCATION" , "DEVICE" , "AAGUID" ],
404405 description : str | Omit = omit ,
405406 items : Iterable [list_create_params .Item ] | Omit = omit ,
406407 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -522,7 +523,8 @@ def list(
522523 self ,
523524 * ,
524525 account_id : str | None = None ,
525- type : Literal ["SERIAL" , "URL" , "DOMAIN" , "EMAIL" , "IP" , "CATEGORY" , "LOCATION" , "DEVICE" ] | Omit = omit ,
526+ type : Literal ["SERIAL" , "URL" , "DOMAIN" , "EMAIL" , "IP" , "CATEGORY" , "LOCATION" , "DEVICE" , "AAGUID" ]
527+ | Omit = omit ,
526528 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
527529 # The extra values given here take precedence over values defined on the client or passed to this method.
528530 extra_headers : Headers | None = None ,
0 commit comments