asma-types
Advanced tools
Comparing version 1.1.37 to 1.1.38
@@ -259,3 +259,8 @@ /** | ||
summaryQnrView = "summary/qnr-view", | ||
artifactPresenter = "artifact-presenter" | ||
artifactPresenter = "artifact-presenter", | ||
portalOverview = "portal-advoca/overview", | ||
portalQnrModule = "qnr-module", | ||
portalMicrosoftOffice = "microsoft-office/onedrive", | ||
portalDesigner = "designer", | ||
portalDashboard = "dashboard/services" | ||
} | ||
@@ -262,0 +267,0 @@ export declare enum ExpressionOperators { |
@@ -346,2 +346,8 @@ // deprecated, replaced with QueriesInitiator | ||
ProtectedRoutesPaths["artifactPresenter"] = "artifact-presenter"; | ||
//portal routes | ||
ProtectedRoutesPaths["portalOverview"] = "portal-advoca/overview"; | ||
ProtectedRoutesPaths["portalQnrModule"] = "qnr-module"; | ||
ProtectedRoutesPaths["portalMicrosoftOffice"] = "microsoft-office/onedrive"; | ||
ProtectedRoutesPaths["portalDesigner"] = "designer"; | ||
ProtectedRoutesPaths["portalDashboard"] = "dashboard/services"; | ||
})(ProtectedRoutesPaths || (ProtectedRoutesPaths = {})); | ||
@@ -348,0 +354,0 @@ export var ExpressionOperators; |
{ | ||
"name": "asma-types", | ||
"version": "1.1.37", | ||
"version": "1.1.38", | ||
"description": "shared ts asma types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -354,2 +354,8 @@ // deprecated, replaced with QueriesInitiator | ||
artifactPresenter = 'artifact-presenter', | ||
//portal routes | ||
portalOverview = 'portal-advoca/overview', | ||
portalQnrModule = 'qnr-module', | ||
portalMicrosoftOffice = 'microsoft-office/onedrive', | ||
portalDesigner = 'designer', | ||
portalDashboard = 'dashboard/services', | ||
} | ||
@@ -356,0 +362,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
70471
1431