|
| 1 | +* [#524](https://github.com/workos/workos-ruby/pull/524) feat(generated)!: regenerate from spec (3 changes) |
| 2 | + |
| 3 | + **Features** |
| 4 | + * **agents**: |
| 5 | + * Added model `ClaimViewResponse` |
| 6 | + * Added model `ClaimViewResponseOrganization` |
| 7 | + * Added model `AgentAdminLinkClaimAttemptToExternalUserRequest` |
| 8 | + * Added model `AgentAdminLinkClaimAttemptToExternalUserRequestUser` |
| 9 | + * Added enum `ClaimViewResponseStatus` |
| 10 | + * Added endpoint `PATCH /agents/claims/attempts` |
| 11 | + * Added model `AgentRegistration` |
| 12 | + * Added model `AgentCredentialValidation` |
| 13 | + * Added model `AgentRegistrationAgentIdentity` |
| 14 | + * Added model `AgentRegistrationClaim` |
| 15 | + * Added model `AgentAdminValidateCredentialRequest` |
| 16 | + * Added model `AgentRegistrationClaimClaimCompletion` |
| 17 | + * Added enum `AgentRegistrationStatus` |
| 18 | + * Added enum `AgentRegistrationKind` |
| 19 | + * Added enum `AgentAdminValidateCredentialRequestType` |
| 20 | + * Added service `Agents` |
| 21 | + * **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**: |
| 22 | + * Added `agent_registration_id` to `ApiKeyValidationResponse` |
| 23 | + * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: |
| 24 | + * Added enum `ApplicationsRegistrationTypes` |
| 25 | + * Added parameter `Applications.list.registration_types` |
| 26 | + * **[directory_sync](https://workos.com/docs/reference/directory-sync)**: |
| 27 | + * Added parameter `DirectoryUsers.list.idp_id` |
| 28 | + * Added parameter `DirectoryUsers.list.email` |
| 29 | + * **[organizations](https://workos.com/docs/reference/organization)**: |
| 30 | + * Added model `OrganizationAuthorizedConnectApplicationList` |
| 31 | + * Added model `OrganizationAuthorizedConnectApplicationListData` |
| 32 | + * Added model `OrganizationAuthorizedConnectApplicationListListMetadata` |
| 33 | + * Added service `OrganizationsAuthorizedApplications` |
| 34 | + * **[pipes](https://workos.com/docs/reference/pipes)**: |
| 35 | + * Added model `DataIntegrationInstallation` |
| 36 | + * Added `auth_methods` to `CreateDataIntegration` |
| 37 | + * Added `api_key` to `CreateDataIntegration` |
| 38 | + * Added `api_key` to `UpdateDataIntegration` |
| 39 | + * Added `auth_methods` to `DataIntegration` |
| 40 | + * Added `installation` to `DataIntegration` |
| 41 | + * Added enum `CreateDataIntegrationAuthMethods` |
| 42 | + * Added enum `DataIntegrationAuthMethods` |
| 43 | + * Added model `DataIntegrationCredentialsResponse` |
| 44 | + * Added model `DataIntegrationCredentialsResponseCredential` |
| 45 | + * Added model `DataIntegrationsUpsertApiKeyRequest` |
| 46 | + * Added model `DataIntegrationsVendCredentialsRequest` |
| 47 | + * Added enum `DataIntegrationCredentialsResponseError` |
| 48 | + * Added endpoint `PUT /data-integrations/{slug}/api-key` |
| 49 | + * Added endpoint `POST /data-integrations/{slug}/credentials` |
| 50 | + * **[sso](https://workos.com/docs/reference/sso)**: |
| 51 | + * Added parameter `SSO.authorize.prompt` |
| 52 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 53 | + * Added `ssha256` to `CreateUserPasswordHashType` |
| 54 | + * Added `ssha256` to `UpdateUserPasswordHashType` |
| 55 | + * Added endpoint `GET /user_management/radar_challenges/{id}` |
| 56 | + * **[webhooks](https://workos.com/docs/reference/webhooks)**: |
| 57 | + * Added `agent.registration.revoked` to `CreateWebhookEndpointEvents` |
| 58 | + * Added `agent.registration.revoked` to `UpdateWebhookEndpointEvents` |
| 59 | + * Added `agent.registration.deleted` to `CreateWebhookEndpointEvents` |
| 60 | + * Added `agent.registration.deleted` to `UpdateWebhookEndpointEvents` |
| 61 | + * Added `radar.challenge_created` to `CreateWebhookEndpointEvents` |
| 62 | + * Added `radar.challenge_created` to `UpdateWebhookEndpointEvents` |
| 63 | + * Added `agent.registration.expired` to `CreateWebhookEndpointEvents` |
| 64 | + * Added `agent.registration.expired` to `UpdateWebhookEndpointEvents` |
| 65 | + * **[widgets](https://workos.com/docs/reference/widgets)**: |
| 66 | + * Made `WidgetSessionToken.organization_id` optional |
0 commit comments