feat(generated)!: regenerate from spec (3 changes)#96
feat(generated)!: regenerate from spec (3 changes)#96workos-sdk-automation[bot] wants to merge 1 commit into
Conversation
Greptile SummaryThis is an automated regeneration from the OpenAPI spec, introducing new optional filter parameters and removing a deprecated one. No logic changes are present — all edits are additive field additions or deletions to serializable query-param structs.
Confidence Score: 5/5Safe to merge — all changes are additive optional fields or a single field removal, generated directly from the OpenAPI spec. Every new field is optional, properly annotated with skip_serializing_if, and initialized via Default::default(). The removed search field has no remaining callers in the codebase. The sso.rs change is doc-comment only. No logic paths, error handling, or auth flows are touched. No files require special attention. Callers of listResources that set search will get a compile error (the intended breaking-change signal), but no such callers exist in this repository. Important Files Changed
|
Summary
feat(authorization)!: Remove search parameter from listResources
searchparameter fromlistResourcesoperation (breaking change)feat(authorization): Add resource filters to role assignment queries
resource_id,resource_external_id, andresource_type_slugparameters tolistRoleAssignmentsfor filtering assignments by resourcerole_slugparameter tolistRoleAssignmentsForResourceByExternalIdfor filtering assignments by rolerole_slugparameter tolistRoleAssignmentsForResourcefor filtering assignments by rolefix(groups): Update error handling in addMember
addMemberoperationTriggered by workos/openapi-spec@eb5bcc4
BEGIN_COMMIT_OVERRIDE
feat(authorization)!: Remove search parameter from listResources
feat(authorization): Add resource filters to role assignment queries
fix(groups): Update error handling in addMember
END_COMMIT_OVERRIDE