Open
Description
Error: Reference not found: #/paths/~1public~1v1~1documents~1%7Bdocument_id%7D~1auto-reminders/get/responses/400/content/application~1json/schema
Stack Trace:
Error: Reference not found: #/paths/~1public~1v1~1documents~1%7Bdocument_id%7D~1auto-reminders/get/responses/400/content/application~1json/schema
at Xs (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/dist/index.cjs:38:2397)
at xn.resolveRef (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/dist/index.cjs:38:3301)
at uu (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/dist/index.cjs:38:47159)
at ie (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/dist/index.cjs:38:48486)
at cu (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/dist/index.cjs:38:43387)
at ie (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/dist/index.cjs:38:48567)
at bu (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/dist/index.cjs:38:51201)
at yt (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/dist/index.cjs:38:51715)
at no (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/dist/index.cjs:38:55992)
at xp (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/dist/index.cjs:38:118238)
at To (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/dist/index.cjs:38:124763)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Promise.all (index 0)
at async z$ (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/dist/index.cjs:1338:4634)
at async start (/Users/francesco/git/redbing-eva/node_modules/.pnpm/@[email protected][email protected]/node_modules/@hey-api/openapi-ts/bin/index.cjs:131:21)
// openapi-ts.config.ts
import { defineConfig } from "@hey-api/openapi-ts";
export default defineConfig({
input: "https://developers.pandadoc.com/openapi/pandadoc-public-api.json",
output: "src/client",
plugins: ["@hey-api/typescript", "@hey-api/sdk", "@hey-api/client-fetch"],
});