refactor: adjust to changes in core definitions

This commit is contained in:
Rainer Killinger
2022-01-25 15:24:01 +01:00
parent c0d0b1bd99
commit d86a7353dd
8 changed files with 2436 additions and 2149 deletions

View File

@@ -246,9 +246,7 @@ const sampleIndexResponse: SCIndexResponse = {
coordinates: [[[1, 2]], [[1, 2]]],
type: 'Polygon',
},
features: {
widgets: false,
},
features: {},
menus: [
{
icon: 'icon',
@@ -306,6 +304,7 @@ const sampleIndexResponse: SCIndexResponse = {
},
],
},
auth: {},
backend: {
SCVersion: scVersion,
externalRequestTimeout: 5000,