feat: add org role members, third-party client access, passwordless type fixes, and OIDC connection updates - #1363
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1363 +/- ##
==========================================
+ Coverage 89.62% 89.72% +0.09%
==========================================
Files 428 433 +5
Lines 19886 20115 +229
Branches 9400 9786 +386
==========================================
+ Hits 17823 18048 +225
- Misses 2063 2067 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
ankita10119
approved these changes
Jul 8, 2026
harshithRai
approved these changes
Jul 10, 2026
This was referenced Jul 10, 2026
Merged
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.
Changes
This SDK regeneration introduces new endpoints, new fields, type correctness fixes, and two breaking changes.
New Features
client.organizations.roles.members.list(orgId, roleId)- new endpoint to list members assigned a specific role within an organization (GET /api/v2/organizations/{id}/roles/{role_id}/members). Supports checkpoint pagination.third_party_client_access (allow | block)- new field on organizationcreate/update/get/list. Controls whether third-party clients can perform standard user flows within the context of an organization. Defaults to block.organization_id- new read-only field on the grant entity.discovery_urlandoidc_metadata- added toConnectionPropertiesOptions.ClientTokenVaultPrivilegedAccessWithCredentialIdandClientTokenVaultPrivilegedAccessWithPublicKey.NotFoundErrorBodyandTooManyRequestsErrorBody- explicit error body types added.Type Fixes
ConnectionAttributeIdentifiersplitEmailAttributeIdentifier-default_method: "password"|"email_otp"PhoneAttributeIdentifier-default_method: "password"|"phone_otp"UsernameAttributeIdentifier- nodefault_methodPhoneProviderProtectionBackoffStrategyEnumNone: "none"renamed toDefault: "default"to match the updated Auth0 API.Other
group.createdtoconnection.created.Testing
Wire tests added/updated for all new endpoints and modified resources.
Checklist