From ed960dccb777287e34ceabe770ad05f69b3d6d88 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:54:19 +0000 Subject: [PATCH 1/2] chore(main): release 9.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ lib/Version.php | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dcb58567..430e28e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.2.0" + ".": "9.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f030f62b..d6df94ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [9.3.0](https://github.com/workos/workos-php/compare/v9.2.0...v9.3.0) (2026-09-01) + + +### Features + +* **agents:** Add blueprint, instance, and session endpoints ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) +* **audit_logs:** Replace retentionPeriodInDays param with retention union supporting retention periods ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) +* **generated:** Agents (batch 13ebc8c1) ([#437](https://github.com/workos/workos-php/issues/437)) ([d43ede0](https://github.com/workos/workos-php/commit/d43ede0746f4d32961cf9fdc8aff92eb320d96c7)) +* **organizations:** Add IT contacts endpoints ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) +* **platform_teams:** Add Platform Teams service ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) +* **sso:** Add connection management and SAML certificate endpoints ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) +* **sso:** Make code optional on getProfileAndToken ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) +* **user_management:** Add email-completion grant and waitlist endpoints ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) +* **webhooks:** Add agent instance and blueprint webhook event types ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) + + +### Bug Fixes + +* **sso:** Remove DiscordOAuth, GrokOAuth, and XOAuth from connection type enums ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) + + +### Miscellaneous Chores + +* **deps:** pin workos/actions action to 5c7450a ([#430](https://github.com/workos/workos-php/issues/430)) ([f0f66fd](https://github.com/workos/workos-php/commit/f0f66fd20611aca47f096b80772de00f63606bc8)) +* **deps:** update github-actions versions ([#431](https://github.com/workos/workos-php/issues/431)) ([a3ac03e](https://github.com/workos/workos-php/commit/a3ac03e52d6304a53d104867fa68a171911359a8)) + ## [9.2.0](https://github.com/workos/workos-php/compare/v9.1.0...v9.2.0) (2026-08-11) * [#428](https://github.com/workos/workos-php/pull/428) feat(generated)!: regenerate from spec (2 changes) diff --git a/lib/Version.php b/lib/Version.php index e5d469fd..50f41a70 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -9,5 +9,5 @@ final class Version { public const SDK_IDENTIFIER = 'WorkOS PHP'; - public const SDK_VERSION = '9.2.0'; // x-release-please-version + public const SDK_VERSION = '9.3.0'; // x-release-please-version } From 06be2428543c81aea3e3ee9253dd5b1e126be5a0 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:54:32 +0000 Subject: [PATCH 2/2] chore: inline release notes from .changelog-pending --- ...67627615ba0a9db28194f68afd773d08ce9cbe7.md | 141 --------------- ...6350ef365d412ae1775ac389c8d8e4ad8c20734.md | 9 - CHANGELOG.md | 165 ++++++++++++++++-- 3 files changed, 149 insertions(+), 166 deletions(-) delete mode 100644 .changelog-pending/2026-09-01T16-10-30-667627615ba0a9db28194f68afd773d08ce9cbe7.md delete mode 100644 .changelog-pending/2026-09-01T21-42-41-b6350ef365d412ae1775ac389c8d8e4ad8c20734.md diff --git a/.changelog-pending/2026-09-01T16-10-30-667627615ba0a9db28194f68afd773d08ce9cbe7.md b/.changelog-pending/2026-09-01T16-10-30-667627615ba0a9db28194f68afd773d08ce9cbe7.md deleted file mode 100644 index 63aa37f9..00000000 --- a/.changelog-pending/2026-09-01T16-10-30-667627615ba0a9db28194f68afd773d08ce9cbe7.md +++ /dev/null @@ -1,141 +0,0 @@ -* [#435](https://github.com/workos/workos-php/pull/435) feat(generated)!: regenerate from spec (4 changes) - - **⚠️ Breaking** - * **[agents](https://workos.com/docs/reference/agents)**: - * Removed service `Agents` - * **[sso](https://workos.com/docs/reference/sso)**: - * Removed model `TokenBody` - * Removed enum `TokenBodyGrantType` - * Removed model `TokenQuery` - * Changed parameter `SSO.token.grant_type` - - **Features** - * **[agents](https://workos.com/docs/reference/agents)**: - * Added model `AgentBlueprint` - * Added model `AgentInstance` - * Added model `AgentToken` - * Added model `AgentInstanceSession` - * Added model `AgentBlueprintInvocableBy` - * Added model `AgentBlueprintSessionSetting` - * Added model `AgentBlueprintsCreateRequest` - * Added model `AgentBlueprintsCreateRequestInvocableBy` - * Added model `AgentBlueprintsCreateRequestSessionSetting` - * Added model `AgentBlueprintsUpdateRequest` - * Added model `AgentBlueprintsUpdateRequestInvocableBy` - * Added model `AgentBlueprintsUpdateRequestSessionSetting` - * Added model `AgentBlueprintsTokenMintTokenRequest` - * Added enum `AgentInstanceType` - * Added enum `AgentInstanceSessionStatus` - * Added enum `AgentBlueprintsTokenMintTokenRequestType` - * **agents_blueprints**: - * Added service `AgentsBlueprints` - * **agents_blueprints_tokens**: - * Added service `AgentsBlueprintsTokens` - * **agents_instances**: - * Added service `AgentsInstances` - * **agents_registrations**: - * Added service `AgentsRegistrations` - * **agents_sessions**: - * Added service `AgentsSessions` - * **[organizations](https://workos.com/docs/reference/organization)**: - * Added `retention_period` to `UpdateAuditLogsRetention` - * Made `UpdateAuditLogsRetention.retention_period_in_days` optional - * Added enum `UpdateAuditLogsRetentionRetentionPeriod` - * Added model `CreateItContact` - * Added model `InviteItContact` - * Added model `ItContact` - * Added model `ItContactList` - * Added model `ItContactListListMetadata` - * Added enum `InviteItContactIntents` - * Added service `OrganizationsItContacts` - * **platform_teams**: - * Added model `CreateTeam` - * Added model `Team` - * Added enum `TeamProductionState` - * Added service `PlatformTeams` - * **[sso](https://workos.com/docs/reference/sso)**: - * Added model `TokenQuery` - * Added enum `TokenQueryGrantType` - * Added model `CreateConnectionKeyPair` - * Added model `CreateConnectionSAMLOptions` - * Added model `CreateConnectionOidcOptions` - * Added model `CreateConnectionStandardAttributes` - * Added model `CreateConnectionAttributeMaps` - * Added model `CreateConnection` - * Added model `PatchConnectionSAMLOptions` - * Added model `PatchConnectionOidcOptions` - * Added model `PatchConnectionStandardAttributes` - * Added model `PatchConnectionAttributeMaps` - * Added model `PatchConnection` - * Added model `CreateSAMLIdpSigningCertificate` - * Added model `SAMLIdpSigningCertificate` - * Added model `SAMLIdpSigningCertificateList` - * Added model `SAMLSpEncryptionCertificate` - * Added model `SAMLSpEncryptionCertificateList` - * Added model `SAMLSpSigningCertificate` - * Added enum `CreateConnectionOidcOptionsIdTokenSignatureAlgorithm` - * Added enum `PatchConnectionOidcOptionsIdTokenSignatureAlgorithm` - * Added endpoint `POST /connections` - * Added endpoint `GET /connections/{connectionId}/saml_idp_signing_certs` - * Added endpoint `POST /connections/{connectionId}/saml_idp_signing_certs` - * Added endpoint `DELETE /connections/{connectionId}/saml_idp_signing_certs/{certificateId}` - * Added endpoint `GET /connections/{connectionId}/saml_sp_encryption_certs` - * Added endpoint `POST /connections/{connectionId}/saml_sp_encryption_certs` - * Added endpoint `DELETE /connections/{connectionId}/saml_sp_encryption_certs/{certificateId}` - * Added endpoint `GET /connections/{connectionId}/saml_sp_signing_cert` - * Added endpoint `POST /connections/{connectionId}/saml_sp_signing_cert` - * Added endpoint `DELETE /connections/{connectionId}/saml_sp_signing_cert/{certificateId}` - * Added endpoint `PATCH /connections/{id}` - * Added model `TokenBody` - * Added enum `TokenBodyGrantType` - * Added enum `SSOGrantType` - * Changed required status for parameter `SSO.token.code` - * **[user_management](https://workos.com/docs/reference/authkit/user)**: - * Added enum `CreateConnectionOidcOptionsTokenAuthenticationMethod` - * Added enum `PatchConnectionOidcOptionsTokenAuthenticationMethod` - * Added model `EmailCompletionSessionAuthenticateRequest` - * Added model `CreateWaitlistEntry` - * Added model `Waitlist` - * Added model `WaitlistEntry` - * Added enum `WaitlistEntryState` - * Added enum `UserManagementWaitlistsState` - * Added service `UserManagementWaitlists` - * **[webhooks](https://workos.com/docs/reference/webhooks)**: - * Added `agent.instance.created` to `CreateWebhookEndpointEvents` - * Added `agent.instance.deleted` to `CreateWebhookEndpointEvents` - * Added `agent.instance.session.created` to `CreateWebhookEndpointEvents` - * Added `agent.instance.session.revoked` to `CreateWebhookEndpointEvents` - * Added `agent.instance.created` to `UpdateWebhookEndpointEvents` - * Added `agent.instance.deleted` to `UpdateWebhookEndpointEvents` - * Added `agent.instance.session.created` to `UpdateWebhookEndpointEvents` - * Added `agent.instance.session.revoked` to `UpdateWebhookEndpointEvents` - * Added `agent.blueprint.created` to `CreateWebhookEndpointEvents` - * Added `agent.blueprint.deleted` to `CreateWebhookEndpointEvents` - * Added `agent.blueprint.updated` to `CreateWebhookEndpointEvents` - * Added `agent.blueprint.created` to `UpdateWebhookEndpointEvents` - * Added `agent.blueprint.deleted` to `UpdateWebhookEndpointEvents` - * Added `agent.blueprint.updated` to `UpdateWebhookEndpointEvents` - - **Fixes** - * **[sso](https://workos.com/docs/reference/sso)**: - * Changed request body of `SSO.token` from `TokenBody` to `TokenQuery` - * Removed `DiscordOAuth` from `ConnectionType` - * Removed `GrokOAuth` from `ConnectionType` - * Removed `XOAuth` from `ConnectionType` - * Removed `DiscordOAuth` from `ProfileConnectionType` - * Removed `GrokOAuth` from `ProfileConnectionType` - * Removed `XOAuth` from `ProfileConnectionType` - * Removed `DiscordOAuth` from `ConnectionsConnectionType` - * Removed `GrokOAuth` from `ConnectionsConnectionType` - * Removed `XOAuth` from `ConnectionsConnectionType` - * Changed request body of `SSO.token` from `TokenQuery` to `TokenBody` - * **[user_management](https://workos.com/docs/reference/authkit/user)**: - * Changed request body for `UserManagementAuthentication.authenticate` - * Changed errors for endpoint `POST /user_management/authenticate` - * Removed `DiscordOAuth` from `AuthenticateResponseAuthenticationMethod` - * Removed `GrokOAuth` from `AuthenticateResponseAuthenticationMethod` - * Removed `XOAuth` from `AuthenticateResponseAuthenticationMethod` - * Removed `DiscordOAuth` from `UserIdentitiesGetItemProvider` - * Removed `GrokOAuth` from `UserIdentitiesGetItemProvider` - * Removed `XOAuth` from `UserIdentitiesGetItemProvider` - * Changed errors for endpoint `DELETE /user_management/users/{id}` diff --git a/.changelog-pending/2026-09-01T21-42-41-b6350ef365d412ae1775ac389c8d8e4ad8c20734.md b/.changelog-pending/2026-09-01T21-42-41-b6350ef365d412ae1775ac389c8d8e4ad8c20734.md deleted file mode 100644 index 6956fd57..00000000 --- a/.changelog-pending/2026-09-01T21-42-41-b6350ef365d412ae1775ac389c8d8e4ad8c20734.md +++ /dev/null @@ -1,9 +0,0 @@ -* [#437](https://github.com/workos/workos-php/pull/437) fix(generated): regenerate from spec - - **Features** - * **[agents](https://workos.com/docs/reference/agents)**: - * Made `AgentBlueprintsCreateRequest.session_settings` optional - * Added model `AgentTokenValidation` - * Added model `AgentBlueprintsTokenValidateTokenRequest` - * **agents_blueprints_tokens**: - * Added endpoint `POST /agents/blueprints/{agent_blueprint_id}/tokens/validate` diff --git a/CHANGELOG.md b/CHANGELOG.md index d6df94ab..17f711af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,29 +2,162 @@ ## [9.3.0](https://github.com/workos/workos-php/compare/v9.2.0...v9.3.0) (2026-09-01) +### Miscellaneous Chores -### Features - -* **agents:** Add blueprint, instance, and session endpoints ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) -* **audit_logs:** Replace retentionPeriodInDays param with retention union supporting retention periods ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) -* **generated:** Agents (batch 13ebc8c1) ([#437](https://github.com/workos/workos-php/issues/437)) ([d43ede0](https://github.com/workos/workos-php/commit/d43ede0746f4d32961cf9fdc8aff92eb320d96c7)) -* **organizations:** Add IT contacts endpoints ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) -* **platform_teams:** Add Platform Teams service ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) -* **sso:** Add connection management and SAML certificate endpoints ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) -* **sso:** Make code optional on getProfileAndToken ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) -* **user_management:** Add email-completion grant and waitlist endpoints ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) -* **webhooks:** Add agent instance and blueprint webhook event types ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) +* **deps:** pin workos/actions action to 5c7450a ([#430](https://github.com/workos/workos-php/issues/430)) ([f0f66fd](https://github.com/workos/workos-php/commit/f0f66fd20611aca47f096b80772de00f63606bc8)) +* **deps:** update github-actions versions ([#431](https://github.com/workos/workos-php/issues/431)) ([a3ac03e](https://github.com/workos/workos-php/commit/a3ac03e52d6304a53d104867fa68a171911359a8)) +* [#435](https://github.com/workos/workos-php/pull/435) feat(generated)!: regenerate from spec (4 changes) -### Bug Fixes + **⚠️ Breaking** + * **[agents](https://workos.com/docs/reference/agents)**: + * Removed service `Agents` + * **[sso](https://workos.com/docs/reference/sso)**: + * Removed model `TokenBody` + * Removed enum `TokenBodyGrantType` + * Removed model `TokenQuery` + * Changed parameter `SSO.token.grant_type` -* **sso:** Remove DiscordOAuth, GrokOAuth, and XOAuth from connection type enums ([#435](https://github.com/workos/workos-php/issues/435)) ([315f12d](https://github.com/workos/workos-php/commit/315f12d479eeffc1ce5cd1573b0598c0e5191561)) + **Features** + * **[agents](https://workos.com/docs/reference/agents)**: + * Added model `AgentBlueprint` + * Added model `AgentInstance` + * Added model `AgentToken` + * Added model `AgentInstanceSession` + * Added model `AgentBlueprintInvocableBy` + * Added model `AgentBlueprintSessionSetting` + * Added model `AgentBlueprintsCreateRequest` + * Added model `AgentBlueprintsCreateRequestInvocableBy` + * Added model `AgentBlueprintsCreateRequestSessionSetting` + * Added model `AgentBlueprintsUpdateRequest` + * Added model `AgentBlueprintsUpdateRequestInvocableBy` + * Added model `AgentBlueprintsUpdateRequestSessionSetting` + * Added model `AgentBlueprintsTokenMintTokenRequest` + * Added enum `AgentInstanceType` + * Added enum `AgentInstanceSessionStatus` + * Added enum `AgentBlueprintsTokenMintTokenRequestType` + * **agents_blueprints**: + * Added service `AgentsBlueprints` + * **agents_blueprints_tokens**: + * Added service `AgentsBlueprintsTokens` + * **agents_instances**: + * Added service `AgentsInstances` + * **agents_registrations**: + * Added service `AgentsRegistrations` + * **agents_sessions**: + * Added service `AgentsSessions` + * **[organizations](https://workos.com/docs/reference/organization)**: + * Added `retention_period` to `UpdateAuditLogsRetention` + * Made `UpdateAuditLogsRetention.retention_period_in_days` optional + * Added enum `UpdateAuditLogsRetentionRetentionPeriod` + * Added model `CreateItContact` + * Added model `InviteItContact` + * Added model `ItContact` + * Added model `ItContactList` + * Added model `ItContactListListMetadata` + * Added enum `InviteItContactIntents` + * Added service `OrganizationsItContacts` + * **platform_teams**: + * Added model `CreateTeam` + * Added model `Team` + * Added enum `TeamProductionState` + * Added service `PlatformTeams` + * **[sso](https://workos.com/docs/reference/sso)**: + * Added model `TokenQuery` + * Added enum `TokenQueryGrantType` + * Added model `CreateConnectionKeyPair` + * Added model `CreateConnectionSAMLOptions` + * Added model `CreateConnectionOidcOptions` + * Added model `CreateConnectionStandardAttributes` + * Added model `CreateConnectionAttributeMaps` + * Added model `CreateConnection` + * Added model `PatchConnectionSAMLOptions` + * Added model `PatchConnectionOidcOptions` + * Added model `PatchConnectionStandardAttributes` + * Added model `PatchConnectionAttributeMaps` + * Added model `PatchConnection` + * Added model `CreateSAMLIdpSigningCertificate` + * Added model `SAMLIdpSigningCertificate` + * Added model `SAMLIdpSigningCertificateList` + * Added model `SAMLSpEncryptionCertificate` + * Added model `SAMLSpEncryptionCertificateList` + * Added model `SAMLSpSigningCertificate` + * Added enum `CreateConnectionOidcOptionsIdTokenSignatureAlgorithm` + * Added enum `PatchConnectionOidcOptionsIdTokenSignatureAlgorithm` + * Added endpoint `POST /connections` + * Added endpoint `GET /connections/{connectionId}/saml_idp_signing_certs` + * Added endpoint `POST /connections/{connectionId}/saml_idp_signing_certs` + * Added endpoint `DELETE /connections/{connectionId}/saml_idp_signing_certs/{certificateId}` + * Added endpoint `GET /connections/{connectionId}/saml_sp_encryption_certs` + * Added endpoint `POST /connections/{connectionId}/saml_sp_encryption_certs` + * Added endpoint `DELETE /connections/{connectionId}/saml_sp_encryption_certs/{certificateId}` + * Added endpoint `GET /connections/{connectionId}/saml_sp_signing_cert` + * Added endpoint `POST /connections/{connectionId}/saml_sp_signing_cert` + * Added endpoint `DELETE /connections/{connectionId}/saml_sp_signing_cert/{certificateId}` + * Added endpoint `PATCH /connections/{id}` + * Added model `TokenBody` + * Added enum `TokenBodyGrantType` + * Added enum `SSOGrantType` + * Changed required status for parameter `SSO.token.code` + * **[user_management](https://workos.com/docs/reference/authkit/user)**: + * Added enum `CreateConnectionOidcOptionsTokenAuthenticationMethod` + * Added enum `PatchConnectionOidcOptionsTokenAuthenticationMethod` + * Added model `EmailCompletionSessionAuthenticateRequest` + * Added model `CreateWaitlistEntry` + * Added model `Waitlist` + * Added model `WaitlistEntry` + * Added enum `WaitlistEntryState` + * Added enum `UserManagementWaitlistsState` + * Added service `UserManagementWaitlists` + * **[webhooks](https://workos.com/docs/reference/webhooks)**: + * Added `agent.instance.created` to `CreateWebhookEndpointEvents` + * Added `agent.instance.deleted` to `CreateWebhookEndpointEvents` + * Added `agent.instance.session.created` to `CreateWebhookEndpointEvents` + * Added `agent.instance.session.revoked` to `CreateWebhookEndpointEvents` + * Added `agent.instance.created` to `UpdateWebhookEndpointEvents` + * Added `agent.instance.deleted` to `UpdateWebhookEndpointEvents` + * Added `agent.instance.session.created` to `UpdateWebhookEndpointEvents` + * Added `agent.instance.session.revoked` to `UpdateWebhookEndpointEvents` + * Added `agent.blueprint.created` to `CreateWebhookEndpointEvents` + * Added `agent.blueprint.deleted` to `CreateWebhookEndpointEvents` + * Added `agent.blueprint.updated` to `CreateWebhookEndpointEvents` + * Added `agent.blueprint.created` to `UpdateWebhookEndpointEvents` + * Added `agent.blueprint.deleted` to `UpdateWebhookEndpointEvents` + * Added `agent.blueprint.updated` to `UpdateWebhookEndpointEvents` + **Fixes** + * **[sso](https://workos.com/docs/reference/sso)**: + * Changed request body of `SSO.token` from `TokenBody` to `TokenQuery` + * Removed `DiscordOAuth` from `ConnectionType` + * Removed `GrokOAuth` from `ConnectionType` + * Removed `XOAuth` from `ConnectionType` + * Removed `DiscordOAuth` from `ProfileConnectionType` + * Removed `GrokOAuth` from `ProfileConnectionType` + * Removed `XOAuth` from `ProfileConnectionType` + * Removed `DiscordOAuth` from `ConnectionsConnectionType` + * Removed `GrokOAuth` from `ConnectionsConnectionType` + * Removed `XOAuth` from `ConnectionsConnectionType` + * Changed request body of `SSO.token` from `TokenQuery` to `TokenBody` + * **[user_management](https://workos.com/docs/reference/authkit/user)**: + * Changed request body for `UserManagementAuthentication.authenticate` + * Changed errors for endpoint `POST /user_management/authenticate` + * Removed `DiscordOAuth` from `AuthenticateResponseAuthenticationMethod` + * Removed `GrokOAuth` from `AuthenticateResponseAuthenticationMethod` + * Removed `XOAuth` from `AuthenticateResponseAuthenticationMethod` + * Removed `DiscordOAuth` from `UserIdentitiesGetItemProvider` + * Removed `GrokOAuth` from `UserIdentitiesGetItemProvider` + * Removed `XOAuth` from `UserIdentitiesGetItemProvider` + * Changed errors for endpoint `DELETE /user_management/users/{id}` -### Miscellaneous Chores +* [#437](https://github.com/workos/workos-php/pull/437) fix(generated): regenerate from spec -* **deps:** pin workos/actions action to 5c7450a ([#430](https://github.com/workos/workos-php/issues/430)) ([f0f66fd](https://github.com/workos/workos-php/commit/f0f66fd20611aca47f096b80772de00f63606bc8)) -* **deps:** update github-actions versions ([#431](https://github.com/workos/workos-php/issues/431)) ([a3ac03e](https://github.com/workos/workos-php/commit/a3ac03e52d6304a53d104867fa68a171911359a8)) + **Features** + * **[agents](https://workos.com/docs/reference/agents)**: + * Made `AgentBlueprintsCreateRequest.session_settings` optional + * Added model `AgentTokenValidation` + * Added model `AgentBlueprintsTokenValidateTokenRequest` + * **agents_blueprints_tokens**: + * Added endpoint `POST /agents/blueprints/{agent_blueprint_id}/tokens/validate` ## [9.2.0](https://github.com/workos/workos-php/compare/v9.1.0...v9.2.0) (2026-08-11)