@studyportals/authentication-service-interfaces
Advanced tools
Comparing version 1.4.0-0 to 1.4.0-5c98f48c.0
import { ActionState, Referrer } from "../enums"; | ||
export declare class RenderIncentiveCommand extends CustomEvent<RenderAuthenticationServiceRequest> { | ||
constructor(referrer: Referrer, tabToShow?: ActionState, context?: string); | ||
constructor(referrer: Referrer, tabToShow?: ActionState, referrerDirect?: Referrer); | ||
} | ||
@@ -8,4 +8,4 @@ interface RenderAuthenticationServiceRequest { | ||
tabToShow?: ActionState; | ||
context?: string; | ||
referrerDirect?: Referrer; | ||
} | ||
export {}; |
@@ -5,3 +5,3 @@ "use strict"; | ||
class RenderIncentiveCommand extends CustomEvent { | ||
constructor(referrer, tabToShow, context) { | ||
constructor(referrer, tabToShow, referrerDirect) { | ||
super("RenderAuthenticationService", { | ||
@@ -11,3 +11,3 @@ detail: { | ||
tabToShow, | ||
context | ||
referrerDirect | ||
} | ||
@@ -14,0 +14,0 @@ }); |
{ | ||
"name": "@studyportals/authentication-service-interfaces", | ||
"version": "1.4.0-0", | ||
"version": "1.4.0-5c98f48c.0", | ||
"description": "The interfaces exposed by Profile Questionnaires", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14875
0