File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/client Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- export type { Auth } from ' ../core/auth' ;
2
- export type { QuerySerializerOptions } from ' ../core/bodySerializer' ;
1
+ export type { Auth } from ' ../core/auth.gen ' ;
2
+ export type { QuerySerializerOptions } from ' ../core/bodySerializer.gen ' ;
3
3
export {
4
4
formDataBodySerializer ,
5
5
jsonBodySerializer ,
6
6
urlSearchParamsBodySerializer ,
7
- } from ' ../core/bodySerializer' ;
8
- export { buildClientParams } from ' ../core/params' ;
9
- export { createClient } from ' ./client' ;
7
+ } from ' ../core/bodySerializer.gen ' ;
8
+ export { buildClientParams } from ' ../core/params.gen ' ;
9
+ export { createClient } from ' ./client.gen ' ;
10
10
export type {
11
11
Client ,
12
12
ClientOptions ,
@@ -19,5 +19,5 @@ export type {
19
19
ResolvedRequestOptions ,
20
20
ResponseStyle ,
21
21
TDataShape ,
22
- } from ' ./types' ;
23
- export { createConfig , mergeHeaders } from ' ./utils' ;
22
+ } from ' ./types.gen ' ;
23
+ export { createConfig , mergeHeaders } from ' ./utils.gen ' ;
You can’t perform that action at this time.
0 commit comments