Changelog for the openspp adaptor
@openfn/language-openspp
2.0.5
Patch Changes
- Updated docs for each()
- Updated dependencies
2.0.4
Patch Changes
- Updated dependencies [03a1a74]
2.0.3
Patch Changes
- Fixed security vulnerability in jsonpath-plus [33973a2]
2.0.2
Patch Changes
- Updated dependencies [77a690f]
2.0.1
Patch Changes
- 8146c23: Fix typings in package.json
- Updated dependencies [8146c23]
2.0.0
Major Changes
- Export new common http helpers (http namespace)
1.3.1
Patch Changes
- Updated dependencies [4fe527c]
1.3.0
Minor Changes
- 73433c20: Add
fnIf
operation
Patch Changes
- Updated dependencies [106ecf6d]
1.2.1
Patch Changes
- Security updates (lodash,undici)
- Updated dependencies
1.2.0
Changes
- 05defd2: add new functions, correcting docstring and add more examples
- correcting docstring input parameters type
- changing getServicePoint() from get by name into get by unique id
- add more examples in docstring
- getArea(): get existing area by id
- searchArea(): search existing area by domain
- searchServicePoint(): search existing service point by domain
1.1.1
Patch Changes
- 48b4e97: update
spp date time now string
format
1.1.0
- Create OpenSPP adaptor with these functions:
- getGroup(): get existing group information
- getIndividual(): get existing individual information
- searchGroup(): search existing group by domain
- searchIndividual(): search existing individual by domain
- getGroupMembers(): get members from group
- getServicePoint(): get service points by name
- getPrograms(): get single program
- getPrograms(): get program list
- getEnrolledPrograms(): get list of enrolled program for each beneficiary
- enroll(): enroll beneficiary to a program
- unenroll(): unenroll beneficiary from program
- createIndividual(): create new individual
- updateIndividual(): update existing individual
- createGroup(): create new group
- updateGroup(): update existing group
- addToGroup(): add individual to group with(out) role
- removeFromGroup(): end membership of individual to group