Skip to main content

Changelog for the openspp adaptor

@openfn/language-openspp

2.0.11 - 16 April 2025

Patch Changes

2.0.10 - 11 April 2025

Patch Changes

2.0.9 - 14 March 2025

Patch Changes

2.0.8 - 16 January 2025

Patch Changes

  • Updated dependencies [b3d7f59]
  • Updated dependencies [2d709ff]
  • Updated dependencies [41e8cc3]

2.0.7 - 16 January 2025

Patch Changes

2.0.6 - 09 January 2025

Patch Changes

2.0.5 - 28 October 2024

Patch Changes

2.0.4 - 18 October 2024

Patch Changes

2.0.3 - 15 October 2024

Patch Changes

2.0.2 - 24 September 2024

Patch Changes

2.0.1 - 16 August 2024

Patch Changes

2.0.0 - 01 August 2024

Major Changes

  • Export new common http helpers (http namespace)

1.3.1

Patch Changes

1.3.0 - 13 June 2024

Minor Changes

  • 73433c20: Add fnIf operation

Patch Changes

1.2.1 - 08 May 2024

Patch Changes

1.2.0 - 30 November 2023

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 - 17 November 2023

Patch Changes

  • 48b4e97: update spp date time now string format

1.1.0 - 17 November 2023

  • 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