Skip to content
Closed
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 @@
005c716e68a7846c61ed4495986dad17d10dbd95
b9e5c4ab1e0b26fa4c16d07c4b243141e32c767a
24 changes: 12 additions & 12 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
"prepare": "husky"
},
"overrides": {
"js-yaml": "^5.3.0",
"js-yaml": "^5.4.1",
"lodash": "^4.17.23"
},
"devDependencies": {
"@types/node": "^26.2.0",
"@types/node": "^26.4.0",
"@workos/oagen": "^0.29.2",
"@workos/oagen-emitters": "^0.24.4",
"@workos/oagen-emitters": "^0.24.5",
"diff2html": "^3.4.56",
"husky": "^9.1.7",
"js-yaml": "^5.3.0",
"js-yaml": "^5.4.1",
"openapi-to-postmanv2": "^6.3.3",
"tsdown": "^0.22.14",
"tsx": "^4.23.12",
Expand Down
184 changes: 184 additions & 0 deletions spec/open-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35060,6 +35060,190 @@ components:
- data
- created_at
- object
- type: object
properties:
id:
type: string
description: Unique identifier for the event.
example: event_01EHZNVPK3SFK441A1RGBFSHRT
event:
type: string
const: resource_export.completed
data:
type: object
properties:
id:
type: string
description: The ID of the resource export.
example: resource_export_01HWZBQZY2M3AMQW166Q22K88F
resource_type:
type: string
enum:
- users
- organizations
- events
- sessions
description: The type of resource being exported.
example: users
required:
- id
- resource_type
description: The event payload.
created_at:
format: date-time
type: string
description: An ISO 8601 timestamp.
example: '2026-01-15T12:00:00.000Z'
context:
$ref: '#/components/schemas/EventContextDto'
object:
type: string
description: Distinguishes the Event object.
const: event
required:
- id
- event
- data
- created_at
- object
- type: object
properties:
id:
type: string
description: Unique identifier for the event.
example: event_01EHZNVPK3SFK441A1RGBFSHRT
event:
type: string
const: resource_export.created
data:
type: object
properties:
id:
type: string
description: The ID of the resource export.
example: resource_export_01HWZBQZY2M3AMQW166Q22K88F
resource_type:
type: string
enum:
- users
- organizations
- events
- sessions
description: The type of resource being exported.
example: users
required:
- id
- resource_type
description: The event payload.
created_at:
format: date-time
type: string
description: An ISO 8601 timestamp.
example: '2026-01-15T12:00:00.000Z'
context:
$ref: '#/components/schemas/EventContextDto'
object:
type: string
description: Distinguishes the Event object.
const: event
required:
- id
- event
- data
- created_at
- object
- type: object
properties:
id:
type: string
description: Unique identifier for the event.
example: event_01EHZNVPK3SFK441A1RGBFSHRT
event:
type: string
const: resource_export.downloaded
data:
type: object
properties:
id:
type: string
description: The ID of the resource export.
example: resource_export_01HWZBQZY2M3AMQW166Q22K88F
resource_type:
type: string
enum:
- users
- organizations
- events
- sessions
description: The type of resource being exported.
example: users
required:
- id
- resource_type
description: The event payload.
created_at:
format: date-time
type: string
description: An ISO 8601 timestamp.
example: '2026-01-15T12:00:00.000Z'
context:
$ref: '#/components/schemas/EventContextDto'
object:
type: string
description: Distinguishes the Event object.
const: event
required:
- id
- event
- data
- created_at
- object
- type: object
properties:
id:
type: string
description: Unique identifier for the event.
example: event_01EHZNVPK3SFK441A1RGBFSHRT
event:
type: string
const: resource_export.failed
data:
type: object
properties:
id:
type: string
description: The ID of the resource export.
example: resource_export_01HWZBQZY2M3AMQW166Q22K88F
resource_type:
type: string
enum:
- users
- organizations
- events
- sessions
description: The type of resource being exported.
example: users
required:
- id
- resource_type
description: The event payload.
created_at:
format: date-time
type: string
description: An ISO 8601 timestamp.
example: '2026-01-15T12:00:00.000Z'
context:
$ref: '#/components/schemas/EventContextDto'
object:
type: string
description: Distinguishes the Event object.
const: event
required:
- id
- event
- data
- created_at
- object
- type: object
properties:
id:
Expand Down
Loading