Skip to content

Commit ff98055

Browse files
authored
fix: Add created_at to workflow execution filtering typings (medusajs#13295)
1 parent 338a42f commit ff98055

File tree

1 file changed

+2
-0
lines changed
  • packages/core/types/src/workflows-sdk

1 file changed

+2
-0
lines changed

packages/core/types/src/workflows-sdk/common.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ export interface FilterableWorkflowExecutionProps
1919
workflow_id?: string | string[] | OperatorMap<string>
2020
transaction_id?: string | string[] | OperatorMap<string>
2121
state?: string | string[] | OperatorMap<string>
22+
created_at?: string | OperatorMap<string>
23+
updated_at?: string | OperatorMap<string>
2224
}

0 commit comments

Comments
 (0)