@studyportals/authentication-service-interfaces
Advanced tools
Comparing version 1.0.0 to 1.1.0-0
export declare enum EventType { | ||
AUTHENTICATION_SERVICE_READY_EVENT = "AuthenticationServiceReadyEvent" | ||
AUTHENTICATION_SERVICE_READY_EVENT = "AuthenticationServiceReadyEvent", | ||
YOLO_NOT_DISPLAYED_EVENT = "YoloNotDisplayedEvent" | ||
} |
@@ -7,2 +7,3 @@ "use strict"; | ||
EventType["AUTHENTICATION_SERVICE_READY_EVENT"] = "AuthenticationServiceReadyEvent"; | ||
EventType["YOLO_NOT_DISPLAYED_EVENT"] = "YoloNotDisplayedEvent"; | ||
})(EventType = exports.EventType || (exports.EventType = {})); |
@@ -7,3 +7,4 @@ export declare enum PortalType { | ||
DISTANCE_LEARNING = "distance_learning", | ||
PREPARATION_COURSES = "preparation_courses" | ||
PREPARATION_COURSES = "preparation_courses", | ||
ADMISSION_TEST = "admission_test" | ||
} |
@@ -12,2 +12,3 @@ "use strict"; | ||
PortalType["PREPARATION_COURSES"] = "preparation_courses"; | ||
PortalType["ADMISSION_TEST"] = "admission_test"; | ||
})(PortalType = exports.PortalType || (exports.PortalType = {})); |
@@ -26,3 +26,4 @@ export declare enum Referrer { | ||
TEST_USER = "test-user", | ||
FORM = "form" | ||
FORM = "form", | ||
FREE_TEST_MATERIAL = "FreeTestMaterial" | ||
} |
@@ -31,2 +31,3 @@ "use strict"; | ||
Referrer["FORM"] = "form"; | ||
Referrer["FREE_TEST_MATERIAL"] = "FreeTestMaterial"; | ||
})(Referrer = exports.Referrer || (exports.Referrer = {})); |
export * from './authentication-service-ready-event'; | ||
export * from './yolo-not-displayed-event'; |
@@ -18,1 +18,2 @@ "use strict"; | ||
__exportStar(require("./authentication-service-ready-event"), exports); | ||
__exportStar(require("./yolo-not-displayed-event"), exports); |
{ | ||
"name": "@studyportals/authentication-service-interfaces", | ||
"version": "1.0.0", | ||
"version": "1.1.0-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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
14831
33
329
2