Skip to content

Commit 83a37ae

Browse files
committed
feat: update generated APIs
1 parent b2d7a8d commit 83a37ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages_generated/jobs/src/v1alpha1/api.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ export class API extends ParentAPI {
328328
],
329329
['project_id', request.projectId],
330330
['state', request.state],
331+
['states', request.states],
331332
),
332333
},
333334
unmarshalListJobRunsResponse,

packages_generated/jobs/src/v1alpha1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ export type ListJobRunsRequest = {
335335
projectId?: string
336336
organizationId?: string
337337
state?: JobRunState
338+
states?: JobRunState[]
338339
}
339340

340341
export interface ListJobRunsResponse {

0 commit comments

Comments
 (0)