Socket
Socket
Sign inDemoInstall

@propelauth/node

Package Overview
Dependencies
1
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

3

dist/api.d.ts

@@ -66,2 +66,3 @@ import { Org, User, UserMetadata, UserRole } from "./user";

export declare function disableUser(authUrl: URL, apiKey: string, userId: string): Promise<boolean>;
export declare function enableUser(authUrl: URL, apiKey: string, userId: string): Promise<boolean>;
export declare type UpdateUserEmailRequest = {

@@ -104,1 +105,3 @@ newEmail: string;

export declare function addUserToOrg(authUrl: URL, apiKey: string, addUserToOrgRequest: AddUserToOrgRequest): Promise<boolean>;
export declare function allowOrgToSetupSamlConnection(authUrl: URL, apiKey: string, orgId: string): Promise<boolean>;
export declare function disallowOrgToSetupSamlConnection(authUrl: URL, apiKey: string, orgId: string): Promise<boolean>;

@@ -48,2 +48,5 @@ import { AddUserToOrgRequest, CreateMagicLinkRequest, CreateOrgRequest, CreateUserRequest, MagicLink, MigrateUserFromExternalSourceRequest, OrgQuery, OrgQueryResponse, TokenVerificationMetadata, UpdateUserEmailRequest, UpdateUserMetadataRequest, UsersInOrgQuery, UsersPagedResponse, UsersQuery } from "./api";

disableUser: (userId: string) => Promise<boolean>;
enableUser: (userId: string) => Promise<boolean>;
allowOrgToSetupSamlConnection: (orgId: string) => Promise<boolean>;
disallowOrgToSetupSamlConnection: (orgId: string) => Promise<boolean>;
UserRole: typeof UserRole;

@@ -50,0 +53,0 @@ };

2

package.json

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

},
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",

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

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc