From bffc1af479cce96c6e3f4eaa2706295e26962fae Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:41:38 +0000 Subject: [PATCH 1/2] Update OpenAPI spec from workos/workos@dc04d30b352063b5c97e45de03be5c83629f5412 --- .last-synced-sha | 2 +- spec/open-api-spec.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.last-synced-sha b/.last-synced-sha index 5241742..cdc071b 100644 --- a/.last-synced-sha +++ b/.last-synced-sha @@ -1 +1 @@ -e122f280d5635b7a6d39c7ce6dc24cd52e267e1c +dc04d30b352063b5c97e45de03be5c83629f5412 diff --git a/spec/open-api-spec.yaml b/spec/open-api-spec.yaml index 2158c97..1991fb9 100644 --- a/spec/open-api-spec.yaml +++ b/spec/open-api-spec.yaml @@ -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: From 1d8c54e22e7c9c973c80b2e497d4fc1368e63ff1 Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Wed, 1 Jul 2026 12:04:08 -0400 Subject: [PATCH 2/2] chore: update deps --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed0c82f..826618b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,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", @@ -1063,9 +1063,9 @@ } }, "node_modules/@workos/oagen-emitters": { - "version": "0.19.6", - "resolved": "https://registry.npmjs.org/@workos/oagen-emitters/-/oagen-emitters-0.19.6.tgz", - "integrity": "sha512-uSs48BYJLAttUGncQLSK4iaPoT0bTWDmUTNPT/GM4+05ffgJZLH/EldvoAVDxknv5JLf0rJW6lWY6+2oJjnMmA==", + "version": "0.19.7", + "resolved": "https://registry.npmjs.org/@workos/oagen-emitters/-/oagen-emitters-0.19.7.tgz", + "integrity": "sha512-eAMEaCx6i9LNJjuXE4xcs+5LFfPZDCBdCx5T6tkgf4Zuc+2qRNJYHfOyKT640w7bkOQWlvY53s68fSR+/fz+2Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e8ecd10..189a0c9 100644 --- a/package.json +++ b/package.json @@ -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",