Skip to content

Commit

Permalink
Merge pull request #1194 from hey-api/fix/tanstack-query-signal
Browse files Browse the repository at this point in the history
fix: pass TanStack query signal to client call
  • Loading branch information
mrlubos authored Oct 25, 2024
2 parents 8ba1230 + c38deaf commit 15acb33
Show file tree
Hide file tree
Showing 16 changed files with 1,354 additions and 867 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-onions-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hey-api/openapi-ts': patch
---

fix: pass TanStack query signal to client call
444 changes: 232 additions & 212 deletions packages/openapi-ts/src/plugins/@tanstack/query-core/plugin-legacy.ts

Large diffs are not rendered by default.

438 changes: 228 additions & 210 deletions packages/openapi-ts/src/plugins/@tanstack/query-core/plugin.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-ts/test/sample.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const main = async () => {
// debug: true,
experimental_parser: true,
// input: './test/spec/v3.json',
input: './test/spec/3.1.0/transformers.json',
input: './test/spec/3.1.0/full.json',
// input: './test/spec/v2.json',
// input: 'https://mongodb-mms-prod-build-server.s3.amazonaws.com/openapi/2caffd88277a4e27c95dcefc7e3b6a63a3b03297-v2-2023-11-15.json',
// name: 'foo',
Expand Down

0 comments on commit 15acb33

Please sign in to comment.