diff --git a/.last-synced-sha b/.last-synced-sha index 84b6f5c..4abbbd4 100644 --- a/.last-synced-sha +++ b/.last-synced-sha @@ -1 +1 @@ -005c716e68a7846c61ed4495986dad17d10dbd95 +b9e5c4ab1e0b26fa4c16d07c4b243141e32c767a diff --git a/package-lock.json b/package-lock.json index f30acfd..8365901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,12 +9,12 @@ "version": "0.68.0", "license": "MIT", "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", @@ -963,9 +963,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.2.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz", - "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==", + "version": "26.4.0", + "resolved": "https://socket-firewall.workos.dev/@types/node/-/node-26.4.0.tgz", + "integrity": "sha512-faiGnoIrLH/V8cibOMEAZ8pMw6oXqSukl29ra4mN8GdaB2ZewzeaLj+INpV5N+Z1eKWzY+IzaIZH2EIR6YZRNQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1343,9 +1343,9 @@ } }, "node_modules/@workos/oagen-emitters": { - "version": "0.24.4", - "resolved": "https://registry.npmjs.org/@workos/oagen-emitters/-/oagen-emitters-0.24.4.tgz", - "integrity": "sha512-Ex9eS2qJyjv1iKXvhzzfrBKOlJq4y3PEWw5RfWgPcDGfBNrsZTbYkM85dwAmWp2c/wsVNOTW8bZS6ij4XSk4Yg==", + "version": "0.24.5", + "resolved": "https://socket-firewall.workos.dev/@workos/oagen-emitters/-/oagen-emitters-0.24.5.tgz", + "integrity": "sha512-Dvin2b51+HwHTrsPEK7pkJy0xWWzhWfSKxkEPo4cnFXrjOHpOVGOf+GqbM/QFnu224p+GaD7+MRps7AyHxiHxg==", "dev": true, "license": "MIT", "dependencies": { @@ -2275,9 +2275,9 @@ } }, "node_modules/js-yaml": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.3.0.tgz", - "integrity": "sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==", + "version": "5.4.1", + "resolved": "https://socket-firewall.workos.dev/js-yaml/-/js-yaml-5.4.1.tgz", + "integrity": "sha512-28R/k+NAjeuf7+CKlTxWZVExJGwVVLwY06DgEnOMz2gEpfNkDcD7QvyiVPT0xy0XXhU8vHsd4Ot42OOPdJG7dQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index a708ae5..3c4013f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/spec/open-api-spec.yaml b/spec/open-api-spec.yaml index f8a7972..1e22320 100644 --- a/spec/open-api-spec.yaml +++ b/spec/open-api-spec.yaml @@ -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: