@@ -120,9 +120,9 @@ def list(
120120 * ,
121121 container_tags : List [str ] | NotGiven = NOT_GIVEN ,
122122 filters : str | NotGiven = NOT_GIVEN ,
123- limit : str | NotGiven = NOT_GIVEN ,
123+ limit : Union [ str , float ] | NotGiven = NOT_GIVEN ,
124124 order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
125- page : str | NotGiven = NOT_GIVEN ,
125+ page : Union [ str , float ] | NotGiven = NOT_GIVEN ,
126126 sort : Literal ["createdAt" , "updatedAt" ] | NotGiven = NOT_GIVEN ,
127127 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
128128 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -441,9 +441,9 @@ async def list(
441441 * ,
442442 container_tags : List [str ] | NotGiven = NOT_GIVEN ,
443443 filters : str | NotGiven = NOT_GIVEN ,
444- limit : str | NotGiven = NOT_GIVEN ,
444+ limit : Union [ str , float ] | NotGiven = NOT_GIVEN ,
445445 order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
446- page : str | NotGiven = NOT_GIVEN ,
446+ page : Union [ str , float ] | NotGiven = NOT_GIVEN ,
447447 sort : Literal ["createdAt" , "updatedAt" ] | NotGiven = NOT_GIVEN ,
448448 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
449449 # The extra values given here take precedence over values defined on the client or passed to this method.
0 commit comments