|
| 1 | +* [#411](https://github.com/workos/workos-php/pull/411) feat(generated)!: regenerate from spec (1 change) |
| 2 | + |
| 3 | + **⚠️ Breaking** |
| 4 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 5 | + * Removed model `SessionReauthenticated` |
| 6 | + * Removed model `SessionReauthenticatedData` |
| 7 | + * Removed model `SessionReauthenticatedDataImpersonator` |
| 8 | + * Removed enum `SessionReauthenticatedDataAuthMethod` |
| 9 | + * Removed enum `SessionReauthenticatedDataStatus` |
| 10 | + |
| 11 | + **Features** |
| 12 | + * **[webhooks](https://workos.com/docs/reference/webhooks)**: |
| 13 | + * Added `agent.registration.created` to `CreateWebhookEndpointEvents` |
| 14 | + * Added `agent.registration.claim.attempt.created` to `CreateWebhookEndpointEvents` |
| 15 | + * Added `agent.registration.claim.completed` to `CreateWebhookEndpointEvents` |
| 16 | + * Added `agent.registration.credential.issued` to `CreateWebhookEndpointEvents` |
| 17 | + * Added `agent.registration.organization.switched` to `CreateWebhookEndpointEvents` |
| 18 | + * Added `authentication.reauthentication_succeeded` to `CreateWebhookEndpointEvents` |
| 19 | + * Added `agent.registration.created` to `UpdateWebhookEndpointEvents` |
| 20 | + * Added `agent.registration.claim.attempt.created` to `UpdateWebhookEndpointEvents` |
| 21 | + * Added `agent.registration.claim.completed` to `UpdateWebhookEndpointEvents` |
| 22 | + * Added `agent.registration.credential.issued` to `UpdateWebhookEndpointEvents` |
| 23 | + * Added `agent.registration.organization.switched` to `UpdateWebhookEndpointEvents` |
| 24 | + * Added `authentication.reauthentication_succeeded` to `UpdateWebhookEndpointEvents` |
| 25 | + * **[webhooks](https://workos.com/docs/reference/webhooks)**: |
| 26 | + * Added `session.reauthenticated` to `CreateWebhookEndpointEvents` |
| 27 | + * Added `session.reauthenticated` to `UpdateWebhookEndpointEvents` |
| 28 | + * **[webhooks](https://workos.com/docs/reference/webhooks)**: |
| 29 | + * Added `pipes.connected_account.connection_failed` to `CreateWebhookEndpointEvents` |
| 30 | + * Added `pipes.connected_account.connection_failed` to `UpdateWebhookEndpointEvents` |
| 31 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 32 | + * Added model `UserRoleAssignmentSource` |
| 33 | + * Added `source` to `UserRoleAssignment` |
| 34 | + * Added enum `UserRoleAssignmentSourceType` |
| 35 | + * Added parameter `UserManagementAuthentication.authorize.max_age` |
| 36 | + * Added endpoint `GET /user_management/cors_origins` |
| 37 | + * Added endpoint `GET /user_management/redirect_uris` |
| 38 | + * **[audit_logs](https://workos.com/docs/reference/audit-logs)**: |
| 39 | + * Changed the format of `AuditLogExportCreation.range_start` |
| 40 | + * Changed the format of `AuditLogExportCreation.range_end` |
| 41 | + * **[audit_logs](https://workos.com/docs/reference/audit-logs)**: |
| 42 | + * Added `expired` to `AuditLogExportState` |
| 43 | + |
| 44 | + **Fixes** |
| 45 | + * **[admin_portal](https://workos.com/docs/reference/admin-portal)**: |
| 46 | + * Removed `intent_options` from `GenerateLink` |
| 47 | + * **[webhooks](https://workos.com/docs/reference/webhooks)**: |
| 48 | + * Removed `session.reauthenticated` from `CreateWebhookEndpointEvents` |
| 49 | + * Removed `session.reauthenticated` from `UpdateWebhookEndpointEvents` |
0 commit comments