refactor: move to eslint

This commit is contained in:
Rainer Killinger
2022-08-17 16:02:34 +02:00
parent c1dc7b4e8f
commit f864c64efa
92 changed files with 2287 additions and 1871 deletions

2
.eslintignore Normal file
View File

@@ -0,0 +1,2 @@
resources
openapi

29
.eslintrc.json Normal file
View File

@@ -0,0 +1,29 @@
{
"extends": "@openstapps",
"rules": {
"@typescript-eslint/no-empty-interface": "off",
"jsdoc/check-tag-names": [
"error",
{
"definedTags": [
"internal",
"aggregatable",
"float",
"indexable",
"integer",
"keyword",
"sortable",
"text",
"date",
"validatable",
"filterable",
"inheritTags",
"minLength",
"pattern",
"typeparam",
"TJS-format"
]
}
]
}
}

521
package-lock.json generated
View File

@@ -317,6 +317,17 @@
"@jridgewell/trace-mapping": "0.3.9" "@jridgewell/trace-mapping": "0.3.9"
} }
}, },
"@es-joy/jsdoccomment": {
"version": "0.31.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz",
"integrity": "sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==",
"dev": true,
"requires": {
"comment-parser": "1.3.1",
"esquery": "^1.4.0",
"jsdoc-type-pratt-parser": "~3.1.0"
}
},
"@eslint/eslintrc": { "@eslint/eslintrc": {
"version": "1.3.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz",
@@ -547,34 +558,18 @@
} }
}, },
"@openstapps/configuration": { "@openstapps/configuration": {
"version": "0.29.1", "version": "0.33.0",
"resolved": "https://registry.npmjs.org/@openstapps/configuration/-/configuration-0.29.1.tgz", "resolved": "https://registry.npmjs.org/@openstapps/configuration/-/configuration-0.33.0.tgz",
"integrity": "sha512-H6DNB1HrujC5LwOF17rYkXQPFaEWTaA5T3IPsfccSuKHSUhB0ry6V5OkMwmvls2nOSrbpuRpyQoM7ulwZ9X9Bw==", "integrity": "sha512-sum9DB8+2r5eXnJhie1UPcQQTPupd0m3Xgsft+D6LVvbjbmt/XCpCMvlZSoM+LE1ZkUdgUmbFJ81mqjWKgCsJA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "14.18.18", "@types/node": "14.18.24",
"@types/semver": "7.3.9", "@types/semver": "7.3.12",
"@types/yaml": "1.9.7", "@types/yaml": "1.9.7",
"chalk": "4.1.2", "chalk": "4.1.2",
"commander": "9.2.0", "commander": "9.4.0",
"semver": "7.3.7", "semver": "7.3.7",
"tslint": "6.1.3",
"tslint-eslint-rules": "5.4.0",
"yaml": "1.10.2" "yaml": "1.10.2"
},
"dependencies": {
"@types/node": {
"version": "14.18.18",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.18.tgz",
"integrity": "sha512-B9EoJFjhqcQ9OmQrNorItO+OwEOORNn3S31WuiHvZY/dm9ajkB7AKD/8toessEtHHNL+58jofbq7hMMY9v4yig==",
"dev": true
},
"commander": {
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-9.2.0.tgz",
"integrity": "sha512-e2i4wANQiSXgnrBlIatyHtP1odfUp0BbV5Y5nEGbxtIrStkEOAAzCUirvLBNXHLr7kwLvJl6V+4V3XV9x7Wd9w==",
"dev": true
}
} }
}, },
"@openstapps/core-tools": { "@openstapps/core-tools": {
@@ -659,6 +654,12 @@
} }
} }
}, },
"@openstapps/eslint-config": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@openstapps/eslint-config/-/eslint-config-1.1.0.tgz",
"integrity": "sha512-yhSWgzKB5cU3kTtWdAOEO6y4PjLDBnyJc+Dpmz9Rxg97WSViOiz3Bv9BWTSl0TR56GAnFi0NI8K56RfCqjpk5w==",
"dev": true
},
"@openstapps/logger": { "@openstapps/logger": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/@openstapps/logger/-/logger-1.0.0.tgz", "resolved": "https://registry.npmjs.org/@openstapps/logger/-/logger-1.0.0.tgz",
@@ -847,9 +848,9 @@
} }
}, },
"@types/semver": { "@types/semver": {
"version": "7.3.9", "version": "7.3.12",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.9.tgz", "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.12.tgz",
"integrity": "sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ==", "integrity": "sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==",
"dev": true "dev": true
}, },
"@types/yaml": { "@types/yaml": {
@@ -861,6 +862,134 @@
"yaml": "*" "yaml": "*"
} }
}, },
"@typescript-eslint/eslint-plugin": {
"version": "5.33.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.1.tgz",
"integrity": "sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==",
"dev": true,
"requires": {
"@typescript-eslint/scope-manager": "5.33.1",
"@typescript-eslint/type-utils": "5.33.1",
"@typescript-eslint/utils": "5.33.1",
"debug": "^4.3.4",
"functional-red-black-tree": "^1.0.1",
"ignore": "^5.2.0",
"regexpp": "^3.2.0",
"semver": "^7.3.7",
"tsutils": "^3.21.0"
},
"dependencies": {
"tsutils": {
"version": "3.21.0",
"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
"integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
"dev": true,
"requires": {
"tslib": "^1.8.1"
}
}
}
},
"@typescript-eslint/parser": {
"version": "5.33.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.33.1.tgz",
"integrity": "sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==",
"dev": true,
"requires": {
"@typescript-eslint/scope-manager": "5.33.1",
"@typescript-eslint/types": "5.33.1",
"@typescript-eslint/typescript-estree": "5.33.1",
"debug": "^4.3.4"
}
},
"@typescript-eslint/scope-manager": {
"version": "5.33.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.33.1.tgz",
"integrity": "sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.33.1",
"@typescript-eslint/visitor-keys": "5.33.1"
}
},
"@typescript-eslint/type-utils": {
"version": "5.33.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.33.1.tgz",
"integrity": "sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==",
"dev": true,
"requires": {
"@typescript-eslint/utils": "5.33.1",
"debug": "^4.3.4",
"tsutils": "^3.21.0"
},
"dependencies": {
"tsutils": {
"version": "3.21.0",
"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
"integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
"dev": true,
"requires": {
"tslib": "^1.8.1"
}
}
}
},
"@typescript-eslint/types": {
"version": "5.33.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.33.1.tgz",
"integrity": "sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==",
"dev": true
},
"@typescript-eslint/typescript-estree": {
"version": "5.33.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.1.tgz",
"integrity": "sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.33.1",
"@typescript-eslint/visitor-keys": "5.33.1",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
"semver": "^7.3.7",
"tsutils": "^3.21.0"
},
"dependencies": {
"tsutils": {
"version": "3.21.0",
"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
"integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
"dev": true,
"requires": {
"tslib": "^1.8.1"
}
}
}
},
"@typescript-eslint/utils": {
"version": "5.33.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.33.1.tgz",
"integrity": "sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==",
"dev": true,
"requires": {
"@types/json-schema": "^7.0.9",
"@typescript-eslint/scope-manager": "5.33.1",
"@typescript-eslint/types": "5.33.1",
"@typescript-eslint/typescript-estree": "5.33.1",
"eslint-scope": "^5.1.1",
"eslint-utils": "^3.0.0"
}
},
"@typescript-eslint/visitor-keys": {
"version": "5.33.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.1.tgz",
"integrity": "sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.33.1",
"eslint-visitor-keys": "^3.3.0"
}
},
"@ungap/promise-all-settled": { "@ungap/promise-all-settled": {
"version": "1.1.2", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz",
@@ -1317,6 +1446,21 @@
"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
"integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ=="
}, },
"ci-info": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.2.tgz",
"integrity": "sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg==",
"dev": true
},
"clean-regexp": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/clean-regexp/-/clean-regexp-1.0.0.tgz",
"integrity": "sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==",
"dev": true,
"requires": {
"escape-string-regexp": "^1.0.5"
}
},
"clean-stack": { "clean-stack": {
"version": "2.2.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
@@ -1438,6 +1582,12 @@
"resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz",
"integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==" "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw=="
}, },
"comment-parser": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.3.1.tgz",
"integrity": "sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==",
"dev": true
},
"commondir": { "commondir": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
@@ -2021,6 +2171,20 @@
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
}, },
"eslint-scope": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
"integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
"requires": {
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
}
},
"estraverse": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
},
"glob-parent": { "glob-parent": {
"version": "6.0.2", "version": "6.0.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
@@ -2036,13 +2200,176 @@
} }
} }
}, },
"eslint-config-prettier": {
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz",
"integrity": "sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==",
"dev": true
},
"eslint-plugin-jsdoc": {
"version": "39.3.6",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.6.tgz",
"integrity": "sha512-R6dZ4t83qPdMhIOGr7g2QII2pwCjYyKP+z0tPOfO1bbAbQyKC20Y2Rd6z1te86Lq3T7uM8bNo+VD9YFpE8HU/g==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.31.0",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
"esquery": "^1.4.0",
"semver": "^7.3.7",
"spdx-expression-parse": "^3.0.1"
},
"dependencies": {
"escape-string-regexp": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
"dev": true
}
}
},
"eslint-plugin-prettier": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz",
"integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==",
"dev": true,
"requires": {
"prettier-linter-helpers": "^1.0.0"
}
},
"eslint-plugin-unicorn": {
"version": "43.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-43.0.2.tgz",
"integrity": "sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.18.6",
"ci-info": "^3.3.2",
"clean-regexp": "^1.0.0",
"eslint-utils": "^3.0.0",
"esquery": "^1.4.0",
"indent-string": "^4.0.0",
"is-builtin-module": "^3.1.0",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"read-pkg-up": "^7.0.1",
"regexp-tree": "^0.1.24",
"safe-regex": "^2.1.1",
"semver": "^7.3.7",
"strip-indent": "^3.0.0"
},
"dependencies": {
"find-up": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
"dev": true,
"requires": {
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
}
},
"hosted-git-info": {
"version": "2.8.9",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
"dev": true
},
"locate-path": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
"dev": true,
"requires": {
"p-locate": "^4.1.0"
}
},
"normalize-package-data": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
"integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
"dev": true,
"requires": {
"hosted-git-info": "^2.1.4",
"resolve": "^1.10.0",
"semver": "2 || 3 || 4 || 5",
"validate-npm-package-license": "^3.0.1"
},
"dependencies": {
"semver": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
"dev": true
}
}
},
"p-limit": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
"dev": true,
"requires": {
"p-try": "^2.0.0"
}
},
"p-locate": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
"dev": true,
"requires": {
"p-limit": "^2.2.0"
}
},
"read-pkg": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
"integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
"dev": true,
"requires": {
"@types/normalize-package-data": "^2.4.0",
"normalize-package-data": "^2.5.0",
"parse-json": "^5.0.0",
"type-fest": "^0.6.0"
},
"dependencies": {
"type-fest": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
"integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
"dev": true
}
}
},
"read-pkg-up": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
"integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
"dev": true,
"requires": {
"find-up": "^4.1.0",
"read-pkg": "^5.2.0",
"type-fest": "^0.8.1"
}
},
"type-fest": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
"dev": true
}
}
},
"eslint-scope": { "eslint-scope": {
"version": "7.1.1", "version": "5.1.1",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
"integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
"dev": true,
"requires": { "requires": {
"esrecurse": "^4.3.0", "esrecurse": "^4.3.0",
"estraverse": "^5.2.0" "estraverse": "^4.1.1"
} }
}, },
"eslint-utils": { "eslint-utils": {
@@ -2087,6 +2414,13 @@
"integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
"requires": { "requires": {
"estraverse": "^5.1.0" "estraverse": "^5.1.0"
},
"dependencies": {
"estraverse": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
}
} }
}, },
"esrecurse": { "esrecurse": {
@@ -2095,12 +2429,20 @@
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
"requires": { "requires": {
"estraverse": "^5.2.0" "estraverse": "^5.2.0"
},
"dependencies": {
"estraverse": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
}
} }
}, },
"estraverse": { "estraverse": {
"version": "5.3.0", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
"dev": true
}, },
"esutils": { "esutils": {
"version": "2.0.3", "version": "2.0.3",
@@ -2146,6 +2488,12 @@
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
}, },
"fast-diff": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
"integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==",
"dev": true
},
"fast-glob": { "fast-glob": {
"version": "3.2.11", "version": "3.2.11",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz",
@@ -3020,6 +3368,23 @@
"binary-extensions": "^2.0.0" "binary-extensions": "^2.0.0"
} }
}, },
"is-builtin-module": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.0.tgz",
"integrity": "sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==",
"dev": true,
"requires": {
"builtin-modules": "^3.3.0"
},
"dependencies": {
"builtin-modules": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
"integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
"dev": true
}
}
},
"is-core-module": { "is-core-module": {
"version": "2.10.0", "version": "2.10.0",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz",
@@ -3118,12 +3483,6 @@
"integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
"dev": true "dev": true
}, },
"isarray": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
"integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==",
"dev": true
},
"isexe": { "isexe": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
@@ -3252,6 +3611,12 @@
"integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==",
"dev": true "dev": true
}, },
"jsdoc-type-pratt-parser": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz",
"integrity": "sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==",
"dev": true
},
"jsesc": { "jsesc": {
"version": "2.5.2", "version": "2.5.2",
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
@@ -4456,11 +4821,32 @@
"resolved": "https://registry.npmjs.org/plantuml-encoder/-/plantuml-encoder-1.4.0.tgz", "resolved": "https://registry.npmjs.org/plantuml-encoder/-/plantuml-encoder-1.4.0.tgz",
"integrity": "sha512-sxMwpDw/ySY1WB2CE3+IdMuEcWibJ72DDOsXLkSmEaSzwEUaYBT6DWgOfBiHGCux4q433X6+OEFWjlVqp7gL6g==" "integrity": "sha512-sxMwpDw/ySY1WB2CE3+IdMuEcWibJ72DDOsXLkSmEaSzwEUaYBT6DWgOfBiHGCux4q433X6+OEFWjlVqp7gL6g=="
}, },
"pluralize": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
"integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==",
"dev": true
},
"prelude-ls": { "prelude-ls": {
"version": "1.2.1", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
}, },
"prettier": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz",
"integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==",
"dev": true
},
"prettier-linter-helpers": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
"integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
"dev": true,
"requires": {
"fast-diff": "^1.1.2"
}
},
"process-nextick-args": { "process-nextick-args": {
"version": "2.0.1", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
@@ -4717,6 +5103,12 @@
"strip-indent": "^3.0.0" "strip-indent": "^3.0.0"
} }
}, },
"regexp-tree": {
"version": "0.1.24",
"resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.24.tgz",
"integrity": "sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==",
"dev": true
},
"regexpp": { "regexpp": {
"version": "3.2.0", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
@@ -4881,6 +5273,15 @@
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
}, },
"safe-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
"integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==",
"dev": true,
"requires": {
"regexp-tree": "~0.1.1"
}
},
"safe-stable-stringify": { "safe-stable-stringify": {
"version": "2.3.1", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz", "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz",
@@ -5570,50 +5971,6 @@
} }
} }
}, },
"tslint-eslint-rules": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/tslint-eslint-rules/-/tslint-eslint-rules-5.4.0.tgz",
"integrity": "sha512-WlSXE+J2vY/VPgIcqQuijMQiel+UtmXS+4nvK4ZzlDiqBfXse8FAvkNnTcYhnQyOTW5KFM+uRRGXxYhFpuBc6w==",
"dev": true,
"requires": {
"doctrine": "0.7.2",
"tslib": "1.9.0",
"tsutils": "^3.0.0"
},
"dependencies": {
"doctrine": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-0.7.2.tgz",
"integrity": "sha512-qiB/Rir6Un6Ad/TIgTRzsremsTGWzs8j7woXvp14jgq00676uBiBT5eUOi+FgRywZFVy5Us/c04ISRpZhRbS6w==",
"dev": true,
"requires": {
"esutils": "^1.1.6",
"isarray": "0.0.1"
}
},
"esutils": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz",
"integrity": "sha512-RG1ZkUT7iFJG9LSHr7KDuuMSlujfeTtMNIcInURxKAxhMtwQhI3NrQhz26gZQYlsYZQKzsnwtpKrFKj9K9Qu1A==",
"dev": true
},
"tslib": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.0.tgz",
"integrity": "sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ==",
"dev": true
},
"tsutils": {
"version": "3.21.0",
"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
"integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
"dev": true,
"requires": {
"tslib": "^1.8.1"
}
}
}
},
"tsutils": { "tsutils": {
"version": "2.29.0", "version": "2.29.0",
"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz", "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz",

View File

@@ -14,7 +14,7 @@
"main": "./lib/index.js", "main": "./lib/index.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
"scripts": { "scripts": {
"build": "npm run tslint && npm run compile && npm run pack && npm run schema && npm run mappings", "build": "npm run lint && npm run compile && npm run pack && npm run schema && npm run mappings",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration", "check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc", "compile": "rimraf lib && tsc",
@@ -28,7 +28,7 @@
"mappings": "mkdir lib/mappings && openstapps-es-mapping-generator mapping ../core/src -i minlength,pattern,see,tjs-format -m lib/mappings/mappings.json -a lib/mappings/aggregations.json", "mappings": "mkdir lib/mappings && openstapps-es-mapping-generator mapping ../core/src -i minlength,pattern,see,tjs-format -m lib/mappings/mappings.json -a lib/mappings/aggregations.json",
"mappings-integration": "openstapps-es-mapping-generator put-es-templates lib/mappings/mappings.json http://elasticsearch:9200/", "mappings-integration": "openstapps-es-mapping-generator put-es-templates lib/mappings/mappings.json http://elasticsearch:9200/",
"test": "nyc mocha --recursive 'test/*.spec.ts'", "test": "nyc mocha --recursive 'test/*.spec.ts'",
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'" "lint": "eslint --ext .ts src/"
}, },
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>", "author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"contributors": [ "contributors": [
@@ -58,25 +58,33 @@
"ts-optchain": "0.1.8" "ts-optchain": "0.1.8"
}, },
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.29.1", "@openstapps/configuration": "0.33.0",
"@openstapps/es-mapping-generator": "0.3.0", "@openstapps/es-mapping-generator": "0.3.0",
"@openstapps/eslint-config": "1.1.0",
"@openstapps/logger": "1.0.0", "@openstapps/logger": "1.0.0",
"@testdeck/mocha": "0.2.0", "@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.3", "@types/chai": "4.3.3",
"@types/lodash": "4.14.182", "@types/lodash": "4.14.182",
"@types/mocha": "9.1.1", "@types/mocha": "9.1.1",
"@types/rimraf": "3.0.2", "@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"chai": "4.3.6", "chai": "4.3.6",
"conditional-type-checks": "1.0.6", "conditional-type-checks": "1.0.6",
"conventional-changelog-cli": "2.2.2", "conventional-changelog-cli": "2.2.2",
"eslint": "8.22.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "43.0.2",
"lodash": "4.17.21", "lodash": "4.17.21",
"mocha": "10.0.0", "mocha": "10.0.0",
"nyc": "15.1.0", "nyc": "15.1.0",
"prettier": "2.7.1",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"source-map-support": "0.5.21", "source-map-support": "0.5.21",
"surge": "0.23.1", "surge": "0.23.1",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"tslint": "6.1.3",
"typedoc": "0.22.18", "typedoc": "0.22.18",
"typescript": "4.4.4" "typescript": "4.4.4"
}, },

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2021 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -12,7 +12,6 @@
* You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>. * this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
// tslint:disable-next-line:no-implicit-dependencies
import {Polygon} from 'geojson'; import {Polygon} from 'geojson';
import {SCTranslations} from '../general/i18n'; import {SCTranslations} from '../general/i18n';
import {SCMap} from '../general/map'; import {SCMap} from '../general/map';
@@ -56,11 +55,7 @@ export interface SCAppConfigurationMenuCategory {
/** /**
* ID of the menu category * ID of the menu category
*/ */
id: id: 'main' | 'meta' | 'personal' | 'external';
'main'
| 'meta'
| 'personal'
| 'external';
/** /**
* A list of items that belong to the category * A list of items that belong to the category

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2021 StApps * Copyright (C) 2021-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -21,7 +21,7 @@ import {SCUserConfigurationMap} from './user';
* @see https://datatracker.ietf.org/doc/html/rfc6749#section-1.3.1 * @see https://datatracker.ietf.org/doc/html/rfc6749#section-1.3.1
* @see https://github.com/gbv/paia * @see https://github.com/gbv/paia
*/ */
export type SCAuthorizationProviderType = 'default' | 'paia' ; export type SCAuthorizationProviderType = 'default' | 'paia';
/** /**
* An authorization provider complete configuration * An authorization provider complete configuration

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -95,29 +95,25 @@ export interface SCBackendConfigurationSortableField {
* A list of supported sorts on this field * A list of supported sorts on this field
*/ */
sortTypes: SCSearchSortType[]; sortTypes: SCSearchSortType[];
} }
/** /**
* Possible context names to be used by the search request * Possible context names to be used by the search request
*/ */
export type SCSearchContext = export type SCSearchContext = 'default' | 'dining' | 'place';
| 'default'
| 'dining'
| 'place';
/** /**
* A boosting configuration for one context * A boosting configuration for one context
*/ */
export type SCBackendConfigurationSearchBoostingContext = export type SCBackendConfigurationSearchBoostingContext = SCRestrictedMap<
SCRestrictedMap<SCSearchContext, SCSearchContext,
SCBackendConfigurationSearchBoostingType[]>; SCBackendConfigurationSearchBoostingType[]
>;
/** /**
* A boosting configuration for one SCType * A boosting configuration for one SCType
*/ */
export interface SCBackendConfigurationSearchBoostingType { export interface SCBackendConfigurationSearchBoostingType {
/** /**
* The factor of which the scores matching this type should be multiplied by * The factor of which the scores matching this type should be multiplied by
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2021 StApps * Copyright (C) 2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -28,7 +28,6 @@ export interface SCFeatureConfiguration {
plugins?: SCMap<SCFeatureConfigurationPlugin>; plugins?: SCMap<SCFeatureConfigurationPlugin>;
} }
export interface SCFeatureConfigurationPlugin { export interface SCFeatureConfigurationPlugin {
/** /**
* URL path registered with the backend * URL path registered with the backend

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -19,10 +19,10 @@ import {SCBackendConfiguration, SCBackendInternalConfiguration} from './backend'
/** /**
* A configuration file that configures app and backend * A configuration file that configures app and backend
*
* @validatable * @validatable
*/ */
export interface SCConfigFile { export interface SCConfigFile {
/** /**
* Configuration for the app that is visible to clients * Configuration for the app that is visible to clients
*/ */
@@ -31,7 +31,7 @@ export interface SCConfigFile {
/** /**
* Configuration for the supported authorization providers * Configuration for the supported authorization providers
*/ */
auth: { [key in SCAuthorizationProviderType]?: SCAuthorizationProvider; }; auth: {[key in SCAuthorizationProviderType]?: SCAuthorizationProvider};
/** /**
* Configuration for the backend that is visible to clients * Configuration for the backend that is visible to clients

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2021 StApps * Copyright (C) 2021-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -16,7 +16,9 @@
/** /**
* User configuration keys mapped to string type while including their requiredness * User configuration keys mapped to string type while including their requiredness
*/ */
export type SCUserConfigurationMap = { [K in keyof SCUserConfigurationOptional]?: string } & { [K in keyof SCUserConfigurationRequired]: string }; export type SCUserConfigurationMap = {[K in keyof SCUserConfigurationOptional]?: string} & {
[K in keyof SCUserConfigurationRequired]: string;
};
/** /**
* A user configuration * A user configuration
@@ -40,7 +42,7 @@ interface SCUserConfigurationRequired {
/** /**
* A user configurations optional properties * A user configurations optional properties
*/ */
interface SCUserConfigurationOptional { interface SCUserConfigurationOptional {
/** /**
* User's e-mail * User's e-mail
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -37,7 +37,7 @@ export interface SCLanguage {
* @see https://en.wikipedia.org/wiki/ISO_639-1 * @see https://en.wikipedia.org/wiki/ISO_639-1
*/ */
export type SCLanguageName = export type SCLanguageName =
'afar' | 'afar'
| 'abkhazian' | 'abkhazian'
| 'avestan' | 'avestan'
| 'afrikaans' | 'afrikaans'
@@ -229,7 +229,7 @@ export type SCLanguageName =
* @see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes * @see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
*/ */
export type SCLanguageCode = export type SCLanguageCode =
'aa' | 'aa'
| 'ab' | 'ab'
| 'ae' | 'ae'
| 'af' | 'af'
@@ -421,7 +421,7 @@ export type SCLanguageCode =
* @see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 * @see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
*/ */
export type SCNationality = export type SCNationality =
'Afghanistan' | 'Afghanistan'
| 'Åland Islands' | 'Åland Islands'
| 'Albania' | 'Albania'
| 'Algeria' | 'Algeria'
@@ -475,7 +475,7 @@ export type SCNationality =
| 'Congo (Democratic Republic of the)' | 'Congo (Democratic Republic of the)'
| 'Cook Islands' | 'Cook Islands'
| 'Costa Rica' | 'Costa Rica'
| 'Côte d\'Ivoire' | "Côte d'Ivoire"
| 'Croatia' | 'Croatia'
| 'Cuba' | 'Cuba'
| 'Curaçao' | 'Curaçao'
@@ -538,11 +538,11 @@ export type SCNationality =
| 'Kazakhstan' | 'Kazakhstan'
| 'Kenya' | 'Kenya'
| 'Kiribati' | 'Kiribati'
| 'Korea (Democratic People\'s Republic of)' | "Korea (Democratic People's Republic of)"
| 'Korea (Republic of)' | 'Korea (Republic of)'
| 'Kuwait' | 'Kuwait'
| 'Kyrgyzstan' | 'Kyrgyzstan'
| 'Lao People\'s Democratic Republic' | "Lao People's Democratic Republic"
| 'Latvia' | 'Latvia'
| 'Lebanon' | 'Lebanon'
| 'Lesotho' | 'Lesotho'
@@ -694,10 +694,11 @@ export interface SCTranslations<T> {
* (Source: https://stackoverflow.com/a/51365037) * (Source: https://stackoverflow.com/a/51365037)
*/ */
type RecursivePartial<T> = { type RecursivePartial<T> = {
[P in keyof T]-?: [P in keyof T]-?: T[P] extends Array<infer U>
T[P] extends Array<infer U> ? Array<RecursivePartial<U>> : ? Array<RecursivePartial<U>>
T[P] extends object ? RecursivePartial<T[P]> : : T[P] extends object
T[P]; ? RecursivePartial<T[P]>
: T[P];
}; };
/** /**

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -42,5 +42,5 @@ export type SCRestrictedMap<U extends string | number, T> = {
/** /**
* One value for each key * One value for each key
*/ */
[key in U]: T [key in U]: T;
}; };

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -12,19 +12,15 @@
* You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>. * this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
/* tslint:disable:max-line-length */
/** /**
* An ISO8601 date * An ISO8601 date
* *
* @pattern ^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])(T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])([\.,][0-9]{0,7})?(Z|[+-](?:2[0-3]|[01][0-9])(:?[0-5][0-9])?)?)?$ * @pattern ^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])(T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])([\.,][0-9]{0,7})?(Z|[+-](?:2[0-3]|[01][0-9])(:?[0-5][0-9])?)?)?$
* @see https://gist.github.com/philipashlock/8830168 * @see https://gist.github.com/philipashlock/8830168
*
* @date * @date
*/ */
export type SCISO8601Date = string; export type SCISO8601Date = string;
/* tslint:enable */
/* tslint:disable:max-line-length */
/** /**
* An ISO8601 duration * An ISO8601 duration
* *
@@ -32,7 +28,6 @@ export type SCISO8601Date = string;
* @see https://gist.github.com/philipashlock/8830168 * @see https://gist.github.com/philipashlock/8830168
*/ */
export type SCISO8601Duration = string; export type SCISO8601Duration = string;
/* tslint:enable */
/** /**
* An ISO8601 time * An ISO8601 time

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -16,7 +16,12 @@ import {SCTranslations} from './general/i18n';
import {SCBulkResponse} from './protocol/routes/bulk-request'; import {SCBulkResponse} from './protocol/routes/bulk-request';
import {SCSearchResponse} from './protocol/routes/search'; import {SCSearchResponse} from './protocol/routes/search';
import {SCMultiSearchResponse} from './protocol/routes/search-multi'; import {SCMultiSearchResponse} from './protocol/routes/search-multi';
import {SCThing, SCThingTranslatableProperties, SCThingType, SCThingWithoutReferences} from './things/abstract/thing'; import {
SCThing,
SCThingTranslatableProperties,
SCThingType,
SCThingWithoutReferences,
} from './things/abstract/thing';
/** /**
* Type guard to check if something is a SCThing * Type guard to check if something is a SCThing
@@ -32,16 +37,13 @@ export function isThing(something: unknown): something is SCThing {
return false; return false;
} }
// tslint:disable-next-line:completed-docs const type = (something as {type: unknown}).type;
const type = (something as { type: unknown; }).type;
if (typeof type !== 'string') { if (typeof type !== 'string') {
return false; return false;
} }
return Object return Object.values(SCThingType).includes(type as SCThingType);
.values(SCThingType)
.indexOf(type as SCThingType) >= 0;
} }
/** /**
@@ -49,9 +51,9 @@ export function isThing(something: unknown): something is SCThing {
* *
* @param thing Thing to check * @param thing Thing to check
*/ */
export function isThingWithTranslations(thing: SCThingWithoutReferences) export function isThingWithTranslations(
// tslint:disable-next-line:completed-docs thing: SCThingWithoutReferences,
: thing is SCThingWithoutReferences & { translations: SCTranslations<SCThingTranslatableProperties>; } { ): thing is SCThingWithoutReferences & {translations: SCTranslations<SCThingTranslatableProperties>} {
return typeof thing.translations !== 'undefined'; return typeof thing.translations !== 'undefined';
} }
@@ -65,29 +67,31 @@ export function isBulkResponse(something: unknown): something is SCBulkResponse
return false; return false;
} }
if (!('expiration' in something) if (
|| !('source' in something) !('expiration' in something) ||
|| !('state' in something) !('source' in something) ||
|| !('type' in something) !('state' in something) ||
|| !('uid' in something)) { !('type' in something) ||
!('uid' in something)
) {
return false; return false;
} }
const {expiration, source, state, type, uid} = something as { const {expiration, source, state, type, uid} = something as {
// tslint:disable:completed-docs
expiration: unknown; expiration: unknown;
source: unknown; source: unknown;
state: unknown; state: unknown;
type: unknown; type: unknown;
uid: unknown; uid: unknown;
// tslint:enable
}; };
return typeof expiration === 'string' return (
&& typeof source === 'string' typeof expiration === 'string' &&
&& typeof state === 'string' typeof source === 'string' &&
&& typeof type === 'string' typeof state === 'string' &&
&& typeof uid === 'string'; typeof type === 'string' &&
typeof uid === 'string'
);
} }
/** /**
@@ -99,16 +103,18 @@ export function isSearchResponse(something: unknown): something is SCSearchRespo
if (!(typeof something === 'object') || something === null) { if (!(typeof something === 'object') || something === null) {
return false; return false;
} }
const somethingObject = (something as { [key: string]: { [key: string]: string; }; }); const somethingObject = something as {[key: string]: {[key: string]: string}};
return Array.isArray(somethingObject.data) return (
&& Array.isArray(somethingObject.facets) Array.isArray(somethingObject.data) &&
&& typeof somethingObject.pagination !== 'undefined' Array.isArray(somethingObject.facets) &&
&& typeof somethingObject.pagination.count === 'number' typeof somethingObject.pagination !== 'undefined' &&
&& typeof somethingObject.pagination.offset === 'number' typeof somethingObject.pagination.count === 'number' &&
&& typeof somethingObject.pagination.total === 'number' typeof somethingObject.pagination.offset === 'number' &&
&& typeof somethingObject.stats !== 'undefined' typeof somethingObject.pagination.total === 'number' &&
&& typeof somethingObject.stats.time === 'number'; typeof somethingObject.stats !== 'undefined' &&
typeof somethingObject.stats.time === 'number'
);
} }
/** /**
@@ -117,10 +123,10 @@ export function isSearchResponse(something: unknown): something is SCSearchRespo
* @param something Something to check * @param something Something to check
*/ */
export function isMultiSearchResponse(something: unknown): something is SCMultiSearchResponse { export function isMultiSearchResponse(something: unknown): something is SCMultiSearchResponse {
const initialValue = Object.keys(something as { [key: string]: string; }).length > 0 ? true : false; const initialValue = Object.keys(something as {[key: string]: string}).length > 0 ? true : false;
return Object.keys(something as { [key: string]: string; }) // eslint-disable-next-line unicorn/no-array-reduce
.reduce((previousOnesAreSearchResponses, key) => { return Object.keys(something as {[key: string]: string}).reduce((previousOnesAreSearchResponses, key) => {
return previousOnesAreSearchResponses && isSearchResponse((something as { [key: string]: string; })[key]); return previousOnesAreSearchResponses && isSearchResponse((something as {[key: string]: string})[key]);
}, initialValue as boolean); }, initialValue as boolean);
} }

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2021 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -13,14 +13,22 @@
* this program. If not, see <https://www.gnu.org/licenses/>. * this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
import {SCThingType} from './things/abstract/thing'; import {SCThingType} from './things/abstract/thing';
import {SCAcademicEvent, SCAcademicEventMeta, SCAcademicEventWithoutReferences} from './things/academic-event'; import {
SCAcademicEvent,
SCAcademicEventMeta,
SCAcademicEventWithoutReferences,
} from './things/academic-event';
import {SCArticle, SCArticleMeta, SCArticleWithoutReferences} from './things/article'; import {SCArticle, SCArticleMeta, SCArticleWithoutReferences} from './things/article';
import {SCAssessment, SCAssessmentMeta, SCAssessmentWithoutReferences} from './things/assessment'; import {SCAssessment, SCAssessmentMeta, SCAssessmentWithoutReferences} from './things/assessment';
import {SCBook, SCBookMeta, SCBookWithoutReferences} from './things/book'; import {SCBook, SCBookMeta, SCBookWithoutReferences} from './things/book';
import {SCBuilding, SCBuildingMeta, SCBuildingWithoutReferences} from './things/building'; import {SCBuilding, SCBuildingMeta, SCBuildingWithoutReferences} from './things/building';
import {SCCatalog, SCCatalogMeta, SCCatalogWithoutReferences} from './things/catalog'; import {SCCatalog, SCCatalogMeta, SCCatalogWithoutReferences} from './things/catalog';
import {SCContactPoint, SCContactPointMeta, SCContactPointWithoutReferences} from './things/contact-point'; import {SCContactPoint, SCContactPointMeta, SCContactPointWithoutReferences} from './things/contact-point';
import {SCCourseOfStudy, SCCourseOfStudyMeta, SCCourseOfStudyWithoutReferences} from './things/course-of-study'; import {
SCCourseOfStudy,
SCCourseOfStudyMeta,
SCCourseOfStudyWithoutReferences,
} from './things/course-of-study';
import {SCDateSeries, SCDateSeriesMeta, SCDateSeriesWithoutReferences} from './things/date-series'; import {SCDateSeries, SCDateSeriesMeta, SCDateSeriesWithoutReferences} from './things/date-series';
import {SCDiff, SCDiffMeta, SCDiffWithoutReferences} from './things/diff'; import {SCDiff, SCDiffMeta, SCDiffWithoutReferences} from './things/diff';
import {SCDish, SCDishMeta, SCDishWithoutReferences} from './things/dish'; import {SCDish, SCDishMeta, SCDishWithoutReferences} from './things/dish';
@@ -30,7 +38,11 @@ import {SCMessage, SCMessageMeta, SCMessageWithoutReferences} from './things/mes
import {SCOrganization, SCOrganizationMeta, SCOrganizationWithoutReferences} from './things/organization'; import {SCOrganization, SCOrganizationMeta, SCOrganizationWithoutReferences} from './things/organization';
import {SCPeriodical, SCPeriodicalMeta, SCPeriodicalWithoutReferences} from './things/periodical'; import {SCPeriodical, SCPeriodicalMeta, SCPeriodicalWithoutReferences} from './things/periodical';
import {SCPerson, SCPersonMeta, SCPersonWithoutReferences} from './things/person'; import {SCPerson, SCPersonMeta, SCPersonWithoutReferences} from './things/person';
import {SCPointOfInterest, SCPointOfInterestMeta, SCPointOfInterestWithoutReferences} from './things/point-of-interest'; import {
SCPointOfInterest,
SCPointOfInterestMeta,
SCPointOfInterestWithoutReferences,
} from './things/point-of-interest';
import { import {
SCPublicationEvent, SCPublicationEvent,
SCPublicationEventMeta, SCPublicationEventMeta,
@@ -46,12 +58,10 @@ import {SCToDo, SCToDoMeta, SCToDoWithoutReferences} from './things/todo';
import {SCTour, SCTourMeta, SCTourWithoutReferences} from './things/tour'; import {SCTour, SCTourMeta, SCTourWithoutReferences} from './things/tour';
import {SCVideo, SCVideoMeta, SCVideoWithoutReferences} from './things/video'; import {SCVideo, SCVideoMeta, SCVideoWithoutReferences} from './things/video';
/* tslint:disable:variable-name */
/** /**
* A map of things, from type to meta data * A map of things, from type to meta data
*/ */
export const SCClasses: { [K in SCThingType]: object } = { export const SCClasses: {[K in SCThingType]: object} = {
/* tslint:enable */
'assessment': SCAssessmentMeta, 'assessment': SCAssessmentMeta,
'academic event': SCAcademicEventMeta, 'academic event': SCAcademicEventMeta,
'article': SCArticleMeta, 'article': SCArticleMeta,
@@ -83,7 +93,7 @@ export const SCClasses: { [K in SCThingType]: object } = {
}; };
export type SCIndexableThings = export type SCIndexableThings =
SCAssessment | SCAssessment
| SCAcademicEvent | SCAcademicEvent
| SCArticle | SCArticle
| SCBook | SCBook
@@ -112,9 +122,7 @@ export type SCIndexableThings =
/** /**
* An object that exists in the StAppsCore * An object that exists in the StAppsCore
*/ */
export type SCThings = export type SCThings = SCIndexableThings | SCDiff | SCFavorite | SCSetting;
SCIndexableThings
| SCDiff | SCFavorite | SCSetting;
/** /**
* A field of a thing * A field of a thing
@@ -124,67 +132,121 @@ export type SCThingsField = keyof SCThings | string;
/** /**
* Thing without references for a thing * Thing without references for a thing
*/ */
export type SCAssociatedThingWithoutReferences<THING extends SCThings> = export type SCAssociatedThingWithoutReferences<THING extends SCThings> = THING extends SCAssessment
THING extends SCAssessment ? SCAssessmentWithoutReferences : ? SCAssessmentWithoutReferences
THING extends SCAcademicEvent ? SCAcademicEventWithoutReferences : : THING extends SCAcademicEvent
THING extends SCArticle ? SCArticleWithoutReferences : ? SCAcademicEventWithoutReferences
THING extends SCBook ? SCBookWithoutReferences : : THING extends SCArticle
THING extends SCBuilding ? SCBuildingWithoutReferences : ? SCArticleWithoutReferences
THING extends SCCatalog ? SCCatalogWithoutReferences : : THING extends SCBook
THING extends SCContactPoint ? SCContactPointWithoutReferences : ? SCBookWithoutReferences
THING extends SCCourseOfStudy ? SCCourseOfStudyWithoutReferences : : THING extends SCBuilding
THING extends SCDateSeries ? SCDateSeriesWithoutReferences : ? SCBuildingWithoutReferences
THING extends SCDiff ? SCDiffWithoutReferences : : THING extends SCCatalog
THING extends SCDish ? SCDishWithoutReferences : ? SCCatalogWithoutReferences
THING extends SCFavorite ? SCFavoriteWithoutReferences : : THING extends SCContactPoint
THING extends SCFloor ? SCFloorWithoutReferences : ? SCContactPointWithoutReferences
THING extends SCMessage ? SCMessageWithoutReferences : : THING extends SCCourseOfStudy
THING extends SCOrganization ? SCOrganizationWithoutReferences : ? SCCourseOfStudyWithoutReferences
THING extends SCPeriodical ? SCPeriodicalWithoutReferences : : THING extends SCDateSeries
THING extends SCPerson ? SCPersonWithoutReferences : ? SCDateSeriesWithoutReferences
THING extends SCPointOfInterest ? SCPointOfInterestWithoutReferences : : THING extends SCDiff
THING extends SCPublicationEvent ? SCPublicationEventWithoutReferences : ? SCDiffWithoutReferences
THING extends SCRoom ? SCRoomWithoutReferences : : THING extends SCDish
THING extends SCSemester ? SCSemesterWithoutReferences : ? SCDishWithoutReferences
THING extends SCSetting ? SCSettingWithoutReferences : : THING extends SCFavorite
THING extends SCSportCourse ? SCSportCourseWithoutReferences : ? SCFavoriteWithoutReferences
THING extends SCStudyModule ? SCStudyModuleWithoutReferences : : THING extends SCFloor
THING extends SCTicket ? SCTicketWithoutReferences : ? SCFloorWithoutReferences
THING extends SCToDo ? SCToDoWithoutReferences : : THING extends SCMessage
THING extends SCTour ? SCTourWithoutReferences : ? SCMessageWithoutReferences
THING extends SCVideo ? SCVideoWithoutReferences : : THING extends SCOrganization
never; ? SCOrganizationWithoutReferences
: THING extends SCPeriodical
? SCPeriodicalWithoutReferences
: THING extends SCPerson
? SCPersonWithoutReferences
: THING extends SCPointOfInterest
? SCPointOfInterestWithoutReferences
: THING extends SCPublicationEvent
? SCPublicationEventWithoutReferences
: THING extends SCRoom
? SCRoomWithoutReferences
: THING extends SCSemester
? SCSemesterWithoutReferences
: THING extends SCSetting
? SCSettingWithoutReferences
: THING extends SCSportCourse
? SCSportCourseWithoutReferences
: THING extends SCStudyModule
? SCStudyModuleWithoutReferences
: THING extends SCTicket
? SCTicketWithoutReferences
: THING extends SCToDo
? SCToDoWithoutReferences
: THING extends SCTour
? SCTourWithoutReferences
: THING extends SCVideo
? SCVideoWithoutReferences
: never;
/** /**
* Thing for a thing without references * Thing for a thing without references
*/ */
export type SCAssociatedThing<THING extends SCThings> = export type SCAssociatedThing<THING extends SCThings> = THING extends SCAssessmentWithoutReferences
THING extends SCAssessmentWithoutReferences ? SCAssessment : ? SCAssessment
THING extends SCAcademicEventWithoutReferences ? SCAcademicEvent : : THING extends SCAcademicEventWithoutReferences
THING extends SCArticleWithoutReferences ? SCArticle : ? SCAcademicEvent
THING extends SCBookWithoutReferences ? SCBook : : THING extends SCArticleWithoutReferences
THING extends SCBuildingWithoutReferences ? SCBuilding : ? SCArticle
THING extends SCCatalogWithoutReferences ? SCCatalog : : THING extends SCBookWithoutReferences
THING extends SCContactPointWithoutReferences ? SCContactPoint : ? SCBook
THING extends SCCourseOfStudyWithoutReferences ? SCCourseOfStudy : : THING extends SCBuildingWithoutReferences
THING extends SCDateSeriesWithoutReferences ? SCDateSeries : ? SCBuilding
THING extends SCDiffWithoutReferences ? SCDiff : : THING extends SCCatalogWithoutReferences
THING extends SCDishWithoutReferences ? SCDish : ? SCCatalog
THING extends SCFavoriteWithoutReferences ? SCFavorite : : THING extends SCContactPointWithoutReferences
THING extends SCFloorWithoutReferences ? SCFloor : ? SCContactPoint
THING extends SCMessageWithoutReferences ? SCMessage : : THING extends SCCourseOfStudyWithoutReferences
THING extends SCOrganizationWithoutReferences ? SCOrganization : ? SCCourseOfStudy
THING extends SCPeriodicalWithoutReferences ? SCPeriodical : : THING extends SCDateSeriesWithoutReferences
THING extends SCPersonWithoutReferences ? SCPerson : ? SCDateSeries
THING extends SCPointOfInterestWithoutReferences ? SCPointOfInterest : : THING extends SCDiffWithoutReferences
THING extends SCPublicationEventWithoutReferences ? SCPublicationEvent : ? SCDiff
THING extends SCRoomWithoutReferences ? SCRoom : : THING extends SCDishWithoutReferences
THING extends SCSemesterWithoutReferences ? SCSemester : ? SCDish
THING extends SCSettingWithoutReferences ? SCSetting : : THING extends SCFavoriteWithoutReferences
THING extends SCSportCourseWithoutReferences ? SCSportCourse : ? SCFavorite
THING extends SCStudyModuleWithoutReferences ? SCStudyModule : : THING extends SCFloorWithoutReferences
THING extends SCTicketWithoutReferences ? SCTicket : ? SCFloor
THING extends SCToDoWithoutReferences ? SCToDo : : THING extends SCMessageWithoutReferences
THING extends SCTourWithoutReferences ? SCTour : ? SCMessage
THING extends SCVideoWithoutReferences ? SCVideo : : THING extends SCOrganizationWithoutReferences
never; ? SCOrganization
: THING extends SCPeriodicalWithoutReferences
? SCPeriodical
: THING extends SCPersonWithoutReferences
? SCPerson
: THING extends SCPointOfInterestWithoutReferences
? SCPointOfInterest
: THING extends SCPublicationEventWithoutReferences
? SCPublicationEvent
: THING extends SCRoomWithoutReferences
? SCRoom
: THING extends SCSemesterWithoutReferences
? SCSemester
: THING extends SCSettingWithoutReferences
? SCSetting
: THING extends SCSportCourseWithoutReferences
? SCSportCourse
: THING extends SCStudyModuleWithoutReferences
? SCStudyModule
: THING extends SCTicketWithoutReferences
? SCTicket
: THING extends SCToDoWithoutReferences
? SCToDo
: THING extends SCTourWithoutReferences
? SCTour
: THING extends SCVideoWithoutReferences
? SCVideo
: never;

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -50,7 +50,8 @@ export abstract class SCError implements SCErrorResponse {
constructor(public name: string, public message: string, public statusCode: number, stack = false) { constructor(public name: string, public message: string, public statusCode: number, stack = false) {
// generate stacktrace if needed // generate stacktrace if needed
if (stack) { if (stack) {
this.stack = (new Error()).stack; // eslint-disable-next-line unicorn/error-message
this.stack = new Error().stack;
} }
} }
} }

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -29,15 +29,15 @@ export class SCInternalServerErrorResponse extends SCError {
/** /**
* Create a SCInternalServerErrorResponse * Create a SCInternalServerErrorResponse
* *
* @param err Internal server error * @param error Internal server error
* @param stack Set to true if a stack trace should be created * @param stack Set to true if a stack trace should be created
* and the internal server error should be displayed to the client * and the internal server error should be displayed to the client
*/ */
constructor(err?: Error, stack = false) { constructor(error?: Error, stack = false) {
super('InternalServerError', 'Internal server error', StatusCodes.BAD_GATEWAY, stack); super('InternalServerError', 'Internal server error', StatusCodes.BAD_GATEWAY, stack);
if (stack) { if (stack) {
this.additionalData = err; this.additionalData = error;
} }
} }
} }

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -27,6 +27,11 @@ export class SCMethodNotAllowedErrorResponse extends SCError {
* @param stack Set to true if a stack trace should be created * @param stack Set to true if a stack trace should be created
*/ */
constructor(stack?: boolean) { constructor(stack?: boolean) {
super('MethodNotAllowedError', 'HTTP method is not allowed on this route', StatusCodes.METHOD_NOT_ALLOWED, stack); super(
'MethodNotAllowedError',
'HTTP method is not allowed on this route',
StatusCodes.METHOD_NOT_ALLOWED,
stack,
);
} }
} }

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -40,8 +40,8 @@ export enum SCRouteHttpVerbs {
/** /**
* The constructor of an error response * The constructor of an error response
*/ */
// tslint:disable-next-line:no-any // eslint-disable-next-line @typescript-eslint/no-explicit-any
export type SCErrorResponseConstructor = new (...args: any[]) => SCErrorResponse; export type SCErrorResponseConstructor = new (...arguments_: any[]) => SCErrorResponse;
/** /**
* A description of a route * A description of a route
@@ -91,26 +91,32 @@ export abstract class SCAbstractRoute implements SCRoute {
* @see SCRoute.errorNames * @see SCRoute.errorNames
*/ */
errorNames: SCErrorResponseConstructor[] = []; errorNames: SCErrorResponseConstructor[] = [];
/** /**
* @see SCRoute.method * @see SCRoute.method
*/ */
method: SCRouteHttpVerbs = SCRouteHttpVerbs.GET; method: SCRouteHttpVerbs = SCRouteHttpVerbs.GET;
/** /**
* @see SCRoute.obligatoryParameters * @see SCRoute.obligatoryParameters
*/ */
obligatoryParameters?: SCMap<string>; obligatoryParameters?: SCMap<string>;
/** /**
* @see SCRoute.requestBodyName * @see SCRoute.requestBodyName
*/ */
requestBodyName = 'any'; requestBodyName = 'any';
/** /**
* @see SCRoute.responseBodyName * @see SCRoute.responseBodyName
*/ */
responseBodyName = 'any'; responseBodyName = 'any';
/** /**
* @see SCRoute.statusCodeSuccess * @see SCRoute.statusCodeSuccess
*/ */
statusCodeSuccess = 200; statusCodeSuccess = 200;
/** /**
* @see SCRoute.urlPath * @see SCRoute.urlPath
*/ */
@@ -134,15 +140,15 @@ export abstract class SCAbstractRoute implements SCRoute {
return this.urlPath return this.urlPath
.split('/') .split('/')
.map((part) => { .map(part => {
if (part.indexOf(':') !== 0) { if (part.indexOf(':') !== 0) {
return part; return part;
} }
const parameter = part.substr(1); const parameter = part.slice(1);
if (typeof parameters[parameter] === 'undefined') { if (typeof parameters[parameter] === 'undefined') {
throw new Error(`Parameter '${parameter}' not provided.`); throw new TypeError(`Parameter '${parameter}' not provided.`);
} }
return parameters[parameter]; return parameters[parameter];
@@ -155,7 +161,7 @@ export abstract class SCAbstractRoute implements SCRoute {
* Possible requests * Possible requests
*/ */
export type SCRequests = export type SCRequests =
SCBookAvailabilityRequest | SCBookAvailabilityRequest
| SCBulkRequest | SCBulkRequest
| SCBulkAddRequest | SCBulkAddRequest
| SCBulkDoneRequest | SCBulkDoneRequest
@@ -169,7 +175,7 @@ export type SCRequests =
* Possible responses * Possible responses
*/ */
export type SCResponses = export type SCResponses =
SCBookAvailabilityResponse | SCBookAvailabilityResponse
| SCBulkResponse | SCBulkResponse
| SCBulkAddResponse | SCBulkAddResponse
| SCBulkDoneResponse | SCBulkDoneResponse
@@ -182,59 +188,91 @@ export type SCResponses =
/** /**
* Associated response for a request * Associated response for a request
*/ */
export type SCAssociatedResponse<REQUEST> = export type SCAssociatedResponse<REQUEST> = REQUEST extends SCBookAvailabilityRequest
REQUEST extends SCBookAvailabilityRequest ? SCBookAvailabilityResponse : ? SCBookAvailabilityResponse
REQUEST extends SCBulkRequest ? SCBulkResponse : : REQUEST extends SCBulkRequest
REQUEST extends SCBulkAddRequest ? SCBulkAddResponse : ? SCBulkResponse
REQUEST extends SCBulkDoneRequest ? SCBulkDoneResponse : : REQUEST extends SCBulkAddRequest
REQUEST extends SCFeedbackRequest ? SCFeedbackResponse : ? SCBulkAddResponse
REQUEST extends SCIndexRequest ? SCIndexResponse : : REQUEST extends SCBulkDoneRequest
REQUEST extends SCMultiSearchRequest ? SCMultiSearchResponse : ? SCBulkDoneResponse
REQUEST extends SCSearchRequest ? SCSearchResponse : : REQUEST extends SCFeedbackRequest
REQUEST extends SCThingUpdateRequest ? SCThingUpdateResponse : ? SCFeedbackResponse
never; : REQUEST extends SCIndexRequest
? SCIndexResponse
: REQUEST extends SCMultiSearchRequest
? SCMultiSearchResponse
: REQUEST extends SCSearchRequest
? SCSearchResponse
: REQUEST extends SCThingUpdateRequest
? SCThingUpdateResponse
: never;
/** /**
* Associated request for a response * Associated request for a response
*/ */
export type SCAssociatedRequest<RESPONSE> = export type SCAssociatedRequest<RESPONSE> = RESPONSE extends SCBookAvailabilityResponse
RESPONSE extends SCBookAvailabilityResponse ? SCBookAvailabilityRequest : ? SCBookAvailabilityRequest
RESPONSE extends SCBulkResponse ? SCBulkRequest : : RESPONSE extends SCBulkResponse
RESPONSE extends SCBulkAddResponse ? SCBulkAddRequest : ? SCBulkRequest
RESPONSE extends SCBulkDoneResponse ? SCBulkDoneRequest : : RESPONSE extends SCBulkAddResponse
RESPONSE extends SCFeedbackResponse ? SCFeedbackRequest : ? SCBulkAddRequest
RESPONSE extends SCIndexResponse ? SCIndexRequest : : RESPONSE extends SCBulkDoneResponse
RESPONSE extends SCMultiSearchResponse ? SCMultiSearchRequest : ? SCBulkDoneRequest
RESPONSE extends SCSearchResponse ? SCSearchRequest : : RESPONSE extends SCFeedbackResponse
RESPONSE extends SCThingUpdateResponse ? SCThingUpdateRequest : ? SCFeedbackRequest
never; : RESPONSE extends SCIndexResponse
? SCIndexRequest
: RESPONSE extends SCMultiSearchResponse
? SCMultiSearchRequest
: RESPONSE extends SCSearchResponse
? SCSearchRequest
: RESPONSE extends SCThingUpdateResponse
? SCThingUpdateRequest
: never;
/** /**
* Associated request for a route * Associated request for a route
*/ */
export type SCAssignedRequest<ROUTE extends SCAbstractRoute> = export type SCAssignedRequest<ROUTE extends SCAbstractRoute> = ROUTE extends SCBookAvailabilityRoute
ROUTE extends SCBookAvailabilityRoute ? SCBookAvailabilityRequest : ? SCBookAvailabilityRequest
ROUTE extends SCBulkRoute ? SCBulkRequest : : ROUTE extends SCBulkRoute
ROUTE extends SCBulkAddRoute ? SCBulkAddRequest : ? SCBulkRequest
ROUTE extends SCBulkDoneRoute ? SCBulkDoneRequest : : ROUTE extends SCBulkAddRoute
ROUTE extends SCFeedbackRoute ? SCFeedbackRequest : ? SCBulkAddRequest
ROUTE extends SCIndexRoute ? SCIndexRequest : : ROUTE extends SCBulkDoneRoute
ROUTE extends SCMultiSearchRoute ? SCMultiSearchRequest : ? SCBulkDoneRequest
ROUTE extends SCSearchRoute ? SCSearchRequest : : ROUTE extends SCFeedbackRoute
ROUTE extends SCThingUpdateRoute ? SCThingUpdateRequest : ? SCFeedbackRequest
never; : ROUTE extends SCIndexRoute
? SCIndexRequest
: ROUTE extends SCMultiSearchRoute
? SCMultiSearchRequest
: ROUTE extends SCSearchRoute
? SCSearchRequest
: ROUTE extends SCThingUpdateRoute
? SCThingUpdateRequest
: never;
/** /**
* Associated response for a route * Associated response for a route
*/ */
export type SCAssignedResponse<ROUTE extends SCAbstractRoute> = export type SCAssignedResponse<ROUTE extends SCAbstractRoute> = ROUTE extends SCBookAvailabilityRoute
ROUTE extends SCBookAvailabilityRoute ? SCBookAvailabilityResponse : ? SCBookAvailabilityResponse
ROUTE extends SCBulkRoute ? SCBulkResponse : : ROUTE extends SCBulkRoute
ROUTE extends SCBulkAddRoute ? SCBulkAddResponse : ? SCBulkResponse
ROUTE extends SCBulkDoneRoute ? SCBulkDoneResponse : : ROUTE extends SCBulkAddRoute
ROUTE extends SCFeedbackRoute ? SCFeedbackResponse : ? SCBulkAddResponse
ROUTE extends SCIndexRoute ? SCIndexResponse : : ROUTE extends SCBulkDoneRoute
ROUTE extends SCMultiSearchRoute ? SCMultiSearchResponse : ? SCBulkDoneResponse
ROUTE extends SCSearchRoute ? SCSearchResponse : : ROUTE extends SCFeedbackRoute
ROUTE extends SCThingUpdateRoute ? SCThingUpdateResponse : ? SCFeedbackResponse
never; : ROUTE extends SCIndexRoute
? SCIndexResponse
: ROUTE extends SCMultiSearchRoute
? SCMultiSearchResponse
: ROUTE extends SCSearchRoute
? SCSearchResponse
: ROUTE extends SCThingUpdateRoute
? SCThingUpdateResponse
: never;

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -14,7 +14,10 @@
*/ */
import {StatusCodes} from 'http-status-codes'; import {StatusCodes} from 'http-status-codes';
import {SCUuid} from '../../general/uuid'; import {SCUuid} from '../../general/uuid';
import {SCAcademicPriceGroup, SCThingThatCanBeOfferedOffer} from '../../things/abstract/thing-that-can-be-offered'; import {
SCAcademicPriceGroup,
SCThingThatCanBeOfferedOffer,
} from '../../things/abstract/thing-that-can-be-offered';
import {SCInternalServerErrorResponse} from '../errors/internal-server-error'; import {SCInternalServerErrorResponse} from '../errors/internal-server-error';
import {SCMethodNotAllowedErrorResponse} from '../errors/method-not-allowed'; import {SCMethodNotAllowedErrorResponse} from '../errors/method-not-allowed';
import {SCNotFoundErrorResponse} from '../errors/not-found'; import {SCNotFoundErrorResponse} from '../errors/not-found';

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -35,8 +35,7 @@ export type SCBulkAddRequest = SCThings;
* *
* @validatable * @validatable
*/ */
export interface SCBulkAddResponse { export interface SCBulkAddResponse {}
}
/** /**
* Route for indexing SC things in a bulk * Route for indexing SC things in a bulk

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -27,16 +27,14 @@ import {SCAbstractRoute, SCRouteHttpVerbs} from '../route';
* *
* @validatable * @validatable
*/ */
export interface SCBulkDoneRequest { export interface SCBulkDoneRequest {}
}
/** /**
* Response to a request to change the state of a bulk to done * Response to a request to change the state of a bulk to done
* *
* @validatable * @validatable
*/ */
export interface SCBulkDoneResponse { export interface SCBulkDoneResponse {}
}
/** /**
* Route for closing bulks * Route for closing bulks

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -31,8 +31,7 @@ import {SCAbstractRoute, SCRouteHttpVerbs} from '../route';
* *
* @validatable * @validatable
*/ */
export interface SCBulkRequest extends SCBulkParameters { export type SCBulkRequest = SCBulkParameters;
}
/** /**
* Parameters for a bulk * Parameters for a bulk

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -39,8 +39,7 @@ export interface SCFeedbackRequest extends SCMessage {
* *
* @validatable * @validatable
*/ */
export interface SCFeedbackResponse { export interface SCFeedbackResponse {}
}
/** /**
* Route for feedback submission * Route for feedback submission

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -29,8 +29,7 @@ import {SCAbstractRoute, SCRouteHttpVerbs} from '../route';
* *
* @validatable * @validatable
*/ */
export interface SCIndexRequest { export interface SCIndexRequest {}
}
/** /**
* A response to an index request * A response to an index request
@@ -46,7 +45,7 @@ export interface SCIndexResponse {
/** /**
* @see SCAuthorizationProvider * @see SCAuthorizationProvider
*/ */
auth: { [key in SCAuthorizationProviderType]?: SCAuthorizationProvider; }; auth: {[key in SCAuthorizationProviderType]?: SCAuthorizationProvider};
/** /**
* @see SCBackendConfiguration * @see SCBackendConfiguration

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -28,16 +28,14 @@ import {SCSearchResult} from '../search/result';
* *
* @validatable * @validatable
*/ */
export interface SCSearchRequest extends SCSearchQuery { export type SCSearchRequest = SCSearchQuery;
}
/** /**
* A search response * A search response
* *
* @validatable * @validatable
*/ */
export interface SCSearchResponse extends SCSearchResult { export type SCSearchResponse = SCSearchResult;
}
/** /**
* Route for searching things * Route for searching things

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -35,8 +35,7 @@ export type SCThingUpdateRequest = SCThings;
* *
* @validatable * @validatable
*/ */
export interface SCThingUpdateResponse { export interface SCThingUpdateResponse {}
}
/** /**
* Route for updating existing things * Route for updating existing things

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -27,7 +27,7 @@ import {SCSearchValueFilter} from './filters/value';
* Filter instruction types * Filter instruction types
*/ */
export type SCSearchFilterType = export type SCSearchFilterType =
'availability' | 'availability'
| 'boolean' | 'boolean'
| 'distance' | 'distance'
| 'value' | 'value'
@@ -59,7 +59,7 @@ export type SCSearchAbstractFilterArguments = SCMap<unknown>;
* Available filter instructions * Available filter instructions
*/ */
export type SCSearchFilter = export type SCSearchFilter =
SCSearchAvailabilityFilter | SCSearchAvailabilityFilter
| SCSearchBooleanFilter | SCSearchBooleanFilter
| SCSearchDistanceFilter | SCSearchDistanceFilter
| SCSearchValueFilter | SCSearchValueFilter

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -12,7 +12,6 @@
* You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>. * this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
// tslint:disable-next-line:no-implicit-dependencies
import {Position} from 'geojson'; import {Position} from 'geojson';
import {SCThingsField} from '../../../meta'; import {SCThingsField} from '../../../meta';
import {SCSearchAbstractFilter, SCSearchAbstractFilterArguments} from '../filter'; import {SCSearchAbstractFilter, SCSearchAbstractFilterArguments} from '../filter';

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2021 StApps * Copyright (C) 2021-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -12,7 +12,6 @@
* You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>. * this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
// tslint:disable-next-line:no-implicit-dependencies
import {Polygon, Position} from 'geojson'; import {Polygon, Position} from 'geojson';
import {SCThingsField} from '../../../meta'; import {SCThingsField} from '../../../meta';
import {SCSearchAbstractFilter, SCSearchAbstractFilterArguments} from '../filter'; import {SCSearchAbstractFilter, SCSearchAbstractFilterArguments} from '../filter';

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2020-2021 StApps * Copyright (C) 2020-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -47,6 +47,7 @@ export interface SCSearchNumericRangeFilter extends SCSearchAbstractFilter<SCNum
* Additional arguments for date range filters * Additional arguments for date range filters
* *
* Filter uses a plain string to allow for date math expressions * Filter uses a plain string to allow for date math expressions
*
* @see https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/date-math-expressions.html * @see https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/date-math-expressions.html
*/ */
export interface SCDateRangeFilterArguments extends SCRangeFilterArguments<string> { export interface SCDateRangeFilterArguments extends SCRangeFilterArguments<string> {

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019, 2020 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -12,7 +12,6 @@
* You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>. * this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
// tslint:disable-next-line:no-implicit-dependencies
import {Position} from 'geojson'; import {Position} from 'geojson';
import {SCSearchAbstractSort, SCSearchAbstractSortArguments} from '../sort'; import {SCSearchAbstractSort, SCSearchAbstractSortArguments} from '../sort';

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -18,8 +18,7 @@ import {SCThing, SCThingMeta, SCThingWithoutReferences} from './thing';
/** /**
* An academic degree without references * An academic degree without references
*/ */
export interface SCAcademicDegreeWithoutReferences export interface SCAcademicDegreeWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* The achievable academic degree * The achievable academic degree
* *
@@ -46,16 +45,14 @@ export interface SCAcademicDegreeWithoutReferences
/** /**
* An academic degree * An academic degree
*/ */
export interface SCAcademicDegree export interface SCAcademicDegree extends SCAcademicDegreeWithoutReferences, SCThing {
extends SCAcademicDegreeWithoutReferences, SCThing {
// noop // noop
} }
/** /**
* Meta information about academic degrees * Meta information about academic degrees
*/ */
export class SCAcademicDegreeMeta export class SCAcademicDegreeMeta extends SCThingMeta implements SCMetaTranslations<SCAcademicDegree> {
extends SCThingMeta implements SCMetaTranslations<SCAcademicDegree> {
/** /**
* Translations of fields * Translations of fields
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -19,8 +19,7 @@ import {SCThing, SCThingMeta, SCThingWithoutReferences} from './thing';
/** /**
* An academic term without references * An academic term without references
*/ */
export interface SCAcademicTermWithoutReferences export interface SCAcademicTermWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* Short name of the academic term, using the given pattern * Short name of the academic term, using the given pattern
* *
@@ -62,16 +61,14 @@ export interface SCAcademicTermWithoutReferences
/** /**
* An academic term * An academic term
*/ */
export interface SCAcademicTerm export interface SCAcademicTerm extends SCAcademicTermWithoutReferences, SCThing {
extends SCAcademicTermWithoutReferences, SCThing {
// noop // noop
} }
/** /**
* Meta information about academic terms * Meta information about academic terms
*/ */
export class SCAcademicTermWithoutReferencesMeta export class SCAcademicTermWithoutReferencesMeta extends SCThingMeta implements SCMetaTranslations<SCThing> {
extends SCThingMeta implements SCMetaTranslations<SCThing> {
/** /**
* Translations of fields * Translations of fields
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2021 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -22,9 +22,7 @@ import {SCThing, SCThingMeta, SCThingTranslatableProperties, SCThingWithoutRefer
/** /**
* A creative work without references * A creative work without references
*/ */
export interface SCCreativeWorkWithoutReferences export interface SCCreativeWorkWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* Languages this creative work is available in * Languages this creative work is available in
*/ */
@@ -81,8 +79,7 @@ export interface SCCreativeWorkWithoutReferences
/** /**
* A creative work * A creative work
*/ */
export interface SCCreativeWork export interface SCCreativeWork extends SCCreativeWorkWithoutReferences, SCThing {
extends SCCreativeWorkWithoutReferences, SCThing {
/** /**
* Authors of the creative work * Authors of the creative work
*/ */
@@ -117,8 +114,7 @@ export interface SCCreativeWork
/** /**
* Translatable properties of creative works * Translatable properties of creative works
*/ */
export interface SCCreativeWorkTranslatableProperties export interface SCCreativeWorkTranslatableProperties extends SCThingTranslatableProperties {
extends SCThingTranslatableProperties {
/** /**
* Translation of the keywords of the creative work * Translation of the keywords of the creative work
* *
@@ -130,8 +126,7 @@ export interface SCCreativeWorkTranslatableProperties
/** /**
* Meta information about creative works * Meta information about creative works
*/ */
export class SCCreativeWorkMeta export class SCCreativeWorkMeta extends SCThingMeta implements SCMetaTranslations<SCCreativeWork> {
extends SCThingMeta implements SCMetaTranslations<SCCreativeWork> {
/** /**
* Translations of fields * Translations of fields
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -22,8 +22,7 @@ import {SCThing, SCThingMeta, SCThingWithoutReferences} from './thing';
/** /**
* An event without references * An event without references
*/ */
export interface SCEventWithoutReferences export interface SCEventWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* Maximum number of participants of the event * Maximum number of participants of the event
* *
@@ -46,8 +45,7 @@ export interface SCEventWithoutReferences
/** /**
* An event * An event
*/ */
export interface SCEvent export interface SCEvent extends SCEventWithoutReferences, SCThing {
extends SCEventWithoutReferences, SCThing {
/** /**
* Academic terms that an event belongs to, e.g. semester(s). * Academic terms that an event belongs to, e.g. semester(s).
*/ */
@@ -79,8 +77,7 @@ export interface SCEvent
/** /**
* Meta information about events * Meta information about events
*/ */
export class SCEventMeta export class SCEventMeta extends SCThingMeta implements SCMetaTranslations<SCEvent> {
extends SCThingMeta implements SCMetaTranslations<SCEvent> {
/** /**
* Translations of fields * Translations of fields
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -12,7 +12,6 @@
* You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>. * this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
// tslint:disable-next-line:no-implicit-dependencies
import {Point, Polygon} from 'geojson'; import {Point, Polygon} from 'geojson';
import {SCMetaTranslations, SCTranslations} from '../../general/i18n'; import {SCMetaTranslations, SCTranslations} from '../../general/i18n';
import {SCBuildingWithoutReferences} from '../building'; import {SCBuildingWithoutReferences} from '../building';
@@ -84,8 +83,7 @@ export interface SCPostalAddress {
/** /**
* A place without references * A place without references
*/ */
export interface SCPlaceWithoutReferences export interface SCPlaceWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* Address of the place * Address of the place
*/ */
@@ -116,8 +114,7 @@ export interface SCPlaceWithoutReferences
/** /**
* A place * A place
*/ */
export interface SCPlace export interface SCPlace extends SCPlaceWithoutReferences, SCThing {
extends SCPlaceWithoutReferences, SCThing {
/** /**
* Translated fields of a place * Translated fields of a place
*/ */
@@ -127,8 +124,7 @@ export interface SCPlace
/** /**
* Translatable properties of a place without references * Translatable properties of a place without references
*/ */
export interface SCPlaceWithoutReferencesTranslatableProperties export interface SCPlaceWithoutReferencesTranslatableProperties extends SCThingTranslatableProperties {
extends SCThingTranslatableProperties {
/** /**
* Address of a place * Address of a place
*/ */
@@ -139,7 +135,9 @@ export interface SCPlaceWithoutReferencesTranslatableProperties
* Meta information about creative works * Meta information about creative works
*/ */
export class SCPlaceWithoutReferencesMeta export class SCPlaceWithoutReferencesMeta
extends SCThingMeta implements SCMetaTranslations<SCPlaceWithoutReferences> { extends SCThingMeta
implements SCMetaTranslations<SCPlaceWithoutReferences>
{
/** /**
* Translations of fields * Translations of fields
*/ */
@@ -181,8 +179,5 @@ export interface SCInPlace {
/** /**
* Place the thing is or happens in * Place the thing is or happens in
*/ */
inPlace?: inPlace?: SCBuildingWithoutReferences | SCPointOfInterestWithoutReferences | SCRoomWithoutReferences;
SCBuildingWithoutReferences
| SCPointOfInterestWithoutReferences
| SCRoomWithoutReferences;
} }

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2021 StApps * Copyright (C) 2021-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -24,41 +24,43 @@ export type SCISO8601DateRange = SCRange<SCISO8601Date>;
/** /**
* Generic range type * Generic range type
*/ */
export type SCRange<T> = { export type SCRange<T> =
/** | {
* Greater than value /**
*/ * Greater than value
gt?: never; */
gt?: never;
/** /**
* Greater or equal to value * Greater or equal to value
*/ */
gte?: T; gte?: T;
/** /**
* Greater than value * Greater than value
*/ */
lt?: never; lt?: never;
/** /**
* Greater or equal to value * Greater or equal to value
*/ */
lte?: T; lte?: T;
} | { }
// tslint:disable:completed-docs | {
gt?: T; gt?: T;
gte?: never; gte?: never;
lt?: T; lt?: T;
lte?: never; lte?: never;
} | { }
gt?: T; | {
gte?: never; gt?: T;
lt?: never; gte?: never;
lte?: T; lt?: never;
} | { lte?: T;
gt?: never; }
gte?: T; | {
lt?: T; gt?: never;
lte?: never; gte?: T;
// tslint:enable:completed-docs lt?: T;
}; lte?: never;
};

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -18,15 +18,12 @@ import {SCThing, SCThingUserOrigin, SCThingWithoutReferences} from './thing';
/** /**
* An encapsulation of the data (e.g. a thing) that is saved, which provides additional information. * An encapsulation of the data (e.g. a thing) that is saved, which provides additional information.
*/ */
export interface SCSaveableThingWithoutReferences export type SCSaveableThingWithoutReferences = SCThingWithoutReferences;
extends SCThingWithoutReferences {
}
/** /**
* An encapsulation of the data (e.g. a thing) that is saved, which provides additional information. * An encapsulation of the data (e.g. a thing) that is saved, which provides additional information.
*/ */
export interface SCSaveableThing export interface SCSaveableThing extends SCSaveableThingWithoutReferences, SCThing {
extends SCSaveableThingWithoutReferences, SCThing {
/** /**
* The contained data * The contained data
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -19,16 +19,14 @@ import {SCThing, SCThingMeta} from './thing';
/** /**
* A thing that is or happens in a place * A thing that is or happens in a place
*/ */
export interface SCThingInPlace export interface SCThingInPlace extends SCThing, SCInPlace {
extends SCThing, SCInPlace {
// noop // noop
} }
/** /**
* Meta information about thing in a place * Meta information about thing in a place
*/ */
export class SCThingInPlaceMeta export class SCThingInPlaceMeta extends SCThingMeta implements SCMetaTranslations<SCThingInPlace> {
extends SCThingMeta implements SCMetaTranslations<SCThingInPlace> {
/** /**
* Translations of fields * Translations of fields
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -18,16 +18,12 @@ import {SCThing, SCThingMeta, SCThingWithoutReferences} from './thing';
/** /**
* Types of payment that are accepted at a place. * Types of payment that are accepted at a place.
*/ */
export type SCThingThatAcceptsPaymentsAcceptedPayments = export type SCThingThatAcceptsPaymentsAcceptedPayments = 'cash' | 'credit' | 'cafeteria card';
'cash'
| 'credit'
| 'cafeteria card';
/** /**
* A thing without references that accepts payments * A thing without references that accepts payments
*/ */
export interface SCThingThatAcceptsPaymentsWithoutReferences export interface SCThingThatAcceptsPaymentsWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* Accepted payments of the place * Accepted payments of the place
* *
@@ -39,8 +35,7 @@ export interface SCThingThatAcceptsPaymentsWithoutReferences
/** /**
* A thing that accepts payments * A thing that accepts payments
*/ */
export interface SCThingThatAcceptsPayments export interface SCThingThatAcceptsPayments extends SCThingThatAcceptsPaymentsWithoutReferences, SCThing {
extends SCThingThatAcceptsPaymentsWithoutReferences, SCThing {
// noop // noop
} }
@@ -48,7 +43,9 @@ export interface SCThingThatAcceptsPayments
* Meta information about a thing without references that accepts payments * Meta information about a thing without references that accepts payments
*/ */
export class SCThingThatAcceptsPaymentsWithoutReferencesMeta export class SCThingThatAcceptsPaymentsWithoutReferencesMeta
extends SCThingMeta implements SCMetaTranslations<SCThingThatAcceptsPaymentsWithoutReferences> { extends SCThingMeta
implements SCMetaTranslations<SCThingThatAcceptsPaymentsWithoutReferences>
{
/** /**
* Translations of fields * Translations of fields
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2021 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -35,8 +35,7 @@ export interface SCPriceGroup {
/** /**
* Price distinctions for academic context * Price distinctions for academic context
*/ */
export interface SCAcademicPriceGroup export interface SCAcademicPriceGroup extends SCPriceGroup {
extends SCPriceGroup {
/** /**
* Price for employees * Price for employees
* *
@@ -65,8 +64,7 @@ export interface SCAcademicPriceGroup
/** /**
* A thing without references that can be offered * A thing without references that can be offered
*/ */
export interface SCThingThatCanBeOfferedWithoutReferences export interface SCThingThatCanBeOfferedWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* Translations of a thing that can be offered * Translations of a thing that can be offered
*/ */
@@ -77,7 +75,8 @@ export interface SCThingThatCanBeOfferedWithoutReferences
* A thing that can be offered * A thing that can be offered
*/ */
export interface SCThingThatCanBeOffered<T extends SCPriceGroup> export interface SCThingThatCanBeOffered<T extends SCPriceGroup>
extends SCThing, SCThingThatCanBeOfferedWithoutReferences { extends SCThing,
SCThingThatCanBeOfferedWithoutReferences {
/** /**
* List of offers for that thing * List of offers for that thing
*/ */
@@ -92,8 +91,7 @@ export interface SCThingThatCanBeOffered<T extends SCPriceGroup>
/** /**
* Offer of a thing * Offer of a thing
*/ */
export interface SCThingThatCanBeOfferedOffer<T extends SCPriceGroup> export interface SCThingThatCanBeOfferedOffer<T extends SCPriceGroup> extends SCInPlace {
extends SCInPlace {
/** /**
* Availability of an offer * Availability of an offer
*/ */
@@ -118,8 +116,7 @@ export interface SCThingThatCanBeOfferedOffer<T extends SCPriceGroup>
/** /**
* Translatable properties of a thing that can be offered * Translatable properties of a thing that can be offered
*/ */
export interface SCThingThatCanBeOfferedTranslatableProperties export interface SCThingThatCanBeOfferedTranslatableProperties extends SCThingTranslatableProperties {
extends SCThingTranslatableProperties {
/** /**
* Availability of an offer * Availability of an offer
* *
@@ -131,9 +128,7 @@ export interface SCThingThatCanBeOfferedTranslatableProperties
/** /**
* Entity responsible for the offer * Entity responsible for the offer
*/ */
export type SCThingThatCanBeOfferedProvider = export type SCThingThatCanBeOfferedProvider = SCOrganizationWithoutReferences | SCPersonWithoutReferences;
| SCOrganizationWithoutReferences
| SCPersonWithoutReferences;
/** /**
* Availability of an Offer * Availability of an Offer
@@ -148,8 +143,8 @@ export type SCThingThatCanBeOfferedAvailability =
* Meta information about a thing without references that accepts payments * Meta information about a thing without references that accepts payments
*/ */
export class SCThingThatCanBeOfferedMeta<T extends SCPriceGroup> export class SCThingThatCanBeOfferedMeta<T extends SCPriceGroup>
implements SCMetaTranslations<SCThingThatCanBeOffered<T>> { implements SCMetaTranslations<SCThingThatCanBeOffered<T>>
{
/** /**
* Translations of fields * Translations of fields
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -50,7 +50,8 @@ export interface SCThingWithCategoriesWithoutReferences<T, U extends SCThingWith
* A thing with categories * A thing with categories
*/ */
export interface SCThingWithCategories<T, U extends SCThingWithCategoriesSpecificValues> export interface SCThingWithCategories<T, U extends SCThingWithCategoriesSpecificValues>
extends SCThing, SCThingWithCategoriesWithoutReferences<T, U> { extends SCThing,
SCThingWithCategoriesWithoutReferences<T, U> {
/** /**
* Translated fields of a thing with categories * Translated fields of a thing with categories
*/ */
@@ -60,8 +61,7 @@ export interface SCThingWithCategories<T, U extends SCThingWithCategoriesSpecifi
/** /**
* Translatable properties of a thing with categories * Translatable properties of a thing with categories
*/ */
export interface SCThingWithCategoriesTranslatableProperties export interface SCThingWithCategoriesTranslatableProperties extends SCThingTranslatableProperties {
extends SCThingTranslatableProperties {
/** /**
* translations of the categories of a thing with categories * translations of the categories of a thing with categories
* *
@@ -118,8 +118,8 @@ export interface SCThingWithCategoriesSpecificValues {
* It intentionally does not extend the SCThingMeta implementation to be able to include generics. * It intentionally does not extend the SCThingMeta implementation to be able to include generics.
*/ */
export class SCThingWithCategoriesWithoutReferencesMeta<T, U> export class SCThingWithCategoriesWithoutReferencesMeta<T, U>
implements SCMetaTranslations<SCThingWithCategoriesWithoutReferences<T, U>> { implements SCMetaTranslations<SCThingWithCategoriesWithoutReferences<T, U>>
{
/** /**
* Translations of fields * Translations of fields
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2021 StApps * Copyright (C) 2021-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -15,7 +15,4 @@
/** /**
* Types of data consumers * Types of data consumers
*/ */
export type SCUserGroup = export type SCUserGroup = 'students' | 'employees' | 'guests';
'students'
| 'employees'
| 'guests';

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -64,7 +64,8 @@ export interface SCAcademicEventWithoutReferences
* @indexable * @indexable
*/ */
export interface SCAcademicEvent export interface SCAcademicEvent
extends SCEvent, SCAcademicEventWithoutReferences, extends SCEvent,
SCAcademicEventWithoutReferences,
SCThingWithCategories<SCAcademicEventCategories, SCThingWithCategoriesSpecificValues> { SCThingWithCategories<SCAcademicEventCategories, SCThingWithCategoriesSpecificValues> {
/** /**
* Translated fields of an academic event * Translated fields of an academic event
@@ -81,7 +82,7 @@ export interface SCAcademicEvent
* Categories of academic events * Categories of academic events
*/ */
export type SCAcademicEventCategories = export type SCAcademicEventCategories =
'lecture' | 'lecture'
| 'seminar' | 'seminar'
| 'integrated course' | 'integrated course'
| 'written exam' | 'written exam'
@@ -100,8 +101,7 @@ export type SCAcademicEventCategories =
/** /**
* Translatable properties of an academic event * Translatable properties of an academic event
*/ */
export interface SCAcademicEventTranslatableProperties export interface SCAcademicEventTranslatableProperties extends SCThingWithCategoriesTranslatableProperties {
extends SCThingWithCategoriesTranslatableProperties {
/** /**
* Translations of the majors of the academic event that this event belongs to * Translations of the majors of the academic event that this event belongs to
* *
@@ -120,24 +120,26 @@ export interface SCAcademicEventTranslatableProperties
/** /**
* Meta information about academic events * Meta information about academic events
*/ */
export class SCAcademicEventMeta export class SCAcademicEventMeta extends SCThingMeta implements SCMetaTranslations<SCAcademicEvent> {
extends SCThingMeta
implements SCMetaTranslations<SCAcademicEvent> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCEventMeta().fieldTranslations.de, ...new SCEventMeta().fieldTranslations.de,
...new SCThingWithCategoriesWithoutReferencesMeta<SCAcademicEventCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.de, SCAcademicEventCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.de,
majors: 'Hauptfächer', majors: 'Hauptfächer',
originalCategory: 'ursprüngliche Kategorie', originalCategory: 'ursprüngliche Kategorie',
}, },
en: { en: {
...new SCEventMeta().fieldTranslations.en, ...new SCEventMeta().fieldTranslations.en,
...new SCThingWithCategoriesWithoutReferencesMeta<SCAcademicEventCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.en, SCAcademicEventCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.en,
majors: 'majors', majors: 'majors',
originalCategory: 'original category', originalCategory: 'original category',
}, },
@@ -149,8 +151,10 @@ export class SCAcademicEventMeta
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCEventMeta().fieldValueTranslations.de, ...new SCEventMeta().fieldValueTranslations.de,
...new SCThingWithCategoriesWithoutReferencesMeta<SCAcademicEventCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.de, SCAcademicEventCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.de,
categories: { categories: {
'colloquium': 'Kolloquium', 'colloquium': 'Kolloquium',
'course': 'Kurs', 'course': 'Kurs',
@@ -172,8 +176,10 @@ export class SCAcademicEventMeta
}, },
en: { en: {
...new SCEventMeta().fieldValueTranslations.en, ...new SCEventMeta().fieldValueTranslations.en,
...new SCThingWithCategoriesWithoutReferencesMeta<SCAcademicEventCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.en, SCAcademicEventCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.en,
type: SCThingType.AcademicEvent, type: SCThingType.AcademicEvent,
}, },
}; };

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2021 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -20,7 +20,13 @@ import {
SCCreativeWorkWithoutReferences, SCCreativeWorkWithoutReferences,
} from './abstract/creative-work'; } from './abstract/creative-work';
import {SCThingMeta, SCThingType} from './abstract/thing'; import {SCThingMeta, SCThingType} from './abstract/thing';
import {SCAcademicPriceGroup, SCThingThatCanBeOffered, SCThingThatCanBeOfferedMeta, SCThingThatCanBeOfferedTranslatableProperties, SCThingThatCanBeOfferedWithoutReferences} from './abstract/thing-that-can-be-offered'; import {
SCAcademicPriceGroup,
SCThingThatCanBeOffered,
SCThingThatCanBeOfferedMeta,
SCThingThatCanBeOfferedTranslatableProperties,
SCThingThatCanBeOfferedWithoutReferences,
} from './abstract/thing-that-can-be-offered';
import { import {
SCThingWithCategoriesSpecificValues, SCThingWithCategoriesSpecificValues,
SCThingWithCategoriesTranslatableProperties, SCThingWithCategoriesTranslatableProperties,
@@ -32,17 +38,15 @@ import {SCPeriodicalWithoutReferences} from './periodical';
/** /**
* Categories of an article * Categories of an article
*/ */
export type SCArticleCategories = 'unipedia' export type SCArticleCategories = 'unipedia' | 'article' | 'eArticle';
| 'article'
| 'eArticle';
/** /**
* An article without references * An article without references
*/ */
export interface SCArticleWithoutReferences export interface SCArticleWithoutReferences
extends SCCreativeWorkWithoutReferences, extends SCCreativeWorkWithoutReferences,
SCThingThatCanBeOfferedWithoutReferences, SCThingThatCanBeOfferedWithoutReferences,
SCThingWithCategoriesWithoutReferences<SCArticleCategories, SCThingWithCategoriesSpecificValues> { SCThingWithCategoriesWithoutReferences<SCArticleCategories, SCThingWithCategoriesSpecificValues> {
/** /**
* Article itself as markdown * Article itself as markdown
* *
@@ -74,8 +78,8 @@ export interface SCArticleWithoutReferences
*/ */
export interface SCArticle export interface SCArticle
extends SCCreativeWork, extends SCCreativeWork,
SCThingThatCanBeOffered<SCAcademicPriceGroup>, SCThingThatCanBeOffered<SCAcademicPriceGroup>,
SCArticleWithoutReferences { SCArticleWithoutReferences {
/** /**
* A periodical to which this article belongs * A periodical to which this article belongs
*/ */
@@ -101,8 +105,8 @@ export interface SCArticle
*/ */
export interface SCArticleTranslatableProperties export interface SCArticleTranslatableProperties
extends SCThingWithCategoriesTranslatableProperties, extends SCThingWithCategoriesTranslatableProperties,
SCThingThatCanBeOfferedTranslatableProperties, SCThingThatCanBeOfferedTranslatableProperties,
SCCreativeWorkTranslatableProperties { SCCreativeWorkTranslatableProperties {
/** /**
* Translation of the article itself as markdown * Translation of the article itself as markdown
* *
@@ -114,27 +118,28 @@ export interface SCArticleTranslatableProperties
/** /**
* Meta information about an article * Meta information about an article
*/ */
export class SCArticleMeta export class SCArticleMeta extends SCThingMeta implements SCMetaTranslations<SCArticle> {
extends SCThingMeta implements SCMetaTranslations<SCArticle> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCCreativeWorkMeta().fieldTranslations ...new SCCreativeWorkMeta().fieldTranslations.de,
.de, ...new SCThingWithCategoriesWithoutReferencesMeta<
...new SCThingWithCategoriesWithoutReferencesMeta<SCArticleCategories, SCArticleCategories,
SCThingWithCategoriesSpecificValues>().fieldTranslations.de, SCThingWithCategoriesSpecificValues
>().fieldTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.de, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.de,
categories: 'Format', categories: 'Format',
reference: 'Referenz', reference: 'Referenz',
articleBody: 'Artikelinhalt', articleBody: 'Artikelinhalt',
}, },
en: { en: {
...new SCCreativeWorkMeta().fieldTranslations ...new SCCreativeWorkMeta().fieldTranslations.en,
.en, ...new SCThingWithCategoriesWithoutReferencesMeta<
...new SCThingWithCategoriesWithoutReferencesMeta<SCArticleCategories, SCArticleCategories,
SCThingWithCategoriesSpecificValues>().fieldTranslations.en, SCThingWithCategoriesSpecificValues
>().fieldTranslations.en,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.en, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.en,
categories: 'format', categories: 'format',
reference: 'reference', reference: 'reference',
@@ -148,10 +153,11 @@ export class SCArticleMeta
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCCreativeWorkMeta().fieldValueTranslations.de, ...new SCCreativeWorkMeta().fieldValueTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>() ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.de,
.fieldValueTranslations.de, ...new SCThingWithCategoriesWithoutReferencesMeta<
...new SCThingWithCategoriesWithoutReferencesMeta<SCArticleCategories, SCArticleCategories,
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.de, SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.de,
categories: { categories: {
article: 'Artikel', article: 'Artikel',
eArticle: 'E-Aufsatz', eArticle: 'E-Aufsatz',
@@ -161,10 +167,11 @@ export class SCArticleMeta
}, },
en: { en: {
...new SCCreativeWorkMeta().fieldValueTranslations.en, ...new SCCreativeWorkMeta().fieldValueTranslations.en,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>() ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.en,
.fieldValueTranslations.en, ...new SCThingWithCategoriesWithoutReferencesMeta<
...new SCThingWithCategoriesWithoutReferencesMeta<SCArticleCategories, SCArticleCategories,
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.en, SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.en,
type: SCThingType.Article, type: SCThingType.Article,
categories: { categories: {
article: 'article', article: 'article',

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2021 StApps * Copyright (C) 2021-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -16,59 +16,67 @@
import {SCMetaTranslations, SCTranslations} from '../general/i18n'; import {SCMetaTranslations, SCTranslations} from '../general/i18n';
import {SCISO8601Date} from '../general/time'; import {SCISO8601Date} from '../general/time';
import {SCThing, SCThingMeta, SCThingType} from './abstract/thing'; import {SCThing, SCThingMeta, SCThingType} from './abstract/thing';
import {SCThingWithCategories, SCThingWithCategoriesSpecificValues, SCThingWithCategoriesTranslatableProperties, SCThingWithCategoriesWithoutReferences, SCThingWithCategoriesWithoutReferencesMeta} from './abstract/thing-with-categories'; import {
SCThingWithCategories,
SCThingWithCategoriesSpecificValues,
SCThingWithCategoriesTranslatableProperties,
SCThingWithCategoriesWithoutReferences,
SCThingWithCategoriesWithoutReferencesMeta,
} from './abstract/thing-with-categories';
import {SCCourseOfStudyWithoutReferences} from './course-of-study'; import {SCCourseOfStudyWithoutReferences} from './course-of-study';
/** /**
* Categories of assessments * Categories of assessments
*/ */
export type SCAssessmentCategories = 'university assessment'; export type SCAssessmentCategories = 'university assessment';
/** /**
* An assessment without references * An assessment without references
* *
*/ */
export interface SCAssessmentWithoutReferences export interface SCAssessmentWithoutReferences
extends SCThingWithCategoriesWithoutReferences<SCAssessmentCategories, SCThingWithCategoriesSpecificValues> { extends SCThingWithCategoriesWithoutReferences<
/** SCAssessmentCategories,
* Number of attempts SCThingWithCategoriesSpecificValues
* > {
* @integer /**
*/ * Number of attempts
attempt?: number; *
* @integer
*/
attempt?: number;
/** /**
* Date assessment was taken or graded * Date assessment was taken or graded
*/ */
date?: SCISO8601Date; date?: SCISO8601Date;
/** /**
* ECTS (credit-points) * ECTS (credit-points)
* *
* @float * @float
*/ */
ects?: number; ects?: number;
/** /**
* Grade * Grade
*/ */
grade: string; grade: string;
/** /**
* Current status * Current status
*/ */
status?: string; status?: string;
/** /**
* Translated fields of an assessment * Translated fields of an assessment
*/ */
translations?: SCTranslations<SCAssessmentTranslatableProperties>; translations?: SCTranslations<SCAssessmentTranslatableProperties>;
/** /**
* Type of an assessment * Type of an assessment
*/ */
type: SCThingType.Assessment; type: SCThingType.Assessment;
} }
/** /**
@@ -77,9 +85,9 @@ export interface SCAssessmentWithoutReferences
* @validatable * @validatable
*/ */
export interface SCAssessment export interface SCAssessment
extends SCAssessmentWithoutReferences, SCThing, extends SCAssessmentWithoutReferences,
SCThing,
SCThingWithCategories<SCAssessmentCategories, SCThingWithCategoriesSpecificValues> { SCThingWithCategories<SCAssessmentCategories, SCThingWithCategoriesSpecificValues> {
/** /**
* Course of study the assessment was taken for * Course of study the assessment was taken for
*/ */
@@ -99,30 +107,28 @@ export interface SCAssessment
* Type of an assessment * Type of an assessment
*/ */
type: SCThingType.Assessment; type: SCThingType.Assessment;
} }
export interface SCAssessmentTranslatableProperties export interface SCAssessmentTranslatableProperties extends SCThingWithCategoriesTranslatableProperties {
extends SCThingWithCategoriesTranslatableProperties {
/** /**
* @see SCAssessmentWithoutReferences.status * @see SCAssessmentWithoutReferences.status
*/ */
status?: string; status?: string;
} }
/** /**
* Study module meta data * Study module meta data
*/ */
export class SCAssessmentMeta export class SCAssessmentMeta extends SCThingMeta implements SCMetaTranslations<SCAssessment> {
extends SCThingMeta
implements SCMetaTranslations<SCAssessment> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCAssessmentCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.de, SCAssessmentCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.de,
attempt: 'Versuch', attempt: 'Versuch',
courseOfStudy: 'Studiengang', courseOfStudy: 'Studiengang',
date: 'Datum', date: 'Datum',
@@ -132,8 +138,10 @@ export interface SCAssessmentTranslatableProperties
superAssessments: 'übergeordnete Prüfungen', superAssessments: 'übergeordnete Prüfungen',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCAssessmentCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.en, SCAssessmentCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.en,
attempt: 'attempt', attempt: 'attempt',
courseOfStudy: 'course of study', courseOfStudy: 'course of study',
date: 'date', date: 'date',
@@ -149,13 +157,17 @@ export interface SCAssessmentTranslatableProperties
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCAssessmentCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.de, SCAssessmentCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.de,
type: 'Prüfung', type: 'Prüfung',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCAssessmentCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.en, SCAssessmentCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.en,
type: SCThingType.Assessment, type: SCThingType.Assessment,
}, },
}; };

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2021 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -20,7 +20,13 @@ import {
SCCreativeWorkWithoutReferences, SCCreativeWorkWithoutReferences,
} from './abstract/creative-work'; } from './abstract/creative-work';
import {SCThingMeta, SCThingType} from './abstract/thing'; import {SCThingMeta, SCThingType} from './abstract/thing';
import {SCAcademicPriceGroup, SCThingThatCanBeOffered, SCThingThatCanBeOfferedMeta, SCThingThatCanBeOfferedTranslatableProperties, SCThingThatCanBeOfferedWithoutReferences} from './abstract/thing-that-can-be-offered'; import {
SCAcademicPriceGroup,
SCThingThatCanBeOffered,
SCThingThatCanBeOfferedMeta,
SCThingThatCanBeOfferedTranslatableProperties,
SCThingThatCanBeOfferedWithoutReferences,
} from './abstract/thing-that-can-be-offered';
import { import {
SCThingWithCategoriesSpecificValues, SCThingWithCategoriesSpecificValues,
SCThingWithCategoriesTranslatableProperties, SCThingWithCategoriesTranslatableProperties,
@@ -31,7 +37,8 @@ import {
/** /**
* Categories of a book * Categories of a book
*/ */
export type SCBookCategories = 'audio' export type SCBookCategories =
| 'audio'
| 'book' | 'book'
| 'cd' | 'cd'
| 'dvd' | 'dvd'
@@ -55,8 +62,8 @@ export type SCBookCategories = 'audio'
*/ */
export interface SCBookWithoutReferences export interface SCBookWithoutReferences
extends SCCreativeWorkWithoutReferences, extends SCCreativeWorkWithoutReferences,
SCThingThatCanBeOfferedWithoutReferences, SCThingThatCanBeOfferedWithoutReferences,
SCThingWithCategoriesWithoutReferences<SCBookCategories, SCThingWithCategoriesSpecificValues> { SCThingWithCategoriesWithoutReferences<SCBookCategories, SCThingWithCategoriesSpecificValues> {
/** /**
* Categories of a book * Categories of a book
*/ */
@@ -96,8 +103,8 @@ export interface SCBookWithoutReferences
*/ */
export interface SCBook export interface SCBook
extends SCCreativeWork, extends SCCreativeWork,
SCThingThatCanBeOffered<SCAcademicPriceGroup>, SCThingThatCanBeOffered<SCAcademicPriceGroup>,
SCBookWithoutReferences { SCBookWithoutReferences {
/** /**
* Translated properties of a book * Translated properties of a book
*/ */
@@ -114,9 +121,8 @@ export interface SCBook
*/ */
export interface SCBookTranslatableFields export interface SCBookTranslatableFields
extends SCThingWithCategoriesTranslatableProperties, extends SCThingWithCategoriesTranslatableProperties,
SCThingThatCanBeOfferedTranslatableProperties, SCThingThatCanBeOfferedTranslatableProperties,
SCCreativeWorkTranslatableProperties { SCCreativeWorkTranslatableProperties {}
}
/** /**
* Meta information about a book * Meta information about a book
@@ -128,8 +134,10 @@ export class SCBookMeta extends SCThingMeta implements SCMetaTranslations<SCBook
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCCreativeWorkMeta().fieldTranslations.de, ...new SCCreativeWorkMeta().fieldTranslations.de,
...new SCThingWithCategoriesWithoutReferencesMeta<SCBookCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.de, SCBookCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.de, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.de,
categories: 'Format', categories: 'Format',
ISBNs: 'ISBN', ISBNs: 'ISBN',
@@ -137,8 +145,10 @@ export class SCBookMeta extends SCThingMeta implements SCMetaTranslations<SCBook
}, },
en: { en: {
...new SCCreativeWorkMeta().fieldTranslations.en, ...new SCCreativeWorkMeta().fieldTranslations.en,
...new SCThingWithCategoriesWithoutReferencesMeta<SCBookCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.en, SCBookCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.en,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.en, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.en,
categories: 'format', categories: 'format',
ISBNs: 'ISBN', ISBNs: 'ISBN',
@@ -151,12 +161,12 @@ export class SCBookMeta extends SCThingMeta implements SCMetaTranslations<SCBook
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCCreativeWorkMeta() ...new SCCreativeWorkMeta().fieldValueTranslations.de,
.fieldValueTranslations.de, ...new SCThingWithCategoriesWithoutReferencesMeta<
...new SCThingWithCategoriesWithoutReferencesMeta<SCBookCategories, SCBookCategories,
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.de, SCThingWithCategoriesSpecificValues
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>() >().fieldValueTranslations.de,
.fieldValueTranslations.de, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.de,
categories: { categories: {
audio: 'Tonträger', audio: 'Tonträger',
book: 'Buch', book: 'Buch',
@@ -180,12 +190,12 @@ export class SCBookMeta extends SCThingMeta implements SCMetaTranslations<SCBook
type: 'Buch', type: 'Buch',
}, },
en: { en: {
...new SCCreativeWorkMeta() ...new SCCreativeWorkMeta().fieldValueTranslations.en,
.fieldValueTranslations.en, ...new SCThingWithCategoriesWithoutReferencesMeta<
...new SCThingWithCategoriesWithoutReferencesMeta<SCBookCategories, SCBookCategories,
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.en, SCThingWithCategoriesSpecificValues
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>() >().fieldValueTranslations.en,
.fieldValueTranslations.en, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.en,
type: SCThingType.Book, type: SCThingType.Book,
categories: { categories: {
audio: 'audio material', audio: 'audio material',

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -29,7 +29,7 @@ import {
} from './abstract/thing-with-categories'; } from './abstract/thing-with-categories';
export type SCBuildingCategories = export type SCBuildingCategories =
'cafe' | 'cafe'
| 'education' | 'education'
| 'library' | 'library'
| 'office' | 'office'
@@ -67,7 +67,8 @@ export interface SCBuildingWithoutReferences
* @indexable * @indexable
*/ */
export interface SCBuilding export interface SCBuilding
extends SCBuildingWithoutReferences, SCPlace, extends SCBuildingWithoutReferences,
SCPlace,
SCThingWithCategories<SCBuildingCategories, SCThingWithCategoriesSpecificValues> { SCThingWithCategories<SCBuildingCategories, SCThingWithCategoriesSpecificValues> {
/** /**
* Translated fields of a building * Translated fields of a building
@@ -81,7 +82,8 @@ export interface SCBuilding
} }
export interface SCBuildingTranslatableProperties export interface SCBuildingTranslatableProperties
extends SCPlaceWithoutReferencesTranslatableProperties, SCThingWithCategoriesTranslatableProperties { extends SCPlaceWithoutReferencesTranslatableProperties,
SCThingWithCategoriesTranslatableProperties {
/** /**
* @see SCBuilding.floors * @see SCBuilding.floors
*/ */
@@ -91,22 +93,24 @@ export interface SCBuildingTranslatableProperties
/** /**
* Meta information about a place * Meta information about a place
*/ */
export class SCBuildingMeta export class SCBuildingMeta extends SCThingMeta implements SCMetaTranslations<SCBuilding> {
extends SCThingMeta
implements SCMetaTranslations<SCBuilding> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCBuildingCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.de, SCBuildingCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.de,
...new SCPlaceWithoutReferencesMeta().fieldTranslations.de, ...new SCPlaceWithoutReferencesMeta().fieldTranslations.de,
floors: 'Etagen', floors: 'Etagen',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCBuildingCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.en, SCBuildingCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.en,
...new SCPlaceWithoutReferencesMeta().fieldTranslations.en, ...new SCPlaceWithoutReferencesMeta().fieldTranslations.en,
floors: 'floors', floors: 'floors',
}, },
@@ -117,8 +121,10 @@ export class SCBuildingMeta
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCBuildingCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.de, SCBuildingCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.de,
...new SCPlaceWithoutReferencesMeta().fieldValueTranslations.de, ...new SCPlaceWithoutReferencesMeta().fieldValueTranslations.de,
categories: { categories: {
'cafe': 'Café', 'cafe': 'Café',
@@ -133,8 +139,10 @@ export class SCBuildingMeta
type: 'Gebäude', type: 'Gebäude',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCBuildingCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.en, SCBuildingCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.en,
...new SCPlaceWithoutReferencesMeta().fieldValueTranslations.en, ...new SCPlaceWithoutReferencesMeta().fieldValueTranslations.en,
type: SCThingType.Building, type: SCThingType.Building,
}, },

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -51,7 +51,8 @@ export interface SCCatalogWithoutReferences
* @indexable * @indexable
*/ */
export interface SCCatalog export interface SCCatalog
extends SCCatalogWithoutReferences, SCThing, extends SCCatalogWithoutReferences,
SCThing,
SCThingWithCategories<SCCatalogCategories, SCThingWithCategoriesSpecificValues> { SCThingWithCategories<SCCatalogCategories, SCThingWithCategoriesSpecificValues> {
/** /**
* Academic term that a catalog belongs to (e.g. semester) * Academic term that a catalog belongs to (e.g. semester)
@@ -82,23 +83,26 @@ export interface SCCatalog
/** /**
* Catalog meta data * Catalog meta data
*/ */
export class SCCatalogMeta export class SCCatalogMeta extends SCThingMeta implements SCMetaTranslations<SCCatalog> {
extends SCThingMeta implements SCMetaTranslations<SCCatalog> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCCatalogCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.de, SCCatalogCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.de,
academicTerm: 'Semester', academicTerm: 'Semester',
level: 'Ebene', level: 'Ebene',
superCatalog: 'übergeordnetes Verzeichniss', superCatalog: 'übergeordnetes Verzeichniss',
superCatalogs: 'übergeordnete Verzeichnisse', superCatalogs: 'übergeordnete Verzeichnisse',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCCatalogCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.en, SCCatalogCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.en,
academicTerm: 'academic term', academicTerm: 'academic term',
level: 'level', level: 'level',
superCatalog: 'parent catalog', superCatalog: 'parent catalog',
@@ -111,16 +115,20 @@ export class SCCatalogMeta
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCCatalogCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.de, SCCatalogCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.de,
categories: { categories: {
'university events': 'Universitätsveranstaltung', 'university events': 'Universitätsveranstaltung',
}, },
type: 'Verzeichnis', type: 'Verzeichnis',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCCatalogCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.en, SCCatalogCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.en,
type: SCThingType.Catalog, type: SCThingType.Catalog,
}, },
}; };

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -14,19 +14,13 @@
*/ */
import {SCMetaTranslations} from '../general/i18n'; import {SCMetaTranslations} from '../general/i18n';
import { import {SCThing, SCThingMeta, SCThingType, SCThingWithoutReferences} from './abstract/thing';
SCThing,
SCThingMeta,
SCThingType,
SCThingWithoutReferences,
} from './abstract/thing';
import {SCRoomWithoutReferences} from './room'; import {SCRoomWithoutReferences} from './room';
/** /**
* A contact point without references * A contact point without references
*/ */
export interface SCContactPointWithoutReferences export interface SCContactPointWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* E-mail at the work location * E-mail at the work location
* *
@@ -73,12 +67,10 @@ export interface SCContactPointWithoutReferences
* A contact point * A contact point
* *
* @see http://schema.org/ContactPoint * @see http://schema.org/ContactPoint
*
* @validatable * @validatable
* @indexable * @indexable
*/ */
export interface SCContactPoint export interface SCContactPoint extends SCContactPointWithoutReferences, SCThing {
extends SCContactPointWithoutReferences, SCThing {
/** /**
* Exact place where work is performed * Exact place where work is performed
*/ */
@@ -93,9 +85,7 @@ export interface SCContactPoint
/** /**
* Meta information about a contact point * Meta information about a contact point
*/ */
export class SCContactPointMeta export class SCContactPointMeta extends SCThingMeta implements SCMetaTranslations<SCContactPoint> {
extends SCThingMeta
implements SCMetaTranslations<SCContactPoint> {
/** /**
* Translations of fields * Translations of fields
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2021-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -13,7 +13,11 @@
* this program. If not, see <https://www.gnu.org/licenses/>. * this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
import {SCLanguage, SCMetaTranslations, SCTranslations} from '../general/i18n'; import {SCLanguage, SCMetaTranslations, SCTranslations} from '../general/i18n';
import {SCAcademicDegree, SCAcademicDegreeMeta, SCAcademicDegreeWithoutReferences} from './abstract/academic-degree'; import {
SCAcademicDegree,
SCAcademicDegreeMeta,
SCAcademicDegreeWithoutReferences,
} from './abstract/academic-degree';
import {SCThingMeta, SCThingType} from './abstract/thing'; import {SCThingMeta, SCThingType} from './abstract/thing';
import { import {
SCAcademicPriceGroup, SCAcademicPriceGroup,
@@ -29,7 +33,8 @@ import {SCOrganizationWithoutReferences} from './organization';
* A course of study without references * A course of study without references
*/ */
export interface SCCourseOfStudyWithoutReferences export interface SCCourseOfStudyWithoutReferences
extends SCAcademicDegreeWithoutReferences, SCThingThatCanBeOfferedWithoutReferences { extends SCAcademicDegreeWithoutReferences,
SCThingThatCanBeOfferedWithoutReferences {
/** /**
* The main language in which the course of study * The main language in which the course of study
* is beeing offered * is beeing offered
@@ -68,7 +73,9 @@ export interface SCCourseOfStudyWithoutReferences
* @indexable * @indexable
*/ */
export interface SCCourseOfStudy export interface SCCourseOfStudy
extends SCCourseOfStudyWithoutReferences, SCThingThatCanBeOffered<SCAcademicPriceGroup>, SCAcademicDegree { extends SCCourseOfStudyWithoutReferences,
SCThingThatCanBeOffered<SCAcademicPriceGroup>,
SCAcademicDegree {
/** /**
* The department that manages the course of study * The department that manages the course of study
*/ */
@@ -99,26 +106,19 @@ export interface SCCourseOfStudy
/** /**
* Translatable properties of a course of study * Translatable properties of a course of study
*/ */
export interface SCCourseOfStudyTranslatableProperties export type SCCourseOfStudyTranslatableProperties = SCThingThatCanBeOfferedTranslatableProperties;
extends SCThingThatCanBeOfferedTranslatableProperties {
// noop
}
/** /**
* Meta information about a course of study * Meta information about a course of study
*/ */
export class SCCourseOfStudyMeta export class SCCourseOfStudyMeta extends SCThingMeta implements SCMetaTranslations<SCCourseOfStudy> {
extends SCThingMeta
implements SCMetaTranslations<SCCourseOfStudy> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCAcademicDegreeMeta() ...new SCAcademicDegreeMeta().fieldTranslations.de,
.fieldTranslations.de, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>()
.fieldTranslations.de,
department: 'Fachbereich', department: 'Fachbereich',
mainLanguage: 'Unterrichtssprache', mainLanguage: 'Unterrichtssprache',
mode: 'Studiengangsart', mode: 'Studiengangsart',
@@ -127,10 +127,8 @@ export class SCCourseOfStudyMeta
timeMode: 'Zeitmodell', timeMode: 'Zeitmodell',
}, },
en: { en: {
...new SCAcademicDegreeMeta() ...new SCAcademicDegreeMeta().fieldTranslations.en,
.fieldTranslations.en, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>()
.fieldTranslations.de,
department: 'department', department: 'department',
mainLanguage: 'main language', mainLanguage: 'main language',
mode: 'mode', mode: 'mode',
@@ -147,10 +145,10 @@ export class SCCourseOfStudyMeta
de: { de: {
...new SCAcademicDegreeMeta().fieldValueTranslations.de, ...new SCAcademicDegreeMeta().fieldValueTranslations.de,
modes: { modes: {
combination: 'Kombinationsstudiengang', 'combination': 'Kombinationsstudiengang',
'double-degree': 'Doppelstudium', 'double-degree': 'Doppelstudium',
dual: 'duales Studium', 'dual': 'duales Studium',
standard: 'Studium', 'standard': 'Studium',
}, },
timeMode: { timeMode: {
fulltime: 'Vollzeitstudiengang', fulltime: 'Vollzeitstudiengang',
@@ -161,10 +159,10 @@ export class SCCourseOfStudyMeta
en: { en: {
...new SCAcademicDegreeMeta().fieldValueTranslations.en, ...new SCAcademicDegreeMeta().fieldValueTranslations.en,
modes: { modes: {
combination: 'combination course of study', 'combination': 'combination course of study',
'double-degree': 'double degree course of study', 'double-degree': 'double degree course of study',
dual: 'dual course of study', 'dual': 'dual course of study',
standard: 'course of study', 'standard': 'course of study',
}, },
timeMode: { timeMode: {
fulltime: 'full-time', fulltime: 'full-time',
@@ -178,13 +176,9 @@ export class SCCourseOfStudyMeta
/** /**
* Types of (german) course of study modes * Types of (german) course of study modes
*/ */
export type SCCourseOfStudyMode = 'combination' export type SCCourseOfStudyMode = 'combination' | 'dual' | 'double-degree' | 'standard';
| 'dual'
| 'double-degree'
| 'standard' ;
/** /**
* Types of (german) course of study time modes * Types of (german) course of study time modes
*/ */
export type SCCourseOfStudyTimeMode = 'fulltime' export type SCCourseOfStudyTimeMode = 'fulltime' | 'parttime';
| 'parttime' ;

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -30,8 +30,7 @@ import {SCSportCourseWithoutReferences} from './sport-course';
/** /**
* Price groups for sport courses * Price groups for sport courses
*/ */
export interface SCSportCoursePriceGroup export interface SCSportCoursePriceGroup extends SCAcademicPriceGroup {
extends SCAcademicPriceGroup {
/** /**
* Price for alumnis * Price for alumnis
* *
@@ -43,8 +42,7 @@ export interface SCSportCoursePriceGroup
/** /**
* A date without references * A date without references
*/ */
export interface SCDateSeriesWithoutReferences export interface SCDateSeriesWithoutReferences extends SCThingThatCanBeOfferedWithoutReferences {
extends SCThingThatCanBeOfferedWithoutReferences {
/** /**
* Dates of the date series that are initially planned to be held * Dates of the date series that are initially planned to be held
* *
@@ -93,8 +91,7 @@ export interface SCDateSeries
/** /**
* Event to which the date series belongs * Event to which the date series belongs
*/ */
event: SCAcademicEventWithoutReferences event: SCAcademicEventWithoutReferences | SCSportCourseWithoutReferences;
| SCSportCourseWithoutReferences;
/** /**
* Performers of the date series * Performers of the date series
@@ -115,18 +112,14 @@ export interface SCDateSeries
/** /**
* Meta information about a date series * Meta information about a date series
*/ */
export class SCDateSeriesMeta export class SCDateSeriesMeta extends SCThingMeta implements SCMetaTranslations<SCDateSeries> {
extends SCThingMeta
implements SCMetaTranslations<SCDateSeries> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCThingInPlaceMeta().fieldTranslations ...new SCThingInPlaceMeta().fieldTranslations.de,
.de, ...new SCThingThatCanBeOfferedMeta<SCSportCoursePriceGroup>().fieldTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCSportCoursePriceGroup>()
.fieldTranslations.de,
dates: 'Einzeltermine', dates: 'Einzeltermine',
duration: 'Dauer', duration: 'Dauer',
event: 'Event', event: 'Event',
@@ -135,10 +128,8 @@ export class SCDateSeriesMeta
performers: 'Vortragende', performers: 'Vortragende',
}, },
en: { en: {
...new SCThingInPlaceMeta().fieldTranslations ...new SCThingInPlaceMeta().fieldTranslations.en,
.en, ...new SCThingThatCanBeOfferedMeta<SCSportCoursePriceGroup>().fieldTranslations.en,
...new SCThingThatCanBeOfferedMeta<SCSportCoursePriceGroup>()
.fieldTranslations.en,
dates: 'dates', dates: 'dates',
duration: 'duration', duration: 'duration',
event: 'event', event: 'event',
@@ -153,17 +144,13 @@ export class SCDateSeriesMeta
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCThingInPlaceMeta() ...new SCThingInPlaceMeta().fieldValueTranslations.de,
.fieldValueTranslations.de, ...new SCThingThatCanBeOfferedMeta<SCSportCoursePriceGroup>().fieldValueTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCSportCoursePriceGroup>()
.fieldValueTranslations.de,
type: 'Terminserie', type: 'Terminserie',
}, },
en: { en: {
...new SCThingInPlaceMeta() ...new SCThingInPlaceMeta().fieldValueTranslations.en,
.fieldValueTranslations.en, ...new SCThingThatCanBeOfferedMeta<SCSportCoursePriceGroup>().fieldValueTranslations.en,
...new SCThingThatCanBeOfferedMeta<SCSportCoursePriceGroup>()
.fieldValueTranslations.en,
type: SCThingType.DateSeries, type: SCThingType.DateSeries,
}, },
}; };
@@ -172,6 +159,4 @@ export class SCDateSeriesMeta
/** /**
* Translatable properties of date series' * Translatable properties of date series'
*/ */
export interface SCDateSeriesTranslatableProperties export type SCDateSeriesTranslatableProperties = SCThingThatCanBeOfferedTranslatableProperties;
extends SCThingThatCanBeOfferedTranslatableProperties {
}

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -21,8 +21,7 @@ import {SCThing, SCThingMeta, SCThingType, SCThingWithoutReferences} from './abs
/** /**
* A diff without references * A diff without references
*/ */
export interface SCDiffWithoutReferences export interface SCDiffWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* Action of the diff * Action of the diff
*/ */
@@ -49,8 +48,7 @@ export interface SCDiffWithoutReferences
* *
* @validatable * @validatable
*/ */
export interface SCDiff export interface SCDiff extends SCDiffWithoutReferences, SCThing {
extends SCDiffWithoutReferences, SCThing {
/** /**
* Original object the diff was generated on * Original object the diff was generated on
*/ */
@@ -65,9 +63,7 @@ export interface SCDiff
/** /**
* Meta information about a diff * Meta information about a diff
*/ */
export class SCDiffMeta export class SCDiffMeta extends SCThingMeta implements SCMetaTranslations<SCDiff> {
extends SCThingMeta
implements SCMetaTranslations<SCDiff> {
/** /**
* Translations of fields * Translations of fields
*/ */
@@ -95,8 +91,8 @@ export class SCDiffMeta
de: { de: {
...new SCThingMeta().fieldValueTranslations.de, ...new SCThingMeta().fieldValueTranslations.de,
action: { action: {
'changed': 'geändert', changed: 'geändert',
'removed': 'gelöscht', removed: 'gelöscht',
}, },
type: 'Unterschied', type: 'Unterschied',
}, },

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -71,7 +71,8 @@ export interface SCDishWithoutReferences
* @indexable * @indexable
*/ */
export interface SCDish export interface SCDish
extends SCDishWithoutReferences, SCThingThatCanBeOffered<SCAcademicPriceGroup>, extends SCDishWithoutReferences,
SCThingThatCanBeOffered<SCAcademicPriceGroup>,
SCThingWithCategories<SCDishCategories, SCThingWithCategoriesSpecificValues> { SCThingWithCategories<SCDishCategories, SCThingWithCategoriesSpecificValues> {
/** /**
* Dishes ("Beilagen") that are served with the dish (if only certain supplement dishes can be taken with a dish) * Dishes ("Beilagen") that are served with the dish (if only certain supplement dishes can be taken with a dish)
@@ -90,7 +91,8 @@ export interface SCDish
} }
export interface SCDishTranslatableProperties export interface SCDishTranslatableProperties
extends SCThingWithCategoriesTranslatableProperties, SCThingThatCanBeOfferedTranslatableProperties { extends SCThingWithCategoriesTranslatableProperties,
SCThingThatCanBeOfferedTranslatableProperties {
/** /**
* Additives of the dish * Additives of the dish
* *
@@ -127,13 +129,7 @@ export interface SCDishCharacteristic {
/** /**
* A list of categories for dishes * A list of categories for dishes
*/ */
export type SCDishCategories = export type SCDishCategories = 'appetizer' | 'salad' | 'main dish' | 'dessert' | 'soup' | 'side dish';
| 'appetizer'
| 'salad'
| 'main dish'
| 'dessert'
| 'soup'
| 'side dish';
/** /**
* Type definition for SCNutritionInformation * Type definition for SCNutritionInformation
@@ -194,28 +190,28 @@ export interface SCNutritionInformation {
/** /**
* Meta information about a dish * Meta information about a dish
*/ */
export class SCDishMeta export class SCDishMeta extends SCThingMeta implements SCMetaTranslations<SCDish> {
extends SCThingMeta
implements SCMetaTranslations<SCDish> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCDishCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.de, SCDishCategories,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>() SCThingWithCategoriesSpecificValues
.fieldTranslations.de, >().fieldTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.de,
additives: 'Zusatzstoffe', additives: 'Zusatzstoffe',
characteristics: 'Merkmale', characteristics: 'Merkmale',
dishAddOns: 'Beilagen', dishAddOns: 'Beilagen',
nutrition: 'Nährwertangaben', nutrition: 'Nährwertangaben',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCDishCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.en, SCDishCategories,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>() SCThingWithCategoriesSpecificValues
.fieldTranslations.en, >().fieldTranslations.en,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.en,
additives: 'additives', additives: 'additives',
characteristics: 'characteristics', characteristics: 'characteristics',
dishAddOns: 'side dishes', dishAddOns: 'side dishes',
@@ -228,25 +224,27 @@ export class SCDishMeta
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCDishCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.de, SCDishCategories,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>() SCThingWithCategoriesSpecificValues
.fieldValueTranslations.de, >().fieldValueTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.de,
categories: { categories: {
appetizer: 'Vorspeise', 'appetizer': 'Vorspeise',
dessert: 'Nachtisch', 'dessert': 'Nachtisch',
'main dish': 'Hauptgericht', 'main dish': 'Hauptgericht',
salad: 'Salat', 'salad': 'Salat',
'side dish': 'Beilage', 'side dish': 'Beilage',
soup: 'Suppe', 'soup': 'Suppe',
}, },
type: 'Essen', type: 'Essen',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCDishCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.en, SCDishCategories,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>() SCThingWithCategoriesSpecificValues
.fieldValueTranslations.en, >().fieldValueTranslations.en,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.en,
type: SCThingType.Dish, type: SCThingType.Dish,
}, },
}; };

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2021 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -18,8 +18,7 @@ import {SCThingMeta, SCThingType} from './abstract/thing';
/** /**
* A favorite without references * A favorite without references
*/ */
export interface SCFavoriteWithoutReferences export interface SCFavoriteWithoutReferences extends SCSaveableThingWithoutReferences {
extends SCSaveableThingWithoutReferences {
/** /**
* Type of a favorite * Type of a favorite
*/ */
@@ -41,6 +40,4 @@ export interface SCFavorite extends SCSaveableThing {
/** /**
* Meta information about a favorite * Meta information about a favorite
*/ */
export class SCFavoriteMeta export class SCFavoriteMeta extends SCThingMeta {}
extends SCThingMeta {
}

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -12,10 +12,14 @@
* You should have received a copy of the GNU General Public License along with * You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>. * this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
// tslint:disable-next-line:no-implicit-dependencies
import {Feature, FeatureCollection, GeometryObject, LineString} from 'geojson'; import {Feature, FeatureCollection, GeometryObject, LineString} from 'geojson';
import {SCMetaTranslations, SCTranslations} from '../general/i18n'; import {SCMetaTranslations, SCTranslations} from '../general/i18n';
import {SCThingMeta, SCThingTranslatableProperties, SCThingType, SCThingWithoutReferences} from './abstract/thing'; import {
SCThingMeta,
SCThingTranslatableProperties,
SCThingType,
SCThingWithoutReferences,
} from './abstract/thing';
import {SCThingInPlace, SCThingInPlaceMeta} from './abstract/thing-in-place'; import {SCThingInPlace, SCThingInPlaceMeta} from './abstract/thing-in-place';
import {SCPointOfInterestWithoutReferences} from './point-of-interest'; import {SCPointOfInterestWithoutReferences} from './point-of-interest';
import {SCRoomWithoutReferences} from './room'; import {SCRoomWithoutReferences} from './room';
@@ -23,8 +27,7 @@ import {SCRoomWithoutReferences} from './room';
/** /**
* A floor without references * A floor without references
*/ */
export interface SCFloorWithoutReferences export interface SCFloorWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* Floor name in the place it is in e.g. "first floor", "ground floor". This doesn't reference the building name. * Floor name in the place it is in e.g. "first floor", "ground floor". This doesn't reference the building name.
* *
@@ -54,8 +57,7 @@ export interface SCFloorWithoutReferences
* @validatable * @validatable
* @indexable * @indexable
*/ */
export interface SCFloor export interface SCFloor extends SCFloorWithoutReferences, SCThingInPlace {
extends SCFloorWithoutReferences, SCThingInPlace {
/** /**
* Translated fields of a floor * Translated fields of a floor
*/ */
@@ -70,8 +72,7 @@ export interface SCFloor
/** /**
* A feature collection * A feature collection
*/ */
export interface SCFloorFeatureCollectionWithPlaces<T extends GeometryObject> export interface SCFloorFeatureCollectionWithPlaces<T extends GeometryObject> extends FeatureCollection<T> {
extends FeatureCollection<T> {
/** /**
* Features of the collection * Features of the collection
*/ */
@@ -82,7 +83,7 @@ export interface SCFloorFeatureCollectionWithPlaces<T extends GeometryObject>
* A feature with a place * A feature with a place
*/ */
export interface SCFloorFeatureWithPlace<T extends GeometryObject> export interface SCFloorFeatureWithPlace<T extends GeometryObject>
// tslint:disable-next-line:no-any TODO // eslint-disable-next-line @typescript-eslint/no-explicit-any
extends Feature<T, any> { extends Feature<T, any> {
/** /**
* The place of the feature * The place of the feature
@@ -93,8 +94,7 @@ export interface SCFloorFeatureWithPlace<T extends GeometryObject>
/** /**
* Translatable properties of a floor * Translatable properties of a floor
*/ */
export interface SCFloorTranslatableProperties export interface SCFloorTranslatableProperties extends SCThingTranslatableProperties {
extends SCThingTranslatableProperties {
/** /**
* Translation of the floor name * Translation of the floor name
* *
@@ -106,22 +106,18 @@ export interface SCFloorTranslatableProperties
/** /**
* Meta information about floors * Meta information about floors
*/ */
export class SCFloorMeta export class SCFloorMeta extends SCThingMeta implements SCMetaTranslations<SCFloor> {
extends SCThingMeta
implements SCMetaTranslations<SCFloor> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCThingInPlaceMeta().fieldTranslations ...new SCThingInPlaceMeta().fieldTranslations.de,
.de,
floorName: 'Etagenbezeichnung', floorName: 'Etagenbezeichnung',
plan: 'Grundriss', plan: 'Grundriss',
}, },
en: { en: {
...new SCThingInPlaceMeta().fieldTranslations ...new SCThingInPlaceMeta().fieldTranslations.en,
.en,
floorName: 'floor name', floorName: 'floor name',
plan: 'plan', plan: 'plan',
}, },
@@ -132,13 +128,11 @@ export class SCFloorMeta
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCThingInPlaceMeta() ...new SCThingInPlaceMeta().fieldValueTranslations.de,
.fieldValueTranslations.de,
type: 'Etage', type: 'Etage',
}, },
en: { en: {
...new SCThingInPlaceMeta() ...new SCThingInPlaceMeta().fieldValueTranslations.en,
.fieldValueTranslations.en,
type: SCThingType.Floor, type: SCThingType.Floor,
}, },
}; };

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2021 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -24,7 +24,8 @@ import {SCThingMeta, SCThingType} from './abstract/thing';
import {SCThingThatCanBeOfferedTranslatableProperties} from './abstract/thing-that-can-be-offered'; import {SCThingThatCanBeOfferedTranslatableProperties} from './abstract/thing-that-can-be-offered';
import { import {
SCThingWithCategoriesSpecificValues, SCThingWithCategoriesSpecificValues,
SCThingWithCategoriesWithoutReferences, SCThingWithCategoriesWithoutReferencesMeta, SCThingWithCategoriesWithoutReferences,
SCThingWithCategoriesWithoutReferencesMeta,
} from './abstract/thing-with-categories'; } from './abstract/thing-with-categories';
import {SCUserGroup} from './abstract/user-groups'; import {SCUserGroup} from './abstract/user-groups';
import {SCOrganizationWithoutReferences} from './organization'; import {SCOrganizationWithoutReferences} from './organization';
@@ -39,7 +40,7 @@ export type SCMessageCategories = 'news';
*/ */
export interface SCMessageWithoutReferences export interface SCMessageWithoutReferences
extends SCCreativeWorkWithoutReferences, extends SCCreativeWorkWithoutReferences,
SCThingWithCategoriesWithoutReferences<SCMessageCategories, SCThingWithCategoriesSpecificValues> { SCThingWithCategoriesWithoutReferences<SCMessageCategories, SCThingWithCategoriesSpecificValues> {
/** /**
* Organizational unit for which the message is intended * Organizational unit for which the message is intended
*/ */
@@ -93,8 +94,7 @@ export interface SCMessageWithoutReferences
* @validatable * @validatable
* @indexable * @indexable
*/ */
export interface SCMessage export interface SCMessage extends SCCreativeWork, SCMessageWithoutReferences {
extends SCCreativeWork, SCMessageWithoutReferences {
/** /**
* Translated fields of a message * Translated fields of a message
*/ */
@@ -110,7 +110,8 @@ export interface SCMessage
* Translatable properties of a message * Translatable properties of a message
*/ */
export interface SCMessageTranslatableProperties export interface SCMessageTranslatableProperties
extends SCCreativeWorkTranslatableProperties, SCThingThatCanBeOfferedTranslatableProperties { extends SCCreativeWorkTranslatableProperties,
SCThingThatCanBeOfferedTranslatableProperties {
/** /**
* Message itself * Message itself
* *
@@ -122,17 +123,17 @@ export interface SCMessageTranslatableProperties
/** /**
* Meta information about messages * Meta information about messages
*/ */
export class SCMessageMeta export class SCMessageMeta extends SCThingMeta implements SCMetaTranslations<SCMessage> {
extends SCThingMeta
implements SCMetaTranslations<SCMessage> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCCreativeWorkMeta().fieldTranslations.de, ...new SCCreativeWorkMeta().fieldTranslations.de,
...new SCThingWithCategoriesWithoutReferencesMeta<SCMessageCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.de, SCMessageCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.de,
audienceOrganizations: 'Zielgruppenorganisationen', audienceOrganizations: 'Zielgruppenorganisationen',
audiences: 'Zielgruppen', audiences: 'Zielgruppen',
dateCreated: 'Erstellungsdatum', dateCreated: 'Erstellungsdatum',
@@ -141,8 +142,10 @@ export class SCMessageMeta
}, },
en: { en: {
...new SCCreativeWorkMeta().fieldTranslations.en, ...new SCCreativeWorkMeta().fieldTranslations.en,
...new SCThingWithCategoriesWithoutReferencesMeta<SCMessageCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.en, SCMessageCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.en,
audienceOrganizations: 'audience organizations', audienceOrganizations: 'audience organizations',
audiences: 'audiences', audiences: 'audiences',
dateCreated: 'date created', dateCreated: 'date created',
@@ -157,8 +160,10 @@ export class SCMessageMeta
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCCreativeWorkMeta().fieldValueTranslations.de, ...new SCCreativeWorkMeta().fieldValueTranslations.de,
...new SCThingWithCategoriesWithoutReferencesMeta<SCMessageCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.de, SCMessageCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.de,
audiences: { audiences: {
employees: 'Angestellte', employees: 'Angestellte',
guests: 'Gäste', guests: 'Gäste',
@@ -171,8 +176,10 @@ export class SCMessageMeta
}, },
en: { en: {
...new SCCreativeWorkMeta().fieldValueTranslations.en, ...new SCCreativeWorkMeta().fieldValueTranslations.en,
...new SCThingWithCategoriesWithoutReferencesMeta<SCMessageCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.en, SCMessageCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.en,
type: SCThingType.Message, type: SCThingType.Message,
}, },
}; };

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -20,8 +20,7 @@ import {SCContactPointWithoutReferences} from './contact-point';
/** /**
* An organization without references * An organization without references
*/ */
export interface SCOrganizationWithoutReferences export interface SCOrganizationWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* Type of an organization * Type of an organization
*/ */
@@ -34,8 +33,7 @@ export interface SCOrganizationWithoutReferences
* @validatable * @validatable
* @indexable * @indexable
*/ */
export interface SCOrganization export interface SCOrganization extends SCOrganizationWithoutReferences, SCThingInPlace {
extends SCOrganizationWithoutReferences, SCThingInPlace {
/** /**
* A list of contact points concerning the organization * A list of contact points concerning the organization
*/ */
@@ -50,8 +48,7 @@ export interface SCOrganization
/** /**
* Meta information about an organization * Meta information about an organization
*/ */
export class SCOrganizationMeta export class SCOrganizationMeta extends SCThingMeta implements SCMetaTranslations<SCOrganization> {
extends SCThingMeta implements SCMetaTranslations<SCOrganization> {
/** /**
* Translations of fields * Translations of fields
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2021 StApps * Copyright (C) 2021-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -20,7 +20,13 @@ import {
SCCreativeWorkWithoutReferences, SCCreativeWorkWithoutReferences,
} from './abstract/creative-work'; } from './abstract/creative-work';
import {SCThingMeta, SCThingType} from './abstract/thing'; import {SCThingMeta, SCThingType} from './abstract/thing';
import {SCAcademicPriceGroup, SCThingThatCanBeOffered, SCThingThatCanBeOfferedMeta, SCThingThatCanBeOfferedTranslatableProperties, SCThingThatCanBeOfferedWithoutReferences} from './abstract/thing-that-can-be-offered'; import {
SCAcademicPriceGroup,
SCThingThatCanBeOffered,
SCThingThatCanBeOfferedMeta,
SCThingThatCanBeOfferedTranslatableProperties,
SCThingThatCanBeOfferedWithoutReferences,
} from './abstract/thing-that-can-be-offered';
import { import {
SCThingWithCategoriesSpecificValues, SCThingWithCategoriesSpecificValues,
SCThingWithCategoriesTranslatableProperties, SCThingWithCategoriesTranslatableProperties,
@@ -38,8 +44,8 @@ export type SCPeriodicalCategories = 'journal' | 'electronic';
*/ */
export interface SCPeriodicalWithoutReferences export interface SCPeriodicalWithoutReferences
extends SCCreativeWorkWithoutReferences, extends SCCreativeWorkWithoutReferences,
SCThingThatCanBeOfferedWithoutReferences, SCThingThatCanBeOfferedWithoutReferences,
SCThingWithCategoriesWithoutReferences<SCPeriodicalCategories, SCThingWithCategoriesSpecificValues> { SCThingWithCategoriesWithoutReferences<SCPeriodicalCategories, SCThingWithCategoriesSpecificValues> {
/** /**
* Categories of a periodical * Categories of a periodical
*/ */
@@ -71,8 +77,8 @@ export interface SCPeriodicalWithoutReferences
*/ */
export interface SCPeriodical export interface SCPeriodical
extends SCCreativeWork, extends SCCreativeWork,
SCThingThatCanBeOffered<SCAcademicPriceGroup>, SCThingThatCanBeOffered<SCAcademicPriceGroup>,
SCPeriodicalWithoutReferences { SCPeriodicalWithoutReferences {
/** /**
* Translated properties of a periodical * Translated properties of a periodical
*/ */
@@ -89,9 +95,8 @@ export interface SCPeriodical
*/ */
export interface SCPeriodicalTranslatableFields export interface SCPeriodicalTranslatableFields
extends SCThingWithCategoriesTranslatableProperties, extends SCThingWithCategoriesTranslatableProperties,
SCThingThatCanBeOfferedTranslatableProperties, SCThingThatCanBeOfferedTranslatableProperties,
SCCreativeWorkTranslatableProperties { SCCreativeWorkTranslatableProperties {}
}
/** /**
* Meta information about a periodical * Meta information about a periodical
@@ -103,16 +108,20 @@ export class SCPeriodicalMeta extends SCThingMeta implements SCMetaTranslations<
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCCreativeWorkMeta().fieldTranslations.de, ...new SCCreativeWorkMeta().fieldTranslations.de,
...new SCThingWithCategoriesWithoutReferencesMeta<SCPeriodicalCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.de, SCPeriodicalCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.de, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.de,
categories: 'Format', categories: 'Format',
ISSNs: 'ISSN', ISSNs: 'ISSN',
}, },
en: { en: {
...new SCCreativeWorkMeta().fieldTranslations.en, ...new SCCreativeWorkMeta().fieldTranslations.en,
...new SCThingWithCategoriesWithoutReferencesMeta<SCPeriodicalCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.en, SCPeriodicalCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.en,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.en, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.en,
categories: 'format', categories: 'format',
ISSNs: 'ISSN', ISSNs: 'ISSN',
@@ -125,8 +134,10 @@ export class SCPeriodicalMeta extends SCThingMeta implements SCMetaTranslations<
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCCreativeWorkMeta().fieldValueTranslations.de, ...new SCCreativeWorkMeta().fieldValueTranslations.de,
...new SCThingWithCategoriesWithoutReferencesMeta<SCPeriodicalCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.de, SCPeriodicalCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.de, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.de,
type: 'Periodikum', type: 'Periodikum',
categories: { categories: {
@@ -136,8 +147,10 @@ export class SCPeriodicalMeta extends SCThingMeta implements SCMetaTranslations<
}, },
en: { en: {
...new SCCreativeWorkMeta().fieldValueTranslations.en, ...new SCCreativeWorkMeta().fieldValueTranslations.en,
...new SCThingWithCategoriesWithoutReferencesMeta<SCPeriodicalCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.en, SCPeriodicalCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.en,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.en, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.en,
type: 'periodical', type: 'periodical',
categories: { categories: {

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -24,8 +24,7 @@ import {SCRoomWithoutReferences} from './room';
/** /**
* A person without references * A person without references
*/ */
export interface SCPersonWithoutReferences export interface SCPersonWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* Additional first names of the person. * Additional first names of the person.
* *
@@ -45,7 +44,6 @@ export interface SCPersonWithoutReferences
* The private email address of the person. * The private email address of the person.
* *
* @TJS-format email * @TJS-format email
*
* @filterable * @filterable
* @keyword * @keyword
*/ */
@@ -138,8 +136,7 @@ export interface SCPersonWithoutReferences
* @validatable * @validatable
* @indexable * @indexable
*/ */
export interface SCPerson export interface SCPerson extends SCPersonWithoutReferences, SCThing {
extends SCPersonWithoutReferences, SCThing {
/** /**
* Organization the person works for * Organization the person works for
*/ */
@@ -148,9 +145,9 @@ export interface SCPerson
/** /**
* A list of homes of the person * A list of homes of the person
*/ */
homeLocations?: Array<SCBuildingWithoutReferences homeLocations?: Array<
| SCPointOfInterestWithoutReferences SCBuildingWithoutReferences | SCPointOfInterestWithoutReferences | SCRoomWithoutReferences
| SCRoomWithoutReferences>; >;
/** /**
* Type of a person * Type of a person
@@ -166,9 +163,7 @@ export interface SCPerson
/** /**
* Meta information about a person * Meta information about a person
*/ */
export class SCPersonMeta export class SCPersonMeta extends SCThingMeta implements SCMetaTranslations<SCPerson> {
extends SCThingMeta
implements SCMetaTranslations<SCPerson> {
/** /**
* Translations of fields * Translations of fields
*/ */
@@ -219,10 +214,10 @@ export class SCPersonMeta
de: { de: {
...new SCThingMeta().fieldValueTranslations.de, ...new SCThingMeta().fieldValueTranslations.de,
gender: { gender: {
'female': 'weiblich', female: 'weiblich',
'inter': 'divers', inter: 'divers',
'male': 'männlich', male: 'männlich',
'undefined': 'undefiniert', undefined: 'undefiniert',
}, },
type: 'Person', type: 'Person',
}, },
@@ -236,8 +231,4 @@ export class SCPersonMeta
/** /**
* Gender of a person * Gender of a person
*/ */
export type SCPersonGender = export type SCPersonGender = 'male' | 'female' | 'inter' | 'undefined';
'male'
| 'female'
| 'inter'
| 'undefined';

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -28,7 +28,10 @@ import {
* A point of interest without references * A point of interest without references
*/ */
export interface SCPointOfInterestWithoutReferences export interface SCPointOfInterestWithoutReferences
extends SCThingWithCategoriesWithoutReferences<SCPointOfInterestCategories, SCThingWithCategoriesSpecificValues>, extends SCThingWithCategoriesWithoutReferences<
SCPointOfInterestCategories,
SCThingWithCategoriesSpecificValues
>,
SCPlaceWithoutReferences { SCPlaceWithoutReferences {
/** /**
* Translated properties of a point of interest * Translated properties of a point of interest
@@ -48,7 +51,9 @@ export interface SCPointOfInterestWithoutReferences
* @indexable * @indexable
*/ */
export interface SCPointOfInterest export interface SCPointOfInterest
extends SCPointOfInterestWithoutReferences, SCThingInPlace, SCPlace, extends SCPointOfInterestWithoutReferences,
SCThingInPlace,
SCPlace,
SCThingWithCategories<SCPointOfInterestCategories, SCThingWithCategoriesSpecificValues> { SCThingWithCategories<SCPointOfInterestCategories, SCThingWithCategoriesSpecificValues> {
/** /**
* Translated properties of a point of interest * Translated properties of a point of interest
@@ -65,7 +70,7 @@ export interface SCPointOfInterest
* Categories of a point of interest * Categories of a point of interest
*/ */
export type SCPointOfInterestCategories = export type SCPointOfInterestCategories =
'computer' | 'computer'
| 'validator' | 'validator'
| 'card charger' | 'card charger'
| 'printer' | 'printer'
@@ -74,26 +79,26 @@ export type SCPointOfInterestCategories =
/** /**
* Meta information about points of interest * Meta information about points of interest
*/ */
export class SCPointOfInterestMeta export class SCPointOfInterestMeta extends SCThingMeta implements SCMetaTranslations<SCPointOfInterest> {
extends SCThingMeta
implements SCMetaTranslations<SCPointOfInterest> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCPointOfInterestCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.de, SCPointOfInterestCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.de,
...new SCPlaceWithoutReferencesMeta().fieldTranslations.de, ...new SCPlaceWithoutReferencesMeta().fieldTranslations.de,
...new SCThingInPlaceMeta().fieldTranslations ...new SCThingInPlaceMeta().fieldTranslations.de,
.de,
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCPointOfInterestCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.en, SCPointOfInterestCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.en,
...new SCPlaceWithoutReferencesMeta().fieldTranslations.en, ...new SCPlaceWithoutReferencesMeta().fieldTranslations.en,
...new SCThingInPlaceMeta().fieldTranslations ...new SCThingInPlaceMeta().fieldTranslations.en,
.en,
}, },
}; };
@@ -102,8 +107,10 @@ export class SCPointOfInterestMeta
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCPointOfInterestCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.de, SCPointOfInterestCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.de,
...new SCPlaceWithoutReferencesMeta().fieldValueTranslations.de, ...new SCPlaceWithoutReferencesMeta().fieldValueTranslations.de,
categories: { categories: {
'card charger': 'Kartenaufwerter', 'card charger': 'Kartenaufwerter',
@@ -115,8 +122,10 @@ export class SCPointOfInterestMeta
type: 'Sonderziel', type: 'Sonderziel',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCPointOfInterestCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.en, SCPointOfInterestCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.en,
...new SCPlaceWithoutReferencesMeta().fieldValueTranslations.en, ...new SCPlaceWithoutReferencesMeta().fieldValueTranslations.en,
type: SCThingType.PointOfInterest, type: SCThingType.PointOfInterest,
}, },

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2021 StApps * Copyright (C) 2021-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -19,8 +19,7 @@ import {SCThingMeta, SCThingTranslatableProperties, SCThingType} from './abstrac
/** /**
* An publication event without references * An publication event without references
*/ */
export interface SCPublicationEventWithoutReferences export interface SCPublicationEventWithoutReferences extends SCEventWithoutReferences {
extends SCEventWithoutReferences {
/** /**
* All the locations related to the event (e.g. where a creative work was published) * All the locations related to the event (e.g. where a creative work was published)
*/ */
@@ -48,8 +47,7 @@ export interface SCPublicationEventWithoutReferences
* @validatable * @validatable
* @indexable * @indexable
*/ */
export interface SCPublicationEvent export interface SCPublicationEvent extends SCEvent, SCPublicationEventWithoutReferences {
extends SCEvent, SCPublicationEventWithoutReferences {
/** /**
* Translated fields of an publication event * Translated fields of an publication event
*/ */
@@ -64,15 +62,12 @@ export interface SCPublicationEvent
/** /**
* Translatable properties of an publication event * Translatable properties of an publication event
*/ */
export interface SCPublicationEventTranslatableProperties extends SCThingTranslatableProperties { export type SCPublicationEventTranslatableProperties = SCThingTranslatableProperties;
}
/** /**
* Meta information about publication events * Meta information about publication events
*/ */
export class SCPublicationEventMeta export class SCPublicationEventMeta extends SCThingMeta implements SCMetaTranslations<SCPublicationEvent> {
extends SCThingMeta
implements SCMetaTranslations<SCPublicationEvent> {
/** /**
* Translations of fields * Translations of fields
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -35,7 +35,7 @@ import {
* Categories of a room * Categories of a room
*/ */
export type SCRoomCategories = export type SCRoomCategories =
'cafe' | 'cafe'
| 'canteen' | 'canteen'
| 'computer' | 'computer'
| 'education' | 'education'
@@ -53,7 +53,8 @@ export type SCRoomCategories =
* A room without references * A room without references
*/ */
export interface SCRoomWithoutReferences export interface SCRoomWithoutReferences
extends SCPlaceWithoutReferences, SCThingThatAcceptsPaymentsWithoutReferences, extends SCPlaceWithoutReferences,
SCThingThatAcceptsPaymentsWithoutReferences,
SCThingWithCategoriesWithoutReferences<SCRoomCategories, SCRoomSpecificValues> { SCThingWithCategoriesWithoutReferences<SCRoomCategories, SCRoomSpecificValues> {
/** /**
* The name of the floor in which the room is in. * The name of the floor in which the room is in.
@@ -88,7 +89,10 @@ export interface SCRoomWithoutReferences
* @indexable * @indexable
*/ */
export interface SCRoom export interface SCRoom
extends SCRoomWithoutReferences, SCThingInPlace, SCThingThatAcceptsPayments, SCPlace, extends SCRoomWithoutReferences,
SCThingInPlace,
SCThingThatAcceptsPayments,
SCPlace,
SCThingWithCategories<SCRoomCategories, SCRoomSpecificValues> { SCThingWithCategories<SCRoomCategories, SCRoomSpecificValues> {
/** /**
* Translations of specific values of the object * Translations of specific values of the object
@@ -106,8 +110,7 @@ export interface SCRoom
/** /**
* Category specific values of a room * Category specific values of a room
*/ */
export interface SCRoomSpecificValues export interface SCRoomSpecificValues extends SCThingWithCategoriesSpecificValues {
extends SCThingWithCategoriesSpecificValues {
/** /**
* Category specific opening hours of the room * Category specific opening hours of the room
* *
@@ -119,32 +122,26 @@ export interface SCRoomSpecificValues
/** /**
* Meta information about a place * Meta information about a place
*/ */
export class SCRoomMeta export class SCRoomMeta extends SCThingMeta implements SCMetaTranslations<SCRoom> {
extends SCThingMeta
implements SCMetaTranslations<SCRoom> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCPlaceWithoutReferencesMeta().fieldTranslations.de, ...new SCPlaceWithoutReferencesMeta().fieldTranslations.de,
...new SCThingThatAcceptsPaymentsWithoutReferencesMeta() ...new SCThingThatAcceptsPaymentsWithoutReferencesMeta().fieldTranslations.de,
...new SCThingWithCategoriesWithoutReferencesMeta<SCRoomCategories, SCRoomSpecificValues>()
.fieldTranslations.de, .fieldTranslations.de,
...new SCThingWithCategoriesWithoutReferencesMeta<SCRoomCategories, ...new SCThingInPlaceMeta().fieldTranslations.de,
SCRoomSpecificValues>().fieldTranslations.de,
...new SCThingInPlaceMeta().fieldTranslations
.de,
floorName: 'Etagenbezeichnung', floorName: 'Etagenbezeichnung',
inventory: 'Bestand', inventory: 'Bestand',
}, },
en: { en: {
...new SCPlaceWithoutReferencesMeta().fieldTranslations.en, ...new SCPlaceWithoutReferencesMeta().fieldTranslations.en,
...new SCThingThatAcceptsPaymentsWithoutReferencesMeta() ...new SCThingThatAcceptsPaymentsWithoutReferencesMeta().fieldTranslations.en,
...new SCThingWithCategoriesWithoutReferencesMeta<SCRoomCategories, SCRoomSpecificValues>()
.fieldTranslations.en, .fieldTranslations.en,
...new SCThingWithCategoriesWithoutReferencesMeta<SCRoomCategories, ...new SCThingInPlaceMeta().fieldTranslations.en,
SCRoomSpecificValues>().fieldTranslations.en,
...new SCThingInPlaceMeta().fieldTranslations
.en,
floorName: 'floor name', floorName: 'floor name',
inventory: 'inventory', inventory: 'inventory',
}, },
@@ -156,12 +153,10 @@ export class SCRoomMeta
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCPlaceWithoutReferencesMeta().fieldValueTranslations.de, ...new SCPlaceWithoutReferencesMeta().fieldValueTranslations.de,
...new SCThingThatAcceptsPaymentsWithoutReferencesMeta() ...new SCThingThatAcceptsPaymentsWithoutReferencesMeta().fieldValueTranslations.de,
.fieldValueTranslations.de, ...new SCThingWithCategoriesWithoutReferencesMeta<SCRoomCategories, SCRoomSpecificValues>()
...new SCThingWithCategoriesWithoutReferencesMeta<SCRoomCategories,
SCRoomSpecificValues>().fieldValueTranslations.de,
...new SCThingInPlaceMeta()
.fieldValueTranslations.de, .fieldValueTranslations.de,
...new SCThingInPlaceMeta().fieldValueTranslations.de,
categories: { categories: {
'cafe': 'Café', 'cafe': 'Café',
'canteen': 'Kantine', 'canteen': 'Kantine',
@@ -181,12 +176,10 @@ export class SCRoomMeta
}, },
en: { en: {
...new SCPlaceWithoutReferencesMeta().fieldValueTranslations.en, ...new SCPlaceWithoutReferencesMeta().fieldValueTranslations.en,
...new SCThingThatAcceptsPaymentsWithoutReferencesMeta() ...new SCThingThatAcceptsPaymentsWithoutReferencesMeta().fieldValueTranslations.en,
.fieldValueTranslations.en, ...new SCThingWithCategoriesWithoutReferencesMeta<SCRoomCategories, SCRoomSpecificValues>()
...new SCThingWithCategoriesWithoutReferencesMeta<SCRoomCategories,
SCRoomSpecificValues>().fieldValueTranslations.en,
...new SCThingInPlaceMeta()
.fieldValueTranslations.en, .fieldValueTranslations.en,
...new SCThingInPlaceMeta().fieldValueTranslations.en,
type: SCThingType.Room, type: SCThingType.Room,
}, },
}; };

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -23,8 +23,7 @@ import {SCThingMeta, SCThingType} from './abstract/thing';
/** /**
* A semester without references * A semester without references
*/ */
export interface SCSemesterWithoutReferences export interface SCSemesterWithoutReferences extends SCAcademicTermWithoutReferences {
extends SCAcademicTermWithoutReferences {
/** /**
* The short name of the semester, using the given pattern. * The short name of the semester, using the given pattern.
* *
@@ -46,8 +45,7 @@ export interface SCSemesterWithoutReferences
* @validatable * @validatable
* @indexable * @indexable
*/ */
export interface SCSemester export interface SCSemester extends SCSemesterWithoutReferences, SCAcademicTerm {
extends SCSemesterWithoutReferences, SCAcademicTerm {
/** /**
* Type of the semester * Type of the semester
*/ */
@@ -57,9 +55,7 @@ export interface SCSemester
/** /**
* Meta information about a semester * Meta information about a semester
*/ */
export class SCSemesterMeta export class SCSemesterMeta extends SCThingMeta implements SCMetaTranslations<SCSemester> {
extends SCThingMeta
implements SCMetaTranslations<SCSemester> {
/** /**
* Translations of fields * Translations of fields
*/ */
@@ -87,13 +83,11 @@ export class SCSemesterMeta
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCAcademicTermWithoutReferencesMeta() ...new SCAcademicTermWithoutReferencesMeta().fieldValueTranslations.de,
.fieldValueTranslations.de,
type: 'Semester', type: 'Semester',
}, },
en: { en: {
...new SCAcademicTermWithoutReferencesMeta() ...new SCAcademicTermWithoutReferencesMeta().fieldValueTranslations.en,
.fieldValueTranslations.en,
type: SCThingType.Semester, type: SCThingType.Semester,
}, },
}; };

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2021 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -63,11 +63,7 @@ export interface SCSettingWithoutReferences
/** /**
* A list of categories for settings * A list of categories for settings
*/ */
export type SCSettingCategories = export type SCSettingCategories = 'profile' | 'privacy' | 'credentials' | 'others';
'profile'
| 'privacy'
| 'credentials'
| 'others';
/** /**
* The types of input/value a setting object can carry * The types of input/value a setting object can carry
@@ -86,7 +82,8 @@ export enum SCSettingInputType {
* @validatable * @validatable
*/ */
export interface SCSetting export interface SCSetting
extends SCSettingWithoutReferences, SCThing, extends SCSettingWithoutReferences,
SCThing,
SCThingWithCategories<SCSettingCategories, SCThingWithCategoriesSpecificValues> { SCThingWithCategories<SCSettingCategories, SCThingWithCategoriesSpecificValues> {
/** /**
* Translated fields of a setting * Translated fields of a setting
@@ -129,8 +126,10 @@ export class SCSettingMeta extends SCThingMeta implements SCMetaTranslations<SCS
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCSettingCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.de, SCSettingCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.de,
defaultValue: 'Standard Wert', defaultValue: 'Standard Wert',
inputType: 'Eingabetyp', inputType: 'Eingabetyp',
order: 'Position', order: 'Position',
@@ -138,8 +137,10 @@ export class SCSettingMeta extends SCThingMeta implements SCMetaTranslations<SCS
values: 'Werte', values: 'Werte',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCSettingCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldTranslations.en, SCSettingCategories,
SCThingWithCategoriesSpecificValues
>().fieldTranslations.en,
defaultValue: 'default value', defaultValue: 'default value',
inputType: 'input type', inputType: 'input type',
order: 'position', order: 'position',
@@ -153,8 +154,10 @@ export class SCSettingMeta extends SCThingMeta implements SCMetaTranslations<SCS
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCSettingCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.de, SCSettingCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.de,
categories: { categories: {
credentials: 'Anmeldedaten', credentials: 'Anmeldedaten',
others: 'Andere', others: 'Andere',
@@ -163,16 +166,18 @@ export class SCSettingMeta extends SCThingMeta implements SCMetaTranslations<SCS
}, },
inputType: { inputType: {
'multiple choice': 'mehrfach Auswahl', 'multiple choice': 'mehrfach Auswahl',
number: 'Zahl', 'number': 'Zahl',
password: 'Passwort', 'password': 'Passwort',
'single choice': 'einfache Auswahl', 'single choice': 'einfache Auswahl',
text: 'Text', 'text': 'Text',
}, },
type: 'Einstellung', type: 'Einstellung',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<SCSettingCategories, ...new SCThingWithCategoriesWithoutReferencesMeta<
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.en, SCSettingCategories,
SCThingWithCategoriesSpecificValues
>().fieldValueTranslations.en,
type: SCThingType.Setting, type: SCThingType.Setting,
}, },
}; };

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -19,8 +19,7 @@ import {SCThingMeta, SCThingType} from './abstract/thing';
/** /**
* A sport course without references * A sport course without references
*/ */
export interface SCSportCourseWithoutReferences export interface SCSportCourseWithoutReferences extends SCEventWithoutReferences {
extends SCEventWithoutReferences {
/** /**
* Type of a sport course * Type of a sport course
*/ */
@@ -33,8 +32,7 @@ export interface SCSportCourseWithoutReferences
* @validatable * @validatable
* @indexable * @indexable
*/ */
export interface SCSportCourse export interface SCSportCourse extends SCEvent, SCSportCourseWithoutReferences {
extends SCEvent, SCSportCourseWithoutReferences {
/** /**
* Type of a sport course * Type of a sport course
*/ */
@@ -44,9 +42,7 @@ export interface SCSportCourse
/** /**
* Meta information about a sport course * Meta information about a sport course
*/ */
export class SCSportCourseMeta export class SCSportCourseMeta extends SCThingMeta implements SCMetaTranslations<SCSportCourse> {
extends SCThingMeta
implements SCMetaTranslations<SCSportCourse> {
/** /**
* Translations of fields * Translations of fields
*/ */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -29,9 +29,7 @@ import {SCPersonWithoutReferences} from './person';
/** /**
* A study module without references * A study module without references
*/ */
export interface SCStudyModuleWithoutReferences export interface SCStudyModuleWithoutReferences extends SCThingThatCanBeOfferedWithoutReferences {
extends SCThingThatCanBeOfferedWithoutReferences {
/** /**
* ECTS points (European Credit Transfer System) * ECTS points (European Credit Transfer System)
* *
@@ -75,7 +73,8 @@ export interface SCStudyModuleWithoutReferences
* @indexable * @indexable
*/ */
export interface SCStudyModule export interface SCStudyModule
extends SCStudyModuleWithoutReferences, SCThingThatCanBeOffered<SCAcademicPriceGroup> { extends SCStudyModuleWithoutReferences,
SCThingThatCanBeOffered<SCAcademicPriceGroup> {
/** /**
* Academic events that make up a study module * Academic events that make up a study module
*/ */
@@ -113,8 +112,7 @@ export interface SCStudyModule
type: SCThingType.StudyModule; type: SCThingType.StudyModule;
} }
export interface SCStudyModuleTranslatableProperties export interface SCStudyModuleTranslatableProperties extends SCThingThatCanBeOfferedTranslatableProperties {
extends SCThingThatCanBeOfferedTranslatableProperties {
/** /**
* Translations of the majors that this study module is meant for * Translations of the majors that this study module is meant for
* *
@@ -142,17 +140,14 @@ export enum SCStudyModuleNecessity {
/** /**
* Study module meta data * Study module meta data
*/ */
export class SCStudyModuleMeta export class SCStudyModuleMeta extends SCThingMeta implements SCMetaTranslations<SCStudyModule> {
extends SCThingMeta
implements SCMetaTranslations<SCStudyModule> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCThingMeta().fieldTranslations.de, ...new SCThingMeta().fieldTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>() ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.de,
.fieldTranslations.de,
academicEvents: 'Veranstaltungen', academicEvents: 'Veranstaltungen',
ects: 'ECTS-Punkte', ects: 'ECTS-Punkte',
faculty: 'Fachbereich', faculty: 'Fachbereich',
@@ -165,8 +160,7 @@ export class SCStudyModuleMeta
}, },
en: { en: {
...new SCThingMeta().fieldTranslations.en, ...new SCThingMeta().fieldTranslations.en,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>() ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.en,
.fieldTranslations.en,
academicEvents: 'academic events', academicEvents: 'academic events',
ects: 'ECTS points', ects: 'ECTS points',
faculty: 'faculty', faculty: 'faculty',
@@ -185,19 +179,17 @@ export class SCStudyModuleMeta
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCThingMeta().fieldValueTranslations.de, ...new SCThingMeta().fieldValueTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>() ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.de,
.fieldValueTranslations.de,
necessity: { necessity: {
'elective': 'Wahlfach', elective: 'Wahlfach',
'optional': 'optional', optional: 'optional',
'required': 'benötigt', required: 'benötigt',
}, },
type: 'Studiengangmodul', type: 'Studiengangmodul',
}, },
en: { en: {
...new SCThingMeta().fieldValueTranslations.en, ...new SCThingMeta().fieldValueTranslations.en,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>() ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.en,
.fieldValueTranslations.en,
type: SCThingType.StudyModule, type: SCThingType.StudyModule,
}, },
}; };

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -20,8 +20,7 @@ import {SCThingInPlace, SCThingInPlaceMeta} from './abstract/thing-in-place';
/** /**
* A ticket without references * A ticket without references
*/ */
export interface SCTicketWithoutReferences export interface SCTicketWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* Approximate wait time * Approximate wait time
*/ */
@@ -51,8 +50,7 @@ export interface SCTicketWithoutReferences
* @validatable * @validatable
* @indexable * @indexable
*/ */
export interface SCTicket export interface SCTicket extends SCTicketWithoutReferences, SCThingInPlace {
extends SCTicketWithoutReferences, SCThingInPlace {
/** /**
* Type of a ticket * Type of a ticket
*/ */
@@ -62,23 +60,19 @@ export interface SCTicket
/** /**
* Meta information about a ticket * Meta information about a ticket
*/ */
export class SCTicketMeta export class SCTicketMeta extends SCThingMeta implements SCMetaTranslations<SCTicket> {
extends SCThingMeta
implements SCMetaTranslations<SCTicket> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCThingInPlaceMeta().fieldTranslations ...new SCThingInPlaceMeta().fieldTranslations.de,
.de,
approxWaitingTime: 'ungefähre Wartezeit', approxWaitingTime: 'ungefähre Wartezeit',
currentTicketNumber: 'aktuelle Ticketnummer', currentTicketNumber: 'aktuelle Ticketnummer',
serviceType: 'Service Kategorie', serviceType: 'Service Kategorie',
}, },
en: { en: {
...new SCThingInPlaceMeta().fieldTranslations ...new SCThingInPlaceMeta().fieldTranslations.en,
.en,
approxWaitingTime: 'approximate waiting time', approxWaitingTime: 'approximate waiting time',
currentTicketNumber: 'current ticket number', currentTicketNumber: 'current ticket number',
serviceType: 'type of service', serviceType: 'type of service',
@@ -90,13 +84,11 @@ export class SCTicketMeta
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCThingInPlaceMeta() ...new SCThingInPlaceMeta().fieldValueTranslations.de,
.fieldValueTranslations.de,
type: 'Ticket', type: 'Ticket',
}, },
en: { en: {
...new SCThingInPlaceMeta() ...new SCThingInPlaceMeta().fieldValueTranslations.en,
.fieldValueTranslations.en,
type: SCThingType.Ticket, type: SCThingType.Ticket,
}, },
}; };

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -58,7 +58,9 @@ export interface SCToDoWithoutReferences
* @indexable * @indexable
*/ */
export interface SCToDo export interface SCToDo
extends SCToDoWithoutReferences, SCThing, SCThingWithCategories<string, SCThingWithCategoriesSpecificValues> { extends SCToDoWithoutReferences,
SCThing,
SCThingWithCategories<string, SCThingWithCategoriesSpecificValues> {
/** /**
* Translated fields of a thing with categories * Translated fields of a thing with categories
*/ */
@@ -88,15 +90,15 @@ export class SCToDoMeta extends SCThingMeta implements SCMetaTranslations<SCToDo
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<string, ...new SCThingWithCategoriesWithoutReferencesMeta<string, SCThingWithCategoriesSpecificValues>()
SCThingWithCategoriesSpecificValues>().fieldTranslations.de, .fieldTranslations.de,
done: 'Erledigt', done: 'Erledigt',
dueDate: 'Fälligkeitsdatum', dueDate: 'Fälligkeitsdatum',
priority: 'Priorität', priority: 'Priorität',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<string, ...new SCThingWithCategoriesWithoutReferencesMeta<string, SCThingWithCategoriesSpecificValues>()
SCThingWithCategoriesSpecificValues>().fieldTranslations.en, .fieldTranslations.en,
done: 'done', done: 'done',
dueDate: 'due date', dueDate: 'due date',
priority: 'priority', priority: 'priority',
@@ -108,13 +110,13 @@ export class SCToDoMeta extends SCThingMeta implements SCMetaTranslations<SCToDo
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCThingWithCategoriesWithoutReferencesMeta<string, ...new SCThingWithCategoriesWithoutReferencesMeta<string, SCThingWithCategoriesSpecificValues>()
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.de, .fieldValueTranslations.de,
type: 'ToDo', type: 'ToDo',
}, },
en: { en: {
...new SCThingWithCategoriesWithoutReferencesMeta<string, ...new SCThingWithCategoriesWithoutReferencesMeta<string, SCThingWithCategoriesSpecificValues>()
SCThingWithCategoriesSpecificValues>().fieldValueTranslations.en, .fieldValueTranslations.en,
type: SCThingType.ToDo, type: SCThingType.ToDo,
}, },
}; };

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -18,8 +18,7 @@ import {SCThing, SCThingMeta, SCThingType, SCThingWithoutReferences} from './abs
/** /**
* A tour without references * A tour without references
*/ */
export interface SCTourWithoutReferences export interface SCTourWithoutReferences extends SCThingWithoutReferences {
extends SCThingWithoutReferences {
/** /**
* Init script for the tour * Init script for the tour
* *
@@ -46,8 +45,7 @@ export interface SCTourWithoutReferences
* @validatable * @validatable
* @indexable * @indexable
*/ */
export interface SCTour export interface SCTour extends SCTourWithoutReferences, SCThing {
extends SCTourWithoutReferences, SCThing {
/** /**
* Type of a tour * Type of a tour
*/ */
@@ -57,9 +55,7 @@ export interface SCTour
/** /**
* Meta information about a tour * Meta information about a tour
*/ */
export class SCTourMeta export class SCTourMeta extends SCThingMeta implements SCMetaTranslations<SCTour> {
extends SCThingMeta
implements SCMetaTranslations<SCTour> {
/** /**
* Translations of fields * Translations of fields
*/ */
@@ -94,10 +90,7 @@ export class SCTourMeta
/** /**
* A step in a tour * A step in a tour
*/ */
export type SCTourStep = export type SCTourStep = SCTourStepMenu | SCTourStepLocation | SCTourStepTooltip;
SCTourStepMenu
| SCTourStepLocation
| SCTourStepTooltip;
/** /**
* A location of a tour step * A location of a tour step

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -14,9 +14,20 @@
*/ */
import {SCLanguage, SCMetaTranslations, SCTranslations} from '../general/i18n'; import {SCLanguage, SCMetaTranslations, SCTranslations} from '../general/i18n';
import {SCISO8601Duration} from '../general/time'; import {SCISO8601Duration} from '../general/time';
import {SCCreativeWork, SCCreativeWorkMeta, SCCreativeWorkTranslatableProperties, SCCreativeWorkWithoutReferences} from './abstract/creative-work'; import {
SCCreativeWork,
SCCreativeWorkMeta,
SCCreativeWorkTranslatableProperties,
SCCreativeWorkWithoutReferences,
} from './abstract/creative-work';
import {SCThingMeta, SCThingType} from './abstract/thing'; import {SCThingMeta, SCThingType} from './abstract/thing';
import {SCAcademicPriceGroup, SCThingThatCanBeOffered, SCThingThatCanBeOfferedMeta, SCThingThatCanBeOfferedTranslatableProperties, SCThingThatCanBeOfferedWithoutReferences} from './abstract/thing-that-can-be-offered'; import {
SCAcademicPriceGroup,
SCThingThatCanBeOffered,
SCThingThatCanBeOfferedMeta,
SCThingThatCanBeOfferedTranslatableProperties,
SCThingThatCanBeOfferedWithoutReferences,
} from './abstract/thing-that-can-be-offered';
import {SCPersonWithoutReferences} from './person'; import {SCPersonWithoutReferences} from './person';
/** /**
@@ -24,7 +35,7 @@ import {SCPersonWithoutReferences} from './person';
*/ */
export interface SCVideoWithoutReferences export interface SCVideoWithoutReferences
extends SCCreativeWorkWithoutReferences, extends SCCreativeWorkWithoutReferences,
SCThingThatCanBeOfferedWithoutReferences { SCThingThatCanBeOfferedWithoutReferences {
/** /**
* The Duration of the Video * The Duration of the Video
*/ */
@@ -131,8 +142,8 @@ export interface SCVideoTrack {
*/ */
export interface SCVideo export interface SCVideo
extends SCCreativeWork, extends SCCreativeWork,
SCThingThatCanBeOffered<SCAcademicPriceGroup>, SCThingThatCanBeOffered<SCAcademicPriceGroup>,
SCVideoWithoutReferences { SCVideoWithoutReferences {
/** /**
* Persons acting in the Video * Persons acting in the Video
*/ */
@@ -153,24 +164,19 @@ export interface SCVideo
* Translatable properties of a video * Translatable properties of a video
*/ */
export interface SCVideoTranslatableFields export interface SCVideoTranslatableFields
extends SCCreativeWorkTranslatableProperties, extends SCCreativeWorkTranslatableProperties,
SCThingThatCanBeOfferedTranslatableProperties { SCThingThatCanBeOfferedTranslatableProperties {}
}
/** /**
* Meta information about a video * Meta information about a video
*/ */
export class SCVideoMeta export class SCVideoMeta extends SCThingMeta implements SCMetaTranslations<SCVideo> {
extends SCThingMeta
implements SCMetaTranslations<SCVideo> {
/** /**
* Translations of fields * Translations of fields
*/ */
fieldTranslations = { fieldTranslations = {
de: { de: {
...new SCCreativeWorkMeta().fieldTranslations ...new SCCreativeWorkMeta().fieldTranslations.de,
.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.de, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.de,
actors: 'Darsteller', actors: 'Darsteller',
duration: 'Dauer', duration: 'Dauer',
@@ -180,8 +186,7 @@ export class SCVideoMeta
transcript: 'Transkript', transcript: 'Transkript',
}, },
en: { en: {
...new SCCreativeWorkMeta().fieldTranslations ...new SCCreativeWorkMeta().fieldTranslations.en,
.en,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.en, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldTranslations.en,
actors: 'actors', actors: 'actors',
duration: 'duration', duration: 'duration',
@@ -197,17 +202,13 @@ export class SCVideoMeta
*/ */
fieldValueTranslations = { fieldValueTranslations = {
de: { de: {
...new SCCreativeWorkMeta() ...new SCCreativeWorkMeta().fieldValueTranslations.de,
.fieldValueTranslations.de, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.de,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>()
.fieldValueTranslations.de,
type: 'Video', type: 'Video',
}, },
en: { en: {
...new SCCreativeWorkMeta() ...new SCCreativeWorkMeta().fieldValueTranslations.en,
.fieldValueTranslations.en, ...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>().fieldValueTranslations.en,
...new SCThingThatCanBeOfferedMeta<SCAcademicPriceGroup>()
.fieldValueTranslations.en,
type: SCThingType.Video, type: SCThingType.Video,
}, },
}; };
@@ -217,7 +218,7 @@ export class SCVideoMeta
* Video Encoding Formats * Video Encoding Formats
*/ */
export type SCVideoMimeType = export type SCVideoMimeType =
'video/mp4' | 'video/mp4'
| 'video/ogg' | 'video/ogg'
| 'video/webm' | 'video/webm'
| 'application/vnd.apple.mpegurl' | 'application/vnd.apple.mpegurl'
@@ -226,9 +227,4 @@ export type SCVideoMimeType =
/** /**
* Video Track Types * Video Track Types
*/ */
export type SCVideoTrackTypes = export type SCVideoTrackTypes = 'closed captions' | 'chapters' | 'description' | 'metadata' | 'subtitles';
'closed captions'
| 'chapters'
| 'description'
| 'metadata'
| 'subtitles';

View File

@@ -1,5 +1,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* /*
* Copyright (C) 2019 StApps * Copyright (C) 2019-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free * under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3. * Software Foundation, version 3.
@@ -20,14 +21,13 @@ import {isThing} from './guards';
import {SCClasses} from './meta'; import {SCClasses} from './meta';
import {SCThing, SCThingType} from './things/abstract/thing'; import {SCThing, SCThingType} from './things/abstract/thing';
// tslint:disable:no-any // eslint disable @typescript-eslint/no-explicit-any
const standardCacheSize = 200; const standardCacheSize = 200;
/** /**
* SCThingTranslator class * SCThingTranslator class
*/ */
export class SCThingTranslator { export class SCThingTranslator {
/** /**
* Getter for language property * Getter for language property
*/ */
@@ -92,15 +92,14 @@ export class SCThingTranslator {
* @param data The intermediate object / primitive returned by the Proxys get() method * @param data The intermediate object / primitive returned by the Proxys get() method
* @returns an TSOCType<T> object allowing for access to translations or a translated value(s) * @returns an TSOCType<T> object allowing for access to translations or a translated value(s)
*/ */
// tslint:disable-next-line:prefer-function-over-method
private deeptranslate<T>(data?: T): TSOCType<T> { private deeptranslate<T>(data?: T): TSOCType<T> {
const proxy = new Proxy( const proxy = new Proxy(
((defaultValue?: Defined<T>) => (data == null ? defaultValue : data)) as TSOCType<T>, ((defaultValue?: Defined<T>) => (data == undefined ? defaultValue : data)) as TSOCType<T>,
{ {
get: (target, key) => { get: (target, key) => {
const obj: any = target(); const object: any = target();
return this.deeptranslate(obj[key]); return this.deeptranslate(object[key]);
}, },
}, },
); );
@@ -115,8 +114,7 @@ export class SCThingTranslator {
* @param language The language the thing property values are translated to * @param language The language the thing property values are translated to
* @returns The thing with all known meta values translated * @returns The thing with all known meta values translated
*/ */
private getAllMetaFieldTranslations(thingType: SCThingType, private getAllMetaFieldTranslations(thingType: SCThingType, language: SCLanguageCode): object | undefined {
language: SCLanguageCode): object | undefined {
const fieldTranslations = {}; const fieldTranslations = {};
const metaClass = this.getMetaClassInstance(thingType); const metaClass = this.getMetaClassInstance(thingType);
if (typeof metaClass === 'undefined') { if (typeof metaClass === 'undefined') {
@@ -125,18 +123,16 @@ export class SCThingTranslator {
// Assigns every property in fieldTranslations to the known base language translation // Assigns every property in fieldTranslations to the known base language translation
if (typeof metaClass.fieldTranslations.en !== 'undefined') { if (typeof metaClass.fieldTranslations.en !== 'undefined') {
Object.keys(metaClass.fieldTranslations.en) for (const key of Object.keys(metaClass.fieldTranslations.en)) {
.forEach((key) => { (fieldTranslations as any)[key] = metaClass.fieldTranslations.en[key];
(fieldTranslations as any)[key] = metaClass.fieldTranslations.en[key]; }
});
} }
// Assigns every property in fieldTranslations to the known translation in given language // Assigns every property in fieldTranslations to the known translation in given language
if (typeof metaClass.fieldTranslations[language] !== 'undefined') { if (typeof metaClass.fieldTranslations[language] !== 'undefined') {
Object.keys(metaClass.fieldTranslations[language]) for (const key of Object.keys(metaClass.fieldTranslations[language])) {
.forEach((key) => { (fieldTranslations as any)[key] = metaClass.fieldTranslations[language][key];
(fieldTranslations as any)[key] = metaClass.fieldTranslations[language][key]; }
});
} }
return fieldTranslations; return fieldTranslations;
@@ -164,32 +160,33 @@ export class SCThingTranslator {
* @param language The language the thing / object is translated to * @param language The language the thing / object is translated to
* @returns The thing with translated meta field values * @returns The thing with translated meta field values
*/ */
private replaceAvailableMetaFieldValueTranslations(instance: any, private replaceAvailableMetaFieldValueTranslations(instance: any, language: SCLanguageCode): any {
language: SCLanguageCode): any {
const metaClass = this.getMetaClassInstance(instance.type); const metaClass = this.getMetaClassInstance(instance.type);
if (typeof metaClass === 'undefined') { if (typeof metaClass === 'undefined') {
return instance; return instance;
} }
if (typeof metaClass.fieldValueTranslations[language] !== 'undefined') { if (typeof metaClass.fieldValueTranslations[language] !== 'undefined') {
Object.keys(metaClass.fieldValueTranslations[language]) for (const key of Object.keys(metaClass.fieldValueTranslations[language])) {
.forEach((key) => { if (
if (metaClass.fieldValueTranslations[language][key] instanceof Object metaClass.fieldValueTranslations[language][key] instanceof Object &&
&& (instance as any)[key] instanceof Object) { (instance as any)[key] instanceof Object
// Assigns known translations of subproperties to property in given language (e.g. categories) ) {
Object.keys((instance as any)[key]) // Assigns known translations of subproperties to property in given language (e.g. categories)
.forEach((subKey) => { for (const subKey of Object.keys((instance as any)[key])) {
(instance as any)[key][subKey] = (instance as any)[key][subKey] =
metaClass.fieldValueTranslations[language][key][(instance as any)[key][subKey]]; metaClass.fieldValueTranslations[language][key][(instance as any)[key][subKey]];
});
} else if (metaClass.fieldValueTranslations[language][key] instanceof Object
&& typeof (instance as any)[key] === 'string') {
// Assigns known translations of enum to property in given language (e.g. SCSettingInputType)
(instance as any)[key] = metaClass.fieldValueTranslations[language][key][(instance as any)[key]];
} else {
// Assigns property to known translation of fieldValueTranslations in given language
(instance as any)[key] = metaClass.fieldValueTranslations[language][key];
} }
}); } else if (
metaClass.fieldValueTranslations[language][key] instanceof Object &&
typeof (instance as any)[key] === 'string'
) {
// Assigns known translations of enum to property in given language (e.g. SCSettingInputType)
(instance as any)[key] = metaClass.fieldValueTranslations[language][key][(instance as any)[key]];
} else {
// Assigns property to known translation of fieldValueTranslations in given language
(instance as any)[key] = metaClass.fieldValueTranslations[language][key];
}
}
} }
return instance; return instance;
@@ -207,15 +204,15 @@ export class SCThingTranslator {
let nextInstance = instance as any; let nextInstance = instance as any;
// Recursively call this function on all nested SCThings, arrays and objects // Recursively call this function on all nested SCThings, arrays and objects
Object.keys(nextInstance) for (const key of Object.keys(nextInstance)) {
.forEach((key) => { if (
if ( isThing(nextInstance[key]) ||
isThing(nextInstance[key]) || Array.isArray(nextInstance[key]) ||
nextInstance[key] instanceof Array || nextInstance[key] instanceof Object
nextInstance[key] instanceof Object) { ) {
nextInstance[key] = this.translateThingInPlaceDestructively(nextInstance[key]); nextInstance[key] = this.translateThingInPlaceDestructively(nextInstance[key]);
} }
}); }
// Spread variable translations given by the connector into thing // Spread variable translations given by the connector into thing
if (typeof nextInstance.translations?.[targetLanguage] !== 'undefined') { if (typeof nextInstance.translations?.[targetLanguage] !== 'undefined') {
@@ -231,7 +228,7 @@ export class SCThingTranslator {
* Recursively translates the given object in-place * Recursively translates the given object in-place
* Translated values overwrite current values (destructive) * Translated values overwrite current values (destructive)
* *
* @param instance The thing / object that will be translated * @param thing The thing / object that will be translated
* @returns The thing translated * @returns The thing translated
*/ */
public translate<T extends SCThing>(thing: T): T { public translate<T extends SCThing>(thing: T): T {
@@ -251,6 +248,7 @@ export class SCThingTranslator {
/** /**
* Get field value translation recursively * Get field value translation recursively
*
* @example * @example
* const dish: SCDish = {...}; * const dish: SCDish = {...};
* translator.translate(dish).offers[0].inPlace.categories[1]()); * translator.translate(dish).offers[0].inPlace.categories[1]());
@@ -264,21 +262,21 @@ export class SCThingTranslator {
*/ */
public translatedAccess<T extends SCThing>(thing: T): TSOCType<T> { public translatedAccess<T extends SCThing>(thing: T): TSOCType<T> {
return new Proxy( return new Proxy(
((defaultValue?: Defined<T>) => (thing == null ? defaultValue : thing)) as TSOCType<T>, ((defaultValue?: Defined<T>) => (thing == undefined ? defaultValue : thing)) as TSOCType<T>,
{ {
get: (target, key) => { get: (target, key) => {
const obj: any = target(); const object: any = target();
if (equal(this.sourceCache.get(thing), thing)) { if (equal(this.sourceCache.get(thing), thing)) {
const objTranslatedFromCache = this.cache.get(thing); const objectTranslatedFromCache = this.cache.get(thing);
if (typeof objTranslatedFromCache !== 'undefined') { if (typeof objectTranslatedFromCache !== 'undefined') {
return this.deeptranslate((objTranslatedFromCache as any)[key]); return this.deeptranslate((objectTranslatedFromCache as any)[key]);
} }
} }
const objTranslated = this.translateThingInPlaceDestructively(clone()(obj)); const objectTranslated = this.translateThingInPlaceDestructively(clone()(object));
this.cache.putObject(objTranslated); this.cache.putObject(objectTranslated);
this.sourceCache.putObject(thing); this.sourceCache.putObject(thing);
return this.deeptranslate(objTranslated[key]); return this.deeptranslate(objectTranslated[key]);
}, },
}, },
); );
@@ -287,6 +285,7 @@ export class SCThingTranslator {
/** /**
* Given a SCThingType this function returns an object with the same basic structure as the corresponding SCThing * Given a SCThingType this function returns an object with the same basic structure as the corresponding SCThing
* All the values will be set to the known translations of the property/key name * All the values will be set to the known translations of the property/key name
*
* @example * @example
* const translatedMetaDish = translator.translatedPropertyNames<SCCourseOfStudy>(SCThingType.CourseOfStudy); * const translatedMetaDish = translator.translatedPropertyNames<SCCourseOfStudy>(SCThingType.CourseOfStudy);
* @param type The type whose property names will be translated * @param type The type whose property names will be translated
@@ -299,6 +298,7 @@ export class SCThingTranslator {
/** /**
* Given a SCThingType and a corresponding property name it returns the known property value translation * Given a SCThingType and a corresponding property name it returns the known property value translation
* Access pattern to the meta object containing the translation can be thought of as type.field[key] with key being optional * Access pattern to the meta object containing the translation can be thought of as type.field[key] with key being optional
*
* @example * @example
* const singleValueTranslation = translator.translatedPropertyValue(SCThingType.Dish, 'categories', 'main dish'); * const singleValueTranslation = translator.translatedPropertyValue(SCThingType.Dish, 'categories', 'main dish');
* @param type The type for whose property values a translation is required * @param type The type for whose property values a translation is required
@@ -306,11 +306,10 @@ export class SCThingTranslator {
* @param key If specified tries to access the field with this key * @param key If specified tries to access the field with this key
* @returns Known translation for the property * @returns Known translation for the property
*/ */
public translatedPropertyValue(type: SCThingType, public translatedPropertyValue(type: SCThingType, field: string, key?: string): string | undefined {
field: string, const fieldValueTranslations =
key?: string): string | undefined { this.getMetaClassInstance(type).fieldValueTranslations[this.language] ??
const fieldValueTranslations = this.getMetaClassInstance(type).fieldValueTranslations[this.language] ?? this.getMetaClassInstance(type).fieldValueTranslations.en;
this.getMetaClassInstance(type).fieldValueTranslations.en;
const fieldTranslation = fieldValueTranslations?.[field]; const fieldTranslation = fieldValueTranslations?.[field];
return fieldTranslation?.[key ?? ''] ?? key ?? fieldTranslation; return fieldTranslation?.[key ?? ''] ?? key ?? fieldTranslation;
@@ -393,8 +392,7 @@ class LRUCache<T> {
public put(key: string, content: T) { public put(key: string, content: T) {
if (this.entries.size >= this.maxEntries) { if (this.entries.size >= this.maxEntries) {
// LRU behavior // LRU behavior
const keyToDelete = this.entries.keys() const keyToDelete = this.entries.keys().next().value;
.next().value;
this.entries.delete(keyToDelete); this.entries.delete(keyToDelete);
} }
this.entries.set(key, content); this.entries.set(key, content);
@@ -406,6 +404,6 @@ class LRUCache<T> {
* @param something The object that should be cached under something.uid * @param something The object that should be cached under something.uid
*/ */
public putObject<U extends SCThing>(something: U) { public putObject<U extends SCThing>(something: U) {
this.put(something.uid, (something as any) as T); this.put(something.uid, something as any as T);
} }
} }

View File

@@ -47,7 +47,6 @@ describe('Features', () => {
referenceName: 'SCDiff', referenceName: 'SCDiff',
}); });
// tslint:disable-next-line:no-unused-expression
expect(thingsReflection.type?.specificationTypes?.every(it => typeof it.referenceName !== 'undefined')).to.be.true; expect(thingsReflection.type?.specificationTypes?.every(it => typeof it.referenceName !== 'undefined')).to.be.true;
thingNames = thingsReflection.type?.specificationTypes?.map(type => type.referenceName!) ?? []; thingNames = thingsReflection.type?.specificationTypes?.map(type => type.referenceName!) ?? [];
things = thingNames things = thingNames

View File

@@ -112,7 +112,6 @@ const translatorWithFallback = new SCThingTranslator('tt');
const translatedThingDE = translator.translate(dish); const translatedThingDE = translator.translate(dish);
const translatedThingFallback = translatorWithFallback.translate(dish); const translatedThingFallback = translatorWithFallback.translate(dish);
// tslint:disable:max-line-length member-ordering newline-per-chained-call prefer-function-over-method completed-docs TranslationSpecInplace
@suite(timeout(10000), slow(5000)) @suite(timeout(10000), slow(5000))
export class TranslationSpecInplace { export class TranslationSpecInplace {
@test @test
@@ -244,7 +243,6 @@ export class TranslationSpecInplace {
@test @test
public directStringLiteralTypeUndefined() { public directStringLiteralTypeUndefined() {
// tslint:disable-next-line:no-eval
const undefinedThing = eval('(x) => undefined;'); const undefinedThing = eval('(x) => undefined;');
expect(translator.translatedAccess(undefinedThing())('defaultValue')).to.equal('defaultValue'); expect(translator.translatedAccess(undefinedThing())('defaultValue')).to.equal('defaultValue');
expect(translator.translatedAccess(dish).name('defaultValue')).to.not.equal('defaultValue'); expect(translator.translatedAccess(dish).name('defaultValue')).to.not.equal('defaultValue');
@@ -252,9 +250,7 @@ export class TranslationSpecInplace {
@test @test
public nestedMetaArrayOfStringSubscriptUndefined() { public nestedMetaArrayOfStringSubscriptUndefined() {
// tslint:disable-next-line: no-eval
const workingTranslation = eval('translator.translatedAccess(dish).offers[0].inPlace.categories[1](\'printer\');'); const workingTranslation = eval('translator.translatedAccess(dish).offers[0].inPlace.categories[1](\'printer\');');
// tslint:disable-next-line: no-eval
const defaultValueTranslation = eval('translator.translatedAccess(dish).offers[0].inPlace.categories[1234](\'printer\');'); const defaultValueTranslation = eval('translator.translatedAccess(dish).offers[0].inPlace.categories[1234](\'printer\');');
expect(defaultValueTranslation).to.equal('printer'); expect(defaultValueTranslation).to.equal('printer');
@@ -295,7 +291,6 @@ export class TranslationSpecInplace {
} }
} }
// tslint:disable:member-ordering no-eval no-unused-expression TranslationSpec
@suite(timeout(10000), slow(5000)) @suite(timeout(10000), slow(5000))
export class MetaTranslationSpec { export class MetaTranslationSpec {

View File

@@ -43,9 +43,6 @@ import {SCVideo, SCVideoWithoutReferences} from '../src/things/video';
import {SCPeriodical, SCPeriodicalWithoutReferences} from '../src/things/periodical'; import {SCPeriodical, SCPeriodicalWithoutReferences} from '../src/things/periodical';
import {SCPublicationEvent, SCPublicationEventWithoutReferences} from '../src/things/publication-event'; import {SCPublicationEvent, SCPublicationEventWithoutReferences} from '../src/things/publication-event';
// tslint:disable:no-any
// tslint:disable:completed-docs
/** /**
* Check if E extends T * Check if E extends T
*/ */

View File

@@ -1,7 +0,0 @@
{
"extends": "./node_modules/@openstapps/configuration/tslint.json",
"rules": {
"no-empty-interface": false,
"no-redundant-jsdoc": false
}
}