···11-# @hey-api/client-axios
22-33-## 0.9.1
44-55-### Patch Changes
66-77-- [#2165](https://github.com/hey-api/openapi-ts/pull/2165) [`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(client): do not serialize path param name in url
88-99-## 0.9.0
1010-1111-### Minor Changes
1212-1313-- [#2148](https://github.com/hey-api/openapi-ts/pull/2148) [`10d2e03`](https://github.com/hey-api/openapi-ts/commit/10d2e03b8295e4e887fab8d023aa823699efbae8) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: export `buildClientParams` function
1414-1515-## 0.8.0
1616-1717-### Minor Changes
1818-1919-- [#2094](https://github.com/hey-api/openapi-ts/pull/2094) [`8152aaf`](https://github.com/hey-api/openapi-ts/commit/8152aaf4892c48b79fd3dc486eb3c0ea333dc3e6) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: accept responses/errors map instead of union
2020-2121- **BREAKING**: Update `@hey-api/openapi-ts` to the latest version.
2222-2323-## 0.7.1
2424-2525-### Patch Changes
2626-2727-- [#2039](https://github.com/hey-api/openapi-ts/pull/2039) [`565e0b8`](https://github.com/hey-api/openapi-ts/commit/565e0b89fbab4556ecdc63dfe08250942681140e) Thanks [@Le0Developer](https://github.com/Le0Developer)! - fix(clients): fix query string encoding with empty lists/objects
2828-2929-## 0.7.0
3030-3131-### Minor Changes
3232-3333-- [#1889](https://github.com/hey-api/openapi-ts/pull/1889) [`67c385b`](https://github.com/hey-api/openapi-ts/commit/67c385bf6289a79726b0cdd85fd81ca501cf2248) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add @hey-api/openapi-ts to peer dependencies
3434-3535-## 0.6.3
3636-3737-### Patch Changes
3838-3939-- [#1850](https://github.com/hey-api/openapi-ts/pull/1850) [`fe43b88`](https://github.com/hey-api/openapi-ts/commit/fe43b889c20a2001f56e259f93f64851a1caa1d1) Thanks [@kelnos](https://github.com/kelnos)! - feat: add support for cookies auth
4040-4141-## 0.6.2
4242-4343-### Patch Changes
4444-4545-- [#1774](https://github.com/hey-api/openapi-ts/pull/1774) [`c0b36b9`](https://github.com/hey-api/openapi-ts/commit/c0b36b95645d484034c3af145c5554867568979b) Thanks [@mrlubos](https://github.com/mrlubos)! - docs: announce Hey API platform
4646-4747-## 0.6.1
4848-4949-### Patch Changes
5050-5151-- [#1674](https://github.com/hey-api/openapi-ts/pull/1674) [`7f0f4a7`](https://github.com/hey-api/openapi-ts/commit/7f0f4a76b06c8fafb33581b522faf8efc6fd85ac) Thanks [@ale18V](https://github.com/ale18V)! - Return a string from urlSearchParamsBodySerializer instead of a URLSearchParams object.
5252- This is due to some runtimes not being able to handle the URLSearchParams object as fetch body.
5353-5454-## 0.6.0
5555-5656-### Minor Changes
5757-5858-- [#1661](https://github.com/hey-api/openapi-ts/pull/1661) [`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: make createConfig, CreateClientConfig, and Config accept ClientOptions generic
5959-6060- ### Added `ClientOptions` interface
6161-6262- The `Config` interface now accepts an optional generic extending `ClientOptions` instead of `boolean` type `ThrowOnError`.
6363-6464- ```ts
6565- type Foo = Config<false>; // [!code --]
6666- type Foo = Config<{ throwOnError: false }>; // [!code ++]
6767- ```
6868-6969-## 0.5.3
7070-7171-### Patch Changes
7272-7373-- [#1637](https://github.com/hey-api/openapi-ts/pull/1637) [`2dc380e`](https://github.com/hey-api/openapi-ts/commit/2dc380eabc17c723654beb04ecd7bce6d33d3b49) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: update keywords in package.json
7474-7575-- [#1649](https://github.com/hey-api/openapi-ts/pull/1649) [`603541e`](https://github.com/hey-api/openapi-ts/commit/603541e307dc2953da7dddd300176865629b50bb) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle BigInt in JSON body serializer
7676-7777-- [#1646](https://github.com/hey-api/openapi-ts/pull/1646) [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: remove client from Options interface
7878-7979-- [#1646](https://github.com/hey-api/openapi-ts/pull/1646) [`2cbffeb`](https://github.com/hey-api/openapi-ts/commit/2cbffeb2cdd6c6143cd68cac68369584879dda31) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export TDataShape interface
8080-8181-## 0.5.2
8282-8383-### Patch Changes
8484-8585-- [#1626](https://github.com/hey-api/openapi-ts/pull/1626) [`8eba19d`](https://github.com/hey-api/openapi-ts/commit/8eba19d4092fc0903572ab9fdadf0b4c26928ba2) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export CreateClientConfig type
8686-8787-## 0.5.1
8888-8989-### Patch Changes
9090-9191-- [#1600](https://github.com/hey-api/openapi-ts/pull/1600) [`0432418`](https://github.com/hey-api/openapi-ts/commit/0432418d72c94ef94865f8216ed2f723ad5191f9) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: bundle clients from compiled index file
9292-9393-- [#1596](https://github.com/hey-api/openapi-ts/pull/1596) [`4784727`](https://github.com/hey-api/openapi-ts/commit/47847276e8bc854045044dd414382080270dd779) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add null to valid bodySerializer types
9494-9595-## 0.5.0
9696-9797-### Minor Changes
9898-9999-- [#1568](https://github.com/hey-api/openapi-ts/pull/1568) [`465410c`](https://github.com/hey-api/openapi-ts/commit/465410c201eb19e737e3143ad53a146e95f80107) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: change the default parser
100100-101101-## 0.4.0
102102-103103-### Minor Changes
104104-105105-- **BREAKING**: rename exported Security interface to Auth
106106-107107-- **BREAKING**: remove support for passing auth to Axios instance
108108-109109-- **BREAKING**: please update `@hey-api/openapi-ts` to the latest version
110110-111111- feat: replace accessToken and apiKey functions with auth
112112-113113- ### Added `auth` option
114114-115115- Client package functions `accessToken` and `apiKey` were replaced with a single `auth` function for fetching auth tokens. If your API supports multiple auth mechanisms, you can use the `auth` argument to return the appropriate token.
116116-117117- ```js
118118- import { client } from 'client/sdk.gen';
119119-120120- client.setConfig({
121121- accessToken: () => '<my_token>', // [!code --]
122122- apiKey: () => '<my_token>', // [!code --]
123123- auth: (auth) => '<my_token>', // [!code ++]
124124- });
125125- ```
126126-127127- Due to conflict with the Axios native `auth` option, we removed support for configuring Axios auth. Please let us know if you require this feature added back.
128128-129129-## 0.3.4
130130-131131-### Patch Changes
132132-133133-- [#1468](https://github.com/hey-api/openapi-ts/pull/1468) [`20d7497`](https://github.com/hey-api/openapi-ts/commit/20d7497acb6c046f6a4206c2d8137414e17b2263) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle indexed access checks
134134-135135-- [#1471](https://github.com/hey-api/openapi-ts/pull/1471) [`f86d293`](https://github.com/hey-api/openapi-ts/commit/f86d293f18f133ef6dd2f4864d037611b81edd26) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add links to the experimental parser callouts
136136-137137-- [#1470](https://github.com/hey-api/openapi-ts/pull/1470) [`458ef50`](https://github.com/hey-api/openapi-ts/commit/458ef500a18127a618dd1e14e14e20014027e77d) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle special Axios keywords when merging headers
138138-139139-## 0.3.3
140140-141141-### Patch Changes
142142-143143-- [#1452](https://github.com/hey-api/openapi-ts/pull/1452) [`ba56424`](https://github.com/hey-api/openapi-ts/commit/ba5642486cdd5461c2372c34b63019c02bc6874e) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export Security interface
144144-145145-## 0.3.2
146146-147147-### Patch Changes
148148-149149-- [#1430](https://github.com/hey-api/openapi-ts/pull/1430) [`9cec9e8`](https://github.com/hey-api/openapi-ts/commit/9cec9e8582c12a8c041b922d9587e16f6f19782a) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add responseValidator option
150150-151151-## 0.3.1
152152-153153-### Patch Changes
154154-155155-- [#1424](https://github.com/hey-api/openapi-ts/pull/1424) [`cbf4e84`](https://github.com/hey-api/openapi-ts/commit/cbf4e84db7f3a47f19d8c3eaa87c71b27912c1a2) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: assign axios to variable before sending requests
156156-157157-## 0.3.0
158158-159159-### Minor Changes
160160-161161-- [#1420](https://github.com/hey-api/openapi-ts/pull/1420) [`8010dbb`](https://github.com/hey-api/openapi-ts/commit/8010dbb1ab8b91d1d49d5cf16276183764a63ff3) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: handle parameter styles the same way fetch client does if paramsSerializer is undefined
162162-163163-### Patch Changes
164164-165165-- [#1420](https://github.com/hey-api/openapi-ts/pull/1420) [`8010dbb`](https://github.com/hey-api/openapi-ts/commit/8010dbb1ab8b91d1d49d5cf16276183764a63ff3) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add buildUrl method to Axios client API
166166-167167-- [#1409](https://github.com/hey-api/openapi-ts/pull/1409) [`646064d`](https://github.com/hey-api/openapi-ts/commit/646064d1aecea988d2b4df73bd24b2ee83394ae0) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: support oauth2 and apiKey security schemes
168168-169169-## 0.2.12
170170-171171-### Patch Changes
172172-173173-- [#1394](https://github.com/hey-api/openapi-ts/pull/1394) [`ec48d32`](https://github.com/hey-api/openapi-ts/commit/ec48d323d80de8e6a47ce7ecd732288f0a47e17a) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: disallow additional query parameters in experimental parser output
174174-175175-## 0.2.11
176176-177177-### Patch Changes
178178-179179-- [#1333](https://github.com/hey-api/openapi-ts/pull/1333) [`734a62d`](https://github.com/hey-api/openapi-ts/commit/734a62dd8d594b8266964fe16766a481d37eb7df) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: experimental parser generates url inside data types
180180-181181-## 0.2.10
182182-183183-### Patch Changes
184184-185185-- [#1253](https://github.com/hey-api/openapi-ts/pull/1253) [`01dee3d`](https://github.com/hey-api/openapi-ts/commit/01dee3df879232939e43355231147b3d910fb482) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: update sponsorship links
186186-187187-## 0.2.9
188188-189189-### Patch Changes
190190-191191-- [#1151](https://github.com/hey-api/openapi-ts/pull/1151) [`587791d`](https://github.com/hey-api/openapi-ts/commit/587791dfede0167fbed229281467e4c4875936f5) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: update website domain, add license documentation
192192-193193-## 0.2.8
194194-195195-### Patch Changes
196196-197197-- [#1145](https://github.com/hey-api/openapi-ts/pull/1145) [`a0a5551`](https://github.com/hey-api/openapi-ts/commit/a0a55510d30a1a8dea0ade4908b5b13d51b5f9e6) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: update license field in package.json to match the license, revert client packages license to MIT
198198-199199-## 0.2.7
200200-201201-### Patch Changes
202202-203203-- [#1092](https://github.com/hey-api/openapi-ts/pull/1092) [`7f986c2`](https://github.com/hey-api/openapi-ts/commit/7f986c2c7726ed8fbf16f8b235b7769c7d990502) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export RequestResult type
204204-205205-## 0.2.6
206206-207207-### Patch Changes
208208-209209-- [#1083](https://github.com/hey-api/openapi-ts/pull/1083) [`fe743c2`](https://github.com/hey-api/openapi-ts/commit/fe743c2d41c23bf7e1706bceedd6319299131197) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export client-facing types again
210210-211211-## 0.2.5
212212-213213-### Patch Changes
214214-215215-- [#1075](https://github.com/hey-api/openapi-ts/pull/1075) [`11a276a`](https://github.com/hey-api/openapi-ts/commit/11a276a1e35dde0735363e892d8142016fd87eec) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: properly handle dual publishing and type generation
216216-217217-## 0.2.4
218218-219219-### Patch Changes
220220-221221-- [#1057](https://github.com/hey-api/openapi-ts/pull/1057) [`7ae2b1d`](https://github.com/hey-api/openapi-ts/commit/7ae2b1db047f3b6efe917a8b43ac7c851fb86c8f) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: allow responseTransformer property with body and headers
222222-223223-- [#1064](https://github.com/hey-api/openapi-ts/pull/1064) [`2079c6e`](https://github.com/hey-api/openapi-ts/commit/2079c6e83a6b71e157c8e7ea56260b4e9ff8411d) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: encode path params
224224-225225-## 0.2.3
226226-227227-### Patch Changes
228228-229229-- [#901](https://github.com/hey-api/openapi-ts/pull/901) [`7825a2f`](https://github.com/hey-api/openapi-ts/commit/7825a2fba566a76c63775172ef0569ef375406b6) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export more types to resolve TypeScript errors
230230-231231-## 0.2.2
232232-233233-### Patch Changes
234234-235235-- [#895](https://github.com/hey-api/openapi-ts/pull/895) [`44de8d8`](https://github.com/hey-api/openapi-ts/commit/44de8d89556b3abf48acc4e23c9b9c198059c757) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: define ThrowOnError generic as the last argument
236236-237237-## 0.2.1
238238-239239-### Patch Changes
240240-241241-- [#864](https://github.com/hey-api/openapi-ts/pull/864) [`ec6bfc8`](https://github.com/hey-api/openapi-ts/commit/ec6bfc8292cce7663dfc6e0fcd89b44c56f08bb4) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: infer response shape based on throwOnError option value
242242-243243-- [#873](https://github.com/hey-api/openapi-ts/pull/873) [`a73da1c`](https://github.com/hey-api/openapi-ts/commit/a73da1c854503246b6c58f1abea5dd77727eedca) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export RequestOptionsBase interface
244244-245245-## 0.2.0
246246-247247-### Minor Changes
248248-249249-- [#830](https://github.com/hey-api/openapi-ts/pull/830) [`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: remove default client export (see migration docs)
250250-251251-- [#830](https://github.com/hey-api/openapi-ts/pull/830) [`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: add `setConfig()` method
252252-253253-## 0.1.1
254254-255255-### Patch Changes
256256-257257-- [#811](https://github.com/hey-api/openapi-ts/pull/811) [`f8e0b7b`](https://github.com/hey-api/openapi-ts/commit/f8e0b7b7ab5cbd673ca13a21fd1180194558c7f5) Thanks [@chirino](https://github.com/chirino)! - fix: declare axios body to be unknown so that it can be set to anything
258258-259259-## 0.1.0
260260-261261-### Minor Changes
262262-263263-- [#613](https://github.com/hey-api/openapi-ts/pull/613) [`b3786dc`](https://github.com/hey-api/openapi-ts/commit/b3786dc6749d8d4ae26bb63322e124663f881741) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: initial release
-21
packages/client-axios/LICENSE.md
···11-MIT License
22-33-Copyright (c) Hey API
44-55-Permission is hereby granted, free of charge, to any person obtaining a copy
66-of this software and associated documentation files (the "Software"), to deal
77-in the Software without restriction, including without limitation the rights
88-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99-copies of the Software, and to permit persons to whom the Software is
1010-furnished to do so, subject to the following conditions:
1111-1212-The above copyright notice and this permission notice shall be included in all
1313-copies or substantial portions of the Software.
1414-1515-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121-SOFTWARE.
-101
packages/client-axios/README.md
···11-<div align="center">
22- <img alt="Hey API logo" height="150" src="https://heyapi.dev/images/logo-300w.png" width="150">
33- <h1 align="center"><b>Axios Client</b></h1>
44- <p align="center">🚀 Axios client for `@hey-api/openapi-ts` codegen.</p>
55-</div>
66-77-[Live demo](https://stackblitz.com/edit/hey-api-client-axios-example?file=openapi-ts.config.ts,src%2Fclient%2Fschemas.gen.ts,src%2Fclient%2Fsdk.gen.ts,src%2Fclient%2Ftypes.gen.ts,src%2FApp.tsx)
88-99-## Features
1010-1111-- seamless integration with `@hey-api/openapi-ts` ecosystem
1212-- type-safe response data and errors
1313-- response data validation and transformation
1414-- access to the original request and response
1515-- granular request and response customization options
1616-- minimal learning curve thanks to extending the underlying technology
1717-- support bundling inside the generated output
1818-- [platform](https://heyapi.dev/openapi-ts/integrations) for automating codegen builds
1919-2020-## Dashboard
2121-2222-Hey API is an ecosystem of products helping you build better APIs. Superpower your codegen and APIs with our platform.
2323-2424-[Sign In](https://app.heyapi.dev) to Hey API platform.
2525-2626-## Documentation
2727-2828-Please visit our [website](https://heyapi.dev) for documentation, guides, migrating, and more.
2929-3030-## Sponsors
3131-3232-Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api).
3333-3434-<h3 align="center">Gold</h3>
3535-3636-<table align="center" style="justify-content: center;align-items: center;display: flex;">
3737- <tbody>
3838- <tr>
3939- <td align="center">
4040- <p></p>
4141- <p>
4242- <a href="https://kutt.it/pkEZyc" target="_blank">
4343- <picture height="50px">
4444- <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg">
4545- <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg">
4646- </picture>
4747- </a>
4848- <br/>
4949- Generate best-in-class SDKs.
5050- <br/>
5151- <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank">
5252- stainless.com
5353- </a>
5454- </p>
5555- <p></p>
5656- </td>
5757- </tr>
5858- </tbody>
5959-</table>
6060-6161-<h3 align="center">Silver</h3>
6262-6363-<table align="center" style="justify-content: center;align-items: center;display: flex;">
6464- <tbody>
6565- <tr>
6666- <td align="center">
6767- <a href="https://kutt.it/skQUVd" target="_blank">
6868- <picture height="40px">
6969- <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg">
7070- <img alt="Scalar logo" height="40px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg">
7171- </picture>
7272- </a>
7373- <br/>
7474- <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank">
7575- scalar.com
7676- </a>
7777- </td>
7878- </tr>
7979- </tbody>
8080-</table>
8181-8282-<h3 align="center">Bronze</h3>
8383-8484-<table align="center" style="justify-content: center;align-items: center;display: flex;">
8585- <tbody>
8686- <tr>
8787- <td align="center">
8888- <a href="https://kutt.it/YpaKsX" target="_blank">
8989- <picture height="34px">
9090- <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp">
9191- <img alt="Kinde logo" height="34px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg">
9292- </picture>
9393- </a>
9494- </td>
9595- </tr>
9696- </tbody>
9797-</table>
9898-9999-## Migration Guides
100100-101101-[OpenAPI Typescript Codegen](https://heyapi.dev/openapi-ts/migrating#openapi-typescript-codegen)
···11-import { fileURLToPath } from 'node:url';
22-33-import { createVitestConfig } from '@config/vite-base';
44-55-export default createVitestConfig(
66- fileURLToPath(new URL('./', import.meta.url)),
77- {
88- // Add specific configuration here if needed
99- },
1010-);
-38
packages/client-core/CHANGELOG.md
···11-# @hey-api/client-core
22-33-## 0.2.1
44-55-### Patch Changes
66-77-- [#2165](https://github.com/hey-api/openapi-ts/pull/2165) [`f23f3ae`](https://github.com/hey-api/openapi-ts/commit/f23f3ae874385e758eb8d43bb4e274c9858a4e40) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(client): do not serialize path param name in url
88-99-## 0.2.0
1010-1111-### Minor Changes
1212-1313-- [#2148](https://github.com/hey-api/openapi-ts/pull/2148) [`10d2e03`](https://github.com/hey-api/openapi-ts/commit/10d2e03b8295e4e887fab8d023aa823699efbae8) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: export `buildClientParams` function
1414-1515-## 0.1.4
1616-1717-### Patch Changes
1818-1919-- [#1850](https://github.com/hey-api/openapi-ts/pull/1850) [`fe43b88`](https://github.com/hey-api/openapi-ts/commit/fe43b889c20a2001f56e259f93f64851a1caa1d1) Thanks [@kelnos](https://github.com/kelnos)! - feat: add support for cookies auth
2020-2121-## 0.1.3
2222-2323-### Patch Changes
2424-2525-- [#1674](https://github.com/hey-api/openapi-ts/pull/1674) [`7f0f4a7`](https://github.com/hey-api/openapi-ts/commit/7f0f4a76b06c8fafb33581b522faf8efc6fd85ac) Thanks [@ale18V](https://github.com/ale18V)! - Return a string from urlSearchParamsBodySerializer instead of a URLSearchParams object.
2626- This is due to some runtimes not being able to handle the URLSearchParams object as fetch body.
2727-2828-## 0.1.2
2929-3030-### Patch Changes
3131-3232-- [#1151](https://github.com/hey-api/openapi-ts/pull/1151) [`587791d`](https://github.com/hey-api/openapi-ts/commit/587791dfede0167fbed229281467e4c4875936f5) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: update website domain, add license documentation
3333-3434-## 0.1.1
3535-3636-### Patch Changes
3737-3838-- [#823](https://github.com/hey-api/openapi-ts/pull/823) [`23c9dcd`](https://github.com/hey-api/openapi-ts/commit/23c9dcd5de19de62d745cc539674c815b2588cd2) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: correctly process body parameter for OpenAPI 2.0 specs
-21
packages/client-core/LICENSE.md
···11-MIT License
22-33-Copyright (c) Hey API
44-55-Permission is hereby granted, free of charge, to any person obtaining a copy
66-of this software and associated documentation files (the "Software"), to deal
77-in the Software without restriction, including without limitation the rights
88-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99-copies of the Software, and to permit persons to whom the Software is
1010-furnished to do so, subject to the following conditions:
1111-1212-The above copyright notice and this permission notice shall be included in all
1313-copies or substantial portions of the Software.
1414-1515-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121-SOFTWARE.