@propelauth/node
Advanced tools
Comparing version 2.1.26 to 2.1.27
@@ -1,3 +0,3 @@ | ||
export { AccessTokenCreationException, AddUserToOrgException, ApiKeyCreateException, ApiKeyDeleteException, ApiKeyFetchException, ApiKeyUpdateException, ApiKeyValidateException, BadRequestException, ChangeUserRoleInOrgException, CreateOrgException, CreateSamlConnectionLinkResponse, CreateUserException, ForbiddenException, MagicLinkCreationException, MigrateUserException, OrgMemberInfo, RemoveUserFromOrgException, toOrgIdToOrgMemberInfo, toUser, UnauthorizedException, UnexpectedException, UpdateOrgException, UpdateUserEmailException, UpdateUserMetadataException, UpdateUserPasswordException, UserClass, UserNotFoundException, } from "@propelauth/node-apis"; | ||
export { AccessTokenCreationException, AddUserToOrgException, ApiKeyCreateException, ApiKeyDeleteException, ApiKeyFetchException, ApiKeyUpdateException, ApiKeyValidateException, ApiKeyValidateRateLimitedException, BadRequestException, ChangeUserRoleInOrgException, CreateOrgException, CreateSamlConnectionLinkResponse, CreateUserException, ForbiddenException, MagicLinkCreationException, MigrateUserException, OrgMemberInfo, RemoveUserFromOrgException, toOrgIdToOrgMemberInfo, toUser, UnauthorizedException, UnexpectedException, UpdateOrgException, UpdateUserEmailException, UpdateUserMetadataException, UpdateUserPasswordException, UserClass, UserNotFoundException, } from "@propelauth/node-apis"; | ||
export type { AccessToken, AddUserToOrgRequest, ApiKeyFull, ApiKeyNew, ApiKeyResultPage, ApiKeysCreateRequest, ApiKeysQueryRequest, ApiKeyUpdateRequest, ApiKeyValidation, ChangeUserRoleInOrgRequest, CreateAccessTokenRequest, CreatedOrg, CreatedUser, CreateMagicLinkRequest, CreateOrgRequest, CreateUserRequest, CustomRoleMapping, CustomRoleMappings, InternalOrgMemberInfo, InternalUser, InviteUserToOrgRequest, LoginMethod, MagicLink, MigrateUserFromExternalSourceRequest, Org, OrgApiKeyValidation, OrgIdToOrgMemberInfo, OrgQuery, OrgQueryResponse, PersonalApiKeyValidation, RemoveUserFromOrgRequest, SamlLoginProvider, SocialLoginProvider, TokenVerificationMetadata, UpdateOrgRequest, UpdateUserEmailRequest, UpdateUserMetadataRequest, UpdateUserPasswordRequest, User, UserAndOrgMemberInfo, UserMetadata, UserProperties, UserSignupQueryParams, UsersInOrgQuery, UsersPagedResponse, UsersQuery, FetchPendingInvitesParams, PendingInvitesPage, PendingInvite, RevokePendingOrgInviteRequest, FetchSamlSpMetadataResponse, SetSamlIdpMetadataRequest, IdpProvider, } from "@propelauth/node-apis"; | ||
export { BaseAuthOptions, handleError, HandleErrorOptions, HandleErrorResponse, initBaseAuth, RequiredOrgInfo as RequriedOrgInfo, } from "./auth"; |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "2.1.26", | ||
"version": "2.1.27", | ||
"license": "MIT", | ||
@@ -16,3 +16,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@propelauth/node-apis": "^2.1.26", | ||
"@propelauth/node-apis": "^2.1.27", | ||
"jose": "^5.2.0" | ||
@@ -68,3 +68,3 @@ }, | ||
}, | ||
"gitHead": "1c7087cec920b0d2fb62972d5fbba930aed979e6" | ||
"gitHead": "042a9a4506d3eff6a5644e67bcb462484cf0a92b" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
782679
6319