j2inn / haystack-nclient

Project Haystack client network TypeScript library
BSD 3-Clause "New" or "Revised" License
11 stars 4 forks source link

Rework typing for schedule service #30

Closed garethj2 closed 9 months ago

garethj2 commented 9 months ago

I've rework the schedule service. It fixes any typing errors by switching to generics.

Also fixed a failing ApiSubject test because of a minor jest upgrade.