feat(generated)!: regenerate from spec (6 changes)#661
feat(generated)!: regenerate from spec (6 changes)#661workos-sdk-automation[bot] wants to merge 1 commit into
Conversation
Greptile SummaryThis is a generated SDK update regenerated from the OpenAPI spec, introducing new optional filter parameters across authorization methods and a breaking removal of the
Confidence Score: 5/5Safe to merge. All new parameters are optional and keyword-only, parameter forwarding to query strings is consistent across sync/async pairs, and tests cover every new param as well as the removal of search. All changes are generated from the OpenAPI spec. New optional filter params are correctly threaded through to the query-param dicts behind if-v-is-not-None guards, are consistent between sync and async classes, and have explicit test coverage. The only behavioral change — removing search from listResources — is intentional and reflected in both implementation and tests. No files require special attention. Important Files Changed
|
Summary
feat(authorization)!: Remove search parameter from listResources
searchoptional parameter fromlistResources()methodfeat(authorization): Add resource filtering to listRoleAssignments
resource_id,resource_external_id, andresource_type_slugoptional parameters tolistRoleAssignments()methodfeat(authorization): Add role_slug filter to listRoleAssignmentsForResourceByExternalId
role_slugoptional parameter tolistRoleAssignmentsForResourceByExternalId()methodfeat(authorization): Add role_slug filter to listRoleAssignmentsForResource
role_slugoptional parameter tolistRoleAssignmentsForResource()methodfix(groups): Add BadRequestError to addMember error documentation
addMember()method docstring to documentBadRequestError(400) exceptionchore(sso): Update login_hint documentation
login_hintparameter in SSO methods to include custom SAML connectionsTriggered by workos/openapi-spec@eb5bcc4
BEGIN_COMMIT_OVERRIDE
feat(authorization)!: Remove search parameter from listResources
feat(authorization): Add resource filtering to listRoleAssignments
feat(authorization): Add role_slug filter to listRoleAssignmentsForResourceByExternalId
feat(authorization): Add role_slug filter to listRoleAssignmentsForResource
fix(groups): Add BadRequestError to addMember error documentation
chore(sso): Update login_hint documentation
END_COMMIT_OVERRIDE