@almaobservatory/model 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/fesm2022/almaobservatory-model.mjs +2128 -0
- package/fesm2022/almaobservatory-model.mjs.map +1 -0
- package/index.d.ts +1777 -0
- package/package.json +26 -0
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# APDM Model
|
|
2
|
+
|
|
3
|
+
The APDM model is representing the class structure detailed on
|
|
4
|
+
|
|
5
|
+
https://www.roe.ac.uk/ukatc/projects/alma/APDM-Cycle10/Indexs/indexLeft.html
|
|
6
|
+
|
|
7
|
+
The interfaces were generated by fetching json from the NGOT backend and using
|
|
8
|
+
|
|
9
|
+
https://github.com/vojtechhabarta/typescript-generator
|