Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .last-synced-sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e122f280d5635b7a6d39c7ce6dc24cd52e267e1c
dc04d30b352063b5c97e45de03be5c83629f5412
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^26.1.0",
"@workos/oagen-emitters": "^0.19.6",
"@workos/oagen-emitters": "^0.19.7",
"diff2html": "^3.4.56",
"husky": "^9.1.7",
"js-yaml": "^4.1.1",
Expand Down
2 changes: 2 additions & 0 deletions spec/open-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18796,10 +18796,12 @@ components:
type: string
description: ISO-8601 value for start of the export range.
example: '2022-07-02T18:09:06.996Z'
format: date-time
range_end:
type: string
description: ISO-8601 value for end of the export range.
example: '2022-09-02T18:09:06.996Z'
format: date-time
actions:
description: List of actions to filter against.
example:
Expand Down
Loading