chore: gen-api client

This commit is contained in:
Nicolas Meienberger 2026-02-25 19:14:39 +01:00
parent 716bbadff1
commit bddb18c907
14 changed files with 14 additions and 7 deletions

View file

@ -1,20 +1,15 @@
** **
!turbo.json
!bun.lock !bun.lock
!package.json !package.json
!server.ts
!.gitignore !.gitignore
!**/package.json !**/package.json
!**/bun.lock !**/bun.lock
!**/tsconfig.json !**/tsconfig.json
!**/vite.config.ts !**/vite.config.ts
!**/react-router.config.ts
!**/build.ts
!**/components.json !**/components.json
!src/**
!app/** !app/**
!public/** !public/**

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
import { createSseClient } from "../core/serverSentEvents.gen"; import { createSseClient } from "../core/serverSentEvents.gen";

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
export type { Auth } from "../core/auth.gen"; export type { Auth } from "../core/auth.gen";

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
import type { Auth } from "../core/auth.gen"; import type { Auth } from "../core/auth.gen";
@ -63,7 +64,7 @@ export interface RequestOptions<
}>, }>,
Pick< Pick<
ServerSentEventsOptions<TData>, ServerSentEventsOptions<TData>,
"onSseError" | "onSseEvent" | "sseDefaultRetryDelay" | "sseMaxRetryAttempts" | "sseMaxRetryDelay" "onRequest" | "onSseError" | "onSseEvent" | "sseDefaultRetryDelay" | "sseMaxRetryAttempts" | "sseMaxRetryDelay"
> { > {
/** /**
* Any body that you want to add to your request. * Any body that you want to add to your request.

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
import { getAuthToken } from "../core/auth.gen"; import { getAuthToken } from "../core/auth.gen";

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
export type AuthToken = string | undefined; export type AuthToken = string | undefined;

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
import type { ArrayStyle, ObjectStyle, SerializerOptions } from "./pathSerializer.gen"; import type { ArrayStyle, ObjectStyle, SerializerOptions } from "./pathSerializer.gen";

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
type Slot = "body" | "headers" | "path" | "query"; type Slot = "body" | "headers" | "path" | "query";

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
interface SerializeOptions<T> extends SerializePrimitiveOptions, SerializerOptions<T> {} interface SerializeOptions<T> extends SerializePrimitiveOptions, SerializerOptions<T> {}

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
/** /**

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
import type { Config } from "./types.gen"; import type { Config } from "./types.gen";

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
import type { Auth, AuthToken } from "./auth.gen"; import type { Auth, AuthToken } from "./auth.gen";

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
import type { BodySerializer, QuerySerializer } from "./bodySerializer.gen"; import type { BodySerializer, QuerySerializer } from "./bodySerializer.gen";

View file

@ -1,5 +1,5 @@
{ {
"include": ["**/*", "**/.server/**/*", "**/.client/**/*", ".react-router/types/**/*"], "include": ["**/*"],
"compilerOptions": { "compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"], "lib": ["DOM", "DOM.Iterable", "ES2022"],
"types": ["node", "vite/client", "bun-types"], "types": ["node", "vite/client", "bun-types"],