Skip to content

Commit 08c3a01

Browse files
committed
Merge branch 'main' of https://github.com/hey-api/openapi-ts into feature/angular
2 parents f9dd1cd + 5ea03ed commit 08c3a01

File tree

1,436 files changed

+6584
-444
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,436 files changed

+6584
-444
lines changed

.changeset/brave-cheetahs-train.md

Lines changed: 5 additions & 0 deletions

.changeset/chatty-fishes-appear.md

Lines changed: 5 additions & 0 deletions

.changeset/perfect-berries-beam.md

Lines changed: 5 additions & 0 deletions

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* text=auto eol=lf
2+
*lock.* linguist-generated=true

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@changesets/changelog-github": "0.5.0",
4747
"@changesets/cli": "2.27.8",
4848
"@config/vite-base": "workspace:*",
49+
"@eslint/js": "9.32.0",
4950
"@hey-api/custom-client": "workspace:*",
5051
"@types/node": "22.10.5",
5152
"@typescript-eslint/eslint-plugin": "8.29.1",
@@ -69,5 +70,5 @@
6970
"typescript-eslint": "8.29.1",
7071
"vitest": "3.1.1"
7172
},
72-
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
73+
"packageManager": "pnpm@10.14.0"
7374
}

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 {

0 commit comments

Comments
 (0)