Skip to content

Commit

Permalink
fix: export Security interface from clients
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos committed Dec 18, 2024
1 parent 326109e commit ba56424
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/plenty-houses-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@hey-api/client-axios': patch
'@hey-api/client-fetch': patch
---

fix: export Security interface
1 change: 1 addition & 0 deletions packages/client-axios/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export type {
OptionsLegacyParser,
RequestOptions,
RequestResult,
Security,
} from './types';
export {
createConfig,
Expand Down
1 change: 1 addition & 0 deletions packages/client-fetch/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export type {
OptionsLegacyParser,
RequestOptions,
RequestResult,
Security,
} from './types';
export {
createConfig,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export type {
OptionsLegacyParser,
RequestOptions,
RequestResult,
Security,
} from './types';
export {
createConfig,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export type {
OptionsLegacyParser,
RequestOptions,
RequestResult,
Security,
} from './types';
export {
createConfig,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export type {
OptionsLegacyParser,
RequestOptions,
RequestResult,
Security,
} from './types';
export {
createConfig,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export type {
OptionsLegacyParser,
RequestOptions,
RequestResult,
Security,
} from './types';
export {
createConfig,
Expand Down

0 comments on commit ba56424

Please sign in to comment.