|
| 1 | +* [#709](https://github.com/workos/workos-python/pull/709) feat(generated)!: regenerate from spec (7 changes) |
| 2 | + |
| 3 | + **⚠️ Breaking** |
| 4 | + * **[pipes](https://workos.com/docs/reference/pipes)**: |
| 5 | + * SDK surface change: Symbol "CreateDataIntegrationAuthMethodsLiteral" was removed |
| 6 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 7 | + * SDK surface change: Parameter type changed for "verification_id" on "UserManagement.authenticate_with_radar_sms_challenge" |
| 8 | + |
| 9 | + **Features** |
| 10 | + * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: |
| 11 | + * Added `client_id` to `ConnectedAccount` |
| 12 | + * Added `client_secret_last_4` to `ConnectedAccount` |
| 13 | + * Added `config` to `ConnectedAccount` |
| 14 | + * **[pipes](https://workos.com/docs/reference/pipes)**: |
| 15 | + * Added `client_id` to `DataIntegrationsListResponseDataConnectedAccount` |
| 16 | + * Added `client_secret_last_4` to `DataIntegrationsListResponseDataConnectedAccount` |
| 17 | + * Added `config` to `DataIntegrationsListResponseDataConnectedAccount` |
| 18 | + * **[sso](https://workos.com/docs/reference/sso)**: |
| 19 | + * Added `XOAuth` to `ConnectionType` |
| 20 | + * Added `XOAuth` to `ConnectionActivatedDataConnectionType` |
| 21 | + * Added `XOAuth` to `ConnectionDeactivatedDataConnectionType` |
| 22 | + * Added `XOAuth` to `ConnectionDeletedDataConnectionType` |
| 23 | + * Added `XOAuth` to `ProfileConnectionType` |
| 24 | + * Added `XOAuth` to `ConnectionsConnectionType` |
| 25 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 26 | + * Added `password_salt_position` to `CreateUser` |
| 27 | + * Added `password_salt_position` to `UpdateUser` |
| 28 | + * Made `RadarSmsChallengeCodeSessionAuthenticateRequest.verification_id` optional |
| 29 | + * Made `RadarSmsChallengeCodeSessionAuthenticateRequest.phone_number` optional |
| 30 | + * Added enum `CreateUserPasswordSaltPosition` |
| 31 | + * Added enum `UpdateUserPasswordSaltPosition` |
| 32 | + * Added `XOAuth` to `AuthenticateResponseAuthenticationMethod` |
| 33 | + * Added `XOAuth` to `UserIdentitiesGetItemProvider` |
| 34 | + |
| 35 | + **Fixes** |
| 36 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 37 | + * Changed errors for endpoint `POST /user_management/authenticate` |
| 38 | + * Changed errors for endpoint `POST /user_management/users` |
| 39 | + * Changed errors for endpoint `PUT /user_management/users/{id}` |
0 commit comments