feat: organization-level roles, google workspace group directory sync, and org-to-app entitlement - #881
Merged
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.26.0
Patches applied (5):
- patch-c04f0b4d: Fix for incorrect return type and missing __all__ type
- patch-f7384913: Remove duplicate FedCmLoginGooglePatch and FedCmLoginPatch entries
- patch-1e44613d: Added migration guide for v5 to v6
- patch-30b1089a: Updated UPGRADING.md doc
- patch-d6d69aeb: Remove duplicate FedCmLoginGooglePatch and FedCmLoginPatch entries
Patches with unresolved conflicts (3):
- patch-4894603d: chore: Restore custom wiring in management/__init__.py
- patch-7271f157: Revert wrapper file to preserve Auth0 telemetry customizations
- patch-95211006: Restore Auth0 telemetry and custom client wiring after regeneration
Run `fern-replay resolve` to apply these customizations.
fern-api
Bot
force-pushed
the
fern-bot/2026-08-04_06-25-11_115
branch
from
August 5, 2026 06:17
199c70e to
e0d9c34
Compare
Patches replayed: - patch-4894603d: chore: Restore custom wiring in management/__init__.py - patch-7271f157: Revert wrapper file to preserve Auth0 telemetry customizations - patch-c04f0b4d: Fix for incorrect return type and missing __all__ type - patch-95211006: Restore Auth0 telemetry and custom client wiring after regeneration - patch-f7384913: Remove duplicate FedCmLoginGooglePatch and FedCmLoginPatch entries - patch-1e44613d: Added migration guide for v5 to v6 - patch-30b1089a: Updated UPGRADING.md doc - patch-d6d69aeb: Remove duplicate FedCmLoginGooglePatch and FedCmLoginPatch entries
Merged
rmad17
added a commit
that referenced
this pull request
Aug 5, 2026
**Added** - feat: Add agents management, organization-client associations, organization-level roles (groups/members), network ACL keys, and directory provisioning group sync selections [\#881](#881) ([fern-api[bot]](https://github.com/apps/fern-api)) **Fixed** - fix: `EventStreamCloudEvent.data` now deserializes as its actual object shape (`Dict[str, Any]`) instead of an opaque JSON-encoded string that callers had to `json.loads()` themselves. [\#881](#881) ([fern-api[bot]](https://github.com/apps/fern-api))
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
New Features
management.agentsclient withlist,create,read,delete, andupdatefor managing agents.organizations.clientsclient withlist(checkpoint-paginated),create,get,update, anddeletefor managing organization-client associations. Organization responses now exposeis_app_entitlement_activeandclient.organizations.roles.groups.listandorganizations.roles.members.listto retrieve groups/members assigned to a role within an organization.management.keys.network_aclsclient withcreatefor keys used to verify HTTP Message Signatures on Network ACL rules.add_synchronized_group_selectionsanddelete_synchronized_group_selections;synchronize_groupsgains a"selected"value; self-service SSO tickets acceptprovisioning_config.google_workspace.sync_groups.typeandowner_id.Type Changes
Rolegains optionaltype("tenant"|"organization") andowner_id.Organizationgainsis_app_entitlement_active.synchronize_groups: "selected"support.Fixes
EventStreamCloudEvent.datanow deserializes as its actual object shape (Dict[str, Any]) instead of an opaque JSON-encoded string that callers had tojson.loads()themselves.