duffelhq / duffel-api-javascript

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

`Airline` interface is missing `conditions_of_carriage_url` field #878

Closed Tom-Carpendale closed 10 months ago

Tom-Carpendale commented 10 months ago

The docs specify a field called conditions_of_carriage_url on the Airline object, but this is not present in the TypeScript types:

https://github.com/duffelhq/duffel-api-javascript/blob/fa3b2e49ce5badc559589ce9938bda7de04058a8/src/supportingResources/Airlines/AirlinesTypes.ts#L1-L26

andrejak commented 10 months ago

Thank you for reporting! I've created PR to fix it here: https://github.com/duffelhq/duffel-api-javascript/pull/879