fork of hey-api/openapi-ts because I need some additional things

Merge branch 'main' of https://github.com/hey-api/openapi-ts into feature/angular

Lubos 08c3a01f f9dd1cd8

+6584 -444
+5
.changeset/brave-cheetahs-train.md
···
··· 1 + --- 2 + '@hey-api/openapi-ts': patch 3 + --- 4 + 5 + fix(client): add auto-generated header to client files
+5
.changeset/chatty-fishes-appear.md
···
··· 1 + --- 2 + '@hey-api/openapi-ts': patch 3 + --- 4 + 5 + fix(client): correctly rename client files with nodenext bundler
+5
.changeset/perfect-berries-beam.md
···
··· 1 + --- 2 + '@hey-api/openapi-ts': patch 3 + --- 4 + 5 + fix(tanstack-query): set correct name for pagination parameters in infinite query options
+1
.gitattributes
··· 1 * text=auto eol=lf
··· 1 * text=auto eol=lf 2 + *lock.* linguist-generated=true
+2 -1
package.json
··· 46 "@changesets/changelog-github": "0.5.0", 47 "@changesets/cli": "2.27.8", 48 "@config/vite-base": "workspace:*", 49 "@hey-api/custom-client": "workspace:*", 50 "@types/node": "22.10.5", 51 "@typescript-eslint/eslint-plugin": "8.29.1", ··· 69 "typescript-eslint": "8.29.1", 70 "vitest": "3.1.1" 71 }, 72 - "packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf" 73 }
··· 46 "@changesets/changelog-github": "0.5.0", 47 "@changesets/cli": "2.27.8", 48 "@config/vite-base": "workspace:*", 49 + "@eslint/js": "9.32.0", 50 "@hey-api/custom-client": "workspace:*", 51 "@types/node": "22.10.5", 52 "@typescript-eslint/eslint-plugin": "8.29.1", ··· 70 "typescript-eslint": "8.29.1", 71 "vitest": "3.1.1" 72 }, 73 + "packageManager": "pnpm@10.14.0" 74 }
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/body-response-text-plain/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/form-data/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/form-data/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/form-data/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/form-data/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/form-data/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/form-data/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/form-data/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/form-data/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/form-data/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/default/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/default/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/default/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/default/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/default/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/default/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/default/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/default/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/default/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/instance/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/instance/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/instance/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/instance/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/instance/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/instance/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/instance/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/instance/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/instance/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/throwOnError/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/throwOnError/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/throwOnError/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/throwOnError/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/throwOnError/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/throwOnError/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/throwOnError/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/throwOnError/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/sdk/throwOnError/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-valibot/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-valibot/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-valibot/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-valibot/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-valibot/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-valibot/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-valibot/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-valibot/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-valibot/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-zod/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-zod/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-zod/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-zod/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-zod/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-zod/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-zod/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-zod/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/transformers/type-format-zod/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/angular-query-experimental/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/react-query/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/solid-query/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/svelte-query/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/plugins/@tanstack/vue-query/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/schema-unknown/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/schema-unknown/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/schema-unknown/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/schema-unknown/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/schema-unknown/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/schema-unknown/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/schema-unknown/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/schema-unknown/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/schema-unknown/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-api-key/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-api-key/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-api-key/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-api-key/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-api-key/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-api-key/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-api-key/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-api-key/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-api-key/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-basic/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-basic/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-basic/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-basic/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-basic/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-basic/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-basic/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-basic/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-basic/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-false/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-false/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-false/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-false/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-false/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-false/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-false/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-false/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-false/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-oauth2/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-oauth2/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-oauth2/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-oauth2/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-oauth2/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-oauth2/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-oauth2/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-oauth2/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/security-oauth2/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-base-path/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-base-path/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-base-path/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-base-path/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-base-path/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-base-path/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-base-path/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-base-path/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-base-path/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-host/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-host/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-host/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-host/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-host/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-host/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-host/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-host/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers-host/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/servers/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/transforms-read-write/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/transforms-read-write/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/transforms-read-write/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/transforms-read-write/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/transforms-read-write/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/transforms-read-write/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/transforms-read-write/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/transforms-read-write/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/transforms-read-write/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/body-response-text-plain/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/body-response-text-plain/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/body-response-text-plain/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/body-response-text-plain/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/body-response-text-plain/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/body-response-text-plain/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/body-response-text-plain/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/body-response-text-plain/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/body-response-text-plain/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/content-types/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/content-types/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/content-types/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/content-types/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/content-types/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/content-types/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/content-types/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/content-types/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/content-types/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/internal-name-conflict/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/internal-name-conflict/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/internal-name-conflict/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/internal-name-conflict/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/internal-name-conflict/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/internal-name-conflict/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/internal-name-conflict/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/internal-name-conflict/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/internal-name-conflict/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false-axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false-axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false-axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false-axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false-axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false-axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false-axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false-axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false-axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/parameter-explode-false/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/default/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/default/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/default/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/default/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/default/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/default/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/default/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/default/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/default/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/instance/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/instance/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/instance/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/instance/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/instance/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/instance/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/instance/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/instance/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/instance/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/throwOnError/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/throwOnError/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/throwOnError/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/throwOnError/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/throwOnError/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/throwOnError/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/throwOnError/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/throwOnError/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/sdk/throwOnError/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-valibot/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-valibot/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-valibot/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-valibot/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-valibot/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-valibot/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-valibot/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-valibot/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-valibot/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-zod/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-zod/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-zod/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-zod/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-zod/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-zod/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-zod/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-zod/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/transformers/type-format-zod/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/angular-query-experimental/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/react-query/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/solid-query/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/svelte-query/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/plugins/@tanstack/vue-query/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-api-key/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-api-key/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-api-key/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-api-key/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-api-key/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-api-key/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-api-key/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-api-key/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-api-key/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-false/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-false/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-false/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-false/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-false/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-false/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-false/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-false/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-false/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-http-bearer/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-http-bearer/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-http-bearer/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-http-bearer/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-http-bearer/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-http-bearer/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-http-bearer/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-http-bearer/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-http-bearer/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-oauth2/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-oauth2/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-oauth2/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-oauth2/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-oauth2/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-oauth2/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-oauth2/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-oauth2/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-oauth2/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-open-id-connect/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-open-id-connect/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-open-id-connect/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-open-id-connect/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-open-id-connect/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-open-id-connect/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-open-id-connect/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-open-id-connect/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/security-open-id-connect/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/servers/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/servers/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/servers/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/servers/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/servers/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/servers/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/servers/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/servers/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/servers/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-all-of/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-all-of/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-all-of/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-all-of/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-all-of/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-all-of/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-all-of/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-all-of/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-all-of/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-any-of-null/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-any-of-null/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-any-of-null/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-any-of-null/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-any-of-null/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-any-of-null/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-any-of-null/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-any-of-null/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-any-of-null/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-array/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-array/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-array/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-array/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-array/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-array/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-array/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-array/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-array/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transforms-read-write/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transforms-read-write/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transforms-read-write/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transforms-read-write/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transforms-read-write/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transforms-read-write/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transforms-read-write/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transforms-read-write/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transforms-read-write/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/body-response-text-plain/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/body-response-text-plain/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/body-response-text-plain/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/body-response-text-plain/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/body-response-text-plain/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/body-response-text-plain/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/body-response-text-plain/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/body-response-text-plain/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/body-response-text-plain/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-false/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-false/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-false/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-false/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-false/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-false/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-false/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-false/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-false/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-number/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-number/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-number/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-number/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-number/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-number/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-number/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-number/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-number/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-strict/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-strict/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-strict/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-strict/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-strict/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-strict/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-strict/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-strict/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-strict/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-string/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-string/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-string/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-string/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-string/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-string/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-string/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-string/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/base-url-string/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/default/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/default/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/default/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/default/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/default/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/default/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/default/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/default/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/default/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-optional/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-optional/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-optional/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-optional/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-optional/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-optional/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-optional/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-optional/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-optional/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-required/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-required/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-required/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-required/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-required/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-required/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-required/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-required/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/sdk-client-required/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+4 -2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/tsconfig-nodenext-sdk/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3 4 - import type { Client, Config } from './types.gen'; 5 import { 6 buildUrl, 7 createConfig, 8 mergeConfigs, 9 mergeHeaders, 10 setAuthParams, 11 - } from './utils.gen'; 12 13 export const createClient = (config: Config = {}): Client => { 14 let _config = mergeConfigs(createConfig(), config);
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5 6 + import type { Client, Config } from './types.gen.js'; 7 import { 8 buildUrl, 9 createConfig, 10 mergeConfigs, 11 mergeHeaders, 12 setAuthParams, 13 + } from './utils.gen.js'; 14 15 export const createClient = (config: Config = {}): Client => { 16 let _config = mergeConfigs(createConfig(), config);
+9 -7
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/tsconfig-nodenext-sdk/client/index.ts
··· 1 - export type { Auth } from '../core/auth.gen'; 2 - export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export { 4 formDataBodySerializer, 5 jsonBodySerializer, 6 urlSearchParamsBodySerializer, 7 - } from '../core/bodySerializer.gen'; 8 - export { buildClientParams } from '../core/params.gen'; 9 - export { createClient } from './client.gen'; 10 export type { 11 Client, 12 ClientOptions, ··· 17 RequestOptions, 18 RequestResult, 19 TDataShape, 20 - } from './types.gen'; 21 - export { createConfig } from './utils.gen';
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + export type { Auth } from '../core/auth.gen.js'; 4 + export type { QuerySerializerOptions } from '../core/bodySerializer.gen.js'; 5 export { 6 formDataBodySerializer, 7 jsonBodySerializer, 8 urlSearchParamsBodySerializer, 9 + } from '../core/bodySerializer.gen.js'; 10 + export { buildClientParams } from '../core/params.gen.js'; 11 + export { createClient } from './client.gen.js'; 12 export type { 13 Client, 14 ClientOptions, ··· 19 RequestOptions, 20 RequestResult, 21 TDataShape, 22 + } from './types.gen.js'; 23 + export { createConfig } from './utils.gen.js';
+4 -2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/tsconfig-nodenext-sdk/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance, ··· 7 CreateAxiosDefaults, 8 } from 'axios'; 9 10 - import type { Auth } from '../core/auth.gen'; 11 import type { 12 Client as CoreClient, 13 Config as CoreConfig, 14 - } from '../core/types.gen'; 15 16 export interface Config<T extends ClientOptions = ClientOptions> 17 extends Omit<CreateAxiosDefaults, 'auth' | 'baseURL' | 'headers' | 'method'>,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance, ··· 9 CreateAxiosDefaults, 10 } from 'axios'; 11 12 + import type { Auth } from '../core/auth.gen.js'; 13 import type { 14 Client as CoreClient, 15 Config as CoreConfig, 16 + } from '../core/types.gen.js'; 17 18 export interface Config<T extends ClientOptions = ClientOptions> 19 extends Omit<CreateAxiosDefaults, 'auth' | 'baseURL' | 'headers' | 'method'>,
+7 -5
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/tsconfig-nodenext-sdk/client/utils.gen.ts
··· 1 - import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer, 4 QuerySerializerOptions, 5 - } from '../core/bodySerializer.gen'; 6 - import type { ArraySeparatorStyle } from '../core/pathSerializer.gen'; 7 import { 8 serializeArrayParam, 9 serializeObjectParam, 10 serializePrimitiveParam, 11 - } from '../core/pathSerializer.gen'; 12 - import type { Client, ClientOptions, Config, RequestOptions } from './types.gen'; 13 14 interface PathSerializer { 15 path: Record<string, unknown>;
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import { getAuthToken } from '../core/auth.gen.js'; 4 import type { 5 QuerySerializer, 6 QuerySerializerOptions, 7 + } from '../core/bodySerializer.gen.js'; 8 + import type { ArraySeparatorStyle } from '../core/pathSerializer.gen.js'; 9 import { 10 serializeArrayParam, 11 serializeObjectParam, 12 serializePrimitiveParam, 13 + } from '../core/pathSerializer.gen.js'; 14 + import type { Client, ClientOptions, Config, RequestOptions } from './types.gen.js'; 15 16 interface PathSerializer { 17 path: Record<string, unknown>;
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/tsconfig-nodenext-sdk/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+3 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/tsconfig-nodenext-sdk/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle, 4 SerializerOptions, 5 - } from './pathSerializer.gen'; 6 7 export type QuerySerializer = (query: Record<string, unknown>) => string; 8
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle, 6 SerializerOptions, 7 + } from './pathSerializer.gen.js'; 8 9 export type QuerySerializer = (query: Record<string, unknown>) => string; 10
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/tsconfig-nodenext-sdk/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/tsconfig-nodenext-sdk/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+4 -2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-axios/tsconfig-nodenext-sdk/core/types.gen.ts
··· 1 - import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer, 4 QuerySerializer, 5 QuerySerializerOptions, 6 - } from './bodySerializer.gen'; 7 8 export interface Client< 9 RequestFn = never,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { Auth, AuthToken } from './auth.gen.js'; 4 import type { 5 BodySerializer, 6 QuerySerializer, 7 QuerySerializerOptions, 8 + } from './bodySerializer.gen.js'; 9 10 export interface Client< 11 RequestFn = never,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-false/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-false/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-false/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-false/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-false/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-false/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-false/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-false/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-false/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-number/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-number/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-number/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-number/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-number/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-number/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-number/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-number/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-number/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-strict/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-strict/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-strict/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-strict/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-strict/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-strict/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-strict/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-strict/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-strict/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-string/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-string/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-string/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-string/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-string/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-string/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-string/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-string/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/base-url-string/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/default/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/default/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/default/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/default/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/default/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/default/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/default/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/default/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/default/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-optional/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-optional/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-optional/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-optional/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-optional/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-optional/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-optional/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-optional/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-optional/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-required/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-required/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-required/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-required/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-required/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-required/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-required/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-required/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/sdk-client-required/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+4 -2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/tsconfig-nodenext-sdk/client/client.gen.ts
··· 1 - import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl, 4 createConfig, ··· 7 mergeConfigs, 8 mergeHeaders, 9 setAuthParams, 10 - } from './utils.gen'; 11 12 type ReqInit = Omit<RequestInit, 'body' | 'headers'> & { 13 body?: any;
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { Client, Config, ResolvedRequestOptions } from './types.gen.js'; 4 import { 5 buildUrl, 6 createConfig, ··· 9 mergeConfigs, 10 mergeHeaders, 11 setAuthParams, 12 + } from './utils.gen.js'; 13 14 type ReqInit = Omit<RequestInit, 'body' | 'headers'> & { 15 body?: any;
+9 -7
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/tsconfig-nodenext-sdk/client/index.ts
··· 1 - export type { Auth } from '../core/auth.gen'; 2 - export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export { 4 formDataBodySerializer, 5 jsonBodySerializer, 6 urlSearchParamsBodySerializer, 7 - } from '../core/bodySerializer.gen'; 8 - export { buildClientParams } from '../core/params.gen'; 9 - export { createClient } from './client.gen'; 10 export type { 11 Client, 12 ClientOptions, ··· 19 ResolvedRequestOptions, 20 ResponseStyle, 21 TDataShape, 22 - } from './types.gen'; 23 - export { createConfig, mergeHeaders } from './utils.gen';
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + export type { Auth } from '../core/auth.gen.js'; 4 + export type { QuerySerializerOptions } from '../core/bodySerializer.gen.js'; 5 export { 6 formDataBodySerializer, 7 jsonBodySerializer, 8 urlSearchParamsBodySerializer, 9 + } from '../core/bodySerializer.gen.js'; 10 + export { buildClientParams } from '../core/params.gen.js'; 11 + export { createClient } from './client.gen.js'; 12 export type { 13 Client, 14 ClientOptions, ··· 21 ResolvedRequestOptions, 22 ResponseStyle, 23 TDataShape, 24 + } from './types.gen.js'; 25 + export { createConfig, mergeHeaders } from './utils.gen.js';
+5 -3
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/tsconfig-nodenext-sdk/client/types.gen.ts
··· 1 - import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient, 4 Config as CoreConfig, 5 - } from '../core/types.gen'; 6 - import type { Middleware } from './utils.gen'; 7 8 export type ResponseStyle = 'data' | 'fields'; 9
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { Auth } from '../core/auth.gen.js'; 4 import type { 5 Client as CoreClient, 6 Config as CoreConfig, 7 + } from '../core/types.gen.js'; 8 + import type { Middleware } from './utils.gen.js'; 9 10 export type ResponseStyle = 'data' | 'fields'; 11
+7 -5
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/tsconfig-nodenext-sdk/client/utils.gen.ts
··· 1 - import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer, 4 QuerySerializerOptions, 5 - } from '../core/bodySerializer.gen'; 6 - import { jsonBodySerializer } from '../core/bodySerializer.gen'; 7 import { 8 serializeArrayParam, 9 serializeObjectParam, 10 serializePrimitiveParam, 11 - } from '../core/pathSerializer.gen'; 12 - import type { Client, ClientOptions, Config, RequestOptions } from './types.gen'; 13 14 interface PathSerializer { 15 path: Record<string, unknown>;
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import { getAuthToken } from '../core/auth.gen.js'; 4 import type { 5 QuerySerializer, 6 QuerySerializerOptions, 7 + } from '../core/bodySerializer.gen.js'; 8 + import { jsonBodySerializer } from '../core/bodySerializer.gen.js'; 9 import { 10 serializeArrayParam, 11 serializeObjectParam, 12 serializePrimitiveParam, 13 + } from '../core/pathSerializer.gen.js'; 14 + import type { Client, ClientOptions, Config, RequestOptions } from './types.gen.js'; 15 16 interface PathSerializer { 17 path: Record<string, unknown>;
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/tsconfig-nodenext-sdk/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+3 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/tsconfig-nodenext-sdk/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle, 4 SerializerOptions, 5 - } from './pathSerializer.gen'; 6 7 export type QuerySerializer = (query: Record<string, unknown>) => string; 8
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle, 6 SerializerOptions, 7 + } from './pathSerializer.gen.js'; 8 9 export type QuerySerializer = (query: Record<string, unknown>) => string; 10
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/tsconfig-nodenext-sdk/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/tsconfig-nodenext-sdk/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+4 -2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-fetch/tsconfig-nodenext-sdk/core/types.gen.ts
··· 1 - import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer, 4 QuerySerializer, 5 QuerySerializerOptions, 6 - } from './bodySerializer.gen'; 7 8 export interface Client< 9 RequestFn = never,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { Auth, AuthToken } from './auth.gen.js'; 4 import type { 5 BodySerializer, 6 QuerySerializer, 7 QuerySerializerOptions, 8 + } from './bodySerializer.gen.js'; 9 10 export interface Client< 11 RequestFn = never,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-false/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-false/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-false/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-false/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-false/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-false/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-false/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-false/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-false/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-number/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-number/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-number/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-number/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-number/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-number/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-number/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-number/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-number/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-strict/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-strict/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-strict/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-strict/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-strict/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-strict/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-strict/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-strict/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-strict/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-string/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-string/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-string/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-string/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-string/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-string/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-string/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-string/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/base-url-string/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/default/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/default/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/default/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/default/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/default/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/default/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/default/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/default/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/default/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-optional/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-optional/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-optional/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-optional/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-optional/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-optional/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-optional/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-optional/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-optional/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-required/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-required/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-required/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-required/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-required/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-required/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-required/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-required/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/sdk-client-required/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+4 -2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/tsconfig-nodenext-sdk/client/client.gen.ts
··· 1 - import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl, 4 createConfig, ··· 7 mergeConfigs, 8 mergeHeaders, 9 setAuthParams, 10 - } from './utils.gen'; 11 12 type ReqInit = Omit<RequestInit, 'body' | 'headers'> & { 13 body?: any;
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { Client, Config, ResolvedRequestOptions } from './types.gen.js'; 4 import { 5 buildUrl, 6 createConfig, ··· 9 mergeConfigs, 10 mergeHeaders, 11 setAuthParams, 12 + } from './utils.gen.js'; 13 14 type ReqInit = Omit<RequestInit, 'body' | 'headers'> & { 15 body?: any;
+9 -7
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/tsconfig-nodenext-sdk/client/index.ts
··· 1 - export type { Auth } from '../core/auth.gen'; 2 - export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export { 4 formDataBodySerializer, 5 jsonBodySerializer, 6 urlSearchParamsBodySerializer, 7 - } from '../core/bodySerializer.gen'; 8 - export { buildClientParams } from '../core/params.gen'; 9 - export { createClient } from './client.gen'; 10 export type { 11 Client, 12 ClientOptions, ··· 17 RequestOptions, 18 RequestResult, 19 TDataShape, 20 - } from './types.gen'; 21 - export { createConfig } from './utils.gen';
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + export type { Auth } from '../core/auth.gen.js'; 4 + export type { QuerySerializerOptions } from '../core/bodySerializer.gen.js'; 5 export { 6 formDataBodySerializer, 7 jsonBodySerializer, 8 urlSearchParamsBodySerializer, 9 + } from '../core/bodySerializer.gen.js'; 10 + export { buildClientParams } from '../core/params.gen.js'; 11 + export { createClient } from './client.gen.js'; 12 export type { 13 Client, 14 ClientOptions, ··· 19 RequestOptions, 20 RequestResult, 21 TDataShape, 22 + } from './types.gen.js'; 23 + export { createConfig } from './utils.gen.js';
+5 -3
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/tsconfig-nodenext-sdk/client/types.gen.ts
··· 1 - import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient, 4 Config as CoreConfig, 5 - } from '../core/types.gen'; 6 - import type { Middleware } from './utils.gen'; 7 8 export interface Config<T extends ClientOptions = ClientOptions> 9 extends Omit<RequestInit, 'body' | 'headers' | 'method'>,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { Auth } from '../core/auth.gen.js'; 4 import type { 5 Client as CoreClient, 6 Config as CoreConfig, 7 + } from '../core/types.gen.js'; 8 + import type { Middleware } from './utils.gen.js'; 9 10 export interface Config<T extends ClientOptions = ClientOptions> 11 extends Omit<RequestInit, 'body' | 'headers' | 'method'>,
+7 -5
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/tsconfig-nodenext-sdk/client/utils.gen.ts
··· 1 - import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer, 4 QuerySerializerOptions, 5 - } from '../core/bodySerializer.gen'; 6 - import { jsonBodySerializer } from '../core/bodySerializer.gen'; 7 import { 8 serializeArrayParam, 9 serializeObjectParam, 10 serializePrimitiveParam, 11 - } from '../core/pathSerializer.gen'; 12 - import type { Client, ClientOptions, Config, RequestOptions } from './types.gen'; 13 14 interface PathSerializer { 15 path: Record<string, unknown>;
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import { getAuthToken } from '../core/auth.gen.js'; 4 import type { 5 QuerySerializer, 6 QuerySerializerOptions, 7 + } from '../core/bodySerializer.gen.js'; 8 + import { jsonBodySerializer } from '../core/bodySerializer.gen.js'; 9 import { 10 serializeArrayParam, 11 serializeObjectParam, 12 serializePrimitiveParam, 13 + } from '../core/pathSerializer.gen.js'; 14 + import type { Client, ClientOptions, Config, RequestOptions } from './types.gen.js'; 15 16 interface PathSerializer { 17 path: Record<string, unknown>;
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/tsconfig-nodenext-sdk/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+3 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/tsconfig-nodenext-sdk/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle, 4 SerializerOptions, 5 - } from './pathSerializer.gen'; 6 7 export type QuerySerializer = (query: Record<string, unknown>) => string; 8
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle, 6 SerializerOptions, 7 + } from './pathSerializer.gen.js'; 8 9 export type QuerySerializer = (query: Record<string, unknown>) => string; 10
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/tsconfig-nodenext-sdk/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/tsconfig-nodenext-sdk/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+4 -2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-next/tsconfig-nodenext-sdk/core/types.gen.ts
··· 1 - import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer, 4 QuerySerializer, 5 QuerySerializerOptions, 6 - } from './bodySerializer.gen'; 7 8 export interface Client< 9 RequestFn = never,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { Auth, AuthToken } from './auth.gen.js'; 4 import type { 5 BodySerializer, 6 QuerySerializer, 7 QuerySerializerOptions, 8 + } from './bodySerializer.gen.js'; 9 10 export interface Client< 11 RequestFn = never,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-false/client/client.gen.ts
··· 1 import { 2 useAsyncData, 3 useFetch,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { 4 useAsyncData, 5 useFetch,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-false/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-false/client/types.gen.ts
··· 1 import type { 2 AsyncDataOptions, 3 useAsyncData,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AsyncDataOptions, 5 useAsyncData,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-false/client/utils.gen.ts
··· 1 import type { ComputedRef, Ref } from 'vue'; 2 import { isRef, toValue, unref } from 'vue'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { ComputedRef, Ref } from 'vue'; 4 import { isRef, toValue, unref } from 'vue'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-false/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-false/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-false/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-false/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-false/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-number/client/client.gen.ts
··· 1 import { 2 useAsyncData, 3 useFetch,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { 4 useAsyncData, 5 useFetch,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-number/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-number/client/types.gen.ts
··· 1 import type { 2 AsyncDataOptions, 3 useAsyncData,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AsyncDataOptions, 5 useAsyncData,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-number/client/utils.gen.ts
··· 1 import type { ComputedRef, Ref } from 'vue'; 2 import { isRef, toValue, unref } from 'vue'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { ComputedRef, Ref } from 'vue'; 4 import { isRef, toValue, unref } from 'vue'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-number/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-number/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-number/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-number/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-number/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-strict/client/client.gen.ts
··· 1 import { 2 useAsyncData, 3 useFetch,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { 4 useAsyncData, 5 useFetch,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-strict/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-strict/client/types.gen.ts
··· 1 import type { 2 AsyncDataOptions, 3 useAsyncData,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AsyncDataOptions, 5 useAsyncData,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-strict/client/utils.gen.ts
··· 1 import type { ComputedRef, Ref } from 'vue'; 2 import { isRef, toValue, unref } from 'vue'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { ComputedRef, Ref } from 'vue'; 4 import { isRef, toValue, unref } from 'vue'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-strict/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-strict/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-strict/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-strict/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-strict/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-string/client/client.gen.ts
··· 1 import { 2 useAsyncData, 3 useFetch,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { 4 useAsyncData, 5 useFetch,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-string/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-string/client/types.gen.ts
··· 1 import type { 2 AsyncDataOptions, 3 useAsyncData,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AsyncDataOptions, 5 useAsyncData,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-string/client/utils.gen.ts
··· 1 import type { ComputedRef, Ref } from 'vue'; 2 import { isRef, toValue, unref } from 'vue'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { ComputedRef, Ref } from 'vue'; 4 import { isRef, toValue, unref } from 'vue'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-string/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-string/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-string/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-string/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/base-url-string/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/default/client/client.gen.ts
··· 1 import { 2 useAsyncData, 3 useFetch,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { 4 useAsyncData, 5 useFetch,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/default/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/default/client/types.gen.ts
··· 1 import type { 2 AsyncDataOptions, 3 useAsyncData,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AsyncDataOptions, 5 useAsyncData,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/default/client/utils.gen.ts
··· 1 import type { ComputedRef, Ref } from 'vue'; 2 import { isRef, toValue, unref } from 'vue'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { ComputedRef, Ref } from 'vue'; 4 import { isRef, toValue, unref } from 'vue'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/default/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/default/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/default/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/default/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/default/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-optional/client/client.gen.ts
··· 1 import { 2 useAsyncData, 3 useFetch,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { 4 useAsyncData, 5 useFetch,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-optional/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-optional/client/types.gen.ts
··· 1 import type { 2 AsyncDataOptions, 3 useAsyncData,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AsyncDataOptions, 5 useAsyncData,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-optional/client/utils.gen.ts
··· 1 import type { ComputedRef, Ref } from 'vue'; 2 import { isRef, toValue, unref } from 'vue'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { ComputedRef, Ref } from 'vue'; 4 import { isRef, toValue, unref } from 'vue'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-optional/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-optional/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-optional/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-optional/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-optional/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-required/client/client.gen.ts
··· 1 import { 2 useAsyncData, 3 useFetch,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { 4 useAsyncData, 5 useFetch,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-required/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-required/client/types.gen.ts
··· 1 import type { 2 AsyncDataOptions, 3 useAsyncData,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AsyncDataOptions, 5 useAsyncData,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-required/client/utils.gen.ts
··· 1 import type { ComputedRef, Ref } from 'vue'; 2 import { isRef, toValue, unref } from 'vue'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { ComputedRef, Ref } from 'vue'; 4 import { isRef, toValue, unref } from 'vue'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-required/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-required/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-required/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-required/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/sdk-client-required/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+4 -2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/tsconfig-nodenext-sdk/client/client.gen.ts
··· 1 import { 2 useAsyncData, 3 useFetch, ··· 6 } from 'nuxt/app'; 7 import { reactive, ref, watch } from 'vue'; 8 9 - import type { Client, Config } from './types.gen'; 10 import { 11 buildUrl, 12 createConfig, ··· 16 mergeInterceptors, 17 serializeBody, 18 setAuthParams, 19 - } from './utils.gen'; 20 21 export const createClient = (config: Config = {}): Client => { 22 let _config = mergeConfigs(createConfig(), config);
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { 4 useAsyncData, 5 useFetch, ··· 8 } from 'nuxt/app'; 9 import { reactive, ref, watch } from 'vue'; 10 11 + import type { Client, Config } from './types.gen.js'; 12 import { 13 buildUrl, 14 createConfig, ··· 18 mergeInterceptors, 19 serializeBody, 20 setAuthParams, 21 + } from './utils.gen.js'; 22 23 export const createClient = (config: Config = {}): Client => { 24 let _config = mergeConfigs(createConfig(), config);
+9 -7
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/tsconfig-nodenext-sdk/client/index.ts
··· 1 - export type { Auth } from '../core/auth.gen'; 2 - export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export { 4 formDataBodySerializer, 5 jsonBodySerializer, 6 urlSearchParamsBodySerializer, 7 - } from '../core/bodySerializer.gen'; 8 - export { buildClientParams } from '../core/params.gen'; 9 - export { createClient } from './client.gen'; 10 export type { 11 Client, 12 ClientOptions, ··· 18 RequestOptions, 19 RequestResult, 20 TDataShape, 21 - } from './types.gen'; 22 - export { createConfig } from './utils.gen';
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + export type { Auth } from '../core/auth.gen.js'; 4 + export type { QuerySerializerOptions } from '../core/bodySerializer.gen.js'; 5 export { 6 formDataBodySerializer, 7 jsonBodySerializer, 8 urlSearchParamsBodySerializer, 9 + } from '../core/bodySerializer.gen.js'; 10 + export { buildClientParams } from '../core/params.gen.js'; 11 + export { createClient } from './client.gen.js'; 12 export type { 13 Client, 14 ClientOptions, ··· 20 RequestOptions, 21 RequestResult, 22 TDataShape, 23 + } from './types.gen.js'; 24 + export { createConfig } from './utils.gen.js';
+5 -3
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/tsconfig-nodenext-sdk/client/types.gen.ts
··· 1 import type { 2 AsyncDataOptions, 3 useAsyncData, ··· 8 } from 'nuxt/app'; 9 import type { Ref } from 'vue'; 10 11 - import type { Auth } from '../core/auth.gen'; 12 - import type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 13 import type { 14 Client as CoreClient, 15 Config as CoreConfig, 16 - } from '../core/types.gen'; 17 18 export type ArraySeparatorStyle = ArrayStyle | MatrixStyle; 19 type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AsyncDataOptions, 5 useAsyncData, ··· 10 } from 'nuxt/app'; 11 import type { Ref } from 'vue'; 12 13 + import type { Auth } from '../core/auth.gen.js'; 14 + import type { QuerySerializerOptions } from '../core/bodySerializer.gen.js'; 15 import type { 16 Client as CoreClient, 17 Config as CoreConfig, 18 + } from '../core/types.gen.js'; 19 20 export type ArraySeparatorStyle = ArrayStyle | MatrixStyle; 21 type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';
+7 -5
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/tsconfig-nodenext-sdk/client/utils.gen.ts
··· 1 import type { ComputedRef, Ref } from 'vue'; 2 import { isRef, toValue, unref } from 'vue'; 3 4 - import { getAuthToken } from '../core/auth.gen'; 5 - import type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 6 - import { jsonBodySerializer } from '../core/bodySerializer.gen'; 7 import { 8 serializeArrayParam, 9 serializeObjectParam, 10 serializePrimitiveParam, 11 - } from '../core/pathSerializer.gen'; 12 import type { 13 ArraySeparatorStyle, 14 BuildUrlOptions, ··· 17 Config, 18 QuerySerializer, 19 RequestOptions, 20 - } from './types.gen'; 21 22 type PathSerializer = Pick<Required<BuildUrlOptions>, 'path' | 'url'>; 23
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { ComputedRef, Ref } from 'vue'; 4 import { isRef, toValue, unref } from 'vue'; 5 6 + import { getAuthToken } from '../core/auth.gen.js'; 7 + import type { QuerySerializerOptions } from '../core/bodySerializer.gen.js'; 8 + import { jsonBodySerializer } from '../core/bodySerializer.gen.js'; 9 import { 10 serializeArrayParam, 11 serializeObjectParam, 12 serializePrimitiveParam, 13 + } from '../core/pathSerializer.gen.js'; 14 import type { 15 ArraySeparatorStyle, 16 BuildUrlOptions, ··· 19 Config, 20 QuerySerializer, 21 RequestOptions, 22 + } from './types.gen.js'; 23 24 type PathSerializer = Pick<Required<BuildUrlOptions>, 'path' | 'url'>; 25
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/tsconfig-nodenext-sdk/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+3 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/tsconfig-nodenext-sdk/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle, 4 SerializerOptions, 5 - } from './pathSerializer.gen'; 6 7 export type QuerySerializer = (query: Record<string, unknown>) => string; 8
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle, 6 SerializerOptions, 7 + } from './pathSerializer.gen.js'; 8 9 export type QuerySerializer = (query: Record<string, unknown>) => string; 10
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/tsconfig-nodenext-sdk/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/tsconfig-nodenext-sdk/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+4 -2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/clients/@hey-api/client-nuxt/tsconfig-nodenext-sdk/core/types.gen.ts
··· 1 - import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer, 4 QuerySerializer, 5 QuerySerializerOptions, 6 - } from './bodySerializer.gen'; 7 8 export interface Client< 9 RequestFn = never,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { Auth, AuthToken } from './auth.gen.js'; 4 import type { 5 BodySerializer, 6 QuerySerializer, 7 QuerySerializerOptions, 8 + } from './bodySerializer.gen.js'; 9 10 export interface Client< 11 RequestFn = never,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/content-types/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/content-types/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/content-types/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/content-types/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/content-types/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/content-types/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/content-types/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/content-types/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/content-types/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/headers/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/headers/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/headers/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/headers/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/headers/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/headers/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/headers/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/headers/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/headers/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/internal-name-conflict/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/internal-name-conflict/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/internal-name-conflict/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/internal-name-conflict/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/internal-name-conflict/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/internal-name-conflict/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/internal-name-conflict/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/internal-name-conflict/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/internal-name-conflict/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/pagination-ref/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/pagination-ref/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/pagination-ref/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/pagination-ref/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/pagination-ref/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/pagination-ref/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/pagination-ref/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/pagination-ref/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/pagination-ref/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false-axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false-axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false-axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false-axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false-axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false-axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false-axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false-axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false-axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/parameter-explode-false/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/default/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/default/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/default/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/default/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/default/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/default/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/default/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/default/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/default/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/instance/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/instance/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/instance/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/instance/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/instance/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/instance/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/instance/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/instance/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/instance/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/throwOnError/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/throwOnError/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/throwOnError/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/throwOnError/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/throwOnError/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/throwOnError/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/throwOnError/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/throwOnError/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/sdk/throwOnError/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-valibot/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-valibot/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-valibot/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-valibot/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-valibot/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-valibot/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-valibot/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-valibot/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-valibot/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-zod/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-zod/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-zod/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-zod/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-zod/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-zod/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-zod/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-zod/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/transformers/type-format-zod/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-custom-name/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-ignore/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-ignore/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-ignore/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-ignore/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@hey-api/typescript/transforms-read-write-ignore/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/angular-query-experimental/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/react-query/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/solid-query/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/svelte-query/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/asClass/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/asClass/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/asClass/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/asClass/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/asClass/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/asClass/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/asClass/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/asClass/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/asClass/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/axios/client/client.gen.ts
··· 1 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 2 import axios from 'axios'; 3
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { AxiosError, AxiosInstance, RawAxiosRequestHeaders } from 'axios'; 4 import axios from 'axios'; 5
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/axios/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/axios/client/types.gen.ts
··· 1 import type { 2 AxiosError, 3 AxiosInstance,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 AxiosError, 5 AxiosInstance,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/axios/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/axios/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/axios/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/axios/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/axios/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/axios/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/fetch/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/fetch/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/fetch/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/fetch/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/fetch/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/fetch/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/fetch/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/fetch/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/fetch/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/name-builder/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/name-builder/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/name-builder/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/name-builder/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/name-builder/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/name-builder/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/name-builder/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/name-builder/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/plugins/@tanstack/vue-query/name-builder/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-api-key/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-api-key/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-api-key/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-api-key/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-api-key/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-api-key/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-api-key/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-api-key/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-api-key/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-false/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-false/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-false/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-false/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-false/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-false/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-false/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-false/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-false/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-http-bearer/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-http-bearer/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-http-bearer/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-http-bearer/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-http-bearer/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-http-bearer/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-http-bearer/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-http-bearer/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-http-bearer/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-oauth2/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-oauth2/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-oauth2/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-oauth2/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-oauth2/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-oauth2/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-oauth2/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-oauth2/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-oauth2/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-open-id-connect/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-open-id-connect/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-open-id-connect/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-open-id-connect/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-open-id-connect/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-open-id-connect/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-open-id-connect/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-open-id-connect/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/security-open-id-connect/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/servers/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/servers/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/servers/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/servers/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/servers/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/servers/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/servers/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/servers/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/servers/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-all-of/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-all-of/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-all-of/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-all-of/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-all-of/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-all-of/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-all-of/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-all-of/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-all-of/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-any-of-null/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-any-of-null/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-any-of-null/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-any-of-null/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-any-of-null/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-any-of-null/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-any-of-null/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-any-of-null/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-any-of-null/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-array/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-array/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-array/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-array/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-array/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-array/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-array/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-array/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-array/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transforms-read-write/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transforms-read-write/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transforms-read-write/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transforms-read-write/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transforms-read-write/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transforms-read-write/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transforms-read-write/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transforms-read-write/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transforms-read-write/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/plugins/@tanstack/meta/client/client.gen.ts
··· 1 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 2 import { 3 buildUrl,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 import { 5 buildUrl,
+2
packages/openapi-ts-tests/main/test/__snapshots__/plugins/@tanstack/meta/client/index.ts
··· 1 export type { Auth } from '../core/auth.gen'; 2 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 3 export {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type { Auth } from '../core/auth.gen'; 4 export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 export {
+2
packages/openapi-ts-tests/main/test/__snapshots__/plugins/@tanstack/meta/client/types.gen.ts
··· 1 import type { Auth } from '../core/auth.gen'; 2 import type { 3 Client as CoreClient,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth } from '../core/auth.gen'; 4 import type { 5 Client as CoreClient,
+2
packages/openapi-ts-tests/main/test/__snapshots__/plugins/@tanstack/meta/client/utils.gen.ts
··· 1 import { getAuthToken } from '../core/auth.gen'; 2 import type { 3 QuerySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import { getAuthToken } from '../core/auth.gen'; 4 import type { 5 QuerySerializer,
+2
packages/openapi-ts-tests/main/test/__snapshots__/plugins/@tanstack/meta/core/auth.gen.ts
··· 1 export type AuthToken = string | undefined; 2 3 export interface Auth {
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 export type AuthToken = string | undefined; 4 5 export interface Auth {
+2
packages/openapi-ts-tests/main/test/__snapshots__/plugins/@tanstack/meta/core/bodySerializer.gen.ts
··· 1 import type { 2 ArrayStyle, 3 ObjectStyle,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { 4 ArrayStyle, 5 ObjectStyle,
+2
packages/openapi-ts-tests/main/test/__snapshots__/plugins/@tanstack/meta/core/params.gen.ts
··· 1 type Slot = 'body' | 'headers' | 'path' | 'query'; 2 3 export type Field =
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 type Slot = 'body' | 'headers' | 'path' | 'query'; 4 5 export type Field =
+2
packages/openapi-ts-tests/main/test/__snapshots__/plugins/@tanstack/meta/core/pathSerializer.gen.ts
··· 1 interface SerializeOptions<T> 2 extends SerializePrimitiveOptions, 3 SerializerOptions<T> {}
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 interface SerializeOptions<T> 4 extends SerializePrimitiveOptions, 5 SerializerOptions<T> {}
+2
packages/openapi-ts-tests/main/test/__snapshots__/plugins/@tanstack/meta/core/types.gen.ts
··· 1 import type { Auth, AuthToken } from './auth.gen'; 2 import type { 3 BodySerializer,
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 import type { Auth, AuthToken } from './auth.gen'; 4 import type { 5 BodySerializer,
+18
packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/client.gen.ts.snap
···
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { ClientOptions } from './types.gen'; 4 + import { type Config, type ClientOptions as DefaultClientOptions, createClient, createConfig } from './client'; 5 + 6 + /** 7 + * The `createClientConfig()` function will be called on client initialization 8 + * and the returned object will become the client's initial configuration. 9 + * 10 + * You may want to initialize your client this way instead of calling 11 + * `setConfig()`. This is useful for example if you're using Next.js 12 + * to ensure your client always has the correct values. 13 + */ 14 + export type CreateClientConfig<T extends DefaultClientOptions = ClientOptions> = (override?: Config<DefaultClientOptions & T>) => Config<Required<DefaultClientOptions> & T>; 15 + 16 + export const client = createClient(createConfig<ClientOptions>({ 17 + baseUrl: 'http://localhost:3000/base' 18 + }));
+199
packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/client/client.gen.ts.snap
···
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { Client, Config, ResolvedRequestOptions } from './types.gen'; 4 + import { 5 + buildUrl, 6 + createConfig, 7 + createInterceptors, 8 + getParseAs, 9 + mergeConfigs, 10 + mergeHeaders, 11 + setAuthParams, 12 + } from './utils.gen'; 13 + 14 + type ReqInit = Omit<RequestInit, 'body' | 'headers'> & { 15 + body?: any; 16 + headers: ReturnType<typeof mergeHeaders>; 17 + }; 18 + 19 + export const createClient = (config: Config = {}): Client => { 20 + let _config = mergeConfigs(createConfig(), config); 21 + 22 + const getConfig = (): Config => ({ ..._config }); 23 + 24 + const setConfig = (config: Config): Config => { 25 + _config = mergeConfigs(_config, config); 26 + return getConfig(); 27 + }; 28 + 29 + const interceptors = createInterceptors< 30 + Request, 31 + Response, 32 + unknown, 33 + ResolvedRequestOptions 34 + >(); 35 + 36 + const request: Client['request'] = async (options) => { 37 + const opts = { 38 + ..._config, 39 + ...options, 40 + fetch: options.fetch ?? _config.fetch ?? globalThis.fetch, 41 + headers: mergeHeaders(_config.headers, options.headers), 42 + serializedBody: undefined, 43 + }; 44 + 45 + if (opts.security) { 46 + await setAuthParams({ 47 + ...opts, 48 + security: opts.security, 49 + }); 50 + } 51 + 52 + if (opts.requestValidator) { 53 + await opts.requestValidator(opts); 54 + } 55 + 56 + if (opts.body && opts.bodySerializer) { 57 + opts.serializedBody = opts.bodySerializer(opts.body); 58 + } 59 + 60 + // remove Content-Type header if body is empty to avoid sending invalid requests 61 + if (opts.serializedBody === undefined || opts.serializedBody === '') { 62 + opts.headers.delete('Content-Type'); 63 + } 64 + 65 + const url = buildUrl(opts); 66 + const requestInit: ReqInit = { 67 + redirect: 'follow', 68 + ...opts, 69 + body: opts.serializedBody, 70 + }; 71 + 72 + let request = new Request(url, requestInit); 73 + 74 + for (const fn of interceptors.request._fns) { 75 + if (fn) { 76 + request = await fn(request, opts); 77 + } 78 + } 79 + 80 + // fetch must be assigned here, otherwise it would throw the error: 81 + // TypeError: Failed to execute 'fetch' on 'Window': Illegal invocation 82 + const _fetch = opts.fetch!; 83 + let response = await _fetch(request); 84 + 85 + for (const fn of interceptors.response._fns) { 86 + if (fn) { 87 + response = await fn(response, request, opts); 88 + } 89 + } 90 + 91 + const result = { 92 + request, 93 + response, 94 + }; 95 + 96 + if (response.ok) { 97 + if ( 98 + response.status === 204 || 99 + response.headers.get('Content-Length') === '0' 100 + ) { 101 + return opts.responseStyle === 'data' 102 + ? {} 103 + : { 104 + data: {}, 105 + ...result, 106 + }; 107 + } 108 + 109 + const parseAs = 110 + (opts.parseAs === 'auto' 111 + ? getParseAs(response.headers.get('Content-Type')) 112 + : opts.parseAs) ?? 'json'; 113 + 114 + let data: any; 115 + switch (parseAs) { 116 + case 'arrayBuffer': 117 + case 'blob': 118 + case 'formData': 119 + case 'json': 120 + case 'text': 121 + data = await response[parseAs](); 122 + break; 123 + case 'stream': 124 + return opts.responseStyle === 'data' 125 + ? response.body 126 + : { 127 + data: response.body, 128 + ...result, 129 + }; 130 + } 131 + 132 + if (parseAs === 'json') { 133 + if (opts.responseValidator) { 134 + await opts.responseValidator(data); 135 + } 136 + 137 + if (opts.responseTransformer) { 138 + data = await opts.responseTransformer(data); 139 + } 140 + } 141 + 142 + return opts.responseStyle === 'data' 143 + ? data 144 + : { 145 + data, 146 + ...result, 147 + }; 148 + } 149 + 150 + const textError = await response.text(); 151 + let jsonError: unknown; 152 + 153 + try { 154 + jsonError = JSON.parse(textError); 155 + } catch { 156 + // noop 157 + } 158 + 159 + const error = jsonError ?? textError; 160 + let finalError = error; 161 + 162 + for (const fn of interceptors.error._fns) { 163 + if (fn) { 164 + finalError = (await fn(error, response, request, opts)) as string; 165 + } 166 + } 167 + 168 + finalError = finalError || ({} as string); 169 + 170 + if (opts.throwOnError) { 171 + throw finalError; 172 + } 173 + 174 + // TODO: we probably want to return error and improve types 175 + return opts.responseStyle === 'data' 176 + ? undefined 177 + : { 178 + error: finalError, 179 + ...result, 180 + }; 181 + }; 182 + 183 + return { 184 + buildUrl, 185 + connect: (options) => request({ ...options, method: 'CONNECT' }), 186 + delete: (options) => request({ ...options, method: 'DELETE' }), 187 + get: (options) => request({ ...options, method: 'GET' }), 188 + getConfig, 189 + head: (options) => request({ ...options, method: 'HEAD' }), 190 + interceptors, 191 + options: (options) => request({ ...options, method: 'OPTIONS' }), 192 + patch: (options) => request({ ...options, method: 'PATCH' }), 193 + post: (options) => request({ ...options, method: 'POST' }), 194 + put: (options) => request({ ...options, method: 'PUT' }), 195 + request, 196 + setConfig, 197 + trace: (options) => request({ ...options, method: 'TRACE' }), 198 + }; 199 + };
+25
packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/client/index.ts.snap
···
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + export type { Auth } from '../core/auth.gen'; 4 + export type { QuerySerializerOptions } from '../core/bodySerializer.gen'; 5 + export { 6 + formDataBodySerializer, 7 + jsonBodySerializer, 8 + urlSearchParamsBodySerializer, 9 + } from '../core/bodySerializer.gen'; 10 + export { buildClientParams } from '../core/params.gen'; 11 + export { createClient } from './client.gen'; 12 + export type { 13 + Client, 14 + ClientOptions, 15 + Config, 16 + CreateClientConfig, 17 + Options, 18 + OptionsLegacyParser, 19 + RequestOptions, 20 + RequestResult, 21 + ResolvedRequestOptions, 22 + ResponseStyle, 23 + TDataShape, 24 + } from './types.gen'; 25 + export { createConfig, mergeHeaders } from './utils.gen';
+232
packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/client/types.gen.ts.snap
···
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { Auth } from '../core/auth.gen'; 4 + import type { 5 + Client as CoreClient, 6 + Config as CoreConfig, 7 + } from '../core/types.gen'; 8 + import type { Middleware } from './utils.gen'; 9 + 10 + export type ResponseStyle = 'data' | 'fields'; 11 + 12 + export interface Config<T extends ClientOptions = ClientOptions> 13 + extends Omit<RequestInit, 'body' | 'headers' | 'method'>, 14 + CoreConfig { 15 + /** 16 + * Base URL for all requests made by this client. 17 + */ 18 + baseUrl?: T['baseUrl']; 19 + /** 20 + * Fetch API implementation. You can use this option to provide a custom 21 + * fetch instance. 22 + * 23 + * @default globalThis.fetch 24 + */ 25 + fetch?: (request: Request) => ReturnType<typeof fetch>; 26 + /** 27 + * Please don't use the Fetch client for Next.js applications. The `next` 28 + * options won't have any effect. 29 + * 30 + * Install {@link https://www.npmjs.com/package/@hey-api/client-next `@hey-api/client-next`} instead. 31 + */ 32 + next?: never; 33 + /** 34 + * Return the response data parsed in a specified format. By default, `auto` 35 + * will infer the appropriate method from the `Content-Type` response header. 36 + * You can override this behavior with any of the {@link Body} methods. 37 + * Select `stream` if you don't want to parse response data at all. 38 + * 39 + * @default 'auto' 40 + */ 41 + parseAs?: 42 + | 'arrayBuffer' 43 + | 'auto' 44 + | 'blob' 45 + | 'formData' 46 + | 'json' 47 + | 'stream' 48 + | 'text'; 49 + /** 50 + * Should we return only data or multiple fields (data, error, response, etc.)? 51 + * 52 + * @default 'fields' 53 + */ 54 + responseStyle?: ResponseStyle; 55 + /** 56 + * Throw an error instead of returning it in the response? 57 + * 58 + * @default false 59 + */ 60 + throwOnError?: T['throwOnError']; 61 + } 62 + 63 + export interface RequestOptions< 64 + TResponseStyle extends ResponseStyle = 'fields', 65 + ThrowOnError extends boolean = boolean, 66 + Url extends string = string, 67 + > extends Config<{ 68 + responseStyle: TResponseStyle; 69 + throwOnError: ThrowOnError; 70 + }> { 71 + /** 72 + * Any body that you want to add to your request. 73 + * 74 + * {@link https://developer.mozilla.org/docs/Web/API/fetch#body} 75 + */ 76 + body?: unknown; 77 + path?: Record<string, unknown>; 78 + query?: Record<string, unknown>; 79 + /** 80 + * Security mechanism(s) to use for the request. 81 + */ 82 + security?: ReadonlyArray<Auth>; 83 + url: Url; 84 + } 85 + 86 + export interface ResolvedRequestOptions< 87 + TResponseStyle extends ResponseStyle = 'fields', 88 + ThrowOnError extends boolean = boolean, 89 + Url extends string = string, 90 + > extends RequestOptions<TResponseStyle, ThrowOnError, Url> { 91 + serializedBody?: string; 92 + } 93 + 94 + export type RequestResult< 95 + TData = unknown, 96 + TError = unknown, 97 + ThrowOnError extends boolean = boolean, 98 + TResponseStyle extends ResponseStyle = 'fields', 99 + > = ThrowOnError extends true 100 + ? Promise< 101 + TResponseStyle extends 'data' 102 + ? TData extends Record<string, unknown> 103 + ? TData[keyof TData] 104 + : TData 105 + : { 106 + data: TData extends Record<string, unknown> 107 + ? TData[keyof TData] 108 + : TData; 109 + request: Request; 110 + response: Response; 111 + } 112 + > 113 + : Promise< 114 + TResponseStyle extends 'data' 115 + ? 116 + | (TData extends Record<string, unknown> 117 + ? TData[keyof TData] 118 + : TData) 119 + | undefined 120 + : ( 121 + | { 122 + data: TData extends Record<string, unknown> 123 + ? TData[keyof TData] 124 + : TData; 125 + error: undefined; 126 + } 127 + | { 128 + data: undefined; 129 + error: TError extends Record<string, unknown> 130 + ? TError[keyof TError] 131 + : TError; 132 + } 133 + ) & { 134 + request: Request; 135 + response: Response; 136 + } 137 + >; 138 + 139 + export interface ClientOptions { 140 + baseUrl?: string; 141 + responseStyle?: ResponseStyle; 142 + throwOnError?: boolean; 143 + } 144 + 145 + type MethodFn = < 146 + TData = unknown, 147 + TError = unknown, 148 + ThrowOnError extends boolean = false, 149 + TResponseStyle extends ResponseStyle = 'fields', 150 + >( 151 + options: Omit<RequestOptions<TResponseStyle, ThrowOnError>, 'method'>, 152 + ) => RequestResult<TData, TError, ThrowOnError, TResponseStyle>; 153 + 154 + type RequestFn = < 155 + TData = unknown, 156 + TError = unknown, 157 + ThrowOnError extends boolean = false, 158 + TResponseStyle extends ResponseStyle = 'fields', 159 + >( 160 + options: Omit<RequestOptions<TResponseStyle, ThrowOnError>, 'method'> & 161 + Pick<Required<RequestOptions<TResponseStyle, ThrowOnError>>, 'method'>, 162 + ) => RequestResult<TData, TError, ThrowOnError, TResponseStyle>; 163 + 164 + type BuildUrlFn = < 165 + TData extends { 166 + body?: unknown; 167 + path?: Record<string, unknown>; 168 + query?: Record<string, unknown>; 169 + url: string; 170 + }, 171 + >( 172 + options: Pick<TData, 'url'> & Options<TData>, 173 + ) => string; 174 + 175 + export type Client = CoreClient<RequestFn, Config, MethodFn, BuildUrlFn> & { 176 + interceptors: Middleware<Request, Response, unknown, ResolvedRequestOptions>; 177 + }; 178 + 179 + /** 180 + * The `createClientConfig()` function will be called on client initialization 181 + * and the returned object will become the client's initial configuration. 182 + * 183 + * You may want to initialize your client this way instead of calling 184 + * `setConfig()`. This is useful for example if you're using Next.js 185 + * to ensure your client always has the correct values. 186 + */ 187 + export type CreateClientConfig<T extends ClientOptions = ClientOptions> = ( 188 + override?: Config<ClientOptions & T>, 189 + ) => Config<Required<ClientOptions> & T>; 190 + 191 + export interface TDataShape { 192 + body?: unknown; 193 + headers?: unknown; 194 + path?: unknown; 195 + query?: unknown; 196 + url: string; 197 + } 198 + 199 + type OmitKeys<T, K> = Pick<T, Exclude<keyof T, K>>; 200 + 201 + export type Options< 202 + TData extends TDataShape = TDataShape, 203 + ThrowOnError extends boolean = boolean, 204 + TResponseStyle extends ResponseStyle = 'fields', 205 + > = OmitKeys< 206 + RequestOptions<TResponseStyle, ThrowOnError>, 207 + 'body' | 'path' | 'query' | 'url' 208 + > & 209 + Omit<TData, 'url'>; 210 + 211 + export type OptionsLegacyParser< 212 + TData = unknown, 213 + ThrowOnError extends boolean = boolean, 214 + TResponseStyle extends ResponseStyle = 'fields', 215 + > = TData extends { body?: any } 216 + ? TData extends { headers?: any } 217 + ? OmitKeys< 218 + RequestOptions<TResponseStyle, ThrowOnError>, 219 + 'body' | 'headers' | 'url' 220 + > & 221 + TData 222 + : OmitKeys<RequestOptions<TResponseStyle, ThrowOnError>, 'body' | 'url'> & 223 + TData & 224 + Pick<RequestOptions<TResponseStyle, ThrowOnError>, 'headers'> 225 + : TData extends { headers?: any } 226 + ? OmitKeys< 227 + RequestOptions<TResponseStyle, ThrowOnError>, 228 + 'headers' | 'url' 229 + > & 230 + TData & 231 + Pick<RequestOptions<TResponseStyle, ThrowOnError>, 'body'> 232 + : OmitKeys<RequestOptions<TResponseStyle, ThrowOnError>, 'url'> & TData;
+419
packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/client/utils.gen.ts.snap
···
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import { getAuthToken } from '../core/auth.gen'; 4 + import type { 5 + QuerySerializer, 6 + QuerySerializerOptions, 7 + } from '../core/bodySerializer.gen'; 8 + import { jsonBodySerializer } from '../core/bodySerializer.gen'; 9 + import { 10 + serializeArrayParam, 11 + serializeObjectParam, 12 + serializePrimitiveParam, 13 + } from '../core/pathSerializer.gen'; 14 + import type { Client, ClientOptions, Config, RequestOptions } from './types.gen'; 15 + 16 + interface PathSerializer { 17 + path: Record<string, unknown>; 18 + url: string; 19 + } 20 + 21 + const PATH_PARAM_RE = /\{[^{}]+\}/g; 22 + 23 + type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited'; 24 + type MatrixStyle = 'label' | 'matrix' | 'simple'; 25 + type ArraySeparatorStyle = ArrayStyle | MatrixStyle; 26 + 27 + const defaultPathSerializer = ({ path, url: _url }: PathSerializer) => { 28 + let url = _url; 29 + const matches = _url.match(PATH_PARAM_RE); 30 + if (matches) { 31 + for (const match of matches) { 32 + let explode = false; 33 + let name = match.substring(1, match.length - 1); 34 + let style: ArraySeparatorStyle = 'simple'; 35 + 36 + if (name.endsWith('*')) { 37 + explode = true; 38 + name = name.substring(0, name.length - 1); 39 + } 40 + 41 + if (name.startsWith('.')) { 42 + name = name.substring(1); 43 + style = 'label'; 44 + } else if (name.startsWith(';')) { 45 + name = name.substring(1); 46 + style = 'matrix'; 47 + } 48 + 49 + const value = path[name]; 50 + 51 + if (value === undefined || value === null) { 52 + continue; 53 + } 54 + 55 + if (Array.isArray(value)) { 56 + url = url.replace( 57 + match, 58 + serializeArrayParam({ explode, name, style, value }), 59 + ); 60 + continue; 61 + } 62 + 63 + if (typeof value === 'object') { 64 + url = url.replace( 65 + match, 66 + serializeObjectParam({ 67 + explode, 68 + name, 69 + style, 70 + value: value as Record<string, unknown>, 71 + valueOnly: true, 72 + }), 73 + ); 74 + continue; 75 + } 76 + 77 + if (style === 'matrix') { 78 + url = url.replace( 79 + match, 80 + `;${serializePrimitiveParam({ 81 + name, 82 + value: value as string, 83 + })}`, 84 + ); 85 + continue; 86 + } 87 + 88 + const replaceValue = encodeURIComponent( 89 + style === 'label' ? `.${value as string}` : (value as string), 90 + ); 91 + url = url.replace(match, replaceValue); 92 + } 93 + } 94 + return url; 95 + }; 96 + 97 + export const createQuerySerializer = <T = unknown>({ 98 + allowReserved, 99 + array, 100 + object, 101 + }: QuerySerializerOptions = {}) => { 102 + const querySerializer = (queryParams: T) => { 103 + const search: string[] = []; 104 + if (queryParams && typeof queryParams === 'object') { 105 + for (const name in queryParams) { 106 + const value = queryParams[name]; 107 + 108 + if (value === undefined || value === null) { 109 + continue; 110 + } 111 + 112 + if (Array.isArray(value)) { 113 + const serializedArray = serializeArrayParam({ 114 + allowReserved, 115 + explode: true, 116 + name, 117 + style: 'form', 118 + value, 119 + ...array, 120 + }); 121 + if (serializedArray) search.push(serializedArray); 122 + } else if (typeof value === 'object') { 123 + const serializedObject = serializeObjectParam({ 124 + allowReserved, 125 + explode: true, 126 + name, 127 + style: 'deepObject', 128 + value: value as Record<string, unknown>, 129 + ...object, 130 + }); 131 + if (serializedObject) search.push(serializedObject); 132 + } else { 133 + const serializedPrimitive = serializePrimitiveParam({ 134 + allowReserved, 135 + name, 136 + value: value as string, 137 + }); 138 + if (serializedPrimitive) search.push(serializedPrimitive); 139 + } 140 + } 141 + } 142 + return search.join('&'); 143 + }; 144 + return querySerializer; 145 + }; 146 + 147 + /** 148 + * Infers parseAs value from provided Content-Type header. 149 + */ 150 + export const getParseAs = ( 151 + contentType: string | null, 152 + ): Exclude<Config['parseAs'], 'auto'> => { 153 + if (!contentType) { 154 + // If no Content-Type header is provided, the best we can do is return the raw response body, 155 + // which is effectively the same as the 'stream' option. 156 + return 'stream'; 157 + } 158 + 159 + const cleanContent = contentType.split(';')[0]?.trim(); 160 + 161 + if (!cleanContent) { 162 + return; 163 + } 164 + 165 + if ( 166 + cleanContent.startsWith('application/json') || 167 + cleanContent.endsWith('+json') 168 + ) { 169 + return 'json'; 170 + } 171 + 172 + if (cleanContent === 'multipart/form-data') { 173 + return 'formData'; 174 + } 175 + 176 + if ( 177 + ['application/', 'audio/', 'image/', 'video/'].some((type) => 178 + cleanContent.startsWith(type), 179 + ) 180 + ) { 181 + return 'blob'; 182 + } 183 + 184 + if (cleanContent.startsWith('text/')) { 185 + return 'text'; 186 + } 187 + 188 + return; 189 + }; 190 + 191 + export const setAuthParams = async ({ 192 + security, 193 + ...options 194 + }: Pick<Required<RequestOptions>, 'security'> & 195 + Pick<RequestOptions, 'auth' | 'query'> & { 196 + headers: Headers; 197 + }) => { 198 + for (const auth of security) { 199 + const token = await getAuthToken(auth, options.auth); 200 + 201 + if (!token) { 202 + continue; 203 + } 204 + 205 + const name = auth.name ?? 'Authorization'; 206 + 207 + switch (auth.in) { 208 + case 'query': 209 + if (!options.query) { 210 + options.query = {}; 211 + } 212 + options.query[name] = token; 213 + break; 214 + case 'cookie': 215 + options.headers.append('Cookie', `${name}=${token}`); 216 + break; 217 + case 'header': 218 + default: 219 + options.headers.set(name, token); 220 + break; 221 + } 222 + 223 + return; 224 + } 225 + }; 226 + 227 + export const buildUrl: Client['buildUrl'] = (options) => { 228 + const url = getUrl({ 229 + baseUrl: options.baseUrl as string, 230 + path: options.path, 231 + query: options.query, 232 + querySerializer: 233 + typeof options.querySerializer === 'function' 234 + ? options.querySerializer 235 + : createQuerySerializer(options.querySerializer), 236 + url: options.url, 237 + }); 238 + return url; 239 + }; 240 + 241 + export const getUrl = ({ 242 + baseUrl, 243 + path, 244 + query, 245 + querySerializer, 246 + url: _url, 247 + }: { 248 + baseUrl?: string; 249 + path?: Record<string, unknown>; 250 + query?: Record<string, unknown>; 251 + querySerializer: QuerySerializer; 252 + url: string; 253 + }) => { 254 + const pathUrl = _url.startsWith('/') ? _url : `/${_url}`; 255 + let url = (baseUrl ?? '') + pathUrl; 256 + if (path) { 257 + url = defaultPathSerializer({ path, url }); 258 + } 259 + let search = query ? querySerializer(query) : ''; 260 + if (search.startsWith('?')) { 261 + search = search.substring(1); 262 + } 263 + if (search) { 264 + url += `?${search}`; 265 + } 266 + return url; 267 + }; 268 + 269 + export const mergeConfigs = (a: Config, b: Config): Config => { 270 + const config = { ...a, ...b }; 271 + if (config.baseUrl?.endsWith('/')) { 272 + config.baseUrl = config.baseUrl.substring(0, config.baseUrl.length - 1); 273 + } 274 + config.headers = mergeHeaders(a.headers, b.headers); 275 + return config; 276 + }; 277 + 278 + export const mergeHeaders = ( 279 + ...headers: Array<Required<Config>['headers'] | undefined> 280 + ): Headers => { 281 + const mergedHeaders = new Headers(); 282 + for (const header of headers) { 283 + if (!header || typeof header !== 'object') { 284 + continue; 285 + } 286 + 287 + const iterator = 288 + header instanceof Headers ? header.entries() : Object.entries(header); 289 + 290 + for (const [key, value] of iterator) { 291 + if (value === null) { 292 + mergedHeaders.delete(key); 293 + } else if (Array.isArray(value)) { 294 + for (const v of value) { 295 + mergedHeaders.append(key, v as string); 296 + } 297 + } else if (value !== undefined) { 298 + // assume object headers are meant to be JSON stringified, i.e. their 299 + // content value in OpenAPI specification is 'application/json' 300 + mergedHeaders.set( 301 + key, 302 + typeof value === 'object' ? JSON.stringify(value) : (value as string), 303 + ); 304 + } 305 + } 306 + } 307 + return mergedHeaders; 308 + }; 309 + 310 + type ErrInterceptor<Err, Res, Req, Options> = ( 311 + error: Err, 312 + response: Res, 313 + request: Req, 314 + options: Options, 315 + ) => Err | Promise<Err>; 316 + 317 + type ReqInterceptor<Req, Options> = ( 318 + request: Req, 319 + options: Options, 320 + ) => Req | Promise<Req>; 321 + 322 + type ResInterceptor<Res, Req, Options> = ( 323 + response: Res, 324 + request: Req, 325 + options: Options, 326 + ) => Res | Promise<Res>; 327 + 328 + class Interceptors<Interceptor> { 329 + _fns: (Interceptor | null)[]; 330 + 331 + constructor() { 332 + this._fns = []; 333 + } 334 + 335 + clear() { 336 + this._fns = []; 337 + } 338 + 339 + getInterceptorIndex(id: number | Interceptor): number { 340 + if (typeof id === 'number') { 341 + return this._fns[id] ? id : -1; 342 + } else { 343 + return this._fns.indexOf(id); 344 + } 345 + } 346 + exists(id: number | Interceptor) { 347 + const index = this.getInterceptorIndex(id); 348 + return !!this._fns[index]; 349 + } 350 + 351 + eject(id: number | Interceptor) { 352 + const index = this.getInterceptorIndex(id); 353 + if (this._fns[index]) { 354 + this._fns[index] = null; 355 + } 356 + } 357 + 358 + update(id: number | Interceptor, fn: Interceptor) { 359 + const index = this.getInterceptorIndex(id); 360 + if (this._fns[index]) { 361 + this._fns[index] = fn; 362 + return id; 363 + } else { 364 + return false; 365 + } 366 + } 367 + 368 + use(fn: Interceptor) { 369 + this._fns = [...this._fns, fn]; 370 + return this._fns.length - 1; 371 + } 372 + } 373 + 374 + // `createInterceptors()` response, meant for external use as it does not 375 + // expose internals 376 + export interface Middleware<Req, Res, Err, Options> { 377 + error: Pick< 378 + Interceptors<ErrInterceptor<Err, Res, Req, Options>>, 379 + 'eject' | 'use' 380 + >; 381 + request: Pick<Interceptors<ReqInterceptor<Req, Options>>, 'eject' | 'use'>; 382 + response: Pick< 383 + Interceptors<ResInterceptor<Res, Req, Options>>, 384 + 'eject' | 'use' 385 + >; 386 + } 387 + 388 + // do not add `Middleware` as return type so we can use _fns internally 389 + export const createInterceptors = <Req, Res, Err, Options>() => ({ 390 + error: new Interceptors<ErrInterceptor<Err, Res, Req, Options>>(), 391 + request: new Interceptors<ReqInterceptor<Req, Options>>(), 392 + response: new Interceptors<ResInterceptor<Res, Req, Options>>(), 393 + }); 394 + 395 + const defaultQuerySerializer = createQuerySerializer({ 396 + allowReserved: false, 397 + array: { 398 + explode: true, 399 + style: 'form', 400 + }, 401 + object: { 402 + explode: true, 403 + style: 'deepObject', 404 + }, 405 + }); 406 + 407 + const defaultHeaders = { 408 + 'Content-Type': 'application/json', 409 + }; 410 + 411 + export const createConfig = <T extends ClientOptions = ClientOptions>( 412 + override: Config<Omit<ClientOptions, keyof T> & T> = {}, 413 + ): Config<Omit<ClientOptions, keyof T> & T> => ({ 414 + ...jsonBodySerializer, 415 + headers: defaultHeaders, 416 + parseAs: 'auto', 417 + querySerializer: defaultQuerySerializer, 418 + ...override, 419 + });
+42
packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/core/auth.gen.ts.snap
···
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + export type AuthToken = string | undefined; 4 + 5 + export interface Auth { 6 + /** 7 + * Which part of the request do we use to send the auth? 8 + * 9 + * @default 'header' 10 + */ 11 + in?: 'header' | 'query' | 'cookie'; 12 + /** 13 + * Header or query parameter name. 14 + * 15 + * @default 'Authorization' 16 + */ 17 + name?: string; 18 + scheme?: 'basic' | 'bearer'; 19 + type: 'apiKey' | 'http'; 20 + } 21 + 22 + export const getAuthToken = async ( 23 + auth: Auth, 24 + callback: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken, 25 + ): Promise<string | undefined> => { 26 + const token = 27 + typeof callback === 'function' ? await callback(auth) : callback; 28 + 29 + if (!token) { 30 + return; 31 + } 32 + 33 + if (auth.scheme === 'bearer') { 34 + return `Bearer ${token}`; 35 + } 36 + 37 + if (auth.scheme === 'basic') { 38 + return `Basic ${btoa(token)}`; 39 + } 40 + 41 + return token; 42 + };
+90
packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/core/bodySerializer.gen.ts.snap
···
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { 4 + ArrayStyle, 5 + ObjectStyle, 6 + SerializerOptions, 7 + } from './pathSerializer.gen'; 8 + 9 + export type QuerySerializer = (query: Record<string, unknown>) => string; 10 + 11 + export type BodySerializer = (body: any) => any; 12 + 13 + export interface QuerySerializerOptions { 14 + allowReserved?: boolean; 15 + array?: SerializerOptions<ArrayStyle>; 16 + object?: SerializerOptions<ObjectStyle>; 17 + } 18 + 19 + const serializeFormDataPair = ( 20 + data: FormData, 21 + key: string, 22 + value: unknown, 23 + ): void => { 24 + if (typeof value === 'string' || value instanceof Blob) { 25 + data.append(key, value); 26 + } else { 27 + data.append(key, JSON.stringify(value)); 28 + } 29 + }; 30 + 31 + const serializeUrlSearchParamsPair = ( 32 + data: URLSearchParams, 33 + key: string, 34 + value: unknown, 35 + ): void => { 36 + if (typeof value === 'string') { 37 + data.append(key, value); 38 + } else { 39 + data.append(key, JSON.stringify(value)); 40 + } 41 + }; 42 + 43 + export const formDataBodySerializer = { 44 + bodySerializer: <T extends Record<string, any> | Array<Record<string, any>>>( 45 + body: T, 46 + ): FormData => { 47 + const data = new FormData(); 48 + 49 + Object.entries(body).forEach(([key, value]) => { 50 + if (value === undefined || value === null) { 51 + return; 52 + } 53 + if (Array.isArray(value)) { 54 + value.forEach((v) => serializeFormDataPair(data, key, v)); 55 + } else { 56 + serializeFormDataPair(data, key, value); 57 + } 58 + }); 59 + 60 + return data; 61 + }, 62 + }; 63 + 64 + export const jsonBodySerializer = { 65 + bodySerializer: <T>(body: T): string => 66 + JSON.stringify(body, (_key, value) => 67 + typeof value === 'bigint' ? value.toString() : value, 68 + ), 69 + }; 70 + 71 + export const urlSearchParamsBodySerializer = { 72 + bodySerializer: <T extends Record<string, any> | Array<Record<string, any>>>( 73 + body: T, 74 + ): string => { 75 + const data = new URLSearchParams(); 76 + 77 + Object.entries(body).forEach(([key, value]) => { 78 + if (value === undefined || value === null) { 79 + return; 80 + } 81 + if (Array.isArray(value)) { 82 + value.forEach((v) => serializeUrlSearchParamsPair(data, key, v)); 83 + } else { 84 + serializeUrlSearchParamsPair(data, key, value); 85 + } 86 + }); 87 + 88 + return data.toString(); 89 + }, 90 + };
+153
packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/core/params.gen.ts.snap
···
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + type Slot = 'body' | 'headers' | 'path' | 'query'; 4 + 5 + export type Field = 6 + | { 7 + in: Exclude<Slot, 'body'>; 8 + /** 9 + * Field name. This is the name we want the user to see and use. 10 + */ 11 + key: string; 12 + /** 13 + * Field mapped name. This is the name we want to use in the request. 14 + * If omitted, we use the same value as `key`. 15 + */ 16 + map?: string; 17 + } 18 + | { 19 + in: Extract<Slot, 'body'>; 20 + /** 21 + * Key isn't required for bodies. 22 + */ 23 + key?: string; 24 + map?: string; 25 + }; 26 + 27 + export interface Fields { 28 + allowExtra?: Partial<Record<Slot, boolean>>; 29 + args?: ReadonlyArray<Field>; 30 + } 31 + 32 + export type FieldsConfig = ReadonlyArray<Field | Fields>; 33 + 34 + const extraPrefixesMap: Record<string, Slot> = { 35 + $body_: 'body', 36 + $headers_: 'headers', 37 + $path_: 'path', 38 + $query_: 'query', 39 + }; 40 + const extraPrefixes = Object.entries(extraPrefixesMap); 41 + 42 + type KeyMap = Map< 43 + string, 44 + { 45 + in: Slot; 46 + map?: string; 47 + } 48 + >; 49 + 50 + const buildKeyMap = (fields: FieldsConfig, map?: KeyMap): KeyMap => { 51 + if (!map) { 52 + map = new Map(); 53 + } 54 + 55 + for (const config of fields) { 56 + if ('in' in config) { 57 + if (config.key) { 58 + map.set(config.key, { 59 + in: config.in, 60 + map: config.map, 61 + }); 62 + } 63 + } else if (config.args) { 64 + buildKeyMap(config.args, map); 65 + } 66 + } 67 + 68 + return map; 69 + }; 70 + 71 + interface Params { 72 + body: unknown; 73 + headers: Record<string, unknown>; 74 + path: Record<string, unknown>; 75 + query: Record<string, unknown>; 76 + } 77 + 78 + const stripEmptySlots = (params: Params) => { 79 + for (const [slot, value] of Object.entries(params)) { 80 + if (value && typeof value === 'object' && !Object.keys(value).length) { 81 + delete params[slot as Slot]; 82 + } 83 + } 84 + }; 85 + 86 + export const buildClientParams = ( 87 + args: ReadonlyArray<unknown>, 88 + fields: FieldsConfig, 89 + ) => { 90 + const params: Params = { 91 + body: {}, 92 + headers: {}, 93 + path: {}, 94 + query: {}, 95 + }; 96 + 97 + const map = buildKeyMap(fields); 98 + 99 + let config: FieldsConfig[number] | undefined; 100 + 101 + for (const [index, arg] of args.entries()) { 102 + if (fields[index]) { 103 + config = fields[index]; 104 + } 105 + 106 + if (!config) { 107 + continue; 108 + } 109 + 110 + if ('in' in config) { 111 + if (config.key) { 112 + const field = map.get(config.key)!; 113 + const name = field.map || config.key; 114 + (params[field.in] as Record<string, unknown>)[name] = arg; 115 + } else { 116 + params.body = arg; 117 + } 118 + } else { 119 + for (const [key, value] of Object.entries(arg ?? {})) { 120 + const field = map.get(key); 121 + 122 + if (field) { 123 + const name = field.map || key; 124 + (params[field.in] as Record<string, unknown>)[name] = value; 125 + } else { 126 + const extra = extraPrefixes.find(([prefix]) => 127 + key.startsWith(prefix), 128 + ); 129 + 130 + if (extra) { 131 + const [prefix, slot] = extra; 132 + (params[slot] as Record<string, unknown>)[ 133 + key.slice(prefix.length) 134 + ] = value; 135 + } else { 136 + for (const [slot, allowed] of Object.entries( 137 + config.allowExtra ?? {}, 138 + )) { 139 + if (allowed) { 140 + (params[slot as Slot] as Record<string, unknown>)[key] = value; 141 + break; 142 + } 143 + } 144 + } 145 + } 146 + } 147 + } 148 + } 149 + 150 + stripEmptySlots(params); 151 + 152 + return params; 153 + };
+181
packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/core/pathSerializer.gen.ts.snap
···
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + interface SerializeOptions<T> 4 + extends SerializePrimitiveOptions, 5 + SerializerOptions<T> {} 6 + 7 + interface SerializePrimitiveOptions { 8 + allowReserved?: boolean; 9 + name: string; 10 + } 11 + 12 + export interface SerializerOptions<T> { 13 + /** 14 + * @default true 15 + */ 16 + explode: boolean; 17 + style: T; 18 + } 19 + 20 + export type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited'; 21 + export type ArraySeparatorStyle = ArrayStyle | MatrixStyle; 22 + type MatrixStyle = 'label' | 'matrix' | 'simple'; 23 + export type ObjectStyle = 'form' | 'deepObject'; 24 + type ObjectSeparatorStyle = ObjectStyle | MatrixStyle; 25 + 26 + interface SerializePrimitiveParam extends SerializePrimitiveOptions { 27 + value: string; 28 + } 29 + 30 + export const separatorArrayExplode = (style: ArraySeparatorStyle) => { 31 + switch (style) { 32 + case 'label': 33 + return '.'; 34 + case 'matrix': 35 + return ';'; 36 + case 'simple': 37 + return ','; 38 + default: 39 + return '&'; 40 + } 41 + }; 42 + 43 + export const separatorArrayNoExplode = (style: ArraySeparatorStyle) => { 44 + switch (style) { 45 + case 'form': 46 + return ','; 47 + case 'pipeDelimited': 48 + return '|'; 49 + case 'spaceDelimited': 50 + return '%20'; 51 + default: 52 + return ','; 53 + } 54 + }; 55 + 56 + export const separatorObjectExplode = (style: ObjectSeparatorStyle) => { 57 + switch (style) { 58 + case 'label': 59 + return '.'; 60 + case 'matrix': 61 + return ';'; 62 + case 'simple': 63 + return ','; 64 + default: 65 + return '&'; 66 + } 67 + }; 68 + 69 + export const serializeArrayParam = ({ 70 + allowReserved, 71 + explode, 72 + name, 73 + style, 74 + value, 75 + }: SerializeOptions<ArraySeparatorStyle> & { 76 + value: unknown[]; 77 + }) => { 78 + if (!explode) { 79 + const joinedValues = ( 80 + allowReserved ? value : value.map((v) => encodeURIComponent(v as string)) 81 + ).join(separatorArrayNoExplode(style)); 82 + switch (style) { 83 + case 'label': 84 + return `.${joinedValues}`; 85 + case 'matrix': 86 + return `;${name}=${joinedValues}`; 87 + case 'simple': 88 + return joinedValues; 89 + default: 90 + return `${name}=${joinedValues}`; 91 + } 92 + } 93 + 94 + const separator = separatorArrayExplode(style); 95 + const joinedValues = value 96 + .map((v) => { 97 + if (style === 'label' || style === 'simple') { 98 + return allowReserved ? v : encodeURIComponent(v as string); 99 + } 100 + 101 + return serializePrimitiveParam({ 102 + allowReserved, 103 + name, 104 + value: v as string, 105 + }); 106 + }) 107 + .join(separator); 108 + return style === 'label' || style === 'matrix' 109 + ? separator + joinedValues 110 + : joinedValues; 111 + }; 112 + 113 + export const serializePrimitiveParam = ({ 114 + allowReserved, 115 + name, 116 + value, 117 + }: SerializePrimitiveParam) => { 118 + if (value === undefined || value === null) { 119 + return ''; 120 + } 121 + 122 + if (typeof value === 'object') { 123 + throw new Error( 124 + 'Deeply-nested arrays/objects aren’t supported. Provide your own `querySerializer()` to handle these.', 125 + ); 126 + } 127 + 128 + return `${name}=${allowReserved ? value : encodeURIComponent(value)}`; 129 + }; 130 + 131 + export const serializeObjectParam = ({ 132 + allowReserved, 133 + explode, 134 + name, 135 + style, 136 + value, 137 + valueOnly, 138 + }: SerializeOptions<ObjectSeparatorStyle> & { 139 + value: Record<string, unknown> | Date; 140 + valueOnly?: boolean; 141 + }) => { 142 + if (value instanceof Date) { 143 + return valueOnly ? value.toISOString() : `${name}=${value.toISOString()}`; 144 + } 145 + 146 + if (style !== 'deepObject' && !explode) { 147 + let values: string[] = []; 148 + Object.entries(value).forEach(([key, v]) => { 149 + values = [ 150 + ...values, 151 + key, 152 + allowReserved ? (v as string) : encodeURIComponent(v as string), 153 + ]; 154 + }); 155 + const joinedValues = values.join(','); 156 + switch (style) { 157 + case 'form': 158 + return `${name}=${joinedValues}`; 159 + case 'label': 160 + return `.${joinedValues}`; 161 + case 'matrix': 162 + return `;${name}=${joinedValues}`; 163 + default: 164 + return joinedValues; 165 + } 166 + } 167 + 168 + const separator = separatorObjectExplode(style); 169 + const joinedValues = Object.entries(value) 170 + .map(([key, v]) => 171 + serializePrimitiveParam({ 172 + allowReserved, 173 + name: style === 'deepObject' ? `${name}[${key}]` : key, 174 + value: v as string, 175 + }), 176 + ) 177 + .join(separator); 178 + return style === 'label' || style === 'matrix' 179 + ? separator + joinedValues 180 + : joinedValues; 181 + };
+120
packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/core/types.gen.ts.snap
···
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + import type { Auth, AuthToken } from './auth.gen'; 4 + import type { 5 + BodySerializer, 6 + QuerySerializer, 7 + QuerySerializerOptions, 8 + } from './bodySerializer.gen'; 9 + 10 + export interface Client< 11 + RequestFn = never, 12 + Config = unknown, 13 + MethodFn = never, 14 + BuildUrlFn = never, 15 + > { 16 + /** 17 + * Returns the final request URL. 18 + */ 19 + buildUrl: BuildUrlFn; 20 + connect: MethodFn; 21 + delete: MethodFn; 22 + get: MethodFn; 23 + getConfig: () => Config; 24 + head: MethodFn; 25 + options: MethodFn; 26 + patch: MethodFn; 27 + post: MethodFn; 28 + put: MethodFn; 29 + request: RequestFn; 30 + setConfig: (config: Config) => Config; 31 + trace: MethodFn; 32 + } 33 + 34 + export interface Config { 35 + /** 36 + * Auth token or a function returning auth token. The resolved value will be 37 + * added to the request payload as defined by its `security` array. 38 + */ 39 + auth?: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken; 40 + /** 41 + * A function for serializing request body parameter. By default, 42 + * {@link JSON.stringify()} will be used. 43 + */ 44 + bodySerializer?: BodySerializer | null; 45 + /** 46 + * An object containing any HTTP headers that you want to pre-populate your 47 + * `Headers` object with. 48 + * 49 + * {@link https://developer.mozilla.org/docs/Web/API/Headers/Headers#init See more} 50 + */ 51 + headers?: 52 + | RequestInit['headers'] 53 + | Record< 54 + string, 55 + | string 56 + | number 57 + | boolean 58 + | (string | number | boolean)[] 59 + | null 60 + | undefined 61 + | unknown 62 + >; 63 + /** 64 + * The request method. 65 + * 66 + * {@link https://developer.mozilla.org/docs/Web/API/fetch#method See more} 67 + */ 68 + method?: 69 + | 'CONNECT' 70 + | 'DELETE' 71 + | 'GET' 72 + | 'HEAD' 73 + | 'OPTIONS' 74 + | 'PATCH' 75 + | 'POST' 76 + | 'PUT' 77 + | 'TRACE'; 78 + /** 79 + * A function for serializing request query parameters. By default, arrays 80 + * will be exploded in form style, objects will be exploded in deepObject 81 + * style, and reserved characters are percent-encoded. 82 + * 83 + * This method will have no effect if the native `paramsSerializer()` Axios 84 + * API function is used. 85 + * 86 + * {@link https://swagger.io/docs/specification/serialization/#query View examples} 87 + */ 88 + querySerializer?: QuerySerializer | QuerySerializerOptions; 89 + /** 90 + * A function validating request data. This is useful if you want to ensure 91 + * the request conforms to the desired shape, so it can be safely sent to 92 + * the server. 93 + */ 94 + requestValidator?: (data: unknown) => Promise<unknown>; 95 + /** 96 + * A function transforming response data before it's returned. This is useful 97 + * for post-processing data, e.g. converting ISO strings into Date objects. 98 + */ 99 + responseTransformer?: (data: unknown) => Promise<unknown>; 100 + /** 101 + * A function validating response data. This is useful if you want to ensure 102 + * the response conforms to the desired shape, so it can be safely passed to 103 + * the transformers and returned to the user. 104 + */ 105 + responseValidator?: (data: unknown) => Promise<unknown>; 106 + } 107 + 108 + type IsExactlyNeverOrNeverUndefined<T> = [T] extends [never] 109 + ? true 110 + : [T] extends [never | undefined] 111 + ? [undefined] extends [T] 112 + ? false 113 + : true 114 + : false; 115 + 116 + export type OmitNever<T extends Record<string, unknown>> = { 117 + [K in keyof T as IsExactlyNeverOrNeverUndefined<T[K]> extends true 118 + ? never 119 + : K]: T[K]; 120 + };
+1993
packages/openapi-ts-tests/main/test/__snapshots__/test/generated/v3_no_index/types.gen.ts.snap
···
··· 1 + // This file is auto-generated by @hey-api/openapi-ts 2 + 3 + /** 4 + * Model with number-only name 5 + */ 6 + export type _400 = string; 7 + 8 + /** 9 + * Testing multiline comments in string: First line 10 + * Second line 11 + * 12 + * Fourth line 13 + */ 14 + export type CamelCaseCommentWithBreaks = number; 15 + 16 + /** 17 + * Testing multiline comments in string: First line 18 + * Second line 19 + * 20 + * Fourth line 21 + */ 22 + export type CommentWithBreaks = number; 23 + 24 + /** 25 + * Testing backticks in string: `backticks` and ```multiple backticks``` should work 26 + */ 27 + export type CommentWithBackticks = number; 28 + 29 + /** 30 + * Testing backticks and quotes in string: `backticks`, 'quotes', "double quotes" and ```multiple backticks``` should work 31 + */ 32 + export type CommentWithBackticksAndQuotes = number; 33 + 34 + /** 35 + * Testing slashes in string: \backwards\\\ and /forwards/// should work 36 + */ 37 + export type CommentWithSlashes = number; 38 + 39 + /** 40 + * Testing expression placeholders in string: ${expression} should work 41 + */ 42 + export type CommentWithExpressionPlaceholders = number; 43 + 44 + /** 45 + * Testing quotes in string: 'single quote''' and "double quotes""" should work 46 + */ 47 + export type CommentWithQuotes = number; 48 + 49 + /** 50 + * Testing reserved characters in string: * inline * and ** inline ** should work 51 + */ 52 + export type CommentWithReservedCharacters = number; 53 + 54 + /** 55 + * This is a simple number 56 + */ 57 + export type SimpleInteger = number; 58 + 59 + /** 60 + * This is a simple boolean 61 + */ 62 + export type SimpleBoolean = boolean; 63 + 64 + /** 65 + * This is a simple string 66 + */ 67 + export type SimpleString = string; 68 + 69 + /** 70 + * A string with non-ascii (unicode) characters valid in typescript identifiers (æøåÆØÅöÔèÈ字符串) 71 + */ 72 + export type NonAsciiStringæøåÆøÅöôêÊ字符串 = string; 73 + 74 + /** 75 + * This is a simple file 76 + */ 77 + export type SimpleFile = unknown; 78 + 79 + /** 80 + * This is a simple reference 81 + */ 82 + export type SimpleReference = ModelWithString; 83 + 84 + /** 85 + * This is a simple string 86 + */ 87 + export type SimpleStringWithPattern = string; 88 + 89 + /** 90 + * This is a simple enum with strings 91 + */ 92 + export type EnumWithStrings = 'Success' | 'Warning' | 'Error' | "'Single Quote'" | '"Double Quotes"' | 'Non-ascii: øæåôöØÆÅÔÖ字符串'; 93 + 94 + export type EnumWithReplacedCharacters = "'Single Quote'" | '"Double Quotes"' | 'øæåôöØÆÅÔÖ字符串' | 3.1 | ''; 95 + 96 + /** 97 + * This is a simple enum with numbers 98 + */ 99 + export type EnumWithNumbers = 1 | 2 | 3 | 1.1 | 1.2 | 1.3 | 100 | 200 | 300 | -100 | -200 | -300 | -1.1 | -1.2 | -1.3; 100 + 101 + /** 102 + * Success=1,Warning=2,Error=3 103 + */ 104 + export type EnumFromDescription = number; 105 + 106 + /** 107 + * This is a simple enum with numbers 108 + */ 109 + export type EnumWithExtensions = 200 | 400 | 500; 110 + 111 + export type EnumWithXEnumNames = 0 | 1 | 2; 112 + 113 + /** 114 + * This is a simple array with numbers 115 + */ 116 + export type ArrayWithNumbers = Array<number>; 117 + 118 + /** 119 + * This is a simple array with booleans 120 + */ 121 + export type ArrayWithBooleans = Array<boolean>; 122 + 123 + /** 124 + * This is a simple array with strings 125 + */ 126 + export type ArrayWithStrings = Array<string>; 127 + 128 + /** 129 + * This is a simple array with references 130 + */ 131 + export type ArrayWithReferences = Array<ModelWithString>; 132 + 133 + /** 134 + * This is a simple array containing an array 135 + */ 136 + export type ArrayWithArray = Array<Array<ModelWithString>>; 137 + 138 + /** 139 + * This is a simple array with properties 140 + */ 141 + export type ArrayWithProperties = Array<{ 142 + '16x16'?: CamelCaseCommentWithBreaks; 143 + bar?: string; 144 + }>; 145 + 146 + /** 147 + * This is a simple array with any of properties 148 + */ 149 + export type ArrayWithAnyOfProperties = Array<{ 150 + foo?: string; 151 + } | { 152 + bar?: string; 153 + }>; 154 + 155 + export type AnyOfAnyAndNull = { 156 + data?: unknown | null; 157 + }; 158 + 159 + /** 160 + * This is a simple array with any of properties 161 + */ 162 + export type AnyOfArrays = { 163 + results?: Array<{ 164 + foo?: string; 165 + } | { 166 + bar?: string; 167 + }>; 168 + }; 169 + 170 + /** 171 + * This is a string dictionary 172 + */ 173 + export type DictionaryWithString = { 174 + [key: string]: string; 175 + }; 176 + 177 + export type DictionaryWithPropertiesAndAdditionalProperties = { 178 + foo?: number; 179 + bar?: boolean; 180 + [key: string]: string | number | boolean | undefined; 181 + }; 182 + 183 + /** 184 + * This is a string reference 185 + */ 186 + export type DictionaryWithReference = { 187 + [key: string]: ModelWithString; 188 + }; 189 + 190 + /** 191 + * This is a complex dictionary 192 + */ 193 + export type DictionaryWithArray = { 194 + [key: string]: Array<ModelWithString>; 195 + }; 196 + 197 + /** 198 + * This is a string dictionary 199 + */ 200 + export type DictionaryWithDictionary = { 201 + [key: string]: { 202 + [key: string]: string; 203 + }; 204 + }; 205 + 206 + /** 207 + * This is a complex dictionary 208 + */ 209 + export type DictionaryWithProperties = { 210 + [key: string]: { 211 + foo?: string; 212 + bar?: string; 213 + }; 214 + }; 215 + 216 + /** 217 + * This is a model with one number property 218 + */ 219 + export type ModelWithInteger = { 220 + /** 221 + * This is a simple number property 222 + */ 223 + prop?: number; 224 + }; 225 + 226 + /** 227 + * This is a model with one boolean property 228 + */ 229 + export type ModelWithBoolean = { 230 + /** 231 + * This is a simple boolean property 232 + */ 233 + prop?: boolean; 234 + }; 235 + 236 + /** 237 + * This is a model with one string property 238 + */ 239 + export type ModelWithString = { 240 + /** 241 + * This is a simple string property 242 + */ 243 + prop?: string; 244 + }; 245 + 246 + /** 247 + * This is a model with one string property 248 + */ 249 + export type ModelWithStringError = { 250 + /** 251 + * This is a simple string property 252 + */ 253 + prop?: string; 254 + }; 255 + 256 + /** 257 + * `Comment` or `VoiceComment`. The JSON object for adding voice comments to tickets is different. See [Adding voice comments to tickets](/documentation/ticketing/managing-tickets/adding-voice-comments-to-tickets) 258 + */ 259 + export type ModelFromZendesk = string; 260 + 261 + /** 262 + * This is a model with one string property 263 + */ 264 + export type ModelWithNullableString = { 265 + /** 266 + * This is a simple string property 267 + */ 268 + nullableProp1?: string; 269 + /** 270 + * This is a simple string property 271 + */ 272 + nullableRequiredProp1: string; 273 + /** 274 + * This is a simple string property 275 + */ 276 + nullableProp2?: string | null; 277 + /** 278 + * This is a simple string property 279 + */ 280 + nullableRequiredProp2: string | null; 281 + /** 282 + * This is a simple enum with strings 283 + */ 284 + 'foo_bar-enum'?: 'Success' | 'Warning' | 'Error' | 'ØÆÅ字符串'; 285 + }; 286 + 287 + /** 288 + * This is a model with one enum 289 + */ 290 + export type ModelWithEnum = { 291 + /** 292 + * This is a simple enum with strings 293 + */ 294 + 'foo_bar-enum'?: 'Success' | 'Warning' | 'Error' | 'ØÆÅ字符串'; 295 + /** 296 + * These are the HTTP error code enums 297 + */ 298 + statusCode?: '100' | '200 FOO' | '300 FOO_BAR' | '400 foo-bar' | '500 foo.bar' | '600 foo&bar'; 299 + /** 300 + * Simple boolean enum 301 + */ 302 + bool?: true; 303 + }; 304 + 305 + /** 306 + * This is a model with one enum with escaped name 307 + */ 308 + export type ModelWithEnumWithHyphen = { 309 + /** 310 + * Foo-Bar-Baz-Qux 311 + */ 312 + 'foo-bar-baz-qux'?: '3.0'; 313 + }; 314 + 315 + /** 316 + * This is a model with one enum 317 + */ 318 + export type ModelWithEnumFromDescription = { 319 + /** 320 + * Success=1,Warning=2,Error=3 321 + */ 322 + test?: number; 323 + }; 324 + 325 + /** 326 + * This is a model with nested enums 327 + */ 328 + export type ModelWithNestedEnums = { 329 + dictionaryWithEnum?: { 330 + [key: string]: 'Success' | 'Warning' | 'Error'; 331 + }; 332 + dictionaryWithEnumFromDescription?: { 333 + [key: string]: number; 334 + }; 335 + arrayWithEnum?: Array<'Success' | 'Warning' | 'Error'>; 336 + arrayWithDescription?: Array<number>; 337 + /** 338 + * This is a simple enum with strings 339 + */ 340 + 'foo_bar-enum'?: 'Success' | 'Warning' | 'Error' | 'ØÆÅ字符串'; 341 + }; 342 + 343 + /** 344 + * This is a model with one property containing a reference 345 + */ 346 + export type ModelWithReference = { 347 + prop?: ModelWithProperties; 348 + }; 349 + 350 + /** 351 + * This is a model with one property containing an array 352 + */ 353 + export type ModelWithArrayReadOnlyAndWriteOnly = { 354 + prop?: Array<ModelWithReadOnlyAndWriteOnly>; 355 + propWithFile?: Array<unknown>; 356 + propWithNumber?: Array<number>; 357 + }; 358 + 359 + /** 360 + * This is a model with one property containing an array 361 + */ 362 + export type ModelWithArray = { 363 + prop?: Array<ModelWithString>; 364 + propWithFile?: Array<unknown>; 365 + propWithNumber?: Array<number>; 366 + }; 367 + 368 + /** 369 + * This is a model with one property containing a dictionary 370 + */ 371 + export type ModelWithDictionary = { 372 + prop?: { 373 + [key: string]: string; 374 + }; 375 + }; 376 + 377 + /** 378 + * This is a deprecated model with a deprecated property 379 + * @deprecated 380 + */ 381 + export type DeprecatedModel = { 382 + /** 383 + * This is a deprecated property 384 + * @deprecated 385 + */ 386 + prop?: string; 387 + }; 388 + 389 + /** 390 + * This is a model with one property containing a circular reference 391 + */ 392 + export type ModelWithCircularReference = { 393 + prop?: ModelWithCircularReference; 394 + }; 395 + 396 + /** 397 + * This is a model with one property with a 'one of' relationship 398 + */ 399 + export type CompositionWithOneOf = { 400 + propA?: ModelWithString | ModelWithEnum | ModelWithArray | ModelWithDictionary; 401 + }; 402 + 403 + /** 404 + * This is a model with one property with a 'one of' relationship where the options are not $ref 405 + */ 406 + export type CompositionWithOneOfAnonymous = { 407 + propA?: { 408 + propA?: string; 409 + } | string | number; 410 + }; 411 + 412 + /** 413 + * Circle 414 + */ 415 + export type ModelCircle = { 416 + kind: string; 417 + radius?: number; 418 + }; 419 + 420 + /** 421 + * Square 422 + */ 423 + export type ModelSquare = { 424 + kind: string; 425 + sideLength?: number; 426 + }; 427 + 428 + /** 429 + * This is a model with one property with a 'one of' relationship where the options are not $ref 430 + */ 431 + export type CompositionWithOneOfDiscriminator = ({ 432 + kind: 'circle'; 433 + } & ModelCircle) | ({ 434 + kind: 'square'; 435 + } & ModelSquare); 436 + 437 + /** 438 + * This is a model with one property with a 'any of' relationship 439 + */ 440 + export type CompositionWithAnyOf = { 441 + propA?: ModelWithString | ModelWithEnum | ModelWithArray | ModelWithDictionary; 442 + }; 443 + 444 + /** 445 + * This is a model with one property with a 'any of' relationship where the options are not $ref 446 + */ 447 + export type CompositionWithAnyOfAnonymous = { 448 + propA?: { 449 + propA?: string; 450 + } | string | number; 451 + }; 452 + 453 + /** 454 + * This is a model with nested 'any of' property with a type null 455 + */ 456 + export type CompositionWithNestedAnyAndTypeNull = { 457 + propA?: Array<ModelWithDictionary | null> | Array<ModelWithArray | null>; 458 + }; 459 + 460 + export type _3eNum1Период = 'Bird' | 'Dog'; 461 + 462 + export type ConstValue = 'ConstValue'; 463 + 464 + /** 465 + * This is a model with one property with a 'any of' relationship where the options are not $ref 466 + */ 467 + export type CompositionWithNestedAnyOfAndNull = { 468 + /** 469 + * Scopes 470 + */ 471 + propA?: Array<_3eNum1Период | ConstValue> | null; 472 + }; 473 + 474 + /** 475 + * This is a model with one property with a 'one of' relationship 476 + */ 477 + export type CompositionWithOneOfAndNullable = { 478 + propA?: { 479 + boolean?: boolean; 480 + } | ModelWithEnum | ModelWithArray | ModelWithDictionary; 481 + }; 482 + 483 + /** 484 + * This is a model that contains a simple dictionary within composition 485 + */ 486 + export type CompositionWithOneOfAndSimpleDictionary = { 487 + propA?: boolean | { 488 + [key: string]: number; 489 + }; 490 + }; 491 + 492 + /** 493 + * This is a model that contains a dictionary of simple arrays within composition 494 + */ 495 + export type CompositionWithOneOfAndSimpleArrayDictionary = { 496 + propA?: boolean | { 497 + [key: string]: Array<boolean>; 498 + }; 499 + }; 500 + 501 + /** 502 + * This is a model that contains a dictionary of complex arrays (composited) within composition 503 + */ 504 + export type CompositionWithOneOfAndComplexArrayDictionary = { 505 + propA?: boolean | { 506 + [key: string]: Array<number | string>; 507 + }; 508 + }; 509 + 510 + /** 511 + * This is a model with one property with a 'all of' relationship 512 + */ 513 + export type CompositionWithAllOfAndNullable = { 514 + propA?: { 515 + boolean?: boolean; 516 + } & ModelWithEnum & ModelWithArray & ModelWithDictionary; 517 + }; 518 + 519 + /** 520 + * This is a model with one property with a 'any of' relationship 521 + */ 522 + export type CompositionWithAnyOfAndNullable = { 523 + propA?: { 524 + boolean?: boolean; 525 + } | ModelWithEnum | ModelWithArray | ModelWithDictionary; 526 + }; 527 + 528 + /** 529 + * This is a base model with two simple optional properties 530 + */ 531 + export type CompositionBaseModel = { 532 + firstName?: string; 533 + lastname?: string; 534 + }; 535 + 536 + /** 537 + * This is a model that extends the base model 538 + */ 539 + export type CompositionExtendedModel = CompositionBaseModel & { 540 + age: number; 541 + firstName: string; 542 + lastname: string; 543 + }; 544 + 545 + /** 546 + * This is a model with one nested property 547 + */ 548 + export type ModelWithProperties = { 549 + required: string; 550 + readonly requiredAndReadOnly: string; 551 + requiredAndNullable: string; 552 + string?: string; 553 + number?: number; 554 + boolean?: boolean; 555 + reference?: ModelWithString; 556 + 'property with space'?: string; 557 + default?: string; 558 + try?: string; 559 + readonly '@namespace.string'?: string; 560 + readonly '@namespace.integer'?: number; 561 + }; 562 + 563 + /** 564 + * This is a model with one nested property 565 + */ 566 + export type ModelWithNestedProperties = { 567 + readonly first: { 568 + readonly second: { 569 + readonly third: string; 570 + }; 571 + }; 572 + }; 573 + 574 + /** 575 + * This is a model with duplicated properties 576 + */ 577 + export type ModelWithDuplicateProperties = { 578 + prop?: ModelWithString; 579 + }; 580 + 581 + /** 582 + * This is a model with ordered properties 583 + */ 584 + export type ModelWithOrderedProperties = { 585 + zebra?: string; 586 + apple?: string; 587 + hawaii?: string; 588 + }; 589 + 590 + /** 591 + * This is a model with duplicated imports 592 + */ 593 + export type ModelWithDuplicateImports = { 594 + propA?: ModelWithString; 595 + propB?: ModelWithString; 596 + propC?: ModelWithString; 597 + }; 598 + 599 + /** 600 + * This is a model that extends another model 601 + */ 602 + export type ModelThatExtends = ModelWithString & { 603 + propExtendsA?: string; 604 + propExtendsB?: ModelWithString; 605 + }; 606 + 607 + /** 608 + * This is a model that extends another model 609 + */ 610 + export type ModelThatExtendsExtends = ModelWithString & ModelThatExtends & { 611 + propExtendsC?: string; 612 + propExtendsD?: ModelWithString; 613 + }; 614 + 615 + /** 616 + * This is a model that contains a some patterns 617 + */ 618 + export type ModelWithPattern = { 619 + key: string; 620 + name: string; 621 + readonly enabled?: boolean; 622 + readonly modified?: string; 623 + id?: string; 624 + text?: string; 625 + patternWithSingleQuotes?: string; 626 + patternWithNewline?: string; 627 + patternWithBacktick?: string; 628 + }; 629 + 630 + export type File = { 631 + /** 632 + * Id 633 + */ 634 + readonly id?: string; 635 + /** 636 + * Updated at 637 + */ 638 + readonly updated_at?: string; 639 + /** 640 + * Created at 641 + */ 642 + readonly created_at?: string; 643 + /** 644 + * Mime 645 + */ 646 + mime: string; 647 + /** 648 + * File 649 + */ 650 + readonly file?: string; 651 + }; 652 + 653 + export type Default = { 654 + name?: string; 655 + }; 656 + 657 + export type Pageable = { 658 + page?: number; 659 + size?: number; 660 + sort?: Array<string>; 661 + }; 662 + 663 + /** 664 + * This is a free-form object without additionalProperties. 665 + */ 666 + export type FreeFormObjectWithoutAdditionalProperties = { 667 + [key: string]: unknown; 668 + }; 669 + 670 + /** 671 + * This is a free-form object with additionalProperties: true. 672 + */ 673 + export type FreeFormObjectWithAdditionalPropertiesEqTrue = { 674 + [key: string]: unknown; 675 + }; 676 + 677 + /** 678 + * This is a free-form object with additionalProperties: {}. 679 + */ 680 + export type FreeFormObjectWithAdditionalPropertiesEqEmptyObject = { 681 + [key: string]: unknown; 682 + }; 683 + 684 + export type ModelWithConst = { 685 + String?: 'String'; 686 + number?: 0; 687 + null?: null; 688 + withType?: 'Some string'; 689 + }; 690 + 691 + /** 692 + * This is a model with one property and additionalProperties: true 693 + */ 694 + export type ModelWithAdditionalPropertiesEqTrue = { 695 + /** 696 + * This is a simple string property 697 + */ 698 + prop?: string; 699 + [key: string]: unknown | string | undefined; 700 + }; 701 + 702 + export type NestedAnyOfArraysNullable = { 703 + nullableArray?: Array<string | boolean> | null; 704 + }; 705 + 706 + export type CompositionWithOneOfAndProperties = ({ 707 + foo: SimpleParameter; 708 + } | { 709 + bar: NonAsciiStringæøåÆøÅöôêÊ字符串; 710 + }) & { 711 + baz: number; 712 + qux: number; 713 + }; 714 + 715 + /** 716 + * An object that can be null 717 + */ 718 + export type NullableObject = { 719 + foo?: string; 720 + } | null; 721 + 722 + /** 723 + * Some % character 724 + */ 725 + export type CharactersInDescription = string; 726 + 727 + export type ModelWithNullableObject = { 728 + data?: NullableObject; 729 + }; 730 + 731 + export type ModelWithOneOfEnum = { 732 + foo: 'Bar'; 733 + } | { 734 + foo: 'Baz'; 735 + } | { 736 + foo: 'Qux'; 737 + } | { 738 + content: string; 739 + foo: 'Quux'; 740 + } | { 741 + content: [ 742 + unknown, 743 + unknown 744 + ]; 745 + foo: 'Corge'; 746 + }; 747 + 748 + export type ModelWithNestedArrayEnumsDataFoo = 'foo' | 'bar'; 749 + 750 + export type ModelWithNestedArrayEnumsDataBar = 'baz' | 'qux'; 751 + 752 + export type ModelWithNestedArrayEnumsData = { 753 + foo?: Array<ModelWithNestedArrayEnumsDataFoo>; 754 + bar?: Array<ModelWithNestedArrayEnumsDataBar>; 755 + }; 756 + 757 + export type ModelWithNestedArrayEnums = { 758 + array_strings?: Array<string>; 759 + data?: ModelWithNestedArrayEnumsData; 760 + }; 761 + 762 + export type ModelWithNestedCompositionEnums = { 763 + foo?: ModelWithNestedArrayEnumsDataFoo; 764 + }; 765 + 766 + export type ModelWithReadOnlyAndWriteOnly = { 767 + foo: string; 768 + readonly bar: string; 769 + baz: string; 770 + }; 771 + 772 + export type ModelWithConstantSizeArray = [ 773 + number, 774 + number 775 + ]; 776 + 777 + export type ModelWithAnyOfConstantSizeArray = [ 778 + number | string, 779 + number | string, 780 + number | string 781 + ]; 782 + 783 + export type ModelWithPrefixItemsConstantSizeArray = [ 784 + ModelWithInteger, 785 + number | string, 786 + string 787 + ]; 788 + 789 + export type ModelWithAnyOfConstantSizeArrayNullable = [ 790 + number | string, 791 + number | string, 792 + number | string 793 + ]; 794 + 795 + export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptions = [ 796 + number | Import, 797 + number | Import 798 + ]; 799 + 800 + export type ModelWithAnyOfConstantSizeArrayAndIntersect = [ 801 + number & string, 802 + number & string 803 + ]; 804 + 805 + export type ModelWithNumericEnumUnion = { 806 + /** 807 + * Период 808 + */ 809 + value?: -10 | -1 | 0 | 1 | 3 | 6 | 12; 810 + }; 811 + 812 + /** 813 + * Some description with `back ticks` 814 + */ 815 + export type ModelWithBackticksInDescription = { 816 + /** 817 + * The template `that` should be used for parsing and importing the contents of the CSV file. 818 + * 819 + * <br/><p>There is one placeholder currently supported:<ul> <li><b>${x}</b> - refers to the n-th column in the CSV file, e.g. ${1}, ${2}, ...)</li></ul><p>Example of a correct JSON template:</p> 820 + * <pre> 821 + * [ 822 + * { 823 + * "resourceType": "Asset", 824 + * "identifier": { 825 + * "name": "${1}", 826 + * "domain": { 827 + * "name": "${2}", 828 + * "community": { 829 + * "name": "Some Community" 830 + * } 831 + * } 832 + * }, 833 + * "attributes" : { 834 + * "00000000-0000-0000-0000-000000003115" : [ { 835 + * "value" : "${3}" 836 + * } ], 837 + * "00000000-0000-0000-0000-000000000222" : [ { 838 + * "value" : "${4}" 839 + * } ] 840 + * } 841 + * } 842 + * ] 843 + * </pre> 844 + */ 845 + template?: string; 846 + }; 847 + 848 + export type ModelWithOneOfAndProperties = (SimpleParameter | NonAsciiStringæøåÆøÅöôêÊ字符串) & { 849 + baz: number; 850 + qux: number; 851 + }; 852 + 853 + /** 854 + * Model used to test deduplication strategy (unused) 855 + */ 856 + export type ParameterSimpleParameterUnused = string; 857 + 858 + /** 859 + * Model used to test deduplication strategy 860 + */ 861 + export type PostServiceWithEmptyTagResponse = string; 862 + 863 + /** 864 + * Model used to test deduplication strategy 865 + */ 866 + export type PostServiceWithEmptyTagResponse2 = string; 867 + 868 + /** 869 + * Model used to test deduplication strategy 870 + */ 871 + export type DeleteFooData = string; 872 + 873 + /** 874 + * Model used to test deduplication strategy 875 + */ 876 + export type DeleteFooData2 = string; 877 + 878 + /** 879 + * Model with restricted keyword name 880 + */ 881 + export type Import = string; 882 + 883 + export type SchemaWithFormRestrictedKeys = { 884 + description?: string; 885 + 'x-enum-descriptions'?: string; 886 + 'x-enum-varnames'?: string; 887 + 'x-enumNames'?: string; 888 + title?: string; 889 + object?: { 890 + description?: string; 891 + 'x-enum-descriptions'?: string; 892 + 'x-enum-varnames'?: string; 893 + 'x-enumNames'?: string; 894 + title?: string; 895 + }; 896 + array?: Array<unknown>; 897 + }; 898 + 899 + /** 900 + * This schema was giving PascalCase transformations a hard time 901 + */ 902 + export type IoK8sApimachineryPkgApisMetaV1DeleteOptions = { 903 + /** 904 + * Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned. 905 + */ 906 + preconditions?: IoK8sApimachineryPkgApisMetaV1Preconditions; 907 + }; 908 + 909 + /** 910 + * This schema was giving PascalCase transformations a hard time 911 + */ 912 + export type IoK8sApimachineryPkgApisMetaV1Preconditions = { 913 + /** 914 + * Specifies the target ResourceVersion 915 + */ 916 + resourceVersion?: string; 917 + /** 918 + * Specifies the target UID. 919 + */ 920 + uid?: string; 921 + }; 922 + 923 + export type AdditionalPropertiesUnknownIssue = { 924 + [key: string]: string | number; 925 + }; 926 + 927 + export type AdditionalPropertiesUnknownIssue2 = { 928 + [key: string]: string | number; 929 + }; 930 + 931 + export type AdditionalPropertiesUnknownIssue3 = string & { 932 + entries: unknown; 933 + }; 934 + 935 + export type AdditionalPropertiesIntegerIssue = { 936 + value: number; 937 + [key: string]: number; 938 + }; 939 + 940 + export type OneOfAllOfIssue = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString; 941 + 942 + export type GenericSchemaDuplicateIssue1SystemBoolean = { 943 + item?: boolean; 944 + error?: string; 945 + readonly hasError?: boolean; 946 + data?: { 947 + [key: string]: never; 948 + }; 949 + }; 950 + 951 + export type GenericSchemaDuplicateIssue1SystemString = { 952 + item?: string; 953 + error?: string; 954 + readonly hasError?: boolean; 955 + }; 956 + 957 + /** 958 + * This is a reusable parameter 959 + */ 960 + export type SimpleParameter = string; 961 + 962 + /** 963 + * Parameter with illegal characters 964 + */ 965 + export type XFooBar = ModelWithString; 966 + 967 + /** 968 + * A reusable request body 969 + */ 970 + export type SimpleRequestBody = ModelWithString; 971 + 972 + /** 973 + * A reusable request body 974 + */ 975 + export type SimpleFormData = ModelWithString; 976 + 977 + export type ExportData = { 978 + body?: never; 979 + path?: never; 980 + query?: never; 981 + url: '/api/v{api-version}/no+tag'; 982 + }; 983 + 984 + export type PatchApiVbyApiVersionNoTagData = { 985 + body?: never; 986 + path?: never; 987 + query?: never; 988 + url: '/api/v{api-version}/no+tag'; 989 + }; 990 + 991 + export type PatchApiVbyApiVersionNoTagResponses = { 992 + /** 993 + * OK 994 + */ 995 + default: unknown; 996 + }; 997 + 998 + export type ImportData = { 999 + body: ModelWithReadOnlyAndWriteOnly | ModelWithArrayReadOnlyAndWriteOnly; 1000 + path?: never; 1001 + query?: never; 1002 + url: '/api/v{api-version}/no+tag'; 1003 + }; 1004 + 1005 + export type ImportResponses = { 1006 + /** 1007 + * Success 1008 + */ 1009 + 200: ModelFromZendesk; 1010 + /** 1011 + * Default success response 1012 + */ 1013 + default: ModelWithReadOnlyAndWriteOnly; 1014 + }; 1015 + 1016 + export type ImportResponse = ImportResponses[keyof ImportResponses]; 1017 + 1018 + export type FooWowData = { 1019 + body?: never; 1020 + path?: never; 1021 + query?: never; 1022 + url: '/api/v{api-version}/no+tag'; 1023 + }; 1024 + 1025 + export type FooWowResponses = { 1026 + /** 1027 + * OK 1028 + */ 1029 + default: unknown; 1030 + }; 1031 + 1032 + export type ApiVVersionODataControllerCountData = { 1033 + body?: never; 1034 + path?: never; 1035 + query?: never; 1036 + url: '/api/v{api-version}/simple/$count'; 1037 + }; 1038 + 1039 + export type ApiVVersionODataControllerCountResponses = { 1040 + /** 1041 + * Success 1042 + */ 1043 + 200: ModelFromZendesk; 1044 + }; 1045 + 1046 + export type ApiVVersionODataControllerCountResponse = ApiVVersionODataControllerCountResponses[keyof ApiVVersionODataControllerCountResponses]; 1047 + 1048 + export type GetApiVbyApiVersionSimpleOperationData = { 1049 + body?: never; 1050 + path: { 1051 + /** 1052 + * foo in method 1053 + */ 1054 + foo_param: string; 1055 + }; 1056 + query?: never; 1057 + url: '/api/v{api-version}/simple:operation'; 1058 + }; 1059 + 1060 + export type GetApiVbyApiVersionSimpleOperationErrors = { 1061 + /** 1062 + * Default error response 1063 + */ 1064 + default: ModelWithBoolean; 1065 + }; 1066 + 1067 + export type GetApiVbyApiVersionSimpleOperationError = GetApiVbyApiVersionSimpleOperationErrors[keyof GetApiVbyApiVersionSimpleOperationErrors]; 1068 + 1069 + export type GetApiVbyApiVersionSimpleOperationResponses = { 1070 + /** 1071 + * Response is a simple number 1072 + */ 1073 + 200: number; 1074 + }; 1075 + 1076 + export type GetApiVbyApiVersionSimpleOperationResponse = GetApiVbyApiVersionSimpleOperationResponses[keyof GetApiVbyApiVersionSimpleOperationResponses]; 1077 + 1078 + export type DeleteCallWithoutParametersAndResponseData = { 1079 + body?: never; 1080 + path?: never; 1081 + query?: never; 1082 + url: '/api/v{api-version}/simple'; 1083 + }; 1084 + 1085 + export type GetCallWithoutParametersAndResponseData = { 1086 + body?: never; 1087 + path?: never; 1088 + query?: never; 1089 + url: '/api/v{api-version}/simple'; 1090 + }; 1091 + 1092 + export type HeadCallWithoutParametersAndResponseData = { 1093 + body?: never; 1094 + path?: never; 1095 + query?: never; 1096 + url: '/api/v{api-version}/simple'; 1097 + }; 1098 + 1099 + export type OptionsCallWithoutParametersAndResponseData = { 1100 + body?: never; 1101 + path?: never; 1102 + query?: never; 1103 + url: '/api/v{api-version}/simple'; 1104 + }; 1105 + 1106 + export type PatchCallWithoutParametersAndResponseData = { 1107 + body?: never; 1108 + path?: never; 1109 + query?: never; 1110 + url: '/api/v{api-version}/simple'; 1111 + }; 1112 + 1113 + export type PostCallWithoutParametersAndResponseData = { 1114 + body?: never; 1115 + path?: never; 1116 + query?: never; 1117 + url: '/api/v{api-version}/simple'; 1118 + }; 1119 + 1120 + export type PutCallWithoutParametersAndResponseData = { 1121 + body?: never; 1122 + path?: never; 1123 + query?: never; 1124 + url: '/api/v{api-version}/simple'; 1125 + }; 1126 + 1127 + export type DeleteFooData3 = { 1128 + body?: never; 1129 + headers: { 1130 + /** 1131 + * Parameter with illegal characters 1132 + */ 1133 + 'x-Foo-Bar': ModelWithString; 1134 + }; 1135 + path: { 1136 + /** 1137 + * foo in method 1138 + */ 1139 + foo_param: string; 1140 + /** 1141 + * bar in method 1142 + */ 1143 + BarParam: string; 1144 + }; 1145 + query?: never; 1146 + url: '/api/v{api-version}/foo/{foo_param}/bar/{BarParam}'; 1147 + }; 1148 + 1149 + export type CallWithDescriptionsData = { 1150 + body?: never; 1151 + path?: never; 1152 + query?: { 1153 + /** 1154 + * Testing multiline comments in string: First line 1155 + * Second line 1156 + * 1157 + * Fourth line 1158 + */ 1159 + parameterWithBreaks?: unknown; 1160 + /** 1161 + * Testing backticks in string: `backticks` and ```multiple backticks``` should work 1162 + */ 1163 + parameterWithBackticks?: unknown; 1164 + /** 1165 + * Testing slashes in string: \backwards\\\ and /forwards/// should work 1166 + */ 1167 + parameterWithSlashes?: unknown; 1168 + /** 1169 + * Testing expression placeholders in string: ${expression} should work 1170 + */ 1171 + parameterWithExpressionPlaceholders?: unknown; 1172 + /** 1173 + * Testing quotes in string: 'single quote''' and "double quotes""" should work 1174 + */ 1175 + parameterWithQuotes?: unknown; 1176 + /** 1177 + * Testing reserved characters in string: * inline * and ** inline ** should work 1178 + */ 1179 + parameterWithReservedCharacters?: unknown; 1180 + }; 1181 + url: '/api/v{api-version}/descriptions/'; 1182 + }; 1183 + 1184 + export type DeprecatedCallData = { 1185 + body?: never; 1186 + headers: { 1187 + /** 1188 + * This parameter is deprecated 1189 + * @deprecated 1190 + */ 1191 + parameter: DeprecatedModel; 1192 + }; 1193 + path?: never; 1194 + query?: never; 1195 + url: '/api/v{api-version}/parameters/deprecated'; 1196 + }; 1197 + 1198 + export type CallWithParametersData = { 1199 + /** 1200 + * This is the parameter that goes into the body 1201 + */ 1202 + body: { 1203 + [key: string]: unknown; 1204 + }; 1205 + headers: { 1206 + /** 1207 + * This is the parameter that goes into the header 1208 + */ 1209 + parameterHeader: string; 1210 + }; 1211 + path: { 1212 + /** 1213 + * This is the parameter that goes into the path 1214 + */ 1215 + parameterPath: string; 1216 + /** 1217 + * api-version should be required in standalone clients 1218 + */ 1219 + 'api-version': string; 1220 + }; 1221 + query: { 1222 + foo_ref_enum?: ModelWithNestedArrayEnumsDataFoo; 1223 + foo_all_of_enum: ModelWithNestedArrayEnumsDataFoo; 1224 + /** 1225 + * This is the parameter that goes into the query params 1226 + */ 1227 + cursor: string; 1228 + }; 1229 + url: '/api/v{api-version}/parameters/{parameterPath}'; 1230 + }; 1231 + 1232 + export type CallWithWeirdParameterNamesData = { 1233 + /** 1234 + * This is the parameter that goes into the body 1235 + */ 1236 + body: ModelWithString; 1237 + headers: { 1238 + /** 1239 + * This is the parameter that goes into the request header 1240 + */ 1241 + 'parameter.header': string; 1242 + }; 1243 + path: { 1244 + /** 1245 + * This is the parameter that goes into the path 1246 + */ 1247 + 'parameter.path.1'?: string; 1248 + /** 1249 + * This is the parameter that goes into the path 1250 + */ 1251 + 'parameter-path-2'?: string; 1252 + /** 1253 + * This is the parameter that goes into the path 1254 + */ 1255 + 'PARAMETER-PATH-3'?: string; 1256 + /** 1257 + * api-version should be required in standalone clients 1258 + */ 1259 + 'api-version': string; 1260 + }; 1261 + query: { 1262 + /** 1263 + * This is the parameter with a reserved keyword 1264 + */ 1265 + default?: string; 1266 + /** 1267 + * This is the parameter that goes into the request query params 1268 + */ 1269 + 'parameter-query': string; 1270 + }; 1271 + url: '/api/v{api-version}/parameters/{parameter.path.1}/{parameter-path-2}/{PARAMETER-PATH-3}'; 1272 + }; 1273 + 1274 + export type GetCallWithOptionalParamData = { 1275 + /** 1276 + * This is a required parameter 1277 + */ 1278 + body: ModelWithOneOfEnum; 1279 + path?: never; 1280 + query?: { 1281 + /** 1282 + * This is an optional parameter 1283 + */ 1284 + page?: number; 1285 + }; 1286 + url: '/api/v{api-version}/parameters/'; 1287 + }; 1288 + 1289 + export type PostCallWithOptionalParamData = { 1290 + /** 1291 + * This is an optional parameter 1292 + */ 1293 + body?: { 1294 + offset?: number; 1295 + }; 1296 + path?: never; 1297 + query: { 1298 + /** 1299 + * This is a required parameter 1300 + */ 1301 + parameter: Pageable; 1302 + }; 1303 + url: '/api/v{api-version}/parameters/'; 1304 + }; 1305 + 1306 + export type PostCallWithOptionalParamResponses = { 1307 + /** 1308 + * Response is a simple number 1309 + */ 1310 + 200: number; 1311 + /** 1312 + * Success 1313 + */ 1314 + 204: void; 1315 + }; 1316 + 1317 + export type PostCallWithOptionalParamResponse = PostCallWithOptionalParamResponses[keyof PostCallWithOptionalParamResponses]; 1318 + 1319 + export type PostApiVbyApiVersionRequestBodyData = { 1320 + /** 1321 + * A reusable request body 1322 + */ 1323 + body?: SimpleRequestBody; 1324 + path?: never; 1325 + query?: { 1326 + /** 1327 + * This is a reusable parameter 1328 + */ 1329 + parameter?: string; 1330 + }; 1331 + url: '/api/v{api-version}/requestBody/'; 1332 + }; 1333 + 1334 + export type PostApiVbyApiVersionFormDataData = { 1335 + /** 1336 + * A reusable request body 1337 + */ 1338 + body?: SimpleFormData; 1339 + path?: never; 1340 + query?: { 1341 + /** 1342 + * This is a reusable parameter 1343 + */ 1344 + parameter?: string; 1345 + }; 1346 + url: '/api/v{api-version}/formData/'; 1347 + }; 1348 + 1349 + export type CallWithDefaultParametersData = { 1350 + body?: never; 1351 + path?: never; 1352 + query?: { 1353 + /** 1354 + * This is a simple string with default value 1355 + */ 1356 + parameterString?: string; 1357 + /** 1358 + * This is a simple number with default value 1359 + */ 1360 + parameterNumber?: number; 1361 + /** 1362 + * This is a simple boolean with default value 1363 + */ 1364 + parameterBoolean?: boolean; 1365 + /** 1366 + * This is a simple enum with default value 1367 + */ 1368 + parameterEnum?: 'Success' | 'Warning' | 'Error'; 1369 + /** 1370 + * This is a simple model with default value 1371 + */ 1372 + parameterModel?: ModelWithString; 1373 + }; 1374 + url: '/api/v{api-version}/defaults'; 1375 + }; 1376 + 1377 + export type CallWithDefaultOptionalParametersData = { 1378 + body?: never; 1379 + path?: never; 1380 + query?: { 1381 + /** 1382 + * This is a simple string that is optional with default value 1383 + */ 1384 + parameterString?: string; 1385 + /** 1386 + * This is a simple number that is optional with default value 1387 + */ 1388 + parameterNumber?: number; 1389 + /** 1390 + * This is a simple boolean that is optional with default value 1391 + */ 1392 + parameterBoolean?: boolean; 1393 + /** 1394 + * This is a simple enum that is optional with default value 1395 + */ 1396 + parameterEnum?: 'Success' | 'Warning' | 'Error'; 1397 + /** 1398 + * This is a simple model that is optional with default value 1399 + */ 1400 + parameterModel?: ModelWithString; 1401 + }; 1402 + url: '/api/v{api-version}/defaults'; 1403 + }; 1404 + 1405 + export type CallToTestOrderOfParamsData = { 1406 + body?: never; 1407 + path?: never; 1408 + query: { 1409 + /** 1410 + * This is a optional string with default 1411 + */ 1412 + parameterOptionalStringWithDefault?: string; 1413 + /** 1414 + * This is a optional string with empty default 1415 + */ 1416 + parameterOptionalStringWithEmptyDefault?: string; 1417 + /** 1418 + * This is a optional string with no default 1419 + */ 1420 + parameterOptionalStringWithNoDefault?: string; 1421 + /** 1422 + * This is a string with default 1423 + */ 1424 + parameterStringWithDefault: string; 1425 + /** 1426 + * This is a string with empty default 1427 + */ 1428 + parameterStringWithEmptyDefault: string; 1429 + /** 1430 + * This is a string with no default 1431 + */ 1432 + parameterStringWithNoDefault: string; 1433 + /** 1434 + * This is a string that can be null with no default 1435 + */ 1436 + parameterStringNullableWithNoDefault?: string; 1437 + /** 1438 + * This is a string that can be null with default 1439 + */ 1440 + parameterStringNullableWithDefault?: string; 1441 + }; 1442 + url: '/api/v{api-version}/defaults'; 1443 + }; 1444 + 1445 + export type DuplicateNameData = { 1446 + body?: never; 1447 + path?: never; 1448 + query?: never; 1449 + url: '/api/v{api-version}/duplicate'; 1450 + }; 1451 + 1452 + export type DuplicateName2Data = { 1453 + body?: never; 1454 + path?: never; 1455 + query?: never; 1456 + url: '/api/v{api-version}/duplicate'; 1457 + }; 1458 + 1459 + export type DuplicateName3Data = { 1460 + body?: never; 1461 + path?: never; 1462 + query?: never; 1463 + url: '/api/v{api-version}/duplicate'; 1464 + }; 1465 + 1466 + export type DuplicateName4Data = { 1467 + body?: never; 1468 + path?: never; 1469 + query?: never; 1470 + url: '/api/v{api-version}/duplicate'; 1471 + }; 1472 + 1473 + export type CallWithNoContentResponseData = { 1474 + body?: never; 1475 + path?: never; 1476 + query?: never; 1477 + url: '/api/v{api-version}/no-content'; 1478 + }; 1479 + 1480 + export type CallWithNoContentResponseResponses = { 1481 + /** 1482 + * Success 1483 + */ 1484 + 204: void; 1485 + }; 1486 + 1487 + export type CallWithNoContentResponseResponse = CallWithNoContentResponseResponses[keyof CallWithNoContentResponseResponses]; 1488 + 1489 + export type CallWithResponseAndNoContentResponseData = { 1490 + body?: never; 1491 + path?: never; 1492 + query?: never; 1493 + url: '/api/v{api-version}/multiple-tags/response-and-no-content'; 1494 + }; 1495 + 1496 + export type CallWithResponseAndNoContentResponseResponses = { 1497 + /** 1498 + * Response is a simple number 1499 + */ 1500 + 200: number; 1501 + /** 1502 + * Success 1503 + */ 1504 + 204: void; 1505 + }; 1506 + 1507 + export type CallWithResponseAndNoContentResponseResponse = CallWithResponseAndNoContentResponseResponses[keyof CallWithResponseAndNoContentResponseResponses]; 1508 + 1509 + export type DummyAData = { 1510 + body?: never; 1511 + path?: never; 1512 + query?: never; 1513 + url: '/api/v{api-version}/multiple-tags/a'; 1514 + }; 1515 + 1516 + export type DummyAResponses = { 1517 + 200: _400; 1518 + }; 1519 + 1520 + export type DummyAResponse = DummyAResponses[keyof DummyAResponses]; 1521 + 1522 + export type DummyBData = { 1523 + body?: never; 1524 + path?: never; 1525 + query?: never; 1526 + url: '/api/v{api-version}/multiple-tags/b'; 1527 + }; 1528 + 1529 + export type DummyBResponses = { 1530 + /** 1531 + * Success 1532 + */ 1533 + 204: void; 1534 + }; 1535 + 1536 + export type DummyBResponse = DummyBResponses[keyof DummyBResponses]; 1537 + 1538 + export type CallWithResponseData = { 1539 + body?: never; 1540 + path?: never; 1541 + query?: never; 1542 + url: '/api/v{api-version}/response'; 1543 + }; 1544 + 1545 + export type CallWithResponseResponses = { 1546 + default: Import; 1547 + }; 1548 + 1549 + export type CallWithResponseResponse = CallWithResponseResponses[keyof CallWithResponseResponses]; 1550 + 1551 + export type CallWithDuplicateResponsesData = { 1552 + body?: never; 1553 + path?: never; 1554 + query?: never; 1555 + url: '/api/v{api-version}/response'; 1556 + }; 1557 + 1558 + export type CallWithDuplicateResponsesErrors = { 1559 + /** 1560 + * Message for 500 error 1561 + */ 1562 + 500: ModelWithStringError; 1563 + /** 1564 + * Message for 501 error 1565 + */ 1566 + 501: ModelWithStringError; 1567 + /** 1568 + * Message for 502 error 1569 + */ 1570 + 502: ModelWithStringError; 1571 + /** 1572 + * Message for 4XX errors 1573 + */ 1574 + '4XX': DictionaryWithArray; 1575 + /** 1576 + * Default error response 1577 + */ 1578 + default: ModelWithBoolean; 1579 + }; 1580 + 1581 + export type CallWithDuplicateResponsesError = CallWithDuplicateResponsesErrors[keyof CallWithDuplicateResponsesErrors]; 1582 + 1583 + export type CallWithDuplicateResponsesResponses = { 1584 + /** 1585 + * Message for 200 response 1586 + */ 1587 + 200: ModelWithBoolean & ModelWithInteger; 1588 + /** 1589 + * Message for 201 response 1590 + */ 1591 + 201: ModelWithString; 1592 + /** 1593 + * Message for 202 response 1594 + */ 1595 + 202: ModelWithString; 1596 + }; 1597 + 1598 + export type CallWithDuplicateResponsesResponse = CallWithDuplicateResponsesResponses[keyof CallWithDuplicateResponsesResponses]; 1599 + 1600 + export type CallWithResponsesData = { 1601 + body?: never; 1602 + path?: never; 1603 + query?: never; 1604 + url: '/api/v{api-version}/response'; 1605 + }; 1606 + 1607 + export type CallWithResponsesErrors = { 1608 + /** 1609 + * Message for 500 error 1610 + */ 1611 + 500: ModelWithStringError; 1612 + /** 1613 + * Message for 501 error 1614 + */ 1615 + 501: ModelWithStringError; 1616 + /** 1617 + * Message for 502 error 1618 + */ 1619 + 502: ModelWithStringError; 1620 + /** 1621 + * Message for default response 1622 + */ 1623 + default: ModelWithStringError; 1624 + }; 1625 + 1626 + export type CallWithResponsesError = CallWithResponsesErrors[keyof CallWithResponsesErrors]; 1627 + 1628 + export type CallWithResponsesResponses = { 1629 + /** 1630 + * Message for 200 response 1631 + */ 1632 + 200: { 1633 + readonly '@namespace.string'?: string; 1634 + readonly '@namespace.integer'?: number; 1635 + readonly value?: Array<ModelWithString>; 1636 + }; 1637 + /** 1638 + * Message for 201 response 1639 + */ 1640 + 201: ModelThatExtends; 1641 + /** 1642 + * Message for 202 response 1643 + */ 1644 + 202: ModelThatExtendsExtends; 1645 + }; 1646 + 1647 + export type CallWithResponsesResponse = CallWithResponsesResponses[keyof CallWithResponsesResponses]; 1648 + 1649 + export type CollectionFormatData = { 1650 + body?: never; 1651 + path?: never; 1652 + query: { 1653 + /** 1654 + * This is an array parameter that is sent as csv format (comma-separated values) 1655 + */ 1656 + parameterArrayCSV: Array<string>; 1657 + /** 1658 + * This is an array parameter that is sent as ssv format (space-separated values) 1659 + */ 1660 + parameterArraySSV: Array<string>; 1661 + /** 1662 + * This is an array parameter that is sent as tsv format (tab-separated values) 1663 + */ 1664 + parameterArrayTSV: Array<string>; 1665 + /** 1666 + * This is an array parameter that is sent as pipes format (pipe-separated values) 1667 + */ 1668 + parameterArrayPipes: Array<string>; 1669 + /** 1670 + * This is an array parameter that is sent as multi format (multiple parameter instances) 1671 + */ 1672 + parameterArrayMulti: Array<string>; 1673 + }; 1674 + url: '/api/v{api-version}/collectionFormat'; 1675 + }; 1676 + 1677 + export type TypesData = { 1678 + body?: never; 1679 + path?: { 1680 + /** 1681 + * This is a number parameter 1682 + */ 1683 + id?: number; 1684 + }; 1685 + query: { 1686 + /** 1687 + * This is a number parameter 1688 + */ 1689 + parameterNumber: number; 1690 + /** 1691 + * This is a string parameter 1692 + */ 1693 + parameterString: string; 1694 + /** 1695 + * This is a boolean parameter 1696 + */ 1697 + parameterBoolean: boolean; 1698 + /** 1699 + * This is an object parameter 1700 + */ 1701 + parameterObject: { 1702 + [key: string]: unknown; 1703 + }; 1704 + /** 1705 + * This is an array parameter 1706 + */ 1707 + parameterArray: Array<string>; 1708 + /** 1709 + * This is a dictionary parameter 1710 + */ 1711 + parameterDictionary: { 1712 + [key: string]: unknown; 1713 + }; 1714 + /** 1715 + * This is an enum parameter 1716 + */ 1717 + parameterEnum: 'Success' | 'Warning' | 'Error'; 1718 + /** 1719 + * This is tuple parameter 1720 + */ 1721 + parameterTuple: [ 1722 + number, 1723 + number, 1724 + number, 1725 + number 1726 + ]; 1727 + }; 1728 + url: '/api/v{api-version}/types'; 1729 + }; 1730 + 1731 + export type TypesResponses = { 1732 + /** 1733 + * Response is a simple number 1734 + */ 1735 + 200: number; 1736 + /** 1737 + * Response is a simple string 1738 + */ 1739 + 201: string; 1740 + /** 1741 + * Response is a simple boolean 1742 + */ 1743 + 202: boolean; 1744 + /** 1745 + * Response is a simple object 1746 + */ 1747 + 203: { 1748 + [key: string]: unknown; 1749 + }; 1750 + }; 1751 + 1752 + export type TypesResponse = TypesResponses[keyof TypesResponses]; 1753 + 1754 + export type UploadFileData = { 1755 + body: unknown; 1756 + path: { 1757 + /** 1758 + * api-version should be required in standalone clients 1759 + */ 1760 + 'api-version': string; 1761 + }; 1762 + query?: never; 1763 + url: '/api/v{api-version}/upload'; 1764 + }; 1765 + 1766 + export type UploadFileResponses = { 1767 + 200: boolean; 1768 + }; 1769 + 1770 + export type UploadFileResponse = UploadFileResponses[keyof UploadFileResponses]; 1771 + 1772 + export type FileResponseData = { 1773 + body?: never; 1774 + path: { 1775 + id: string; 1776 + /** 1777 + * api-version should be required in standalone clients 1778 + */ 1779 + 'api-version': string; 1780 + }; 1781 + query?: never; 1782 + url: '/api/v{api-version}/file/{id}'; 1783 + }; 1784 + 1785 + export type FileResponseResponses = { 1786 + /** 1787 + * Success 1788 + */ 1789 + 200: unknown; 1790 + }; 1791 + 1792 + export type ComplexTypesData = { 1793 + body?: never; 1794 + path?: never; 1795 + query: { 1796 + /** 1797 + * Parameter containing object 1798 + */ 1799 + parameterObject: { 1800 + first?: { 1801 + second?: { 1802 + third?: string; 1803 + }; 1804 + }; 1805 + }; 1806 + /** 1807 + * Parameter containing reference 1808 + */ 1809 + parameterReference: ModelWithString; 1810 + }; 1811 + url: '/api/v{api-version}/complex'; 1812 + }; 1813 + 1814 + export type ComplexTypesErrors = { 1815 + /** 1816 + * 400 `server` error 1817 + */ 1818 + 400: unknown; 1819 + /** 1820 + * 500 server error 1821 + */ 1822 + 500: unknown; 1823 + }; 1824 + 1825 + export type ComplexTypesResponses = { 1826 + /** 1827 + * Successful response 1828 + */ 1829 + 200: Array<ModelWithString>; 1830 + }; 1831 + 1832 + export type ComplexTypesResponse = ComplexTypesResponses[keyof ComplexTypesResponses]; 1833 + 1834 + export type MultipartResponseData = { 1835 + body?: never; 1836 + path?: never; 1837 + query?: never; 1838 + url: '/api/v{api-version}/multipart'; 1839 + }; 1840 + 1841 + export type MultipartResponseResponses = { 1842 + /** 1843 + * OK 1844 + */ 1845 + 200: { 1846 + file?: Blob | File; 1847 + metadata?: { 1848 + foo?: string; 1849 + bar?: string; 1850 + }; 1851 + }; 1852 + }; 1853 + 1854 + export type MultipartResponseResponse = MultipartResponseResponses[keyof MultipartResponseResponses]; 1855 + 1856 + export type MultipartRequestData = { 1857 + body?: { 1858 + content?: Blob | File; 1859 + data?: ModelWithString; 1860 + }; 1861 + path?: never; 1862 + query?: never; 1863 + url: '/api/v{api-version}/multipart'; 1864 + }; 1865 + 1866 + export type ComplexParamsData = { 1867 + body?: { 1868 + readonly key: string; 1869 + name: string; 1870 + enabled?: boolean; 1871 + type: 'Monkey' | 'Horse' | 'Bird'; 1872 + listOfModels?: Array<ModelWithString>; 1873 + listOfStrings?: Array<string>; 1874 + parameters: ModelWithString | ModelWithEnum | ModelWithArray | ModelWithDictionary; 1875 + readonly user?: { 1876 + readonly id?: number; 1877 + readonly name?: string; 1878 + }; 1879 + }; 1880 + path: { 1881 + id: number; 1882 + /** 1883 + * api-version should be required in standalone clients 1884 + */ 1885 + 'api-version': string; 1886 + }; 1887 + query?: never; 1888 + url: '/api/v{api-version}/complex/{id}'; 1889 + }; 1890 + 1891 + export type ComplexParamsResponses = { 1892 + /** 1893 + * Success 1894 + */ 1895 + 200: ModelWithString; 1896 + }; 1897 + 1898 + export type ComplexParamsResponse = ComplexParamsResponses[keyof ComplexParamsResponses]; 1899 + 1900 + export type CallWithResultFromHeaderData = { 1901 + body?: never; 1902 + path?: never; 1903 + query?: never; 1904 + url: '/api/v{api-version}/header'; 1905 + }; 1906 + 1907 + export type CallWithResultFromHeaderErrors = { 1908 + /** 1909 + * 400 server error 1910 + */ 1911 + 400: unknown; 1912 + /** 1913 + * 500 server error 1914 + */ 1915 + 500: unknown; 1916 + }; 1917 + 1918 + export type CallWithResultFromHeaderResponses = { 1919 + /** 1920 + * Successful response 1921 + */ 1922 + 200: unknown; 1923 + }; 1924 + 1925 + export type TestErrorCodeData = { 1926 + body?: never; 1927 + path?: never; 1928 + query: { 1929 + /** 1930 + * Status code to return 1931 + */ 1932 + status: number; 1933 + }; 1934 + url: '/api/v{api-version}/error'; 1935 + }; 1936 + 1937 + export type TestErrorCodeErrors = { 1938 + /** 1939 + * Custom message: Internal Server Error 1940 + */ 1941 + 500: unknown; 1942 + /** 1943 + * Custom message: Not Implemented 1944 + */ 1945 + 501: unknown; 1946 + /** 1947 + * Custom message: Bad Gateway 1948 + */ 1949 + 502: unknown; 1950 + /** 1951 + * Custom message: Service Unavailable 1952 + */ 1953 + 503: unknown; 1954 + }; 1955 + 1956 + export type TestErrorCodeResponses = { 1957 + /** 1958 + * Custom message: Successful response 1959 + */ 1960 + 200: unknown; 1961 + }; 1962 + 1963 + export type NonAsciiæøåÆøÅöôêÊ字符串Data = { 1964 + body?: never; 1965 + path?: never; 1966 + query: { 1967 + /** 1968 + * Dummy input param 1969 + */ 1970 + nonAsciiParamæøåÆØÅöôêÊ: number; 1971 + }; 1972 + url: '/api/v{api-version}/non-ascii-æøåÆØÅöôêÊ字符串'; 1973 + }; 1974 + 1975 + export type NonAsciiæøåÆøÅöôêÊ字符串Responses = { 1976 + /** 1977 + * Successful response 1978 + */ 1979 + 200: Array<NonAsciiStringæøåÆøÅöôêÊ字符串>; 1980 + }; 1981 + 1982 + export type NonAsciiæøåÆøÅöôêÊ字符串Response = NonAsciiæøåÆøÅöôêÊ字符串Responses[keyof NonAsciiæøåÆøÅöôêÊ字符串Responses]; 1983 + 1984 + export type PutWithFormUrlEncodedData = { 1985 + body: ArrayWithStrings; 1986 + path?: never; 1987 + query?: never; 1988 + url: '/api/v{api-version}/non-ascii-æøåÆØÅöôêÊ字符串'; 1989 + }; 1990 + 1991 + export type ClientOptions = { 1992 + baseUrl: 'http://localhost:3000/base' | (string & {}); 1993 + };
+16 -17
packages/openapi-ts-tests/main/test/index.test.ts
··· 240 description: 'generate legacy positional arguments', 241 name: 'v3_legacy_positional_args', 242 }, 243 - // TODO: snapshots were failing in CI, not sure why 244 - // { 245 - // config: createConfig({ 246 - // output: { 247 - // indexFile: false, 248 - // path: '', 249 - // }, 250 - // parser: { 251 - // transforms: { 252 - // readWrite: false, 253 - // }, 254 - // }, 255 - // plugins: ['@hey-api/client-fetch', '@hey-api/typescript'], 256 - // }), 257 - // description: 'generate output without index file', 258 - // name: 'v3_no_index', 259 - // }, 260 { 261 config: createConfig({ 262 plugins: [
··· 240 description: 'generate legacy positional arguments', 241 name: 'v3_legacy_positional_args', 242 }, 243 + { 244 + config: createConfig({ 245 + output: { 246 + indexFile: false, 247 + path: '', 248 + }, 249 + parser: { 250 + transforms: { 251 + readWrite: false, 252 + }, 253 + }, 254 + plugins: ['@hey-api/client-fetch', '@hey-api/typescript'], 255 + }), 256 + description: 'generate output without index file', 257 + name: 'v3_no_index', 258 + }, 259 { 260 config: createConfig({ 261 plugins: [
+1 -1
packages/openapi-ts-tests/main/test/openapi-ts.config.ts
··· 65 // name: 'foo', 66 output: { 67 // case: 'snake_case', 68 - clean: false, 69 // format: 'prettier', 70 // indexFile: false, 71 // lint: 'eslint',
··· 65 // name: 'foo', 66 output: { 67 // case: 'snake_case', 68 + clean: true, 69 // format: 'prettier', 70 // indexFile: false, 71 // lint: 'eslint',
+85 -61
packages/openapi-ts/src/generate/client.ts
··· 1 import fs from 'node:fs'; 2 - import { createRequire } from 'node:module'; 3 import path from 'node:path'; 4 5 import ts from 'typescript'; 6 ··· 12 import { splitNameAndExtension } from './file'; 13 import { ensureDirSync, relativeModulePath } from './utils'; 14 15 - // Use require.resolve to find the package root, then construct the path 16 - // This approach works with Yarn PnP and doesn't rely on specific file exports 17 - const packageRoot = path.dirname( 18 - createRequire(import.meta.url).resolve('@hey-api/openapi-ts/package.json'), 19 - ); 20 21 const getClientSrcPath = (name: string) => { 22 const pluginFilePathComponents = name.split(path.sep); ··· 90 } 91 }; 92 93 - const appendRelativeImportsSuffix = (filePath: string, suffix = '.js') => { 94 let content = fs.readFileSync(filePath, 'utf8'); 95 96 - // Replace relative imports to append .js extension for ESM compatibility 97 - // This handles patterns like: from './foo' -> from './foo.js' 98 - // and: from '../bar' -> from '../bar.js' 99 - content = content.replace( 100 - /from\s+['"](\.\.?\/[^'"]*?)['"]/g, 101 - (match, importPath) => { 102 - // Don't add .js if it already has an extension 103 - const lastSlashIndex = importPath.lastIndexOf('/'); 104 - const fileName = 105 - lastSlashIndex >= 0 ? importPath.slice(lastSlashIndex + 1) : importPath; 106 - if (fileName.includes('.')) { 107 - return match; 108 - } 109 - return `from '${importPath}${suffix}'`; 110 - }, 111 - ); 112 113 fs.writeFileSync(filePath, content, 'utf8'); 114 }; 115 116 - const replaceRelativeImports = (filePath: string) => 117 - appendRelativeImportsSuffix(filePath); 118 119 - const infixDotGenToFiles = (outputPath: string) => { 120 - const coreFiles = fs.readdirSync(outputPath); 121 - for (const file of coreFiles) { 122 - const filePath = path.resolve(outputPath, file); 123 - if (file !== 'index.ts') { 124 - const { extension, name } = splitNameAndExtension(filePath); 125 - const newFilePath = path.resolve( 126 outputPath, 127 - [name, 'gen', extension].filter(Boolean).join('.'), 128 ); 129 - fs.renameSync(filePath, newFilePath); 130 131 - appendRelativeImportsSuffix( 132 - path.resolve(outputPath, newFilePath), 133 - '.gen', 134 - ); 135 - } else { 136 - appendRelativeImportsSuffix(path.resolve(outputPath, filePath), '.gen'); 137 - } 138 } 139 }; 140 141 /** ··· 161 // copy client core 162 const coreOutputPath = path.resolve(outputPath, 'core'); 163 ensureDirSync(coreOutputPath); 164 - const coreDistPath = path.resolve(packageRoot, 'dist', 'clients', 'core'); 165 copyRecursivePnP(coreDistPath, coreOutputPath); 166 167 - if (!legacy) { 168 - infixDotGenToFiles(coreOutputPath); 169 } 170 171 - if (shouldAppendJs) { 172 - const coreFiles = fs.readdirSync(coreOutputPath); 173 - for (const file of coreFiles) { 174 - replaceRelativeImports(path.resolve(coreOutputPath, file)); 175 - } 176 - } 177 // copy client bundle 178 const clientOutputPath = path.resolve(outputPath, 'client'); 179 ensureDirSync(clientOutputPath); 180 const clientDistFolderName = plugin.name.slice('@hey-api/client-'.length); 181 const clientDistPath = path.resolve( 182 - packageRoot, 183 - 'dist', 184 'clients', 185 clientDistFolderName, 186 ); 187 copyRecursivePnP(clientDistPath, clientOutputPath); 188 189 - if (!legacy) { 190 - infixDotGenToFiles(clientOutputPath); 191 - } 192 - 193 - if (shouldAppendJs) { 194 - const clientFiles = fs.readdirSync(clientOutputPath); 195 - for (const file of clientFiles) { 196 - replaceRelativeImports(path.resolve(clientOutputPath, file)); 197 - } 198 } 199 return; 200 }
··· 1 import fs from 'node:fs'; 2 import path from 'node:path'; 3 + import { fileURLToPath } from 'node:url'; 4 5 import ts from 'typescript'; 6 ··· 12 import { splitNameAndExtension } from './file'; 13 import { ensureDirSync, relativeModulePath } from './utils'; 14 15 + const __filename = fileURLToPath(import.meta.url); 16 + const __dirname = path.dirname(__filename); 17 18 const getClientSrcPath = (name: string) => { 19 const pluginFilePathComponents = name.split(path.sep); ··· 87 } 88 }; 89 90 + const editFileContents = ({ 91 + filePath, 92 + relativeImportSuffix, 93 + }: { 94 + filePath: string; 95 + relativeImportSuffix?: string; 96 + }) => { 97 let content = fs.readFileSync(filePath, 'utf8'); 98 99 + if (relativeImportSuffix) { 100 + // Replace relative imports to append .js extension for ESM compatibility 101 + // This handles patterns like: from './foo' -> from './foo.js' 102 + // and: from '../bar' -> from '../bar.js' 103 + content = content.replace( 104 + /from\s+['"](\.\.?\/[^'"]*?)['"]/g, 105 + (match, importPath) => { 106 + // Don't add .js if it already has an extension 107 + const lastSlashIndex = importPath.lastIndexOf('/'); 108 + const fileName = 109 + lastSlashIndex >= 0 110 + ? importPath.slice(lastSlashIndex + 1) 111 + : importPath; 112 + if (fileName.includes('.')) { 113 + return match; 114 + } 115 + return `from '${importPath}${relativeImportSuffix}'`; 116 + }, 117 + ); 118 + } 119 + 120 + const header = '// This file is auto-generated by @hey-api/openapi-ts\n\n'; 121 + 122 + content = `${header}${content}`; 123 124 fs.writeFileSync(filePath, content, 'utf8'); 125 }; 126 127 + const renameAndEditFileContents = ({ 128 + fileName, 129 + outputPath, 130 + shouldAppendJs, 131 + shouldRename, 132 + }: { 133 + fileName: string; 134 + outputPath: string; 135 + shouldAppendJs: boolean; 136 + shouldRename: boolean; 137 + }) => { 138 + const { extension, name } = splitNameAndExtension(fileName); 139 + let filePath = path.resolve(outputPath, fileName); 140 + let suffix = ''; 141 142 + if (shouldRename) { 143 + const infix = 'gen'; 144 + suffix = `.${infix}`; 145 + 146 + // rename file: foo.ts -> foo.gen.ts 147 + if (name !== 'index') { 148 + const renamedFilePath = path.resolve( 149 outputPath, 150 + [name, infix, extension].join('.'), 151 ); 152 + fs.renameSync(filePath, renamedFilePath); 153 + filePath = renamedFilePath; 154 + } 155 + } 156 157 + if (shouldAppendJs) { 158 + suffix = `${suffix}.js`; 159 } 160 + 161 + editFileContents({ 162 + filePath, 163 + relativeImportSuffix: suffix, 164 + }); 165 }; 166 167 /** ··· 187 // copy client core 188 const coreOutputPath = path.resolve(outputPath, 'core'); 189 ensureDirSync(coreOutputPath); 190 + const coreDistPath = path.resolve(__dirname, 'clients', 'core'); 191 copyRecursivePnP(coreDistPath, coreOutputPath); 192 193 + const coreFiles = fs.readdirSync(coreOutputPath); 194 + for (const file of coreFiles) { 195 + renameAndEditFileContents({ 196 + fileName: file, 197 + outputPath: coreOutputPath, 198 + shouldAppendJs, 199 + shouldRename: !legacy, 200 + }); 201 } 202 203 // copy client bundle 204 const clientOutputPath = path.resolve(outputPath, 'client'); 205 ensureDirSync(clientOutputPath); 206 const clientDistFolderName = plugin.name.slice('@hey-api/client-'.length); 207 const clientDistPath = path.resolve( 208 + __dirname, 209 'clients', 210 clientDistFolderName, 211 ); 212 copyRecursivePnP(clientDistPath, clientOutputPath); 213 214 + const clientFiles = fs.readdirSync(clientOutputPath); 215 + for (const file of clientFiles) { 216 + renameAndEditFileContents({ 217 + fileName: file, 218 + outputPath: clientOutputPath, 219 + shouldAppendJs, 220 + shouldRename: !legacy, 221 + }); 222 } 223 return; 224 }
+31 -12
packages/openapi-ts/src/ir/__tests__/pagination.test.ts
··· 7 import type { IR } from '../types'; 8 9 describe('paginationKeywordsRegExp', () => { 10 - const defaultScenarios: Array<{ 11 result: boolean; 12 value: string; 13 }> = [ ··· 55 }, 56 ); 57 58 - const customScenarios: Array<{ 59 result: boolean; 60 value: string; 61 }> = [ ··· 98 path: '/test' as const, 99 }; 100 101 - const queryScenarios: Array<{ 102 hasPagination: boolean; 103 operation: IR.OperationObject; 104 }> = [ ··· 128 }, 129 }, 130 }, 131 ]; 132 133 it.each(queryScenarios)( 134 'query params for $operation.id → $hasPagination', 135 - ({ 136 - hasPagination, 137 - operation, 138 - }: { 139 - hasPagination: boolean; 140 - operation: IR.OperationObject; 141 - }) => { 142 - const result = operationPagination({ context: emptyContext, operation }); 143 - expect(Boolean(result)).toEqual(hasPagination); 144 }, 145 ); 146
··· 7 import type { IR } from '../types'; 8 9 describe('paginationKeywordsRegExp', () => { 10 + const defaultScenarios: ReadonlyArray<{ 11 result: boolean; 12 value: string; 13 }> = [ ··· 55 }, 56 ); 57 58 + const customScenarios: ReadonlyArray<{ 59 result: boolean; 60 value: string; 61 }> = [ ··· 98 path: '/test' as const, 99 }; 100 101 + const queryScenarios: ReadonlyArray<{ 102 hasPagination: boolean; 103 operation: IR.OperationObject; 104 }> = [ ··· 128 }, 129 }, 130 }, 131 + { 132 + hasPagination: true, 133 + operation: { 134 + ...baseOperationMeta, 135 + id: 'op3', 136 + method: 'get', 137 + parameters: { 138 + query: { 139 + pagesize: queryParam('pageSize', 'string', true), 140 + }, 141 + }, 142 + }, 143 + }, 144 ]; 145 146 it.each(queryScenarios)( 147 'query params for $operation.id → $hasPagination', 148 + ({ hasPagination, operation }: (typeof queryScenarios)[number]) => { 149 + const pagination = operationPagination({ 150 + context: emptyContext, 151 + operation, 152 + }); 153 + expect(Boolean(pagination)).toEqual(hasPagination); 154 + if (pagination && pagination.in !== 'body') { 155 + const parameter = 156 + operation.parameters?.[pagination.in]?.[ 157 + pagination.name.toLocaleLowerCase() 158 + ]; 159 + if (parameter) { 160 + expect(pagination.name).toBe(parameter.name); 161 + } 162 + } 163 }, 164 ); 165
+1 -1
packages/openapi-ts/src/ir/pagination.ts
··· 9 } 10 11 export interface Pagination { 12 - in: string; 13 name: string; 14 schema: IR.SchemaObject; 15 }
··· 9 } 10 11 export interface Pagination { 12 + in: 'body' | 'cookie' | 'header' | 'path' | 'query'; 13 name: string; 14 schema: IR.SchemaObject; 15 }
+8 -8
packages/openapi-ts/src/ir/parameter.ts
··· 80 in: parameter.location, 81 name: 82 parameter.pagination === true 83 - ? name 84 - : `${name}.${parameter.pagination}`, 85 schema: getPaginationSchema({ context, parameter })!, 86 }; 87 } ··· 94 in: parameter.location, 95 name: 96 parameter.pagination === true 97 - ? name 98 - : `${name}.${parameter.pagination}`, 99 schema: getPaginationSchema({ context, parameter })!, 100 }; 101 } ··· 108 in: parameter.location, 109 name: 110 parameter.pagination === true 111 - ? name 112 - : `${name}.${parameter.pagination}`, 113 schema: getPaginationSchema({ context, parameter })!, 114 }; 115 } ··· 122 in: parameter.location, 123 name: 124 parameter.pagination === true 125 - ? name 126 - : `${name}.${parameter.pagination}`, 127 schema: getPaginationSchema({ context, parameter })!, 128 }; 129 }
··· 80 in: parameter.location, 81 name: 82 parameter.pagination === true 83 + ? parameter.name 84 + : `${parameter.name}.${parameter.pagination}`, 85 schema: getPaginationSchema({ context, parameter })!, 86 }; 87 } ··· 94 in: parameter.location, 95 name: 96 parameter.pagination === true 97 + ? parameter.name 98 + : `${parameter.name}.${parameter.pagination}`, 99 schema: getPaginationSchema({ context, parameter })!, 100 }; 101 } ··· 108 in: parameter.location, 109 name: 110 parameter.pagination === true 111 + ? parameter.name 112 + : `${parameter.name}.${parameter.pagination}`, 113 schema: getPaginationSchema({ context, parameter })!, 114 }; 115 } ··· 122 in: parameter.location, 123 name: 124 parameter.pagination === true 125 + ? parameter.name 126 + : `${parameter.name}.${parameter.pagination}`, 127 schema: getPaginationSchema({ context, parameter })!, 128 }; 129 }
+47 -264
pnpm-lock.yaml
··· 20 '@config/vite-base': 21 specifier: workspace:* 22 version: link:packages/config-vite-base 23 '@hey-api/custom-client': 24 specifier: workspace:* 25 version: link:packages/custom-client ··· 928 version: 3.3.2 929 nuxt: 930 specifier: 3.14.1592 931 - version: 3.14.1592(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(ioredis@5.6.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.41.1)(sass@1.85.0)(terser@5.39.0)(typescript@5.8.3)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)) 932 prettier: 933 specifier: 3.4.2 934 version: 3.4.2 ··· 3000 3001 '@eslint/js@9.17.0': 3002 resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==} 3003 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3004 3005 '@eslint/object-schema@2.1.6': ··· 12330 dependencies: 12331 '@ampproject/remapping': 2.3.0 12332 '@angular-devkit/architect': 0.1902.0(chokidar@4.0.3) 12333 - '@angular-devkit/build-webpack': 0.1902.0(chokidar@4.0.3)(webpack-dev-server@5.2.0(webpack@5.98.0(esbuild@0.25.2)))(webpack@5.98.0(esbuild@0.25.0)) 12334 '@angular-devkit/core': 19.2.0(chokidar@4.0.3) 12335 '@angular/build': 19.2.0(@angular/compiler-cli@19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.8.3))(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.10.5)(chokidar@4.0.3)(jiti@2.4.2)(karma@6.4.4)(less@4.2.2)(postcss@8.5.2)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.8.3)))(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.0) 12336 '@angular/compiler-cli': 19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.8.3) ··· 12380 tree-kill: 1.2.2 12381 tslib: 2.8.1 12382 typescript: 5.8.3 12383 - webpack: 5.98.0(esbuild@0.25.0) 12384 - webpack-dev-middleware: 7.4.2(webpack@5.98.0(esbuild@0.25.2)) 12385 - webpack-dev-server: 5.2.0(webpack@5.98.0(esbuild@0.25.2)) 12386 webpack-merge: 6.0.1 12387 webpack-subresource-integrity: 5.1.0(webpack@5.98.0(esbuild@0.25.0)) 12388 optionalDependencies: ··· 12416 dependencies: 12417 '@ampproject/remapping': 2.3.0 12418 '@angular-devkit/architect': 0.1902.0(chokidar@4.0.3) 12419 - '@angular-devkit/build-webpack': 0.1902.0(chokidar@4.0.3)(webpack-dev-server@5.2.0(webpack@5.98.0(esbuild@0.25.2)))(webpack@5.98.0(esbuild@0.25.0)) 12420 '@angular-devkit/core': 19.2.0(chokidar@4.0.3) 12421 '@angular/build': 19.2.0(@angular/compiler-cli@19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.8.3))(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.10.5)(chokidar@4.0.3)(jiti@2.4.2)(karma@6.4.4)(less@4.2.2)(postcss@8.5.2)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.8.3)))(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.0) 12422 '@angular/compiler-cli': 19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.8.3) ··· 12466 tree-kill: 1.2.2 12467 tslib: 2.8.1 12468 typescript: 5.8.3 12469 - webpack: 5.98.0(esbuild@0.25.0) 12470 - webpack-dev-middleware: 7.4.2(webpack@5.98.0(esbuild@0.25.2)) 12471 - webpack-dev-server: 5.2.0(webpack@5.98.0(esbuild@0.25.2)) 12472 webpack-merge: 6.0.1 12473 webpack-subresource-integrity: 5.1.0(webpack@5.98.0(esbuild@0.25.0)) 12474 optionalDependencies: ··· 12498 - webpack-cli 12499 - yaml 12500 12501 - '@angular-devkit/build-webpack@0.1902.0(chokidar@4.0.3)(webpack-dev-server@5.2.0(webpack@5.98.0(esbuild@0.25.2)))(webpack@5.98.0(esbuild@0.25.0))': 12502 dependencies: 12503 '@angular-devkit/architect': 0.1902.0(chokidar@4.0.3) 12504 rxjs: 7.8.1 12505 - webpack: 5.98.0(esbuild@0.25.0) 12506 - webpack-dev-server: 5.2.0(webpack@5.98.0(esbuild@0.25.2)) 12507 transitivePeerDependencies: 12508 - chokidar 12509 ··· 14186 14187 '@eslint/js@9.17.0': {} 14188 14189 '@eslint/object-schema@2.1.6': {} 14190 14191 '@eslint/plugin-kit@0.2.7': ··· 14711 dependencies: 14712 '@angular/compiler-cli': 19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.8.3) 14713 typescript: 5.8.3 14714 - webpack: 5.98.0(esbuild@0.25.0) 14715 14716 '@nodelib/fs.scandir@2.1.5': 14717 dependencies: ··· 14787 - supports-color 14788 14789 '@nuxt/devalue@2.0.2': {} 14790 - 14791 - '@nuxt/devtools-kit@1.7.0(magicast@0.3.5)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))': 14792 - dependencies: 14793 - '@nuxt/kit': 3.15.4(magicast@0.3.5) 14794 - '@nuxt/schema': 3.16.2 14795 - execa: 7.2.0 14796 - vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0) 14797 - transitivePeerDependencies: 14798 - - magicast 14799 - - supports-color 14800 14801 '@nuxt/devtools-kit@1.7.0(magicast@0.3.5)(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0))': 14802 dependencies: ··· 14868 - utf-8-validate 14869 - vue 14870 14871 - '@nuxt/devtools@1.7.0(rollup@4.41.1)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3))': 14872 - dependencies: 14873 - '@antfu/utils': 0.7.10 14874 - '@nuxt/devtools-kit': 1.7.0(magicast@0.3.5)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)) 14875 - '@nuxt/devtools-wizard': 1.7.0 14876 - '@nuxt/kit': 3.15.4(magicast@0.3.5) 14877 - '@vue/devtools-core': 7.6.8(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3)) 14878 - '@vue/devtools-kit': 7.6.8 14879 - birpc: 0.2.19 14880 - consola: 3.4.2 14881 - cronstrue: 2.56.0 14882 - destr: 2.0.3 14883 - error-stack-parser-es: 0.1.5 14884 - execa: 7.2.0 14885 - fast-npm-meta: 0.2.2 14886 - flatted: 3.3.3 14887 - get-port-please: 3.1.2 14888 - hookable: 5.5.3 14889 - image-meta: 0.2.1 14890 - is-installed-globally: 1.0.0 14891 - launch-editor: 2.10.0 14892 - local-pkg: 0.5.1 14893 - magicast: 0.3.5 14894 - nypm: 0.4.1 14895 - ohash: 1.1.6 14896 - pathe: 1.1.2 14897 - perfect-debounce: 1.0.0 14898 - pkg-types: 1.3.1 14899 - rc9: 2.1.2 14900 - scule: 1.3.0 14901 - semver: 7.7.2 14902 - simple-git: 3.27.0 14903 - sirv: 3.0.1 14904 - tinyglobby: 0.2.12 14905 - unimport: 3.14.6(rollup@4.41.1) 14906 - vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0) 14907 - vite-plugin-inspect: 0.8.9(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.41.1)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)) 14908 - vite-plugin-vue-inspector: 5.3.1(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)) 14909 - which: 3.0.1 14910 - ws: 8.18.1 14911 - transitivePeerDependencies: 14912 - - bufferutil 14913 - - rollup 14914 - - supports-color 14915 - - utf-8-validate 14916 - - vue 14917 - 14918 '@nuxt/devtools@1.7.0(rollup@4.41.1)(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))': 14919 dependencies: 14920 '@antfu/utils': 0.7.10 ··· 17261 dependencies: 17262 '@vue/devtools-kit': 7.7.2 17263 17264 - '@vue/devtools-core@7.6.8(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3))': 17265 - dependencies: 17266 - '@vue/devtools-kit': 7.7.2 17267 - '@vue/devtools-shared': 7.7.2 17268 - mitt: 3.0.1 17269 - nanoid: 5.1.5 17270 - pathe: 1.1.2 17271 - vite-hot-client: 0.2.4(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)) 17272 - vue: 3.5.13(typescript@5.8.3) 17273 - transitivePeerDependencies: 17274 - - vite 17275 - 17276 '@vue/devtools-core@7.6.8(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))': 17277 dependencies: 17278 '@vue/devtools-kit': 7.7.2 ··· 17828 '@babel/core': 7.26.9 17829 find-cache-dir: 4.0.0 17830 schema-utils: 4.3.0 17831 - webpack: 5.98.0(esbuild@0.25.0) 17832 17833 babel-plugin-polyfill-corejs2@0.4.12(@babel/core@7.26.9): 17834 dependencies: ··· 18367 normalize-path: 3.0.0 18368 schema-utils: 4.3.0 18369 serialize-javascript: 6.0.2 18370 - webpack: 5.98.0(esbuild@0.25.0) 18371 18372 core-js-compat@3.41.0: 18373 dependencies: ··· 18439 postcss-value-parser: 4.2.0 18440 semver: 7.7.2 18441 optionalDependencies: 18442 - webpack: 5.98.0(esbuild@0.25.0) 18443 18444 css-select@5.1.0: 18445 dependencies: ··· 19107 '@typescript-eslint/parser': 8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3) 19108 eslint: 9.17.0(jiti@2.4.2) 19109 eslint-import-resolver-node: 0.3.9 19110 - eslint-import-resolver-typescript: 3.8.5(eslint-plugin-import@2.31.0)(eslint@9.17.0(jiti@2.4.2)) 19111 eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@3.8.5)(eslint@9.17.0(jiti@2.4.2)) 19112 eslint-plugin-jsx-a11y: 6.10.2(eslint@9.17.0(jiti@2.4.2)) 19113 eslint-plugin-react: 7.37.4(eslint@9.17.0(jiti@2.4.2)) ··· 19131 transitivePeerDependencies: 19132 - supports-color 19133 19134 - eslint-import-resolver-typescript@3.8.5(eslint-plugin-import@2.31.0)(eslint@9.17.0(jiti@2.4.2)): 19135 dependencies: 19136 '@nolyfill/is-core-module': 1.0.39 19137 debug: 4.4.0(supports-color@9.4.0) ··· 19146 transitivePeerDependencies: 19147 - supports-color 19148 19149 - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.8.5)(eslint@9.17.0(jiti@2.4.2)): 19150 dependencies: 19151 debug: 3.2.7 19152 optionalDependencies: 19153 '@typescript-eslint/parser': 8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3) 19154 eslint: 9.17.0(jiti@2.4.2) 19155 eslint-import-resolver-node: 0.3.9 19156 - eslint-import-resolver-typescript: 3.8.5(eslint-plugin-import@2.31.0)(eslint@9.17.0(jiti@2.4.2)) 19157 transitivePeerDependencies: 19158 - supports-color 19159 ··· 19168 doctrine: 2.1.0 19169 eslint: 9.17.0(jiti@2.4.2) 19170 eslint-import-resolver-node: 0.3.9 19171 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.8.5)(eslint@9.17.0(jiti@2.4.2)) 19172 hasown: 2.0.2 19173 is-core-module: 2.16.1 19174 is-glob: 4.0.3 ··· 20794 dependencies: 20795 less: 4.2.2 20796 optionalDependencies: 20797 - webpack: 5.98.0(esbuild@0.25.0) 20798 20799 less@4.2.2: 20800 dependencies: ··· 20819 dependencies: 20820 webpack-sources: 3.2.3 20821 optionalDependencies: 20822 - webpack: 5.98.0(esbuild@0.25.0) 20823 20824 light-my-request@6.6.0: 20825 dependencies: ··· 21147 dependencies: 21148 schema-utils: 4.3.0 21149 tapable: 2.2.1 21150 - webpack: 5.98.0(esbuild@0.25.0) 21151 21152 minimalistic-assert@1.0.1: {} 21153 ··· 21715 - vue-tsc 21716 - xml2js 21717 21718 - nuxt@3.14.1592(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(ioredis@5.6.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.41.1)(sass@1.85.0)(terser@5.39.0)(typescript@5.8.3)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)): 21719 - dependencies: 21720 - '@nuxt/devalue': 2.0.2 21721 - '@nuxt/devtools': 1.7.0(rollup@4.41.1)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3)) 21722 - '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.41.1) 21723 - '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.41.1) 21724 - '@nuxt/telemetry': 2.6.5(magicast@0.3.5) 21725 - '@nuxt/vite-builder': 3.14.1592(@types/node@22.10.5)(eslint@9.17.0(jiti@2.4.2))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.41.1)(sass@1.85.0)(terser@5.39.0)(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) 21726 - '@unhead/dom': 1.11.20 21727 - '@unhead/shared': 1.11.20 21728 - '@unhead/ssr': 1.11.20 21729 - '@unhead/vue': 1.11.20(vue@3.5.13(typescript@5.8.3)) 21730 - '@vue/shared': 3.5.13 21731 - acorn: 8.14.0 21732 - c12: 2.0.1(magicast@0.3.5) 21733 - chokidar: 4.0.3 21734 - compatx: 0.1.8 21735 - consola: 3.4.2 21736 - cookie-es: 1.2.2 21737 - defu: 6.1.4 21738 - destr: 2.0.3 21739 - devalue: 5.1.1 21740 - errx: 0.1.0 21741 - esbuild: 0.24.2 21742 - escape-string-regexp: 5.0.0 21743 - estree-walker: 3.0.3 21744 - globby: 14.1.0 21745 - h3: 1.15.1 21746 - hookable: 5.5.3 21747 - ignore: 6.0.2 21748 - impound: 0.2.2(rollup@4.41.1) 21749 - jiti: 2.4.2 21750 - klona: 2.0.6 21751 - knitwork: 1.2.0 21752 - magic-string: 0.30.17 21753 - mlly: 1.7.4 21754 - nanotar: 0.1.1 21755 - nitropack: 2.11.6(encoding@0.1.13)(typescript@5.8.3) 21756 - nuxi: 3.22.5 21757 - nypm: 0.3.12 21758 - ofetch: 1.4.1 21759 - ohash: 1.1.6 21760 - pathe: 1.1.2 21761 - perfect-debounce: 1.0.0 21762 - pkg-types: 1.3.1 21763 - radix3: 1.1.2 21764 - scule: 1.3.0 21765 - semver: 7.7.2 21766 - std-env: 3.8.1 21767 - strip-literal: 2.1.1 21768 - tinyglobby: 0.2.10 21769 - ufo: 1.5.4 21770 - ultrahtml: 1.5.3 21771 - uncrypto: 0.1.3 21772 - unctx: 2.4.1 21773 - unenv: 1.10.0 21774 - unhead: 1.11.20 21775 - unimport: 3.14.6(rollup@4.41.1) 21776 - unplugin: 1.16.1 21777 - unplugin-vue-router: 0.10.9(rollup@4.41.1)(vue-router@4.5.0(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3)) 21778 - unstorage: 1.15.0(db0@0.3.1)(ioredis@5.6.0) 21779 - untyped: 1.5.2 21780 - vue: 3.5.13(typescript@5.8.3) 21781 - vue-bundle-renderer: 2.1.1 21782 - vue-devtools-stub: 0.1.0 21783 - vue-router: 4.5.0(vue@3.5.13(typescript@5.8.3)) 21784 - optionalDependencies: 21785 - '@parcel/watcher': 2.5.1 21786 - '@types/node': 22.10.5 21787 - transitivePeerDependencies: 21788 - - '@azure/app-configuration' 21789 - - '@azure/cosmos' 21790 - - '@azure/data-tables' 21791 - - '@azure/identity' 21792 - - '@azure/keyvault-secrets' 21793 - - '@azure/storage-blob' 21794 - - '@biomejs/biome' 21795 - - '@capacitor/preferences' 21796 - - '@deno/kv' 21797 - - '@electric-sql/pglite' 21798 - - '@libsql/client' 21799 - - '@netlify/blobs' 21800 - - '@planetscale/database' 21801 - - '@upstash/redis' 21802 - - '@vercel/blob' 21803 - - '@vercel/kv' 21804 - - aws4fetch 21805 - - better-sqlite3 21806 - - bufferutil 21807 - - db0 21808 - - drizzle-orm 21809 - - encoding 21810 - - eslint 21811 - - idb-keyval 21812 - - ioredis 21813 - - less 21814 - - lightningcss 21815 - - magicast 21816 - - meow 21817 - - mysql2 21818 - - optionator 21819 - - rolldown 21820 - - rollup 21821 - - sass 21822 - - sass-embedded 21823 - - sqlite3 21824 - - stylelint 21825 - - stylus 21826 - - sugarss 21827 - - supports-color 21828 - - terser 21829 - - typescript 21830 - - uploadthing 21831 - - utf-8-validate 21832 - - vite 21833 - - vls 21834 - - vti 21835 - - vue-tsc 21836 - - xml2js 21837 - 21838 nuxt@3.14.1592(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(ioredis@5.6.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.41.1)(sass@1.85.0)(terser@5.39.0)(typescript@5.8.3)(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0)): 21839 dependencies: 21840 '@nuxt/devalue': 2.0.2 ··· 22477 postcss: 8.5.2 22478 semver: 7.7.2 22479 optionalDependencies: 22480 - webpack: 5.98.0(esbuild@0.25.0) 22481 transitivePeerDependencies: 22482 - typescript 22483 ··· 23243 neo-async: 2.6.2 23244 optionalDependencies: 23245 sass: 1.85.0 23246 - webpack: 5.98.0(esbuild@0.25.0) 23247 23248 sass@1.85.0: 23249 dependencies: ··· 23585 dependencies: 23586 iconv-lite: 0.6.3 23587 source-map-js: 1.2.1 23588 - webpack: 5.98.0(esbuild@0.25.0) 23589 23590 source-map-support@0.5.21: 23591 dependencies: ··· 23966 23967 term-size@2.2.1: {} 23968 23969 - terser-webpack-plugin@5.3.14(esbuild@0.25.0)(webpack@5.98.0(esbuild@0.25.2)): 23970 dependencies: 23971 '@jridgewell/trace-mapping': 0.3.25 23972 jest-worker: 27.5.1 23973 schema-utils: 4.3.0 23974 serialize-javascript: 6.0.2 23975 terser: 5.39.0 23976 - webpack: 5.98.0(esbuild@0.25.0) 23977 optionalDependencies: 23978 - esbuild: 0.25.0 23979 23980 terser@5.39.0: 23981 dependencies: ··· 24654 '@types/unist': 3.0.3 24655 vfile-message: 4.0.2 24656 24657 - vite-hot-client@0.2.4(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)): 24658 - dependencies: 24659 - vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0) 24660 - 24661 vite-hot-client@0.2.4(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0)): 24662 dependencies: 24663 vite: 6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0) ··· 24741 - rollup 24742 - supports-color 24743 24744 - vite-plugin-inspect@0.8.9(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.41.1)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)): 24745 - dependencies: 24746 - '@antfu/utils': 0.7.10 24747 - '@rollup/pluginutils': 5.1.4(rollup@4.41.1) 24748 - debug: 4.4.0(supports-color@9.4.0) 24749 - error-stack-parser-es: 0.1.5 24750 - fs-extra: 11.3.0 24751 - open: 10.1.0 24752 - perfect-debounce: 1.0.0 24753 - picocolors: 1.1.1 24754 - sirv: 3.0.1 24755 - vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0) 24756 - optionalDependencies: 24757 - '@nuxt/kit': 3.15.4(magicast@0.3.5) 24758 - transitivePeerDependencies: 24759 - - rollup 24760 - - supports-color 24761 - 24762 vite-plugin-inspect@0.8.9(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.41.1)(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0)): 24763 dependencies: 24764 '@antfu/utils': 0.7.10 ··· 24792 - rollup 24793 - supports-color 24794 - vue 24795 - 24796 - vite-plugin-vue-inspector@5.3.1(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)): 24797 - dependencies: 24798 - '@babel/core': 7.26.10 24799 - '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.10) 24800 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) 24801 - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.10) 24802 - '@babel/plugin-transform-typescript': 7.26.8(@babel/core@7.26.10) 24803 - '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.26.10) 24804 - '@vue/compiler-dom': 3.5.13 24805 - kolorist: 1.8.0 24806 - magic-string: 0.30.17 24807 - vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.39.0) 24808 - transitivePeerDependencies: 24809 - - supports-color 24810 24811 vite-plugin-vue-inspector@5.3.1(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0)): 24812 dependencies: ··· 25099 25100 webidl-conversions@7.0.0: {} 25101 25102 - webpack-dev-middleware@7.4.2(webpack@5.98.0(esbuild@0.25.2)): 25103 dependencies: 25104 colorette: 2.0.20 25105 memfs: 4.17.0 ··· 25108 range-parser: 1.2.1 25109 schema-utils: 4.3.0 25110 optionalDependencies: 25111 - webpack: 5.98.0(esbuild@0.25.0) 25112 25113 - webpack-dev-server@5.2.0(webpack@5.98.0(esbuild@0.25.2)): 25114 dependencies: 25115 '@types/bonjour': 3.5.13 25116 '@types/connect-history-api-fallback': 1.5.4 ··· 25137 serve-index: 1.9.1 25138 sockjs: 0.3.24 25139 spdy: 4.0.2 25140 - webpack-dev-middleware: 7.4.2(webpack@5.98.0(esbuild@0.25.2)) 25141 ws: 8.18.1 25142 optionalDependencies: 25143 - webpack: 5.98.0(esbuild@0.25.0) 25144 transitivePeerDependencies: 25145 - bufferutil 25146 - debug ··· 25158 webpack-subresource-integrity@5.1.0(webpack@5.98.0(esbuild@0.25.0)): 25159 dependencies: 25160 typed-assert: 1.0.9 25161 - webpack: 5.98.0(esbuild@0.25.0) 25162 25163 webpack-virtual-modules@0.6.2: {} 25164 25165 - webpack@5.98.0(esbuild@0.25.0): 25166 dependencies: 25167 '@types/eslint-scope': 3.7.7 25168 '@types/estree': 1.0.6 ··· 25184 neo-async: 2.6.2 25185 schema-utils: 4.3.0 25186 tapable: 2.2.1 25187 - terser-webpack-plugin: 5.3.14(esbuild@0.25.0)(webpack@5.98.0(esbuild@0.25.2)) 25188 watchpack: 2.4.2 25189 webpack-sources: 3.2.3 25190 transitivePeerDependencies:
··· 20 '@config/vite-base': 21 specifier: workspace:* 22 version: link:packages/config-vite-base 23 + '@eslint/js': 24 + specifier: 9.32.0 25 + version: 9.32.0 26 '@hey-api/custom-client': 27 specifier: workspace:* 28 version: link:packages/custom-client ··· 931 version: 3.3.2 932 nuxt: 933 specifier: 3.14.1592 934 + version: 3.14.1592(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(ioredis@5.6.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.41.1)(sass@1.85.0)(terser@5.39.0)(typescript@5.8.3)(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0)) 935 prettier: 936 specifier: 3.4.2 937 version: 3.4.2 ··· 3003 3004 '@eslint/js@9.17.0': 3005 resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==} 3006 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3007 + 3008 + '@eslint/js@9.32.0': 3009 + resolution: {integrity: sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==} 3010 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3011 3012 '@eslint/object-schema@2.1.6': ··· 12337 dependencies: 12338 '@ampproject/remapping': 2.3.0 12339 '@angular-devkit/architect': 0.1902.0(chokidar@4.0.3) 12340 + '@angular-devkit/build-webpack': 0.1902.0(chokidar@4.0.3)(webpack-dev-server@5.2.0(webpack@5.98.0(esbuild@0.25.0)))(webpack@5.98.0(esbuild@0.25.0)) 12341 '@angular-devkit/core': 19.2.0(chokidar@4.0.3) 12342 '@angular/build': 19.2.0(@angular/compiler-cli@19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.8.3))(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.10.5)(chokidar@4.0.3)(jiti@2.4.2)(karma@6.4.4)(less@4.2.2)(postcss@8.5.2)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.8.3)))(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.0) 12343 '@angular/compiler-cli': 19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.8.3) ··· 12387 tree-kill: 1.2.2 12388 tslib: 2.8.1 12389 typescript: 5.8.3 12390 + webpack: 5.98.0(esbuild@0.25.2) 12391 + webpack-dev-middleware: 7.4.2(webpack@5.98.0(esbuild@0.25.0)) 12392 + webpack-dev-server: 5.2.0(webpack@5.98.0(esbuild@0.25.0)) 12393 webpack-merge: 6.0.1 12394 webpack-subresource-integrity: 5.1.0(webpack@5.98.0(esbuild@0.25.0)) 12395 optionalDependencies: ··· 12423 dependencies: 12424 '@ampproject/remapping': 2.3.0 12425 '@angular-devkit/architect': 0.1902.0(chokidar@4.0.3) 12426 + '@angular-devkit/build-webpack': 0.1902.0(chokidar@4.0.3)(webpack-dev-server@5.2.0(webpack@5.98.0(esbuild@0.25.0)))(webpack@5.98.0(esbuild@0.25.0)) 12427 '@angular-devkit/core': 19.2.0(chokidar@4.0.3) 12428 '@angular/build': 19.2.0(@angular/compiler-cli@19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.8.3))(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.10.5)(chokidar@4.0.3)(jiti@2.4.2)(karma@6.4.4)(less@4.2.2)(postcss@8.5.2)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.8.3)))(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.0) 12429 '@angular/compiler-cli': 19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.8.3) ··· 12473 tree-kill: 1.2.2 12474 tslib: 2.8.1 12475 typescript: 5.8.3 12476 + webpack: 5.98.0(esbuild@0.25.2) 12477 + webpack-dev-middleware: 7.4.2(webpack@5.98.0(esbuild@0.25.0)) 12478 + webpack-dev-server: 5.2.0(webpack@5.98.0(esbuild@0.25.0)) 12479 webpack-merge: 6.0.1 12480 webpack-subresource-integrity: 5.1.0(webpack@5.98.0(esbuild@0.25.0)) 12481 optionalDependencies: ··· 12505 - webpack-cli 12506 - yaml 12507 12508 + '@angular-devkit/build-webpack@0.1902.0(chokidar@4.0.3)(webpack-dev-server@5.2.0(webpack@5.98.0(esbuild@0.25.0)))(webpack@5.98.0(esbuild@0.25.0))': 12509 dependencies: 12510 '@angular-devkit/architect': 0.1902.0(chokidar@4.0.3) 12511 rxjs: 7.8.1 12512 + webpack: 5.98.0(esbuild@0.25.2) 12513 + webpack-dev-server: 5.2.0(webpack@5.98.0(esbuild@0.25.0)) 12514 transitivePeerDependencies: 12515 - chokidar 12516 ··· 14193 14194 '@eslint/js@9.17.0': {} 14195 14196 + '@eslint/js@9.32.0': {} 14197 + 14198 '@eslint/object-schema@2.1.6': {} 14199 14200 '@eslint/plugin-kit@0.2.7': ··· 14720 dependencies: 14721 '@angular/compiler-cli': 19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.8.3) 14722 typescript: 5.8.3 14723 + webpack: 5.98.0(esbuild@0.25.2) 14724 14725 '@nodelib/fs.scandir@2.1.5': 14726 dependencies: ··· 14796 - supports-color 14797 14798 '@nuxt/devalue@2.0.2': {} 14799 14800 '@nuxt/devtools-kit@1.7.0(magicast@0.3.5)(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0))': 14801 dependencies: ··· 14867 - utf-8-validate 14868 - vue 14869 14870 '@nuxt/devtools@1.7.0(rollup@4.41.1)(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))': 14871 dependencies: 14872 '@antfu/utils': 0.7.10 ··· 17213 dependencies: 17214 '@vue/devtools-kit': 7.7.2 17215 17216 '@vue/devtools-core@7.6.8(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))': 17217 dependencies: 17218 '@vue/devtools-kit': 7.7.2 ··· 17768 '@babel/core': 7.26.9 17769 find-cache-dir: 4.0.0 17770 schema-utils: 4.3.0 17771 + webpack: 5.98.0(esbuild@0.25.2) 17772 17773 babel-plugin-polyfill-corejs2@0.4.12(@babel/core@7.26.9): 17774 dependencies: ··· 18307 normalize-path: 3.0.0 18308 schema-utils: 4.3.0 18309 serialize-javascript: 6.0.2 18310 + webpack: 5.98.0(esbuild@0.25.2) 18311 18312 core-js-compat@3.41.0: 18313 dependencies: ··· 18379 postcss-value-parser: 4.2.0 18380 semver: 7.7.2 18381 optionalDependencies: 18382 + webpack: 5.98.0(esbuild@0.25.2) 18383 18384 css-select@5.1.0: 18385 dependencies: ··· 19047 '@typescript-eslint/parser': 8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3) 19048 eslint: 9.17.0(jiti@2.4.2) 19049 eslint-import-resolver-node: 0.3.9 19050 + eslint-import-resolver-typescript: 3.8.5(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2)) 19051 eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@3.8.5)(eslint@9.17.0(jiti@2.4.2)) 19052 eslint-plugin-jsx-a11y: 6.10.2(eslint@9.17.0(jiti@2.4.2)) 19053 eslint-plugin-react: 7.37.4(eslint@9.17.0(jiti@2.4.2)) ··· 19071 transitivePeerDependencies: 19072 - supports-color 19073 19074 + eslint-import-resolver-typescript@3.8.5(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2)): 19075 dependencies: 19076 '@nolyfill/is-core-module': 1.0.39 19077 debug: 4.4.0(supports-color@9.4.0) ··· 19086 transitivePeerDependencies: 19087 - supports-color 19088 19089 + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.8.5(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2)): 19090 dependencies: 19091 debug: 3.2.7 19092 optionalDependencies: 19093 '@typescript-eslint/parser': 8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3) 19094 eslint: 9.17.0(jiti@2.4.2) 19095 eslint-import-resolver-node: 0.3.9 19096 + eslint-import-resolver-typescript: 3.8.5(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2)) 19097 transitivePeerDependencies: 19098 - supports-color 19099 ··· 19108 doctrine: 2.1.0 19109 eslint: 9.17.0(jiti@2.4.2) 19110 eslint-import-resolver-node: 0.3.9 19111 + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.8.5(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2)) 19112 hasown: 2.0.2 19113 is-core-module: 2.16.1 19114 is-glob: 4.0.3 ··· 20734 dependencies: 20735 less: 4.2.2 20736 optionalDependencies: 20737 + webpack: 5.98.0(esbuild@0.25.2) 20738 20739 less@4.2.2: 20740 dependencies: ··· 20759 dependencies: 20760 webpack-sources: 3.2.3 20761 optionalDependencies: 20762 + webpack: 5.98.0(esbuild@0.25.2) 20763 20764 light-my-request@6.6.0: 20765 dependencies: ··· 21087 dependencies: 21088 schema-utils: 4.3.0 21089 tapable: 2.2.1 21090 + webpack: 5.98.0(esbuild@0.25.2) 21091 21092 minimalistic-assert@1.0.1: {} 21093 ··· 21655 - vue-tsc 21656 - xml2js 21657 21658 nuxt@3.14.1592(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(ioredis@5.6.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.41.1)(sass@1.85.0)(terser@5.39.0)(typescript@5.8.3)(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0)): 21659 dependencies: 21660 '@nuxt/devalue': 2.0.2 ··· 22297 postcss: 8.5.2 22298 semver: 7.7.2 22299 optionalDependencies: 22300 + webpack: 5.98.0(esbuild@0.25.2) 22301 transitivePeerDependencies: 22302 - typescript 22303 ··· 23063 neo-async: 2.6.2 23064 optionalDependencies: 23065 sass: 1.85.0 23066 + webpack: 5.98.0(esbuild@0.25.2) 23067 23068 sass@1.85.0: 23069 dependencies: ··· 23405 dependencies: 23406 iconv-lite: 0.6.3 23407 source-map-js: 1.2.1 23408 + webpack: 5.98.0(esbuild@0.25.2) 23409 23410 source-map-support@0.5.21: 23411 dependencies: ··· 23786 23787 term-size@2.2.1: {} 23788 23789 + terser-webpack-plugin@5.3.14(esbuild@0.25.2)(webpack@5.98.0(esbuild@0.25.0)): 23790 dependencies: 23791 '@jridgewell/trace-mapping': 0.3.25 23792 jest-worker: 27.5.1 23793 schema-utils: 4.3.0 23794 serialize-javascript: 6.0.2 23795 terser: 5.39.0 23796 + webpack: 5.98.0(esbuild@0.25.2) 23797 optionalDependencies: 23798 + esbuild: 0.25.2 23799 23800 terser@5.39.0: 23801 dependencies: ··· 24474 '@types/unist': 3.0.3 24475 vfile-message: 4.0.2 24476 24477 vite-hot-client@0.2.4(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0)): 24478 dependencies: 24479 vite: 6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0) ··· 24557 - rollup 24558 - supports-color 24559 24560 vite-plugin-inspect@0.8.9(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.41.1)(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0)): 24561 dependencies: 24562 '@antfu/utils': 0.7.10 ··· 24590 - rollup 24591 - supports-color 24592 - vue 24593 24594 vite-plugin-vue-inspector@5.3.1(vite@6.2.7(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0)): 24595 dependencies: ··· 24882 24883 webidl-conversions@7.0.0: {} 24884 24885 + webpack-dev-middleware@7.4.2(webpack@5.98.0(esbuild@0.25.0)): 24886 dependencies: 24887 colorette: 2.0.20 24888 memfs: 4.17.0 ··· 24891 range-parser: 1.2.1 24892 schema-utils: 4.3.0 24893 optionalDependencies: 24894 + webpack: 5.98.0(esbuild@0.25.2) 24895 24896 + webpack-dev-server@5.2.0(webpack@5.98.0(esbuild@0.25.0)): 24897 dependencies: 24898 '@types/bonjour': 3.5.13 24899 '@types/connect-history-api-fallback': 1.5.4 ··· 24920 serve-index: 1.9.1 24921 sockjs: 0.3.24 24922 spdy: 4.0.2 24923 + webpack-dev-middleware: 7.4.2(webpack@5.98.0(esbuild@0.25.0)) 24924 ws: 8.18.1 24925 optionalDependencies: 24926 + webpack: 5.98.0(esbuild@0.25.2) 24927 transitivePeerDependencies: 24928 - bufferutil 24929 - debug ··· 24941 webpack-subresource-integrity@5.1.0(webpack@5.98.0(esbuild@0.25.0)): 24942 dependencies: 24943 typed-assert: 1.0.9 24944 + webpack: 5.98.0(esbuild@0.25.2) 24945 24946 webpack-virtual-modules@0.6.2: {} 24947 24948 + webpack@5.98.0(esbuild@0.25.2): 24949 dependencies: 24950 '@types/eslint-scope': 3.7.7 24951 '@types/estree': 1.0.6 ··· 24967 neo-async: 2.6.2 24968 schema-utils: 4.3.0 24969 tapable: 2.2.1 24970 + terser-webpack-plugin: 5.3.14(esbuild@0.25.2)(webpack@5.98.0(esbuild@0.25.0)) 24971 watchpack: 2.4.2 24972 webpack-sources: 3.2.3 24973 transitivePeerDependencies: