-
-
Notifications
You must be signed in to change notification settings - Fork 246
Open
Labels
bug 🔥Something isn't workingSomething isn't workingclientClient package relatedClient package related
Description
Description
TCompsable and DefaultT when generating tanstack vue queries not resolved correctly:

Reproducible example or configuration
import { defaultPlugins, defineConfig } from "@hey-api/openapi-ts";
import dotenv from "dotenv";
dotenv.config();
export default defineConfig({
input: "http://localhost:9000/docs-json",
output: {
format: "prettier",
lint: "eslint",
path: "sdk",
},
plugins: [
...defaultPlugins,
"zod",
{
enums: "typescript", // default
name: "@hey-api/typescript",
},
{
name: "@hey-api/client-nuxt",
runtimeConfigPath: "./api.config.ts",
},
{
asClass: true, // default
name: "@hey-api/sdk",
},
{
name: "@tanstack/vue-query",
mutationOptions: true,
},
],
});
OpenAPI specification (optional)
No response
System information (optional)
No response
Metadata
Metadata
Assignees
Labels
bug 🔥Something isn't workingSomething isn't workingclientClient package relatedClient package related