Closed Tom-Carpendale closed 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:
conditions_of_carriage_url
https://github.com/duffelhq/duffel-api-javascript/blob/fa3b2e49ce5badc559589ce9938bda7de04058a8/src/supportingResources/Airlines/AirlinesTypes.ts#L1-L26
Thank you for reporting! I've created PR to fix it here: https://github.com/duffelhq/duffel-api-javascript/pull/879
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