asma-types
Advanced tools
Comparing version 1.1.28 to 1.1.29
@@ -233,3 +233,3 @@ /** | ||
export declare enum ProtectedRoutesPaths { | ||
login = "/login", | ||
login = "login", | ||
homeIndex = "/", | ||
@@ -243,2 +243,3 @@ home = "home", | ||
chat = "chat", | ||
chatParamId = "/chat?chat=", | ||
tasks = "tasks", | ||
@@ -249,5 +250,5 @@ calendar = "calendar", | ||
candidatProfile = "candidat-profile", | ||
jobsearch = "/job-search", | ||
jobseeker = "/patient-profile", | ||
directory = "/directory", | ||
jobsearch = "job-search", | ||
jobseeker = "patient-profile", | ||
directory = "directory", | ||
plans = "plans", | ||
@@ -260,3 +261,3 @@ research = "research", | ||
summaryQnrView = "summary/qnr-view", | ||
artifactPresenter = "/artifact-presenter" | ||
artifactPresenter = "artifact-presenter" | ||
} | ||
@@ -263,0 +264,0 @@ export declare enum ExpressionOperators { |
@@ -316,3 +316,3 @@ // deprecated, replaced with QueriesInitiator | ||
(function (ProtectedRoutesPaths) { | ||
ProtectedRoutesPaths["login"] = "/login"; | ||
ProtectedRoutesPaths["login"] = "login"; | ||
ProtectedRoutesPaths["homeIndex"] = "/"; | ||
@@ -326,2 +326,3 @@ ProtectedRoutesPaths["home"] = "home"; | ||
ProtectedRoutesPaths["chat"] = "chat"; | ||
ProtectedRoutesPaths["chatParamId"] = "/chat?chat="; | ||
ProtectedRoutesPaths["tasks"] = "tasks"; | ||
@@ -332,5 +333,5 @@ ProtectedRoutesPaths["calendar"] = "calendar"; | ||
ProtectedRoutesPaths["candidatProfile"] = "candidat-profile"; | ||
ProtectedRoutesPaths["jobsearch"] = "/job-search"; | ||
ProtectedRoutesPaths["jobseeker"] = "/patient-profile"; | ||
ProtectedRoutesPaths["directory"] = "/directory"; | ||
ProtectedRoutesPaths["jobsearch"] = "job-search"; | ||
ProtectedRoutesPaths["jobseeker"] = "patient-profile"; | ||
ProtectedRoutesPaths["directory"] = "directory"; | ||
// | ||
@@ -346,3 +347,3 @@ ProtectedRoutesPaths["plans"] = "plans"; | ||
// | ||
ProtectedRoutesPaths["artifactPresenter"] = "/artifact-presenter"; | ||
ProtectedRoutesPaths["artifactPresenter"] = "artifact-presenter"; | ||
})(ProtectedRoutesPaths || (ProtectedRoutesPaths = {})); | ||
@@ -349,0 +350,0 @@ export var ExpressionOperators; |
{ | ||
"name": "asma-types", | ||
"version": "1.1.28", | ||
"version": "1.1.29", | ||
"description": "shared ts asma types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -324,3 +324,3 @@ // deprecated, replaced with QueriesInitiator | ||
export enum ProtectedRoutesPaths { | ||
login = '/login', | ||
login = 'login', | ||
homeIndex = '/', | ||
@@ -334,2 +334,3 @@ home = 'home', | ||
chat = 'chat', | ||
chatParamId = '/chat?chat=', | ||
tasks = 'tasks', | ||
@@ -340,5 +341,5 @@ calendar = 'calendar', | ||
candidatProfile = 'candidat-profile', | ||
jobsearch = '/job-search', | ||
jobseeker = '/patient-profile', | ||
directory = '/directory', | ||
jobsearch = 'job-search', | ||
jobseeker = 'patient-profile', | ||
directory = 'directory', | ||
// | ||
@@ -354,3 +355,3 @@ plans = 'plans', | ||
// | ||
artifactPresenter = '/artifact-presenter', | ||
artifactPresenter = 'artifact-presenter', | ||
} | ||
@@ -357,0 +358,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
66746
1329