feat(generated)!: regenerate from spec (10 changes)#662
Merged
gjtorikian merged 19 commits intoMay 26, 2026
Merged
Conversation
… with membership and group operations
Fixes AuditLogSchemaDto typo (actual rename is AuditLogSchemaJson → AuditLogSchema), adds missing ConnectApplication discriminated union change, vault method rename mapping, radar enum renames, and client accessor rename. 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(user_management)!: Remove organization membership methods, move to new service
list_organization_memberships,create_organization_membership,get_organization_membership,update_organization_membership,delete_organization_membership,deactivate_organization_membership, andreactivate_organization_membershipmethods from UserManagement.RoleSingleandRoleMultipledataclasses from UserManagement.OrganizationMembershipService.feat(organization_membership)!: Add new OrganizationMembershipService with membership and group operations
OrganizationMembershipServicewithlist_organization_memberships,create_organization_membership,get_organization_membership,update_organization_membership,delete_organization_membership,deactivate_organization_membership,reactivate_organization_membership, andlist_organization_membership_groupsmethods.RoleSingleandRoleMultipledataclasses to support role assignment.AsyncOrganizationMembershipServicefor async operations.feat(vault)!: Add new Vault service with encryption and object storage APIs
Vaultservice with data key management (create_data_key,create_decrypt,create_rekey).list_kv,create_kv,get_kv,get_name,update_kv,delete_kv,list_kv_metadata,list_kv_versions).AsyncVaultfor async operations.feat(radar)!: Remove device_fingerprint and bot_score parameters from assess request
device_fingerprintandbot_scoreoptional parameters fromRadar.create_attemptandAsyncRadar.create_attemptmethods.RadarStandaloneAssessRequestmodel.feat(authorization)!: Remove search parameter and add resource/role filtering
searchparameter fromAuthorization.list_resourcesandAsyncAuthorization.list_resources.resource_id,resource_external_id,resource_type_slugparameters tolist_role_assignmentsmethod.role_slugparameter tolist_role_assignments_for_resource_by_external_idandlist_role_assignments_for_resourcemethods.feat(api_keys)!: Add expires_at field to API key models
expires_atoptional field toCreateOrganizationApiKeymodel.expires_atoptional field toCreateUserApiKeymodel.expires_atto organizational and user API key models (OrganizationApiKey, OrganizationApiKeyWithValue, UserApiKey, UserApiKeyWithValue).expires_atparameter tocreate_organization_api_keyandcreate_user_api_keymethods.feat(audit_logs)!: Rename audit log models and update service references
AuditLogActionJsontoAuditLogAction.AuditLogExportJsontoAuditLogExport.AuditLogSchematoAuditLogSchemaDto.AuditLogsRetentionJsontoAuditLogsRetention.feat(webhooks)!: Rename WebhookEndpointJson to WebhookEndpoint
WebhookEndpointJsonmodel toWebhookEndpoint.feat(common): Add new models for pipes events and enhancements
Actormodel representing the user or API key that performed an action.Errormodel for error response bodies.PipeConnectedAccountmodel with state enumeration.PipesConnectedAccountConnected,PipesConnectedAccountDisconnected,PipesConnectedAccountReauthorizationNeeded.AuditLogExportJsonStatetoAuditLogExportState.WebhookEndpointJsonStatustoWebhookEndpointStatus.UserManagementAuthenticationScreenHintto useRadarStandaloneAssessRequestActiontype alias.chore(generated): Regenerate SDK for oagen spec updates
Triggered by workos/openapi-spec@b0eb6fb
BEGIN_COMMIT_OVERRIDE
feat(user_management)!: Remove organization membership methods, move to new service (#662)
feat(organization_membership)!: Add new OrganizationMembershipService with membership and group operations (#662)
feat(vault)!: Add new Vault service with encryption and object storage APIs (#662)
feat(radar)!: Remove device_fingerprint and bot_score parameters from assess request (#662)
feat(authorization)!: Remove search parameter and add resource/role filtering (#662)
feat(api_keys)!: Add expires_at field to API key models (#662)
feat(audit_logs)!: Rename audit log models and update service references (#662)
feat(webhooks)!: Rename WebhookEndpointJson to WebhookEndpoint (#662)
feat(common): Add new models for pipes events and enhancements (#662)
chore(generated): Regenerate SDK for oagen spec updates (#662)
END_COMMIT_OVERRIDE