feat(generated)!: regenerate from spec (8 changes)#97
Merged
gjtorikian merged 12 commits intoMay 26, 2026
Merged
Conversation
…ons from user_management into dedicated service
…standalone assessment
…authorization service
…notes Adds vault API restructuring, type renames, connect application models, and corrects the radar wire value description. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
feat(vault): Add Vault service with key management and object storage APIs
VaultApiservice providing encryption key management and encrypted object storagecreate_data_key,create_decrypt,create_rekeyfor cryptographic operationslist_kv,create_kv,get_kv,get_name,update_kv,delete_kvfor managing encrypted key-value pairslist_kv_metadataandlist_kv_versionsfor inspecting object history without decryptionfeat(organization_membership)!: Split organization membership operations from user_management into dedicated service
OrganizationMembershipApiservice with full CRUD and role management for organization membershipsUserManagementApi: list/create/get/update/delete/deactivate/reactivate operationsuser_managementand moved toorganization_membership(see compat_breaking list)organization_membership.list_organization_membership_groupsfeat(radar)!: Remove deprecated action and control fields from Radar standalone assessment
RadarStandaloneAssessRequestAction::Login,RadarStandaloneAssessRequestAction::Signup,RadarStandaloneResponseControl::CredentialStuffing,RadarStandaloneResponseControl::IpSignUpRateLimitSignUpwire value changed from'sign up'to'sign-up',SignInwire value changed from'sign in'to'sign-in'RadarStandaloneAssessRequest:device_fingerprintandbot_score(marked breaking in spec)feat(api_key): Add expires_at field to API key models
expires_atfield added toApiKey,OrganizationApiKey,OrganizationApiKeyWithValue,UserApiKey,UserApiKeyWithValuemodelsApiKeyCreatedDataandApiKeyRevokedDatanow includeexpires_atexpires_atinCreateOrganizationApiKeyandCreateUserApiKeyrequest bodiesfeat(webhooks): Add Pipes connected account events to webhook subscriptions
PIPES_CONNECTED_ACCOUNT_CONNECTED,PIPES_CONNECTED_ACCOUNT_DISCONNECTED,PIPES_CONNECTED_ACCOUNT_REAUTHORIZATION_NEEDEDPipeConnectedAccount,PipesConnectedAccountConnected,PipesConnectedAccountDisconnected,PipesConnectedAccountReauthorizationNeededPipeConnectedAccountStatefor connected account status trackingfix(generated): Standardize type names and fix parameter defaults in authorization service
resource_id,resource_external_id, andresource_type_slugfilters toListRoleAssignmentsParamsfor more granular assignment filteringrole_slugfilter toListRoleAssignmentsForResourceParamsandListRoleAssignmentsForResourceByExternalIdParamssearchparameter fromListResourcesParams(deprecated)AuditLogActionJson→AuditLogAction,AuditLogExportJson→AuditLogExport,AuditLogSchema→AuditLogSchemaDto,AuditLogsRetentionJson→AuditLogsRetentionWebhookEndpointJson→WebhookEndpointandWebhookEndpointJsonStatus→WebhookEndpointStatusfix(connect): Fix last_used_at field type in application credentials
NewConnectApplicationSecret.last_used_attype changed from invalid string value to ISO 8601 timestampApplicationCredentialsListItem.last_used_attype changed from invalid string value to ISO 8601 timestampfix(sso): Expand login_hint documentation to include custom SAML
GetAuthorizationUrlParams.login_hintdocumentation to indicate support for custom SAML connections in addition to existing OAuth/OpenID Connect/Okta/Entra ID supportTriggered by workos/openapi-spec@b0eb6fb
BEGIN_COMMIT_OVERRIDE
feat(vault): Add Vault service with key management and object storage APIs (#97)
feat(organization_membership)!: Split organization membership operations from user_management into dedicated service (#97)
feat(radar)!: Remove deprecated action and control fields from Radar standalone assessment (#97)
feat(api_key): Add expires_at field to API key models (#97)
feat(webhooks): Add Pipes connected account events to webhook subscriptions (#97)
fix(generated): Standardize type names and fix parameter defaults in authorization service (#97)
fix(connect): Fix last_used_at field type in application credentials (#97)
fix(sso): Expand login_hint documentation to include custom SAML (#97)
END_COMMIT_OVERRIDE