duffel-api-javascript
duffel-api-javascript copied to clipboard
JavaScript client library for the Duffel API
Bumps [next](https://github.com/vercel/next.js) from 14.1.1 to 14.2.10. Release notes Sourced from next's releases. v14.2.10 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...
When creating an order, you can supply Services, such as baggage or seats. The order will then contain a services field, which is an array of `OrderService`s. These have a...
The [Duffel docs](https://duffel.com/docs/guides/adding-seats#:~:text=If%20you%20delve%20into%20the%20passengers%20inside%20the%20segments%20inside%20the%20slices%2C%20you%27ll%20also%20see%20a%20seat%20attribute%20with%20the%20designator%20(e.g.%201D)%20of%20the%20passenger%27s%20seat) describe how you can access a passengers seat designator from the `passengers` on the `segments`, however I am finding that even when the service is present in...
Version bump in package.json and package-lock.json for release [4.9.0](https://github.com/duffelhq/duffel-api-javascript/releases/tag/v4.9.0)
The `ComponentClientKeys.ts` file is not being exported in `src/booking/index.ts`, which prevents accessing `duffel.componentClientKeys.create()`. This is causing issues when trying to use the functionality provided by `ComponentClientKeys`. Currently, the `src/booking/index.ts` file...
The return type of a get on `duffel.orderChanges.get(...)` is incorrect at `src/booking/OrderChanges/OrderChanges.ts`. It's set to `OrderChangeOfferSlice` when the response should be `OrderChangeOffer` Current code: ``` typescript /** * Retrieves an...