duffelhq / duffel-api-javascript

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

Missing `passenger_ids` in `OrderDocument` #931

Open BakerSmithA opened 2 months ago

BakerSmithA commented 2 months ago

The Typescript OrderDocument type:

https://github.com/duffelhq/duffel-api-javascript/blob/920405a2a6385cb0355b3677814e74130c3ccaf7/src/booking/Orders/OrdersTypes.ts#L368

is missing passenger_ids as described in your API docs:

https://duffel.com/docs/api/v1/orders/schema#orders-schema-documents

Thanks!