Skip to content

Commit

Permalink
Merge pull request #1452 from hey-api/fix/client-security-interface
Browse files Browse the repository at this point in the history
fix: export Security interface from clients
  • Loading branch information
mrlubos authored Dec 18, 2024
2 parents 326109e + ba56424 commit 17d144b
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 17d144b

Please sign in to comment.