Skip to content

Commit 2dce864

Browse files
committed
test: regenerate generated/v3_no_index/client
1 parent 02e2a9e commit 2dce864

File tree

1 file changed

+7
-7
lines changed
  • packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/client

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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';
33
export {
44
formDataBodySerializer,
55
jsonBodySerializer,
66
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';
1010
export type {
1111
Client,
1212
ClientOptions,
@@ -19,5 +19,5 @@ export type {
1919
ResolvedRequestOptions,
2020
ResponseStyle,
2121
TDataShape,
22-
} from './types';
23-
export { createConfig, mergeHeaders } from './utils';
22+
} from './types.gen';
23+
export { createConfig, mergeHeaders } from './utils.gen';

0 commit comments

Comments
 (0)