Compare commits

..

3 Commits

Author SHA1 Message Date
Karl-Philipp Wulfert
6618f91ab6 0.8.0 2019-02-13 14:25:43 +01:00
Wieland Schöbl
c7ab47397e feat: add config for maximum queries 2019-02-13 11:57:14 +01:00
Karl-Philipp Wulfert
d3f1e0ff99 docs: update changelog 2019-02-13 11:48:28 +01:00
4 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
# [0.7.0](https://gitlab.com/openstapps/core/compare/v0.6.0...v0.7.0) (2019-02-13)
# [0.6.0](https://gitlab.com/openstapps/core/compare/v0.5.0...v0.6.0) (2019-02-07)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@openstapps/core",
"version": "0.7.0",
"version": "0.8.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@openstapps/core",
"version": "0.7.0",
"version": "0.8.0",
"description": "StAppsCore - Generalized model of data",
"keywords": [
"Model",

View File

@@ -30,6 +30,11 @@ export interface SCBackendConfiguration {
*/
hiddenTypes: SCThingType[];
/**
* Maximum number of queries, that can be used in MultiSearchRoute
*/
maxMultiSearchRouteQueries: number;
/**
* Name of university
*/