asma-types
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -296,2 +296,3 @@ /** | ||
readonly privacyStatement: "privacy-statement"; | ||
readonly meetingSessionRoom: "meeting-session/:roomSession"; | ||
}; | ||
@@ -298,0 +299,0 @@ export type IProtectedRoutesPaths = (typeof ProtectedRoutesPaths)[keyof typeof ProtectedRoutesPaths]; |
@@ -382,2 +382,3 @@ // deprecated, replaced with QueriesInitiator | ||
privacyStatement: 'privacy-statement', | ||
meetingSessionRoom: 'meeting-session/:roomSession', | ||
}; | ||
@@ -384,0 +385,0 @@ export var ExpressionOperators; |
{ | ||
"name": "asma-types", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"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" | ||
} | ||
} | ||
} |
@@ -398,2 +398,3 @@ // deprecated, replaced with QueriesInitiator | ||
privacyStatement: 'privacy-statement', | ||
meetingSessionRoom: 'meeting-session/:roomSession', | ||
} as const | ||
@@ -400,0 +401,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
1904
88966
50