-
Removed the top-level
client.organizationTemplatesresource (list(),create(),get(),update(),listOrganizations()), a Limited EA feature that was exposed before it was ready; removed associatedOauthScopevaluesCreateOrganizationTemplatesandUpdateOrganizationTemplates; removed typesListOrganizationTemplatesPaginatedResponseContent,OrganizationTemplateAssignedOrganization,ListTemplateOrganizationsPaginatedResponseContent,OrganizationTemplatesClient#1404 (fern-api[bot]) -
Renamed and removed beta
-mcpvalues onConnectionStrategyEnumandConnectionIdentityProviderEnum: dropped the-mcpsuffix onasana,atlassian,gitlab, andslack; removeddocusign,figma,gusto,heroku,intercom,pagerduty,supabase,vercel, andxero;notion,cloudflare,hubspot,linear, andsentrystill use the-mcpsuffix #1404 (fern-api[bot])
Added
-
feat: add
guardian.get()/guardian.set()for Guardian settings (GET/PUT /api/v2/guardian/settings), along with theGetGuardianSettingsResponseContent,SetGuardianSettingsResponseContent, andSetGuardianSettingsRequestContenttypes; properties:display_remember_me_checkbox,remember_me_default_value,mfa_session_inactivity_timeout,mfa_session_overall_timeout#1404 (fern-api[bot]) -
feat: add
guardian.factors.email.get()/guardian.factors.email.set()for email MFA factor settings (GET/PUT /api/v2/guardian/factors/email/settings), along with theGetEmailFactorSettingsResponseContent,SetEmailFactorSettingsResponseContent, andSetEmailFactorSettingsRequestContenttypes; properties:otp_length,otp_expiration_time#1404 (fern-api[bot]) -
feat: add
guardian.factors.phone.get()/guardian.factors.phone.set()for phone MFA factor settings (GET/PUT /api/v2/guardian/factors/phone/settings), along with theGetPhoneFactorSettingsResponseContent,SetPhoneFactorSettingsResponseContent, andSetPhoneFactorSettingsRequestContenttypes; properties:otp_length,otp_expiration_time#1404 (fern-api[bot]) -
feat: add
client.experimentation.experiments.advanceRamp(id, request)for the Experimentation API (POST /api/v2/experimentation/experiments/{id}/advance-ramp), along with theAdvanceRampResponseContentandAdvanceRampRequestContenttypes; addUpdateExperimentation: "update:experimentation"toOauthScope#1404 (fern-api[bot]) -
feat: add
organizations.search(request)for the cursor-paginated search endpoint (GET /api/v2/organizations/search) with SCIM/Lucene filter syntax, along with theSearchOrganizationsRequestParameters,SearchOrganization,SearchOrganizationsPaginatedResponseContent,OrganizationSortFieldEnum, andSearchParserEnumtypes #1404 (fern-api[bot]) -
feat: add
resourceServers.search(request)for the cursor-paginated search endpoint (GET /api/v2/resource-servers/search) with SCIM/Lucene filter syntax, along with theSearchResourceServersRequestParameters,ResourceServerSearchResponse,SearchResourceServersResponseContent, andResourceServerSortFieldEnumtypes #1404 (fern-api[bot]) -
feat: add the
AnonymousSessionstype (withCreateAnonymousSessionsandUpdateAnonymousSessions) toClient,CreateClientRequestContent,UpdateClientRequestContent, and all client response types viaanonymous_sessions.active#1404 (fern-api[bot]) -
feat: add
TenantSettingsSessionsAnonymousto tenant settings (sessions.anonymous.lifetime_in_minutes,sessions.anonymous.activate_cookie) #1404 (fern-api[bot]) -
feat: add
subject_type_authorization.anonymous_user.policy(deny_all|require_client_grant) andtoken_lifetime_for_anonymous_access_tokensto resource server types, along withResourceServerSubjectTypeAuthorizationAnonymousUserandResourceServerSubjectTypeAuthorizationAnonymousUserPolicyEnum#1404 (fern-api[bot]) -
feat: add
GatewayTimeoutErrortype and map HTTP504responses to it; surfaced inorganizations.search()andresourceServers.search()#1404 (fern-api[bot])