log_streams
Admin Portal intent (https://github.com/workos/workos-node/pull/691)user
, issuer
, and uri
properties to totp
(#687)success_url
parameter to generate_link
method (#670)organization_id
to Directory User and Directory Group (#640)code
and message
error properties for 422 responsesverifyFactor
responseDirectory
, User
, and Group
entities in webhook payloads (#611)environment_id
parameter from objects as this field is not returned by the API (#612)domain_hint
and login_hint
to sso.getAuthorizationURL
(#540)organization
to sso.getAuthorizationURL
(#537)tolerance
for webhooks.constructEvent
to three minutes (#530)domain
parameter for sso.getAuthorizationURL
in favor of organization
(#537)axios
to 0.21.4
sso.getProfile
has been renamed to sso.getProfileAndToken
(#385)
Promise<Profile>
to Promise<ProfileAndToken>
portal
namespace to organizations
(#390)
portal.createOrganization
→ organizations.createOrganization
portal.listOrganizations
→ organizations.listOrganizations
sso.createConnection
and sso.promoteDraftConnection
have been removed (#392)Connection
s (#379):
oauth_uid
oauth_secret
oauth_redirect_uri
saml_entity_id
saml_idp_url
saml_relying_party_trust_cert
saml_x509_certs
projectID
parameter for sso.getAuthorizationURL
and sso.getProfileAndToken
(formerly sso.getProfile
) has been fully removed. The clientID
parameter should be used instead (#389)