duffelhq / duffel-api-javascript

JavaScript client library for the Duffel API
https://duffel.com/docs
MIT License
36 stars 12 forks source link

Identity types #873

Closed igorp1 closed 10 months ago

igorp1 commented 10 months ago

what

This PR adds the platform identity types -- those relating to user and organisation. We'll rely on them on the dashboards moving forward as we are removing the proxy and case transformation.

Bonus: Last week I noticed the different passenger types were not exported. This makes it harder for consumers to write guards and adult or child specific code paths. Adding the exports on this PR.