Added
- feat: Agents client, Organization Clients & Role Groups, Directory Provisioning sync groups, Guardian factor settings & paginated Event Stream Deliveries
#909 (fern-api[bot])- Agents — new top-level
agents()client with full CRUD (list,create,read,update,delete) andcreate:agents/read:agents/update:agents/delete:agentsscopes. - Organization Clients — new
organizations().clients()sub-client to associate, list, get, update, and remove org-to-client associations (checkpoint pagination); adds
is_app_entitlement_activeon organizations and aninclude_client_association_forlist filter. - Organization Role Groups — new
organizations().roles().groups()sub-client to list groups assigned to a role within an organization. - Organization-Level Roles —
Roleand role list/filter now supporttype(tenant/organization) andowner_id. - Directory Provisioning sync groups —
connections().directoryProvisioning()gainsaddSynchronizedGroupSelections/deleteSynchronizedGroupSelections; Self-Service SSO tickets add
sync_groupson the Google Workspace config. - Guardian factor settings —
GuardianFactornow exposes an optionalsettingsobject (otp_length,otp_expiration_time). - Misc:
country_codesadded toAculContextEnum; new sharedNotFound/Conflicterror schemas.
- Agents — new top-level
Fixes
- feat: Agents client, Organization Clients & Role Groups, Directory Provisioning sync groups, Guardian factor settings & paginated Event Stream Deliveries
#909 (fern-api[bot])- Event Stream Deliveries pagination —
deliveries().list(...)now returns aSyncPagingIterable<EventStreamDelivery>with checkpoint pagination (breaking: previously
List<EventStreamDelivery>).
- Event Stream Deliveries pagination —