feat: add org-level roles, Google Workspace groups GA, org-to-app entitlement, and agents support - #1385
Open
fern-api[bot] wants to merge 2 commits into
Open
feat: add org-level roles, Google Workspace groups GA, org-to-app entitlement, and agents support #1385fern-api[bot] wants to merge 2 commits into
fern-api[bot] wants to merge 2 commits into
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-typescript-sdk: 3.72.5
Patches applied (3): - patch-066ff9e0: docs: add v6 migration guide for breaking changes in v6.0.0 (#1368) - patch-d8faf7a2: docs: update v6 migration guide with federatedConnectionsTokensets and federated_connections_access_tokens breaking changes (#1370) - patch-0f7baa6f: fix: auto-stamp SDK_VERSION from package.json during build (#1382) Patches with unresolved conflicts (2): - patch-490e5634: feat(management): add sub-package exports and management auth helper (#1373) - patch-74170bb0: Release v6.1.0 (#1381) Run `fern-replay resolve` to apply these customizations.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1385 +/- ##
========================================
Coverage 89.71% 89.72%
========================================
Files 433 439 +6
Lines 20134 20668 +534
Branches 9457 9742 +285
========================================
+ Hits 18063 18544 +481
- Misses 2071 2124 +53
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
Aug 4, 2026
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.
Summary
Automated SDK regeneration adding support for Organization-Level Roles, Google Workspace Groups Directory Sync (GA), Org-to-Application Entitlement, and a new Agents management resource.
Changes
Organization-Level Roles (EA)
type("tenant" | "organization") andowner_idto Role types across GET/POST/PATCH/api/v2/rolesand GET/api/v2/roles/{id}type,owner_idfilter params and checkpoint pagination (from,take) toGET /api/v2/rolesGET /organizations/{id}/roles/{role_id}/members- list members assigned to a role in an organization contextGET /organizations/{id}/roles/{role_id}/groups- list groups assigned to a role in an organization contextGoogle Workspace Groups (GA)
POST /connections/{id}/directory-provisioning/synchronized-groups- incrementally add groups to the sync selection setDELETE /connections/{id}/directory-provisioning/synchronized-groups- incrementally remove groups from the sync selection setqLucene search param toGET /connections/{id}/directory-provisioning/synchronized-groupsSynchronizedGroupobject withname,email,direct_members_countfieldssync_groups?: booleantoSelfServiceProfileSsoTicketGoogleWorkspaceConfigfor self-serviceprovisioning flows
Org-to-Application Entitlement (EA)
is_app_entitlement_active: booleanto Organization types across GET/POST/PATCH/api/v2/organizationsinclude_client_association_forquery param toGET /api/v2/organizations/api/v2/organizations/{id}/clientsresource:list,create(batch),get,patch,delete(batch)Agents Management
list,create,get,delete(
GET/POST /api/v2/agents,GET/DELETE /api/v2/agents/{id})Testing
Checklist