Skip to content

Commit 5ea03ed

Browse files
authored
Merge pull request #2418 from hey-api/fix/client-gen-js
fix(client): correctly rename client files with nodenext bundler
2 parents 39fd3dd + 340a6cd commit 5ea03ed

File tree

1,429 files changed

+6484
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,429 files changed

+6484
-149
lines changed

.changeset/brave-cheetahs-train.md

Lines changed: 5 additions & 0 deletions

.changeset/chatty-fishes-appear.md

Lines changed: 5 additions & 0 deletions

packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/client/client.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is auto-generated by @hey-api/openapi-ts
2+
13
import type { Client, Config, ResolvedRequestOptions } from './types.gen';
24
import {
35
buildUrl,

packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/client/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is auto-generated by @hey-api/openapi-ts
2+
13
export type { Auth } from '../core/auth.gen';
24
export type { QuerySerializerOptions } from '../core/bodySerializer.gen';
35
export {

packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/client/types.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is auto-generated by @hey-api/openapi-ts
2+
13
import type { Auth } from '../core/auth.gen';
24
import type {
35
Client as CoreClient,

packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/client/utils.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is auto-generated by @hey-api/openapi-ts
2+
13
import { getAuthToken } from '../core/auth.gen';
24
import type {
35
QuerySerializer,

packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/core/auth.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is auto-generated by @hey-api/openapi-ts
2+
13
export type AuthToken = string | undefined;
24

35
export interface Auth {

packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/core/bodySerializer.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is auto-generated by @hey-api/openapi-ts
2+
13
import type {
24
ArrayStyle,
35
ObjectStyle,

packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/core/params.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is auto-generated by @hey-api/openapi-ts
2+
13
type Slot = 'body' | 'headers' | 'path' | 'query';
24

35
export type Field =

packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/core/pathSerializer.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is auto-generated by @hey-api/openapi-ts
2+
13
interface SerializeOptions<T>
24
extends SerializePrimitiveOptions,
35
SerializerOptions<T> {}

0 commit comments

Comments
 (0)