Releases: UN-OCHA/hpc-api-core
Releases · UN-OCHA/hpc-api-core
Define highWater model
Define highWater
model (#116)
Upgrade to Typescript 5
Update to Typescript 4.9
Add 'organizationLevel' category group
Allow project owner and plan leads to delete projects
- Exit shortly if permission condition is
'noone'
(#103) - Expand project deletion permissions and grants. In order to allow project owners and plan leads to delete their projects (or projects under their plan), make the following changes: (#104)
- Grant already existing
DELETE
permission (underproject
scope) to project owners - Introduce new
DELETE_PROJECTS
permission underplan
scope and grant it to plan leads
- Grant already existing
Add skipValidation support to find and update methods
- Add
skipValidation
support tofind
andupdate
methods (#102)
Add type and reportingPeriods fields to planTag model
- Add
type
andreportingPeriods
fields toplanTag
model (#97)
Disable soft deletion for table planYear
Add fileHash and planId to JOB_METADATA_PROJECT_EXCEL
Remove usage of deprecated hidId field
- Remove usage of deprecated column
hidId
ofparticipant
table (#80)