···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { type ClientOptions, type Config, createClient, createConfig } from './client/index.js';
44-import type { ClientOptions as ClientOptions2 } from './types.gen.js';
33+import { type ClientOptions, type Config, createClient, createConfig } from './client';
44+import type { ClientOptions as ClientOptions2 } from './types.gen';
5566/**
77 * The `createClientConfig()` function will be called on client initialization
···11// This file is auto-generated by @hey-api/openapi-ts
2233-export type { Auth } from '../core/auth.gen.js';
44-export type { QuerySerializerOptions } from '../core/bodySerializer.gen.js';
33+export type { Auth } from '../core/auth.gen';
44+export type { QuerySerializerOptions } from '../core/bodySerializer.gen';
55export {
66 formDataBodySerializer,
77 jsonBodySerializer,
88 urlSearchParamsBodySerializer,
99-} from '../core/bodySerializer.gen.js';
1010-export { buildClientParams } from '../core/params.gen.js';
1111-export { createClient } from './client.gen.js';
99+} from '../core/bodySerializer.gen';
1010+export { buildClientParams } from '../core/params.gen';
1111+export { createClient } from './client.gen';
1212export type {
1313 Client,
1414 ClientOptions,
···2121 ResolvedRequestOptions,
2222 ResponseStyle,
2323 TDataShape,
2424-} from './types.gen.js';
2525-export { createConfig, mergeHeaders } from './utils.gen.js';
2424+} from './types.gen';
2525+export { createConfig, mergeHeaders } from './utils.gen';
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import type { Auth } from '../core/auth.gen.js';
33+import type { Auth } from '../core/auth.gen';
44import type {
55 ServerSentEventsOptions,
66 ServerSentEventsResult,
77-} from '../core/serverSentEvents.gen.js';
77+} from '../core/serverSentEvents.gen';
88import type {
99 Client as CoreClient,
1010 Config as CoreConfig,
1111-} from '../core/types.gen.js';
1212-import type { Middleware } from './utils.gen.js';
1111+} from '../core/types.gen';
1212+import type { Middleware } from './utils.gen';
13131414export type ResponseStyle = 'data' | 'fields';
1515
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import type { Config } from './types.gen.js';
33+import type { Config } from './types.gen';
4455export type ServerSentEventsOptions<TData = unknown> = Omit<
66 RequestInit,
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import type { Auth, AuthToken } from './auth.gen.js';
33+import type { Auth, AuthToken } from './auth.gen';
44import type {
55 BodySerializer,
66 QuerySerializer,
77 QuerySerializerOptions,
88-} from './bodySerializer.gen.js';
88+} from './bodySerializer.gen';
991010export type HttpMethod =
1111 | 'connect'
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import type { BodySerializer, QuerySerializer } from './bodySerializer.gen.js';
33+import type { BodySerializer, QuerySerializer } from './bodySerializer.gen';
44import {
55 type ArraySeparatorStyle,
66 serializeArrayParam,
77 serializeObjectParam,
88 serializePrimitiveParam,
99-} from './pathSerializer.gen.js';
99+} from './pathSerializer.gen';
10101111export interface PathSerializer {
1212 path: Record<string, unknown>;