asma-types
Advanced tools
Comparing version 2.0.31 to 2.0.32
@@ -319,2 +319,3 @@ /** | ||
readonly timeTrackingTeamLeaderList: "reports/time-tracking-team-leader-list"; | ||
readonly loginReports: "reports/login-reports"; | ||
}; | ||
@@ -321,0 +322,0 @@ export type IProtectedRoutesPaths = (typeof ProtectedRoutesPaths)[keyof typeof ProtectedRoutesPaths]; |
@@ -407,2 +407,3 @@ // deprecated, replaced with QueriesInitiator | ||
timeTrackingTeamLeaderList: 'reports/time-tracking-team-leader-list', | ||
loginReports: 'reports/login-reports', | ||
}; | ||
@@ -409,0 +410,0 @@ export var ExpressionOperators; |
{ | ||
"name": "asma-types", | ||
"version": "2.0.31", | ||
"version": "2.0.32", | ||
"description": "shared ts asma types", | ||
@@ -10,6 +10,2 @@ "main": "lib/index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsc && tsc -p .", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
@@ -22,3 +18,7 @@ "type": "git", | ||
"typescript": "^5.0.4" | ||
}, | ||
"scripts": { | ||
"build": "tsc && tsc -p .", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} | ||
} |
@@ -425,2 +425,3 @@ // deprecated, replaced with QueriesInitiator | ||
timeTrackingTeamLeaderList: 'reports/time-tracking-team-leader-list', | ||
loginReports: 'reports/login-reports', | ||
} as const | ||
@@ -427,0 +428,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1997
93750
46