@studyportals/authentication-service-interfaces
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -0,0 +0,0 @@ import { RenderIncentiveCommand } from "./commands"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export * from "./render-incentive-command"; | ||
export * from "./render-form-command"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { FormType } from "../enums"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ActionState, Referrer } from "../enums"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum ActionState { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum EventType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum FormType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './event-type'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum LayoutType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum PortalType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -29,3 +29,4 @@ export declare enum Referrer { | ||
SCHOLARSHIP_TAB = "ScholarshipTab", | ||
SCHOLARSHIP_TAB_POPUP = "ScholarshipTabPopup" | ||
SCHOLARSHIP_TAB_POPUP = "ScholarshipTabPopup", | ||
MY_JOURNEY = "MyJourney" | ||
} |
@@ -34,2 +34,3 @@ "use strict"; | ||
Referrer["SCHOLARSHIP_TAB_POPUP"] = "ScholarshipTabPopup"; | ||
Referrer["MY_JOURNEY"] = "MyJourney"; | ||
})(Referrer = exports.Referrer || (exports.Referrer = {})); |
@@ -0,0 +0,0 @@ import { IEvent } from "@studyportals/student-interfaces"; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './authentication-service-ready-event'; | ||
export * from './yolo-not-displayed-event'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IEvent } from "@studyportals/student-interfaces"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './authentication-service.interface'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@studyportals/authentication-service-interfaces", | ||
"version": "1.4.0", | ||
"version": "1.5.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
15296
339