It was reported that the Typescript definitions for lowestRate are still static when in reality they are the only functions that are no longer static. This PR fixes the definitions and adds the missing ones for Orders/Pickups.
Closes #395
Testing
Pull Request Type
Please select the option(s) that are relevant to this PR.
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Improvement (fixing a typo, updating readme, renaming a variable name, etc)
Description
It was reported that the Typescript definitions for
lowestRate
are still static when in reality they are the only functions that are no longer static. This PR fixes the definitions and adds the missing ones for Orders/Pickups.Closes #395
Testing
Pull Request Type
Please select the option(s) that are relevant to this PR.