Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frontegg/rest-api

Package Overview
Dependencies
Maintainers
2
Versions
610
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/rest-api - npm Package Compare versions

Comparing version 3.1.60 to 3.1.61

2

index.js

@@ -1,2 +0,2 @@

/** @license Frontegg v3.1.60
/** @license Frontegg v3.1.61
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -1,2 +0,2 @@

/** @license Frontegg v3.1.60
/** @license Frontegg v3.1.61
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -5,2 +5,11 @@ "use strict";

value: true
});
});
exports.PermissionAssignmentTypeEnum = void 0;
let PermissionAssignmentTypeEnum;
exports.PermissionAssignmentTypeEnum = PermissionAssignmentTypeEnum;
(function (PermissionAssignmentTypeEnum) {
PermissionAssignmentTypeEnum["NEVER"] = "NEVER";
PermissionAssignmentTypeEnum["ALWAYS"] = "ALWAYS";
PermissionAssignmentTypeEnum["ASSIGNABLE"] = "ASSIGNABLE";
})(PermissionAssignmentTypeEnum || (exports.PermissionAssignmentTypeEnum = PermissionAssignmentTypeEnum = {}));
{
"name": "@frontegg/rest-api",
"version": "3.1.60",
"version": "3.1.61",
"main": "./node/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -0,1 +1,6 @@

export declare enum PermissionAssignmentTypeEnum {
NEVER = "NEVER",
ALWAYS = "ALWAYS",
ASSIGNABLE = "ASSIGNABLE"
}
export declare type IRole = {

@@ -23,2 +28,3 @@ id: string;

updatedAt: Date;
assignmentType?: PermissionAssignmentTypeEnum;
};

@@ -25,0 +31,0 @@ export declare type IRolePermissionCategory = {

@@ -1,1 +0,7 @@

export {};
export let PermissionAssignmentTypeEnum;
(function (PermissionAssignmentTypeEnum) {
PermissionAssignmentTypeEnum["NEVER"] = "NEVER";
PermissionAssignmentTypeEnum["ALWAYS"] = "ALWAYS";
PermissionAssignmentTypeEnum["ASSIGNABLE"] = "ASSIGNABLE";
})(PermissionAssignmentTypeEnum || (PermissionAssignmentTypeEnum = {}));
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc