|
| 1 | +* [#513](https://github.com/workos/workos-ruby/pull/513) feat(generated): regenerate from spec (2 changes) |
| 2 | + |
| 3 | + **Features** |
| 4 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 5 | + * Added model `SendRadarSmsChallenge` |
| 6 | + * Added model `SendRadarSmsChallengeResponse` |
| 7 | + * Added model `UrnWorkosOAuthGrantTypeRadarEmailChallengeCodeSessionAuthenticateRequest` |
| 8 | + * Added model `UrnWorkosOAuthGrantTypeRadarSmsChallengeCodeSessionAuthenticateRequest` |
| 9 | + * Added model `MagicAuthSendMagicAuthCodeAndReturnResponse` |
| 10 | + * Added model `UserCreateResponse` |
| 11 | + * Added `ip_address` to `CreateMagicCodeAndReturn` |
| 12 | + * Added `user_agent` to `CreateMagicCodeAndReturn` |
| 13 | + * Added `radar_auth_attempt_id` to `CreateMagicCodeAndReturn` |
| 14 | + * Added `signals_id` to `CreateMagicCodeAndReturn` |
| 15 | + * Added `ip_address` to `CreateUser` |
| 16 | + * Added `user_agent` to `CreateUser` |
| 17 | + * Added `signals_id` to `CreateUser` |
| 18 | + * Added `signals_id` to `AuthorizationCodeSessionAuthenticateRequest` |
| 19 | + * Added `signals_id` to `PasswordSessionAuthenticateRequest` |
| 20 | + * Added `radar_auth_attempt_id` to `PasswordSessionAuthenticateRequest` |
| 21 | + * Added `radar_auth_attempt_id` to `UrnWorkosOAuthGrantTypeMagicAuthCodeSessionAuthenticateRequest` |
| 22 | + * Added endpoint `POST /user_management/radar_challenges` |
| 23 | + * **[radar](https://workos.com/docs/reference/radar)**: |
| 24 | + * Added `signals_id` to `RadarStandaloneAssessRequest` |
| 25 | + |
| 26 | + **Fixes** |
| 27 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 28 | + * Changed request body for `UserManagementAuthentication.authenticate` |
| 29 | + * Changed response of `UserManagementUsers.create` from `User` to `UserCreateResponse` |
| 30 | + * Changed response of `UserManagementMagicAuth.sendMagicAuthCodeAndReturn` from `MagicAuth` to `MagicAuthSendMagicAuthCodeAndReturnResponse` |
0 commit comments