feat: add Agents and Organization Clients clients, Organization Level Roles, and Org-to-App Entitlement - #777
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-ruby-sdk: 1.17.8
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
SDK regeneration from the Auth0 OpenAPI spec via Fern. Adds a new Agents management client and an Organization Clients sub-client, organization-level roles (role type/owner and the org role-groups endpoint), org-to-application entitlement on organizations, Google Workspace directory-provisioning group selection endpoints, Guardian factor settings, and a set of new query parameters and enum members across list endpoints. Also fixes the Event Stream deliveries list, which previously returned nothing on success.
🆕 New endpoints / types:
agentsclient withlist/create/read/update/deleteonagents, backed byAgentResponseContent,AgentMetadata,ListAgentsResponseContent, and thecreate:agents/read:agents/update:agents/delete:agentsscopesorganizations.clientssub-client withlist/create/get/update/deleteonorganizations/{id}/clients, backed byOrganizationClient,OrganizationClientMetadata,OrganizationClientMetadataOrganizationUsageEnum,CreateOrganizationClientRequestItem, and response types, plus thecreate:organization_clients/read:organization_clients/update:organization_clients/delete:organization_clientsscopesorganizations.roles.groupssub-client withlistonorganizations/{id}/roles/{role_id}/groups, backed byRoleGroupandListOrganizationRoleGroupsResponseContentadd_synchronized_group_selections(POST) anddelete_synchronized_group_selections(DELETE) onconnections/{id}/directory-provisioning/synchronized-groups, backed bySynchronizedGroupSelectionId✏️ Modified endpoints (new properties):
type(RoleTypeEnum,tenant/organization) andowner_idon role create/get/update/effective-permission-source responses, plustypeandowner_idfilters on role listis_app_entitlement_activeandclient(OrganizationClientAssociation) on organization create/get/get-by-name/update responses, plus aninclude_client_association_forfilter on organizations listsettings(GuardianFactorSettingswithotp_lengthandotp_expiration_time) on the Guardian factor responsesync_groupsonSelfServiceProfileSsoTicketGoogleWorkspaceConfigname,email, anddirect_members_countonSynchronizedGroupPayload, plus aqsearch filter on the synchronized-groups listallow_missing_user_idonConnectionConnectedAccountsPurposeandConnectionConnectedAccountsPurposeXaadurationonEventStreamDeliveryAttemptcountry_codesmember onAculContextEnuminclude_totalsadded to the connections, client-grants, client-grant-organizations, groups, roles-users, user-groups, organizations, organization-members, flow-executions, refresh-tokens, and user-sessions list endpoints🐛 Bug Fix:
deliveries.listpreviously returnednilon success because the paginated response envelope was not modeled. It now returns a cursor-paginated iterator ofEventStreamDelivery, backed by the newListEventStreamDeliveriesResponseContent, andEventStreamCloudEvent.datais typed asHash[String, Object]to match the payload the API returnsReferences
N/A
Testing
Existing wire tests were regenerated to match the updated client. The live-tenant integration test passes against a dev tenant, and the new types load correctly.
Checklist