asma-types
Advanced tools
Comparing version 1.1.27 to 1.1.28
@@ -232,2 +232,29 @@ /** | ||
} | ||
export declare enum ProtectedRoutesPaths { | ||
login = "/login", | ||
homeIndex = "/", | ||
home = "home", | ||
customer = "customer", | ||
documents = "customer/documents", | ||
consents = "consents", | ||
shortcuts = "shortcuts", | ||
qnrCompleted = "completed-schemas", | ||
chat = "chat", | ||
tasks = "tasks", | ||
calendar = "calendar", | ||
overview = "overview", | ||
tiltak = "information-on-tiltak", | ||
candidatProfile = "candidat-profile", | ||
jobsearch = "/job-search", | ||
jobseeker = "/patient-profile", | ||
directory = "/directory", | ||
plans = "plans", | ||
research = "research", | ||
summary = "summary", | ||
qnrview = "qnr-view", | ||
researchQnrView = "research/qnr-view", | ||
plansQnrView = "plans/qnr-view", | ||
summaryQnrView = "summary/qnr-view", | ||
artifactPresenter = "/artifact-presenter" | ||
} | ||
export declare enum ExpressionOperators { | ||
@@ -234,0 +261,0 @@ Addition = "+", |
@@ -314,2 +314,33 @@ // deprecated, replaced with QueriesInitiator | ||
})(PortalRoutesPaths || (PortalRoutesPaths = {})); | ||
export var ProtectedRoutesPaths; | ||
(function (ProtectedRoutesPaths) { | ||
ProtectedRoutesPaths["login"] = "/login"; | ||
ProtectedRoutesPaths["homeIndex"] = "/"; | ||
ProtectedRoutesPaths["home"] = "home"; | ||
ProtectedRoutesPaths["customer"] = "customer"; | ||
ProtectedRoutesPaths["documents"] = "customer/documents"; | ||
ProtectedRoutesPaths["consents"] = "consents"; | ||
ProtectedRoutesPaths["shortcuts"] = "shortcuts"; | ||
ProtectedRoutesPaths["qnrCompleted"] = "completed-schemas"; | ||
ProtectedRoutesPaths["chat"] = "chat"; | ||
ProtectedRoutesPaths["tasks"] = "tasks"; | ||
ProtectedRoutesPaths["calendar"] = "calendar"; | ||
ProtectedRoutesPaths["overview"] = "overview"; | ||
ProtectedRoutesPaths["tiltak"] = "information-on-tiltak"; | ||
ProtectedRoutesPaths["candidatProfile"] = "candidat-profile"; | ||
ProtectedRoutesPaths["jobsearch"] = "/job-search"; | ||
ProtectedRoutesPaths["jobseeker"] = "/patient-profile"; | ||
ProtectedRoutesPaths["directory"] = "/directory"; | ||
// | ||
ProtectedRoutesPaths["plans"] = "plans"; | ||
ProtectedRoutesPaths["research"] = "research"; | ||
ProtectedRoutesPaths["summary"] = "summary"; | ||
// | ||
ProtectedRoutesPaths["qnrview"] = "qnr-view"; | ||
ProtectedRoutesPaths["researchQnrView"] = "research/qnr-view"; | ||
ProtectedRoutesPaths["plansQnrView"] = "plans/qnr-view"; | ||
ProtectedRoutesPaths["summaryQnrView"] = "summary/qnr-view"; | ||
// | ||
ProtectedRoutesPaths["artifactPresenter"] = "/artifact-presenter"; | ||
})(ProtectedRoutesPaths || (ProtectedRoutesPaths = {})); | ||
export var ExpressionOperators; | ||
@@ -316,0 +347,0 @@ (function (ExpressionOperators) { |
{ | ||
"name": "asma-types", | ||
"version": "1.1.27", | ||
"version": "1.1.28", | ||
"description": "shared ts asma types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -323,2 +323,33 @@ // deprecated, replaced with QueriesInitiator | ||
export enum ProtectedRoutesPaths { | ||
login = '/login', | ||
homeIndex = '/', | ||
home = 'home', | ||
customer = 'customer', | ||
documents = 'customer/documents', | ||
consents = 'consents', | ||
shortcuts = 'shortcuts', | ||
qnrCompleted = 'completed-schemas', | ||
chat = 'chat', | ||
tasks = 'tasks', | ||
calendar = 'calendar', | ||
overview = 'overview', | ||
tiltak = 'information-on-tiltak', | ||
candidatProfile = 'candidat-profile', | ||
jobsearch = '/job-search', | ||
jobseeker = '/patient-profile', | ||
directory = '/directory', | ||
// | ||
plans = 'plans', | ||
research = 'research', | ||
summary = 'summary', | ||
// | ||
qnrview = 'qnr-view', | ||
researchQnrView = 'research/qnr-view', | ||
plansQnrView = 'plans/qnr-view', | ||
summaryQnrView = 'summary/qnr-view', | ||
// | ||
artifactPresenter = '/artifact-presenter', | ||
} | ||
export enum ExpressionOperators { | ||
@@ -348,2 +379,2 @@ Addition = '+', | ||
SelectedQnrId = 'selected_query_id', | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
66604
1326