Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/swissRetsSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@
"rustico",
"sanatorium",
"sauna",
"shared-apartment",
"shopping-center",
"single-garage",
"single-room",
Expand Down
1 change: 1 addition & 0 deletions schema/swissRetsSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@
"rustico",
"sanatorium",
"sauna",
"shared-apartment",
"shopping-center",
"single-garage",
"single-room",
Expand Down
2 changes: 1 addition & 1 deletion schema/swissRetsSchema.json.reduced

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/generate-typescript-model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ pnpm exec quicktype \

# replace interface by classes, otherwise es6 won't end up with classes being exported
sed -i.bak 's/ interface / & /g' $model

rm ${model}.bak

unset model schema reduced_schema file_header
1 change: 1 addition & 0 deletions src/ts/model/swissrets-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ export enum PropertyCategory {
Rustico = 'rustico',
Sanatorium = 'sanatorium',
Sauna = 'sauna',
SharedApartment = 'shared-apartment',
ShoppingCenter = 'shopping-center',
SingleGarage = 'single-garage',
SingleRoom = 'single-room',
Expand Down
Loading
Loading