New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@propelauth/node-apis

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@propelauth/node-apis - npm Package Compare versions

Comparing version

to
2.1.28

15

dist/index.d.ts

@@ -411,2 +411,13 @@ type CreateAccessTokenRequest = {

};
type UserInOrgMetadata = UserMetadata & {
roleInOrg: string;
additionalRolesInOrg: string[];
};
type UsersInOrgPagedResponse = {
users: UserInOrgMetadata[];
totalUsers: number;
currentPage: number;
pageSize: number;
hasMoreResults: boolean;
};
type UsersInOrgQuery = {

@@ -650,3 +661,3 @@ orgId: string;

fetchUsersByQuery: (usersQuery: UsersQuery) => Promise<UsersPagedResponse>;
fetchUsersInOrg: (usersInOrgQuery: UsersInOrgQuery) => Promise<UsersPagedResponse>;
fetchUsersInOrg: (usersInOrgQuery: UsersInOrgQuery) => Promise<UsersInOrgPagedResponse>;
fetchUserSignupQueryParams: (userId: string) => Promise<UserSignupQueryParams | null>;

@@ -699,2 +710,2 @@ createUser: (createUserRequest: CreateUserRequest) => Promise<CreatedUser>;

export { AccessToken, AccessTokenCreationException, AddUserToOrgException, AddUserToOrgRequest, ApiKeyCreateException, ApiKeyDeleteException, ApiKeyFetchException, ApiKeyFull, ApiKeyNew, ApiKeyResultPage, ApiKeyUpdateException, ApiKeyUpdateRequest, ApiKeyValidateException, ApiKeyValidateRateLimitedException, ApiKeyValidation, ApiKeysCreateRequest, ApiKeysQueryRequest, BadRequestException, ChangeUserRoleInOrgException, ChangeUserRoleInOrgRequest, CreateAccessTokenRequest, CreateMagicLinkRequest, CreateOrgException, CreateOrgRequest, CreateSamlConnectionLinkResponse, CreateUserException, CreateUserRequest, CreatedOrg, CreatedUser, CustomRoleMapping, CustomRoleMappings, FetchPendingInvitesParams, FetchSamlSpMetadataResponse, ForbiddenException, IdpProvider, InternalOrgMemberInfo, InternalUser, InviteUserToOrgRequest, LoginMethod, MagicLink, MagicLinkCreationException, MigrateUserException, MigrateUserFromExternalSourceRequest, Org, OrgApiKeyValidation, OrgIdToOrgMemberInfo, OrgMemberInfo, OrgQuery, OrgQueryResponse, OrgRoleStructure, Organization, PendingInvite, PendingInvitesPage, PersonalApiKeyValidation, RemoveUserFromOrgException, RemoveUserFromOrgRequest, RevokePendingOrgInviteRequest, SamlLoginProvider, SetSamlIdpMetadataRequest, SocialLoginProvider, TokenVerificationMetadata, UnauthorizedException, UnexpectedException, UpdateOrgException, UpdateOrgRequest, UpdateUserEmailException, UpdateUserEmailRequest, UpdateUserMetadataException, UpdateUserMetadataRequest, UpdateUserPasswordException, UpdateUserPasswordRequest, User, UserAndOrgMemberInfo, UserClass, UserMetadata, UserNotFoundException, UserProperties, UserSignupQueryParams, UsersInOrgQuery, UsersPagedResponse, UsersQuery, getApis, parseSnakeCaseToCamelCase, toOrgIdToOrgMemberInfo, toUser };
export { AccessToken, AccessTokenCreationException, AddUserToOrgException, AddUserToOrgRequest, ApiKeyCreateException, ApiKeyDeleteException, ApiKeyFetchException, ApiKeyFull, ApiKeyNew, ApiKeyResultPage, ApiKeyUpdateException, ApiKeyUpdateRequest, ApiKeyValidateException, ApiKeyValidateRateLimitedException, ApiKeyValidation, ApiKeysCreateRequest, ApiKeysQueryRequest, BadRequestException, ChangeUserRoleInOrgException, ChangeUserRoleInOrgRequest, CreateAccessTokenRequest, CreateMagicLinkRequest, CreateOrgException, CreateOrgRequest, CreateSamlConnectionLinkResponse, CreateUserException, CreateUserRequest, CreatedOrg, CreatedUser, CustomRoleMapping, CustomRoleMappings, FetchPendingInvitesParams, FetchSamlSpMetadataResponse, ForbiddenException, IdpProvider, InternalOrgMemberInfo, InternalUser, InviteUserToOrgRequest, LoginMethod, MagicLink, MagicLinkCreationException, MigrateUserException, MigrateUserFromExternalSourceRequest, Org, OrgApiKeyValidation, OrgIdToOrgMemberInfo, OrgMemberInfo, OrgQuery, OrgQueryResponse, OrgRoleStructure, Organization, PendingInvite, PendingInvitesPage, PersonalApiKeyValidation, RemoveUserFromOrgException, RemoveUserFromOrgRequest, RevokePendingOrgInviteRequest, SamlLoginProvider, SetSamlIdpMetadataRequest, SocialLoginProvider, TokenVerificationMetadata, UnauthorizedException, UnexpectedException, UpdateOrgException, UpdateOrgRequest, UpdateUserEmailException, UpdateUserEmailRequest, UpdateUserMetadataException, UpdateUserMetadataRequest, UpdateUserPasswordException, UpdateUserPasswordRequest, User, UserAndOrgMemberInfo, UserClass, UserInOrgMetadata, UserMetadata, UserNotFoundException, UserProperties, UserSignupQueryParams, UsersInOrgPagedResponse, UsersInOrgQuery, UsersPagedResponse, UsersQuery, getApis, parseSnakeCaseToCamelCase, toOrgIdToOrgMemberInfo, toUser };

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "2.1.27",
"version": "2.1.28",
"license": "MIT",

@@ -10,0 +10,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet