@@ -197,6 +197,7 @@ def list(
197197 offset : int | Omit = omit ,
198198 since : str | Omit = omit ,
199199 status : Literal ["queued" , "running" , "succeeded" , "failed" ] | Omit = omit ,
200+ version : str | Omit = omit ,
200201 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
201202 # The extra values given here take precedence over values defined on the client or passed to this method.
202203 extra_headers : Headers | None = None ,
@@ -225,6 +226,8 @@ def list(
225226
226227 status: Filter results by invocation status.
227228
229+ version: Filter results by application version.
230+
228231 extra_headers: Send extra headers
229232
230233 extra_query: Add additional query parameters to the request
@@ -250,6 +253,7 @@ def list(
250253 "offset" : offset ,
251254 "since" : since ,
252255 "status" : status ,
256+ "version" : version ,
253257 },
254258 invocation_list_params .InvocationListParams ,
255259 ),
@@ -506,6 +510,7 @@ def list(
506510 offset : int | Omit = omit ,
507511 since : str | Omit = omit ,
508512 status : Literal ["queued" , "running" , "succeeded" , "failed" ] | Omit = omit ,
513+ version : str | Omit = omit ,
509514 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
510515 # The extra values given here take precedence over values defined on the client or passed to this method.
511516 extra_headers : Headers | None = None ,
@@ -534,6 +539,8 @@ def list(
534539
535540 status: Filter results by invocation status.
536541
542+ version: Filter results by application version.
543+
537544 extra_headers: Send extra headers
538545
539546 extra_query: Add additional query parameters to the request
@@ -559,6 +566,7 @@ def list(
559566 "offset" : offset ,
560567 "since" : since ,
561568 "status" : status ,
569+ "version" : version ,
562570 },
563571 invocation_list_params .InvocationListParams ,
564572 ),
0 commit comments