@workos-inc/node 9.0.0 → 9.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -832,6 +832,7 @@ const deserializeInvitation = (invitation) => ({
832
832
  organizationId: invitation.organization_id,
833
833
  inviterUserId: invitation.inviter_user_id,
834
834
  acceptedUserId: invitation.accepted_user_id,
835
+ roleSlug: invitation.role_slug,
835
836
  token: invitation.token,
836
837
  acceptInvitationUrl: invitation.accept_invitation_url,
837
838
  createdAt: invitation.created_at,
@@ -848,6 +849,7 @@ const deserializeInvitationEvent = (invitation) => ({
848
849
  organizationId: invitation.organization_id,
849
850
  inviterUserId: invitation.inviter_user_id,
850
851
  acceptedUserId: invitation.accepted_user_id,
852
+ roleSlug: invitation.role_slug,
851
853
  createdAt: invitation.created_at,
852
854
  updatedAt: invitation.updated_at
853
855
  });
@@ -5845,7 +5847,7 @@ function extractBunVersionFromUserAgent() {
5845
5847
  }
5846
5848
  //#endregion
5847
5849
  //#region package.json
5848
- var version = "9.0.0";
5850
+ var version = "9.1.0";
5849
5851
  //#endregion
5850
5852
  //#region src/workos.ts
5851
5853
  const DEFAULT_HOSTNAME = "api.workos.com";
@@ -6230,4 +6232,4 @@ function createWorkOS(options) {
6230
6232
  //#endregion
6231
6233
  export { FetchHttpClient as A, NoApiKeyProvidedException as C, isAuthenticationErrorData as D, AuthenticationException as E, GenericServerException as O, NotFoundException as S, BadRequestException as T, UnprocessableEntityException as _, DomainDataState as a, RateLimitExceededException as b, FeatureFlagsRuntimeClient as c, serializeRevokeSessionOptions as d, AuthenticateWithSessionCookieFailureReason as f, Actions as g, Webhooks as h, OrganizationDomainVerificationStrategy as i, SubtleCryptoProvider as j, ApiKeyRequiredException as k, CookieSession as l, PKCE as m, ConnectionType as n, GenerateLinkIntent as o, AutoPaginatable as p, OrganizationDomainState as r, WorkOS as s, createWorkOS as t, RefreshSessionFailureReason as u, UnauthorizedException as v, ConflictException as w, OauthException as x, SignatureVerificationException as y };
6232
6234
 
6233
- //# sourceMappingURL=factory-BcKWtJoA.mjs.map
6235
+ //# sourceMappingURL=factory-B7cG7pDB.mjs.map