From 6ee0b0cccc871794d4c21006cfd6122ccea608b7 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 23:01:53 +0000 Subject: [PATCH] Update OpenAPI spec from workos/workos@6ebab510f2cb18ed394ec47b462895cd7aba105e --- .last-synced-sha | 2 +- spec/open-api-spec.yaml | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/.last-synced-sha b/.last-synced-sha index fe83518..901b6b4 100644 --- a/.last-synced-sha +++ b/.last-synced-sha @@ -1 +1 @@ -e5e97a3445a46e45204c36dff0f42eaf210a6c16 +6ebab510f2cb18ed394ec47b462895cd7aba105e diff --git a/spec/open-api-spec.yaml b/spec/open-api-spec.yaml index f74ac55..7fa3a03 100644 --- a/spec/open-api-spec.yaml +++ b/spec/open-api-spec.yaml @@ -21556,6 +21556,7 @@ components: - agent.registration.claim.attempt.created - agent.registration.claim.completed - agent.registration.credential.issued + - agent.registration.expired - agent.registration.organization.switched - authentication.email_verification_succeeded - authentication.magic_auth_failed @@ -25621,6 +25622,42 @@ components: - data - created_at - object + - type: object + properties: + id: + type: string + description: Unique identifier for the event. + example: event_01EHZNVPK3SFK441A1RGBFSHRT + event: + type: string + const: agent.registration.expired + data: + type: object + properties: + agent_registration_id: + type: string + description: The agent registration that expired. + example: agent_reg_01EHWNCE74X7JSDV0X3SZ3KJNY + required: + - agent_registration_id + 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: