mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Fixed test cases for v2 spec
This commit is contained in:
parent
64a3dc2d7d
commit
fa2bab05c7
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openapi-typescript-codegen",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
|
||||
"author": "Ferdi Koomen",
|
||||
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
|
||||
|
||||
@ -811,7 +811,7 @@ import type { ModelWithString } from './ModelWithString';
|
||||
export type ModelThatExtends = (ModelWithString & {
|
||||
propExtendsA?: string;
|
||||
propExtendsB?: ModelWithString;
|
||||
} & any);
|
||||
});
|
||||
"
|
||||
`;
|
||||
|
||||
@ -829,7 +829,7 @@ import type { ModelWithString } from './ModelWithString';
|
||||
export type ModelThatExtendsExtends = (ModelWithString & ModelThatExtends & {
|
||||
propExtendsC?: string;
|
||||
propExtendsD?: ModelWithString;
|
||||
} & any);
|
||||
});
|
||||
"
|
||||
`;
|
||||
|
||||
@ -1478,9 +1478,6 @@ export const $ModelThatExtends = {
|
||||
type: 'ModelWithString',
|
||||
},
|
||||
},
|
||||
}, {
|
||||
properties: {
|
||||
},
|
||||
}],
|
||||
};"
|
||||
`;
|
||||
@ -1504,9 +1501,6 @@ export const $ModelThatExtendsExtends = {
|
||||
type: 'ModelWithString',
|
||||
},
|
||||
},
|
||||
}, {
|
||||
properties: {
|
||||
},
|
||||
}],
|
||||
};"
|
||||
`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user