Skip to content

Commit f653716

Browse files
authored
Merge branch 'main' into fix/#2553-handle-plain-text-request-body
2 parents 074a459 + 62cff55 commit f653716

File tree

192 files changed

+4131
-1281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+4131
-1281
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hey-api/openapi-ts": patch
3+
---
4+
5+
fix(pinia-colada): optional `options` in mutation factory

.changeset/sharp-rules-eat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hey-api/openapi-ts": patch
3+
---
4+
5+
fix(parser): improve $ref handling

packages/openapi-ts-tests/main/test/2.0.x.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ describe(`OpenAPI ${version}`, () => {
4444
};
4545

4646
const scenarios = [
47+
{
48+
config: createConfig({
49+
input: 'external.yaml',
50+
output: 'external',
51+
}),
52+
description: 'handles external references',
53+
},
4754
{
4855
config: createConfig({
4956
input: 'additional-properties-false.json',

packages/openapi-ts-tests/main/test/3.0.x.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ describe(`OpenAPI ${version}`, () => {
4444
};
4545

4646
const scenarios = [
47+
{
48+
config: createConfig({
49+
input: 'external.yaml',
50+
output: 'external',
51+
}),
52+
description: 'handles external references',
53+
},
4754
{
4855
config: createConfig({
4956
input: 'additional-properties-false.json',

packages/openapi-ts-tests/main/test/3.1.x.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ describe(`OpenAPI ${version}`, () => {
4444
};
4545

4646
const scenarios = [
47+
{
48+
config: createConfig({
49+
input: 'external.yaml',
50+
output: 'external',
51+
}),
52+
description: 'handles external references',
53+
},
4754
{
4855
config: createConfig({
4956
input: 'pattern-properties.json',
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// This file is auto-generated by @hey-api/openapi-ts
2+
export * from './types.gen';

0 commit comments

Comments
 (0)