Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@propelauth/node-apis

Package Overview
Dependencies
0
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.13 to 2.1.14

16

dist/index.d.ts

@@ -19,2 +19,10 @@ type CreateAccessTokenRequest = {

type CustomRoleMappings = {
customRoleMappings: CustomRoleMapping[];
};
type CustomRoleMapping = {
customRoleMappingName: string;
numOrgsSubscribed: number;
};
type SocialLoginProvider = "Google" | "GitHub" | "Microsoft" | "Slack" | "LinkedIn" | "Salesforce" | "Xero" | "QuickBooks Online";

@@ -118,2 +126,3 @@ type SamlLoginProvider = "Google" | "Rippling" | "OneLogin" | "JumpCloud" | "Okta" | "Azure" | "Duo" | "Generic";

};
customRoleMappingName?: string;
};

@@ -134,2 +143,3 @@ type Organization = {

domainRestrict: boolean;
customRoleMappingName?: string;
};

@@ -303,2 +313,3 @@ type CreatedOrg = {

maxUsers?: number;
customRoleMappingName?: string;
};

@@ -582,2 +593,3 @@ type AddUserToOrgRequest = {

fetchOrgByQuery: (orgQuery: OrgQuery) => Promise<OrgQueryResponse>;
fetchCustomRoleMappings: () => Promise<CustomRoleMappings>;
fetchUsersByQuery: (usersQuery: UsersQuery) => Promise<UsersPagedResponse>;

@@ -598,2 +610,3 @@ fetchUsersInOrg: (usersInOrgQuery: UsersInOrgQuery) => Promise<UsersPagedResponse>;

disableUser2fa: (userId: string) => Promise<boolean>;
resendEmailConfirmation: (userId: string) => Promise<boolean>;
enableUserCanCreateOrgs: (userId: string) => Promise<boolean>;

@@ -606,2 +619,3 @@ disableUserCanCreateOrgs: (userId: string) => Promise<boolean>;

updateOrg: (updateOrgRequest: UpdateOrgRequest) => Promise<boolean>;
subscribeOrgToRoleMapping: (orgId: string, customRoleMappingName: string) => Promise<boolean>;
deleteOrg: (orgId: string) => Promise<boolean>;

@@ -624,2 +638,2 @@ allowOrgToSetupSamlConnection: (orgId: string) => Promise<boolean>;

export { AccessToken, AccessTokenCreationException, AddUserToOrgException, AddUserToOrgRequest, ApiKeyCreateException, ApiKeyDeleteException, ApiKeyFetchException, ApiKeyFull, ApiKeyNew, ApiKeyResultPage, ApiKeyUpdateException, ApiKeyUpdateRequest, ApiKeyValidateException, ApiKeyValidation, ApiKeysCreateRequest, ApiKeysQueryRequest, BadRequestException, ChangeUserRoleInOrgException, ChangeUserRoleInOrgRequest, CreateAccessTokenRequest, CreateMagicLinkRequest, CreateOrgException, CreateOrgRequest, CreateUserException, CreateUserRequest, CreatedOrg, CreatedUser, ForbiddenException, InternalOrgMemberInfo, InternalUser, InviteUserToOrgRequest, LoginMethod, MagicLink, MagicLinkCreationException, MigrateUserException, MigrateUserFromExternalSourceRequest, Org, OrgApiKeyValidation, OrgIdToOrgMemberInfo, OrgMemberInfo, OrgQuery, OrgQueryResponse, OrgRoleStructure, Organization, PersonalApiKeyValidation, RemoveUserFromOrgException, RemoveUserFromOrgRequest, SamlLoginProvider, 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, ApiKeyValidation, ApiKeysCreateRequest, ApiKeysQueryRequest, BadRequestException, ChangeUserRoleInOrgException, ChangeUserRoleInOrgRequest, CreateAccessTokenRequest, CreateMagicLinkRequest, CreateOrgException, CreateOrgRequest, CreateUserException, CreateUserRequest, CreatedOrg, CreatedUser, CustomRoleMapping, CustomRoleMappings, ForbiddenException, InternalOrgMemberInfo, InternalUser, InviteUserToOrgRequest, LoginMethod, MagicLink, MagicLinkCreationException, MigrateUserException, MigrateUserFromExternalSourceRequest, Org, OrgApiKeyValidation, OrgIdToOrgMemberInfo, OrgMemberInfo, OrgQuery, OrgQueryResponse, OrgRoleStructure, Organization, PersonalApiKeyValidation, RemoveUserFromOrgException, RemoveUserFromOrgRequest, SamlLoginProvider, 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 };

2

package.json

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

},
"version": "2.1.13",
"version": "2.1.14",
"license": "MIT",

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc